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
Nikhil
6a8f4b5d9c
webpack stats changed to 'errors-warnings' ( #4644 )
2021-12-29 17:39:07 -08:00
Nikhil
464bb3b885
[Build] webpack5 upgrade ( #4242 )
2021-12-30 00:18:48 +00:00
Nikhil
4775c88909
[Snapshots] Blank PNG/JPG image generated for snapshots #4526 ( #4612 )
2021-12-29 06:41:01 -08:00
dependabot[bot]
722e2e2bb1
Bump babel-eslint from 10.0.3 to 10.1.0 ( #4637 )
...
Bumps [babel-eslint](https://github.com/babel/babel-eslint ) from 10.0.3 to 10.1.0.
- [Release notes](https://github.com/babel/babel-eslint/releases )
- [Commits](https://github.com/babel/babel-eslint/compare/v10.0.3...v10.1.0 )
---
updated-dependencies:
- dependency-name: babel-eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Hill <john.c.hill@nasa.gov>
2021-12-28 21:47:05 +00:00
dependabot[bot]
333aa1d6db
Bump vue-eslint-parser from 7.11.0 to 8.0.1 ( #4636 )
...
Bumps [vue-eslint-parser](https://github.com/vuejs/vue-eslint-parser ) from 7.11.0 to 8.0.1.
- [Release notes](https://github.com/vuejs/vue-eslint-parser/releases )
- [Commits](https://github.com/vuejs/vue-eslint-parser/compare/v7.11.0...v8.0.1 )
---
updated-dependencies:
- dependency-name: vue-eslint-parser
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>
2021-12-28 13:42:43 -08:00
John Hill
5e92c69fe2
Update the regex on dependabot ( #4635 )
2021-12-28 09:43:56 -08:00
Shefali Joshi
8ddba2b06f
Prepare for sprint 1.8.3 ( #4570 )
...
Co-authored-by: John Hill <john.c.hill@nasa.gov>
2021-12-28 07:45:53 -08:00
Henry Hsu
6f9241c0b1
New import export json action test ( #4225 )
...
Co-authored-by: Henry Hsu <henry.hsu@nasa.gov>
Co-authored-by: Nikhil <nikhil.k.mandlik@nasa.gov>
Co-authored-by: Jamie V <jamie.j.vigliotta@nasa.gov>
Co-authored-by: charlesh88 <charles.f.hacskaylo@nasa.gov>
Co-authored-by: Andrew Henry <akhenry@gmail.com>
Co-authored-by: John Hill <john.c.hill@nasa.gov>
Co-authored-by: David Tsay <3614296+davetsay@users.noreply.github.com>
2021-12-27 12:29:57 -08:00
dependabot[bot]
d84808aa68
Bump eslint-plugin-playwright from 0.7.0 to 0.7.1 ( #4633 )
...
Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright ) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases )
- [Commits](https://github.com/playwright-community/eslint-plugin-playwright/compare/v0.7.0...v0.7.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-playwright
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-24 10:27:19 -08:00
John Hill
0df672e470
condition widget ( #4628 )
2021-12-22 14:24:59 -08:00
John Hill
c9bc390355
Condition set visual test ( #4625 )
...
* ensure we're running one worker at a time for visual tests
* New test for condition sets
* Update testcase name and notes
2021-12-22 14:02:06 -08:00
dependabot[bot]
5b1664f073
Bump eslint-plugin-playwright from 0.6.0 to 0.7.0 ( #4622 )
...
Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright ) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases )
- [Commits](https://github.com/playwright-community/eslint-plugin-playwright/compare/v0.6.0...v0.7.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-playwright
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Hill <john.c.hill@nasa.gov>
2021-12-22 12:19:55 -08:00
Jamie V
e634e09e32
[Persistability] Various checks in actions (Edit Properties, ImportFromJSON) ( #4587 )
...
Co-authored-by: Joshi <simplyrender@gmail.com>
2021-12-21 14:30:31 -08:00
Nikhil
8e3947e48d
Condition set e2e ( #4604 )
...
New Condition set test
2021-12-20 12:01:16 -08:00