8345 Commits

Author SHA1 Message Date
Shefali Joshi
d74e1b19b6
In progress activities that are out of bounds are shown ()
If an activity is out of bounds, but in progress, display it in the currently visible list.
2024-12-06 22:38:27 +00:00
Jamie V.
5bb6a18cd4
[Notebook] Browse Bar holding onto stale model, reverts changes ()
* moving rename methods to appActions

* importing back into original test

* reverting

* add the ability to change the name in the browse bar

* add test to verify entries are not being lost

* addding aria labels for tests

* when an object is changed, store the whole new object, not just the name

* typo!
2024-12-06 14:13:08 -08:00
David Tsay
14b947c101
fix vue reactivity of rows by changing the reference of the updated row ()
* do not call `updateVisibleRows` on horizontal scroll
* add example provider for in place row updates
2024-12-04 11:27:52 -08:00
Jamie V.
61b982ab99
[Telemetry API] Prevent Subscriptions with different options from overwriting each other ()
* initial implementation

* cleaning up a bit

* adding the hash method back as we dont want gigantic keys

* adding a line

* added filtering to state generator, updated filters readme to fix error, more robust hash function

* removing unnecessary changes in wrong file

* adding a test to confirm each endpoint has a separate subscription based of filtering

* lint

* adding back in hints, accidentally removed

* remove some redundant code and convert sanitization method into a replacer function for stringify

* tweaking serialize replacer to handle arrays correctly, adding more determinative row addition check to test

* more focused selector for the table

* simplified the serialization method even further and added some more docs
2024-12-04 03:33:15 +00:00
Jamie V.
ba4d8a428b
[Gauge Plugin] Fix Missing Object handling ()
* checking if the metadata exists before acting on it

* added a test to catch missing object errors in gauges

* remove waitForTimeout and add in check for time conductor successful start offset update

* hardening the test by checking for the time before the time change

* add "pageerror" to cspell
2024-12-03 15:13:51 -08:00
Khalid Adil
7508b01e6f Evaluate all criteria 2024-12-03 04:07:57 -06:00
Scott Bell
d0768032c4 Merge branch 'telemetry-comps' into combined-rodap-stuff 2024-11-15 12:37:50 +01:00
Scott Bell
5683320bea Merge remote-tracking branch 'origin/master' into telemetry-comps 2024-11-15 12:30:15 +01:00
Charles Hacskaylo
64ae96e602 Closes
- Markup/CSS sanding and shimming for derived telemetry front-end.
- Toggle switch CSS improved to use `gap` instead of left margin.
2024-11-15 12:29:32 +01:00
Charles Hacskaylo
402d951115 Closes
- Markup/CSS sanding and shimming for derived telemetry front-end.
- Toggle switch CSS improved to use `gap` instead of left margin.
2024-11-14 10:13:08 -08:00
Shefali Joshi
ea9947cab5
Use the disabled attribute on a valid element - the button. ()
* Use the disabled attribute on a valid tag - the button.

* Add e2e test to check for add criteria button being enabled

* Improve test

* Check for add criteria button to have attribute disabled

* Remove focused test
2024-11-05 20:53:28 +00:00
Scott Bell
f19d7a825a Merge remote-tracking branch 'origin/telemetry-comps' into combined-rodap-stuff 2024-10-28 11:05:20 +01:00
Scott Bell
55063a0045 removing debug statements for PR review 2024-10-28 09:24:23 +01:00
Scott Bell
dc1359262b Merge remote-tracking branch 'origin/telemetry-comps' into combined-rodap-stuff 2024-10-28 09:01:59 +01:00
Scott Bell
9ca489cf12 widen size to accomodate sample size 2024-10-28 09:01:36 +01:00
Scott Bell
4a4dabf7f0 Merge remote-tracking branch 'origin/master' into telemetry-comps 2024-10-28 08:43:49 +01:00
Scott Bell
1da60b09a6 Merge branch 'telemetry-comps' into combined-rodap-stuff 2024-10-22 21:03:14 +02:00
Scott Bell
96b1ef0db5 reduce size 2024-10-22 21:02:10 +02:00
Jesse Mazzella
2010f2e377
chore: bump @playwright/test to v1.48.1 () 2024-10-21 17:03:54 -07:00
Jesse Mazzella
3241e9ba57
chore: remove release.yml () 2024-10-18 15:43:57 -07:00
Shefali Joshi
057a5f997c
Encode urls for css background images ()
* Add new utility to encode urls.
Use the encode urls utility to encode all background images in css

* need a commit to pull exampleimagery from

* skip and fix on otherside

---------

Co-authored-by: John Hill <john.c.hill@nasa.gov>
build-9-rc11
2024-10-18 19:59:02 +00:00
John Hill
078cd341a5
Bump references to support node22 ()
* Bump references to support node22

* strings!

