7030 Commits

Author SHA1 Message Date
David Tsay
8a0b6091ce remove legacy plugin support 2022-06-20 14:20:27 -07:00
David Tsay
f404c4022b fix typo vista-r4.9.0-rc21 2022-04-14 11:19:13 -07:00
David Tsay
bf3cad3f6e fix missing y-axis label
fix units missing from plot legend
2022-04-14 11:05:43 -07:00
David Tsay
8780cc33d0 fix lint errors vista-r4.9.0-rc20 2022-04-12 14:20:25 -07:00
David Tsay
dc62e56279 use merge sort instead of insertion sort 2022-04-12 13:57:51 -07:00
Andrew Henry
1c794bdece De-reactify tables 2022-04-11 14:26:01 -07:00
David Tsay
052ec19892 remove form element if not dialog vista-r4.9.0-rc19 2022-03-27 20:08:34 -07:00
David Tsay
5f70ab7dd3 allow hiding cancel button vista-r4.9.0-rc18 2022-03-25 19:14:54 -07:00
David Tsay
7f73e1e765 safety check for overlay 2022-03-25 19:14:40 -07:00
David Tsay
ea7cf080c3 only show required fields message if form has required fields vista-r4.9.0-rc17 2022-03-25 14:01:10 -07:00
David Tsay
9b0762f201 all custom labels 2022-03-25 12:59:14 -07:00
David Tsay
31aa291672 add checkbox
(merged to master after this branch was cut)
vista-r4.9.0-rc16
2022-03-25 11:08:14 -07:00
David Tsay
65e8d8b23c warn should be alert vista-r4.9.0-rc15 2022-03-22 22:43:52 -07:00
David Tsay
fdb35094f4 fix enum issue vista-r4.9.0-rc14 2022-03-22 22:05:48 -07:00
David Tsay
3b99a12d7f use domain.source for sorting
do not add telemetry for incorrect timesystems
vista-r4.9.0-rc13
2022-03-22 10:54:45 -07:00
David Tsay
25ee2d8099 hack for vista timesystems vista-r4.9.0-rc12 2022-03-16 10:29:37 -07:00
David Tsay
c14cc25977 clean up observers 2022-03-16 10:27:01 -07:00
David Tsay
50997270e9 separate name and composition listeners 2022-03-16 10:11:20 -07:00
David Tsay
67e3094c6c warn instead of error on missing timesystem so vista still functional vista-r4.9.0-rc11 2022-03-14 16:10:18 -07:00
David Tsay
526e31d10c more identifier fixes to search vista-r4.9.0-rc10 2022-03-14 16:01:23 -07:00
David Tsay
3b316ed491 fix identifier issues vista-r4.9.0-rc9 2022-03-14 13:53:33 -07:00
David Tsay
282ead581a object get in onWorkerMessage call should use identifier 2022-03-14 11:21:04 -07:00
David Tsay
c4f18a4797 object get in indexing process should use identifier not key vista-r4.9.0-rc8 2022-03-10 14:27:22 -08:00
David Tsay
c273e83093 debug for search 2022-03-10 14:26:40 -08:00
David Tsay
e4b9242864 hack to parse identifier if namespace and key was mashed vista-r4.9.0-rc7 2022-03-01 16:10:53 -08:00
David Tsay
ceddadcac6 fix canvas fallback in plots
https://github.com/nasa/openmct/pull/4784
vista-r4.9.0-rc6
2022-01-26 14:27:33 -08:00
David Tsay
6e2437b09e fix navigate after create path vista-r4.9.0-rc5 2022-01-18 11:19:35 -08:00
David Tsay
5a44931537 default to string not undefined vista-r4.9.0-rc4 2022-01-13 17:15:24 -08:00
David Tsay
f165d9c064 Revert "bring back identifierService for getProvider"
This reverts commit 830f321f9048b794ca671dfca9714dad9b318b33.
2022-01-13 17:08:08 -08:00
David Tsay
613973d936 set namespace for malformed identifiers 2022-01-13 17:06:24 -08:00
David Tsay
830f321f90 bring back identifierService for getProvider vista-r4.9.0-rc3 2022-01-13 14:16:28 -08:00
David Tsay
a14cd62878 Merge branch 'release/1.8.3' into vista-r4.9-release vista-r4.9.0-rc2 2022-01-10 13:49:05 -08:00
Shefali Joshi
8314d03af5
Fix Link Action to accept the right input for validation (#4696) 2022-01-07 14:46:31 -08:00
Nikhil
187da3c462
Snapshot notice link not navigating as expected #4194 (#4686) 2022-01-07 11:51:11 -08:00
Shefali Joshi
e4f134ca59
Mct 4555 rebased v3 (#4689)
* Preserve the previousFocusedImage for subscription updates, bound change for local and fixed time

* Only preserve previous focused image if paused

* Forcibly reset imageContainer size to prevent aspect ratio distortion

* Remove unneccesary mixin invocation

* Use image history instead of imagehistory size for watcher. Revert other changes

* Added check if last image index is selected

* isPaused instead of paused

Co-authored-by: Michael Rogers <contact@mhrogers.com>
2022-01-07 11:09:09 -06:00
Shefali Joshi
76829ad252
Check for ref when trying to get the style receiver. (#4687)
Also ensure that the property being displayed in Properties is actually a part of the domainObject.
2022-01-07 10:57:10 -06:00
Nikhil
a8da0d5917
Notebook Snapshotting to the default Notebook isn't working (#4475)
* Notebook Snapshotting to the default Notebook isn't working #4469
2022-01-06 16:44:21 -08:00
David Tsay
488beb5b3f new colors show better on espresso and snow themes vista-r4.9.0-rc1 2022-01-06 11:25:33 -08:00
David Tsay
2f63718385
use relative path (#4683) 2022-01-06 11:14:21 -08:00
Shefali Joshi
433f1bf28e
Fix object creation (#4675)
* Save the object before adding it to the parent so that transaction committing works properly
* Fix object creation - composition policy changes
2022-01-05 11:05:02 -08:00
Andrew Henry
936b88363c
Disable legacy support in openmct dev (#4660)
Co-authored-by: Shefali Joshi <simplyrender@gmail.com>
2022-01-04 08:32:47 -08:00
Michael Rogers
38fec73a33
4588 - Removed summary widget creatability and updated composition policy (#4609)
* Removed summary widget creatability and updated composition policy

Co-authored-by: John Hill <john.c.hill@nasa.gov>
2022-01-04 07:40:09 -08:00
Charles Hacskaylo
43c2c8543e
Fixes for #4623 (#4624)
- New `c-object-view` class;
- Removed CSS class special-casing in ObjectView.vue;
- Removed unused `l-shell__main-object-view` class;
- Fixed CSS selector for Condition Widget display in main view;

Co-authored-by: John Hill <john.c.hill@nasa.gov>
Co-authored-by: Shefali Joshi <simplyrender@gmail.com>
2022-01-04 06:00:14 -08:00
John Hill
e8e719e7f7
Update Bug Report format to make visual bug distinction clearer (#4662)
Co-authored-by: Shefali Joshi <simplyrender@gmail.com>
2022-01-04 05:49:14 -08:00
Nikhil
26e70d82b7
Move action issue fix #4663 (#4664) 2022-01-03 17:27:14 -08:00
Andrew Henry
3a65f75d21
Move all support for the legacy API into a plugin (#4614)
* Make legacy support optional
* Fix order of legacy plugin registration
* Added 'supportComposition' function
* Add composition policy to check that parent supports composition
* Fix memory leaks in timer
2022-01-03 14:21:19 -08:00
John Hill
51e4c0c836
Actually install the correct version of node (#4655)
Co-authored-by: Joe Pea <trusktr@gmail.com>
2022-01-03 13:44:57 -08:00
Andrew Henry
bb9c225f23
Lock vue-loader to 15.9.8 to fix build issues (#4653)
* Use a fixed version number for vue-loader to avoid a webpack build issue in some system configurations

* Ask dependabot to keep an eye out for vue-loader updates

Co-authored-by: John Hill <john.c.hill@nasa.gov>
2022-01-03 13:39:51 -08:00
dependabot[bot]
19ec98af79
Bump jasmine-core from 3.99.0 to 4.0.0 (#4651)
Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 3.99.0 to 4.0.0.
- [Release notes](https://github.com/jasmine/jasmine/releases)
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
- [Commits](https://github.com/jasmine/jasmine/compare/v3.99.0...v4.0.0)

---
updated-dependencies:
- dependency-name: jasmine-core
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-03 13:20:45 -08:00
Jamie V
23ead2ceaa
[My Items] Make folder name customizable (#4627)
* making my items folder name customizable

Co-authored-by: Nikhil <nikhil.k.mandlik@nasa.gov>
Co-authored-by: John Hill <john.c.hill@nasa.gov>
2021-12-30 16:27:51 -08:00