Jamie V
7f00e2d1c5
updating data visualization inspector tests to work with new tab functionality
2025-04-10 11:44:00 -07:00
Jamie V
db009e6fd8
making sure config tab is selected
2025-04-10 11:06:10 -07:00
Jamie V
d4354e7e22
tweak priorities for inspector views, added new priority constants HIGHEST/LOWEST, update docs
2025-04-10 10:43:01 -07:00
Jamie V
6b6afbdead
fix tests that were relying on tabs to be in specfic order
2025-04-04 15:47:44 -07:00
Jamie V
7ebe528d1a
update function name
2025-04-04 13:45:26 -07:00
Jamie V
f556b528a5
Merge branch 'mct-7442-7959' of https://github.com/nasa/openmct into mct-7442-7959
...
forgot to merge merged master before change
2025-04-04 13:42:33 -07:00
Jamie V
97b61c8826
adding back in removed line
2025-04-04 13:42:27 -07:00
Jamie V.
da1b7b521a
Merge branch 'master' into mct-7442-7959
2025-04-04 13:30:45 -07:00
Jamie V
ebe7fe92c4
modifying priorities to negate the use of HIGH + 1
2025-04-04 13:30:39 -07:00
Jamie V
56326ad6d1
added remaining interceptors and removed in-component modification, removed debug code
2025-04-04 13:03:43 -07:00
Andrew Henry
e5631c9f6c
Marked sanitize html ( #8021 )
...
CodeQL / Analyze (push) Has been cancelled
* chore(deps-dev): bump sanitize-html from 2.12.1 to 2.15.0
Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html ) from 2.12.1 to 2.15.0.
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md )
- [Commits](https://github.com/apostrophecms/sanitize-html/compare/2.12.1...2.15.0 )
---
updated-dependencies:
- dependency-name: sanitize-html
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* bump marked
* Added package lock:
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-03 09:03:23 -07:00
dependabot[bot]
15b5d1405d
chore(deps-dev): bump webpack-merge from 5.10.0 to 6.0.1 ( #8017 )
...
CodeQL / Analyze (push) Has been cancelled
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge ) from 5.10.0 to 6.0.1.
- [Changelog](https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/survivejs/webpack-merge/compare/v5.10.0...v6.0.1 )
---
updated-dependencies:
- dependency-name: webpack-merge
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>
Co-authored-by: Andrew Henry <akhenry@gmail.com>
2025-04-01 15:52:06 -07:00
dependabot[bot]
0377788533
chore(deps-dev): bump uuid from 9.0.1 to 11.1.0 ( #8018 )
...
Bumps [uuid](https://github.com/uuidjs/uuid ) from 9.0.1 to 11.1.0.
- [Release notes](https://github.com/uuidjs/uuid/releases )
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v11.1.0 )
---
updated-dependencies:
- dependency-name: uuid
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>
Co-authored-by: Andrew Henry <akhenry@gmail.com>
2025-04-01 15:27:29 -07:00
dependabot[bot]
28dcff7e89
chore(deps-dev): bump copy-webpack-plugin from 12.0.2 to 13.0.0 ( #8015 )
...
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin ) from 12.0.2 to 13.0.0.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v12.0.2...v13.0.0 )
---
updated-dependencies:
- dependency-name: copy-webpack-plugin
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>
Co-authored-by: Andrew Henry <akhenry@gmail.com>
2025-04-01 14:30:27 -07:00
dependabot[bot]
b191eb9d64
chore(deps-dev): bump npm-run-all2 from 6.1.2 to 7.0.2 ( #8014 )
...
Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2 ) from 6.1.2 to 7.0.2.
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases )
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v6.1.2...v7.0.2 )
---
updated-dependencies:
- dependency-name: npm-run-all2
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>
Co-authored-by: Andrew Henry <akhenry@gmail.com>
2025-04-01 13:39:07 -07:00
Andrew Henry
f8e4aba922
Update all remaining dependencies in one go ( #8011 )
...
* Update all remaining dependencies in one go
* Support changed marked API
* Adapt to use new library
* Removed commented code
* Fixed typo in anchor tag
2025-04-01 13:21:13 -07:00
dependabot[bot]
28f6987dd7
chore(deps-dev): bump jasmine-core from 5.1.1 to 5.5.0 ( #7952 )
...
CodeQL / Analyze (push) Has been cancelled
Bumps [jasmine-core](https://github.com/jasmine/jasmine ) from 5.1.1 to 5.5.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/v5.1.1...v5.5.0 )
---
updated-dependencies:
- dependency-name: jasmine-core
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>
2025-03-28 16:19:20 -07:00
dependabot[bot]
f3047093d6
chore(deps): bump codecov/codecov-action from 4 to 5 ( #7931 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
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>
2025-03-28 16:01:58 -07:00
dependabot[bot]
34e57ef300
chore(deps-dev): bump nyc from 15.1.0 to 17.1.0 ( #7852 )
...
CodeQL / Analyze (push) Waiting to run
Bumps [nyc](https://github.com/istanbuljs/nyc ) from 15.1.0 to 17.1.0.
- [Release notes](https://github.com/istanbuljs/nyc/releases )
- [Changelog](https://github.com/istanbuljs/nyc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/istanbuljs/nyc/compare/v15.1.0...nyc-v17.1.0 )
---
updated-dependencies:
- dependency-name: nyc
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>
2025-03-28 15:26:34 -07:00
dependabot[bot]
88e6557782
chore(deps-dev): bump babel-plugin-istanbul from 6.1.1 to 7.0.0 ( #7804 )
...
Bumps [babel-plugin-istanbul](https://github.com/istanbuljs/babel-plugin-istanbul ) from 6.1.1 to 7.0.0.
- [Release notes](https://github.com/istanbuljs/babel-plugin-istanbul/releases )
- [Changelog](https://github.com/istanbuljs/babel-plugin-istanbul/blob/master/CHANGELOG.md )
- [Commits](https://github.com/istanbuljs/babel-plugin-istanbul/compare/v6.1.1...v7.0.0 )
---
updated-dependencies:
- dependency-name: babel-plugin-istanbul
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>
2025-03-28 15:14:17 -07:00
dependabot[bot]
dbd4abebae
chore(deps-dev): bump style-loader from 3.3.3 to 4.0.0 ( #7802 )
...
Bumps [style-loader](https://github.com/webpack-contrib/style-loader ) from 3.3.3 to 4.0.0.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases )
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v3.3.3...v4.0.0 )
---
updated-dependencies:
- dependency-name: style-loader
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>
2025-03-28 15:03:21 -07:00
dependabot[bot]
50ca27e54f
chore(deps-dev): bump d3-shape and @types/d3-shape ( #7605 )
...
* chore(deps-dev): bump d3-shape and @types/d3-shape
Bumps [d3-shape](https://github.com/d3/d3-shape ) and [@types/d3-shape](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3-shape ). These dependencies needed to be updated together.
Updates `d3-shape` from 3.0.0 to 3.2.0
- [Release notes](https://github.com/d3/d3-shape/releases )
- [Commits](https://github.com/d3/d3-shape/compare/v3.0.0...v3.2.0 )
Updates `@types/d3-shape` from 3.0.0 to 3.1.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/d3-shape )
---
updated-dependencies:
- dependency-name: d3-shape
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: "@types/d3-shape"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps-dev): bump d3-shape and @types/d3-shape
Bumps [d3-shape](https://github.com/d3/d3-shape ) and [@types/d3-shape](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3-shape ). These dependencies needed to be updated together.
Updates `d3-shape` from 3.0.0 to 3.2.0
- [Release notes](https://github.com/d3/d3-shape/releases )
- [Commits](https://github.com/d3/d3-shape/compare/v3.0.0...v3.2.0 )
Updates `@types/d3-shape` from 3.0.0 to 3.1.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/d3-shape )
---
updated-dependencies:
- dependency-name: d3-shape
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: "@types/d3-shape"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Dependency upgrade changed rendering of SVG. Visually verified that it is correct and updated the test
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Henry <akhenry@gmail.com>
2025-03-28 14:25:25 -07:00
dependabot[bot]
2955092c86
chore(deps-dev): bump mini-css-extract-plugin from 2.7.6 to 2.8.1 ( #7573 )
...
CodeQL / Analyze (push) Has been cancelled
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 2.7.6 to 2.8.1.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.6...v2.8.1 )
---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
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>
2025-03-26 13:51:10 -07:00
Jamie V
0deb2bfbf5
removed save from interceptors and kept missing object intercepter as is
2025-03-06 14:28:13 -08:00
Jamie V
5ee9b66831
Merge branch 'mct-7442-7959' of https://github.com/nasa/openmct into mct-7442-7959
...
merging latest master changes
2025-03-05 13:47:11 -08:00
Jamie V
8b2d77c876
lint fixes
2025-03-05 13:47:01 -08:00
Jamie V.
07eaac283b
Merge branch 'master' into mct-7442-7959
2025-03-05 13:39:22 -08:00
Jamie V
4c0791f04b
remove targeted plugin styling exclusion in browse mode
2025-03-05 13:38:59 -08:00
Jamie V
1a59b89ff2
adding styles interceptor for telemetry tables
2025-03-03 14:37:31 -08:00
Jamie V
8655434e4b
update previous interceptors and add for stacked plot
2025-03-03 14:23:25 -08:00
Jamie V
f98cabe13b
make missing object interceptor run first, so other interceptors dont get undefined objects
2025-03-03 14:16:19 -08:00
Jamie V
97ae8db9d1
add styles get interceptor for overlay plots
2025-03-03 14:05:25 -08:00
Jamie V
c385c90395
rename
2025-03-03 13:54:15 -08:00
Jamie V
439c3dece1
rename
2025-03-03 13:53:50 -08:00
Jamie V
f530e99e2d
adding condition widget styles get interceptor
2025-03-03 13:49:37 -08:00
Jamie V
367e4947a1
remove commented code
2025-03-03 13:27:26 -08:00
Jamie V
19ee3e532e
update helper method name, simplify isAnnotatableType method
2025-03-03 13:24:12 -08:00
Jamie V
850c015889
update comment
2025-02-21 11:37:56 -08:00
Jamie V
243bc2bb9b
couple changes
2025-02-21 11:34:43 -08:00
Jamie V
a207e97203
finishing up main views tests and updating some providers to fix errors
2025-02-20 16:07:55 -08:00
Shefali Joshi
28b5d7c41c
Time strip marcus banes line "now line" fix for right y-axis and when now is out of bounds ( #7993 )
...
CodeQL / Analyze (push) Has been cancelled
* Account for right y-axes when calculating now line position.
Don't show the now line if it's out of bounds of the time axis
* Add test for now marker in realtime and out of bounds modes
2025-02-17 18:23:48 +00:00
Jamie V
efd7369a10
WIP
2025-02-14 15:06:49 -08:00
Jamie V
310bd17800
stopping point
2025-02-12 13:37:39 -08:00
Jamie V
fffa773cdf
only add missing object styles if table has configuration
2025-02-11 12:48:27 -08:00
Jamie V
e985c0817a
removing styles for event message generators, they dont have edit mode
2025-02-11 12:46:16 -08:00
Jamie V
9d92ba9893
add clock to no styles objects, initialize event message generators with configurations
2025-02-11 12:39:53 -08:00
Shefali Joshi
ecd120387c
Independent time conductor related handling for plot synchronization. ( #7956 )
...
CodeQL / Analyze (push) Has been cancelled
* Ensure that the mode set when independent time conductor is enabled/disabled is propagated correctly.
Also ensure that global time conductor changes are not picked up by the independent time conductor when the user has enabled it at least once before
* Use structuredClone instead of deep copy
* Add e2e test
* Assert that you're in fixed mode after sync time conductor
* Comment explaining new time context test
* Change test to be a little less complicated
* Fix linting errors
2025-02-10 21:46:00 +00:00
Jamie V
d92a2b71d0
initial e2e tests
2025-02-10 09:57:29 -08:00
Shefali Joshi
a6517bb33e
migrate from actions/upload-artifact: v3 to v4. ( #8000 )
...
CodeQL / Analyze (push) Has been cancelled
* migrate from actions/upload-artifact: v3 to v4.
https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md
* Add names for artifacts and allow overwriting them
2025-02-07 18:03:00 +00:00
Jamie V
175befa8d1
initalize tables with objectStyles
2025-01-23 15:50:06 -08:00