---------

Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
2024-10-18 10:07:26 -07:00
Jesse Mazzella
518b55cf0f
fix(vipergc-660): identify axis keys upon adding object to composition ()
* fix: identify axis keys upon adding object to composition

* fix: set yKey to 'none' if nonArrayValues
2024-10-17 15:08:52 -07:00
Shefali Joshi
3e23dceb64
fix(): restore "now" (marcus bains) line to planning views ()
* Initialize alignment offset to 0. (it was undefined). Also handle a small bug with swimlane configuration not getting replaced when the plan used by a gantt chart was changed

* lint: fix

* test: update visual tests to mock clock and show now line

---------

Co-authored-by: Mazzella, Jesse D. (ARC-TI)[KBR Wyle Services, LLC] <jesse.d.mazzella@nasa.gov>
2024-10-17 14:24:26 -07:00
Shefali Joshi
7f8b5e09e5
Fix gantt chart swimlane order ()
* Use the planObject to get ordered swimlane names

* If there is no plan object, don't try to render the chart

---------

Co-authored-by: Jamie V. <jamie.j.vigliotta@nasa.gov>
2024-10-17 17:28:55 +00:00
Scott Bell
707bdbe8eb Merge branch 'impute-historical-condition-set' into combined-rodap-stuff 2024-10-17 16:35:04 +02:00
Scott Bell
6ca6a4cd00 revert size checking 2024-10-17 16:34:42 +02:00
Scott Bell
c9843481e9 Revert "enforce size limit on computation"
This reverts commit 07c5ba84241bc92622708be015218197aaef8cbf.
2024-10-17 16:33:43 +02:00
Scott Bell
a8a1ade3d5 Merge remote-tracking branch 'origin/impute-historical-condition-set' into combined-rodap-stuff 2024-10-17 10:12:34 +02:00
Scott Bell
07c5ba8424 enforce size limit on computation 2024-10-17 10:08:17 +02:00
Scott Bell
6e82c2e6d0 Merge remote-tracking branch 'origin/master' into impute-historical-condition-set 2024-10-17 09:53:48 +02:00
David Tsay
7c2bb16bfd
Bugfix/7873 time conductor input validation ()
* validate on change because input is too aggressive
* validate logical bounds on submit
* perfection
2024-10-16 18:57:56 -07:00
Andrew Henry
890ddcac4e
Revert d8c5095ebb0df923fb289a50695def30a28fc510 () 2024-10-16 09:57:24 -07:00
John Hill
d8c5095ebb add environment variable check 2024-10-16 09:08:34 -07:00
Scott Bell
486939cd54 Merge branch 'impute-historical-condition-set' into combined-rodap-stuff 2024-10-16 16:40:18 +02:00
Scott Bell
f834a47b9f better comment 2024-10-16 16:40:01 +02:00
Scott Bell
f12a0c9e96 Merge branch 'impute-historical-condition-set' into combined-rodap-stuff 2024-10-16 07:58:27 +02:00
Scott Bell
0169486999 delete size for underlying telemetry so we can get full bounds 2024-10-16 07:58:11 +02:00
Jesse Mazzella
ccf7ed91af
fix(vipergc-574): Use selected shelve duration for fault management ()
* refactor: `Indefinite` -> `Unlimited`
* refactor: remove unused const
* fix: use the selected shelveDuration
* fix: set and use default if none selected
* fix: bad optional chaining
* fix: handle the case of no provider
* fix: don't assign defaults if no provider
2024-10-15 23:26:57 +00:00
Scott Bell
2b3db11b0c resolve conflicts 2024-10-15 21:56:19 +02:00
Scott Bell
397ba314b5 lint 2024-10-15 21:54:37 +02:00
Scott Bell
251b8bd038 only emit telemetry if we have a result 2024-10-15 21:54:13 +02:00
Scott Bell
219303271d only emit telemetry if we have a result 2024-10-15 21:53:01 +02:00
Scott Bell
0d2651362e Merge remote-tracking branch 'origin/impute-historical-condition-set' into combined-rodap-stuff 2024-10-15 21:05:06 +02:00
Scott Bell
5d1f1d0a4a fix false output 2024-10-15 21:04:48 +02:00
Scott Bell
97522adc08 Merge remote-tracking branch 'origin/impute-historical-condition-set' into combined-rodap-stuff 2024-10-15 20:13:15 +02:00
Scott Bell
3fc569beef can remove telemetry mostly 2024-10-15 20:12:57 +02:00
Scott Bell
a94f300e60 Merge remote-tracking branch 'origin/impute-historical-condition-set' into combined-rodap-stuff 2024-10-15 18:49:37 +02:00
Scott Bell
f9efc71f54 Merge remote-tracking branch 'origin/telemetry-comps' into combined-rodap-stuff 2024-10-14 15:28:40 +02:00
Scott Bell
1516524f0b support lambda values 2024-10-14 15:28:19 +02:00