Andrew Henry
23781fa686
Correct release number ( #2575 )
2019-12-11 14:16:24 -08:00
Andrew Henry
8ec1b9965a
Updates to README in topic-core-refactor ( #2573 )
...
* Updates to README in topic-core-refactor
In preparation for merge into Master
* Added section on v1.0.0 and link to Migration Guide
* Minor wording change
* More minor wording changes
2019-12-11 10:28:47 -08:00
Charles Hacskaylo
a16a44208a
Fixes Notebook and Inspector layout issues ( #2568 )
...
* Fix linting-related issues
* Fix Notebook overlay display issues
2019-12-10 16:44:54 -08:00
Joel McKinnon
f82ca91a61
changed node mules path
2019-12-06 15:13:03 -08:00
Andrew Henry
f86b8cce16
Merge branch 'topic-core-refactor' into tcr-master
2019-12-06 14:37:18 -08:00
Joel McKinnon
b06c234b59
import path for vue component
2019-12-06 13:02:23 -08:00
Joel McKinnon
31a7ebd4f1
basic skeleton for conditions code
2019-12-06 12:05:36 -08:00
Andrew Henry
c83e44ff1c
Merged from master
2019-12-06 09:45:21 -08:00
Shefali Joshi
d6faa25888
Fixes issue-2536: cross-env handles cross platform environment variable setting. ( #2554 )
2019-12-06 09:44:37 -08:00
Shefali Joshi
55327a0150
[refactor-doc] Updates the API doc for new API usage. ( #2553 )
...
* [refactor-doc] Updates the API doc to new API usage.
2019-12-06 09:40:24 -08:00
Deep Tailor
28d2194d51
fix bugs caused by shouldUseMinMax reported by VISTA ( #2555 )
2019-12-05 18:07:30 -08:00
David Tsay
b3bc618bb0
fix template markup after lint merge mutilation ( #2558 )
2019-12-05 18:04:24 -08:00
David Tsay
14a0f84c1b
Feature/eslint plugin vue ( #2548 )
...
* Use eslint-plugin-vue to lint vue files
2019-12-04 12:39:09 -08:00
Deep Tailor
14ce5e159b
Webpage plugin vue ( #2440 )
...
* Move table cell selection to table cell component
* move webpage from angular to vue
* make review requested changes
* fix npm install error
* change cache version
* change cache version
* rename view provider
* rename file to WebPageViewProvider
* change webpage vue file
* change webpage vue file
2019-12-02 18:55:08 -08:00
Shefali Joshi
419285c396
Issue #2540 Removes old tutorial and links to the new openMCT tutorial ( #2550 )
2019-11-27 16:06:43 -08:00
Andrew Henry
c51fd21847
Experimental unit tests for the Telemetry Table component ( #2533 )
...
* Initial commit of telemetry table spec
* Added example directory to linter paths. Fixed outstanding linting issues
2019-11-27 16:04:52 -08:00
Deep Tailor
72e382c46a
enable plugin path ( #2549 )
2019-11-21 13:11:09 -08:00
Nikhil
8825a458dc
fixed console error with save + using this.$nextTick instead of setTimeout. ( #2516 )
2019-11-21 08:32:42 -08:00
Nikhil
cab51f2665
Code that ignores duplicate points for plotting is removing non-duplicate points ( #2515 )
...
* Code that ignores duplicate points for plotting is removing non-duplicate points
* updated as per suggestion: use generic way of reading Y value.
2019-11-21 08:31:05 -08:00
Nikhil
c6f83dea8d
Save and Finish blocking modal dialog Refactor and Styles #2500 ( #2501 )
...
* Save and Finish blocking modal dialog Refactor and Styles #2500
* created new template for ProgressDialogComponent
* Tweaks for #2501
- Normalized dialog icon size;
- Enhanced text formatting in dialog;
- Changed "Saving..." to remove ellipsis;
2019-11-20 11:46:03 -08:00
Charles Hacskaylo
6e2497461a
Merge pull request #2518 from nasa/modal-improvement
...
WIP: Modal improvement
2019-11-20 11:45:21 -08:00
Charles Hacskaylo
bdd55b3db0
Merge branch 'topic-core-refactor' into modal-improvement
2019-11-20 11:42:11 -08:00
Charles Hacskaylo
700ca90c8e
Added new icon-history glyph for Time Conductor ( #2545 )
...
## Reviewer Checklist
* Changes appear to address issue? Y
* Appropriate unit tests included? N/A - Icon changes only
* Code style and in-line documentation are appropriate? Y
* Commit messages meet standards?
2019-11-20 11:37:53 -08:00
Javier Revillas
3f6f893e29
[Startup] Stop using -h for aliasing --host ( #2544 )
...
This solves #2543 and includes documentation for the --host flag in the
help dialog.
2019-11-19 15:06:41 -08:00
Charles Hacskaylo
360881cf66
Merge branch 'topic-core-refactor' into modal-improvement
2019-11-19 14:11:45 -08:00
Shefali Joshi
a4c2e944b3
Fixes issue #2537 Removes unused isEditing parameter for the view method of ViewProviders. ( #2542 )
2019-11-18 10:27:05 -08:00
Charles Hacskaylo
93abb09419
Styling to support Plotly integration ( #2532 )
...
* Mods to support NIRVSS spectra plot enhancements
- Plot legend can display a header element, related styles;
- Remove unneeded margin from propertiesHeader mixin;
* Mods to support NIRVSS spectra plot enhancements
- Finessing plot legend header styling;
- New theme constants for plot legend header;
- Increased size of plot color swatches;
* Mods to support NIRVSS spectra plot enhancements
- Major progress on Plotly style overrides;
* New glyphs for Spectra and Commands
* Icon backgrounds added for new glyphs
- bg-icon-spectra, -spectra-telemetry and -command;
* Plot legend enhancements
- Make selector for .hover-value-enabled less selective;
* Move plotly SCSS into its own file
2019-11-13 09:46:56 -08:00
Charles Hacskaylo
e58e9d3a26
Fix Plot Legend placement ( #2527 )
...
* Push test
* Enhance plot legend placement for #2486
- Left and right legends now maintain position when expanded;
* Update index.html
- Remove erroneously committed temp change ;
2019-11-08 15:31:29 -08:00
David Tsay
527c5ec7dd
src/selection/Selection.js ( #2535 )
2019-11-06 15:14:05 -08:00
David Tsay
286d6e5082
Issue 2472 Disable selection in layouts when previewing ( #2530 )
...
* ISSUE-2472: disable selection in layouts during preview
2019-11-05 16:20:26 -08:00
Andrew Henry
14e8c7a401
Removed references to the "new API". ( #2529 )
...
It just causes confusion. There was also an out of date link that ironically pointed to the old API.
2019-11-04 13:53:47 -08:00
Nikhil
fab8bb516a
Plot label height adjustment. ( #2524 )
...
* Plot label height adjustment.
* initialize xaxis label.
* Plot label height adjustment.
* initialize xaxis label.
* Fixes incorrect width applied to the plot's X axis wrapper
2019-10-30 18:09:56 -07:00
Joel McKinnon
6d526eaf42
Fix lint errors ( #2520 )
...
* Fixed linting errors
* Disabled broken test
2019-10-29 15:49:55 -07:00
Deep Tailor
8b715f331c
Search indexer ( #2445 )
...
* add a bare bones indexer
* use constant to fallback to legacy indexer
2019-10-22 16:53:06 -07:00
Nikhil
d6950a0976
Added listener that reacts to changes on interpolate + fetch data using correct strategy value. ( #2469 )
2019-10-21 10:27:52 -07:00
Nikhil
68f3436792
set deep property as true on watch ( #2521 )
2019-10-21 10:26:09 -07:00
Andrew Henry
4414161faf
Fixes to enable testing by third party applications ( #2523 )
...
* Initial commit of telemetry table spec
* Fix errors found by running Open MCT app headless
* Do not double install import-export plugin
* Changes to allow Open MCT to be initialized more than once without binding to window.document
* Remove table spec accidentally added
2019-10-21 10:24:46 -07:00
Andrew Henry
7477536478
Disable broken unit tests ( #2519 )
...
* Disabling broken unit tests
* Removed legacy RemoveAction
2019-10-10 16:23:29 -07:00
Nikhil Mandlik
2dd7307fce
Overlay Improvement #2517
2019-10-10 15:45:07 -07:00
Nikhil Mandlik
6b2f2b758d
Multiple modal instances on 'Enter' button #2513
2019-10-10 15:04:14 -07:00
Deep Tailor
c13b07e648
separate search div from main tree, show search div when search value is present, else show main tree ( #2512 )
2019-10-10 12:48:50 -07:00
Nikhil
2ecff75da5
[Tables] Filtering fails when one or more cells contain undefined value #2493 ( #2510 )
...
* [Tables] Filtering fails when one or more cells contain undefined value #2493
* refactored to handle edge cases first
2019-10-10 12:46:25 -07:00
Nikhil
ff5b88b544
VSC enable debugger for testing ( #2505 )
2019-10-10 12:25:24 -07:00
Nikhil
9b7a986475
Add a sticky telemetry point select to on-click plot behavior #2379 ( #2471 )
...
* Add a sticky telemetry point select to on-click plot behavior #2379
* changed class 'lock-highlight-point' on parent element to drive lock/unlock feature on highlight points.
* Styling for sticky-telemetry-point
- New glyph: icon-cursor-lock;
- Better layout and SCSS for overlaid state indicators in plot area;
* single click on plot, lock/unlock highlight points.
* cleanup + added lock icon on legends.
* fixed panning does not end on mouse up.
2019-10-07 13:55:47 -07:00
Nikhil
c054914a9c
[Plots] Zooming on plot causes console errors - Duplicates in a repeater are not allowed #2473 ( #2474 )
2019-09-24 16:33:16 -07:00
Andrew Henry
69b6f8afa9
Delete persisted timestamp ( #2506 )
2019-09-24 16:31:54 -07:00
Charles Hacskaylo
45164a2f68
Fix status bubbles ( #2503 )
...
- Status indicator bubbles now right-align;
2019-09-19 18:44:35 -07:00
Andrew Henry
b189a887e6
Emit refresh event when data cleared ( #2502 )
2019-09-19 18:37:09 -07:00
Nikhil
71abfbc336
Save and Finish no longer shows blocking modal dialog #2496 ( #2498 )
2019-09-19 18:16:41 -07:00
Charles Hacskaylo
ee690545fb
VISTA Fixes 4 ( #2499 )
...
- Fixed is-selected styling so that if overrides table row EVR, limit
styling;
- Fix Summary Widget grippys #2494 ;
- Fix indent in Global filters UI: #2488 ;
- Fix Summary Widget overflow problem: #2495 ;
- Added new c-input-number--no-spinners class for https://github.jpl.nasa.gov/MissionControl/vista/issues/673
2019-09-19 17:56:17 -07:00