Commit Graph

8240 Commits

Author SHA1 Message Date
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 #7823
- 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 #7823
- 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. (#7914)
* 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 (#7913) 2024-10-21 17:03:54 -07:00
Jesse Mazzella
3241e9ba57
chore: remove release.yml (#7907) 2024-10-18 15:43:57 -07:00
Shefali Joshi
057a5f997c
Encode urls for css background images (#7906)
* 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>
2024-10-18 19:59:02 +00:00
John Hill
078cd341a5
Bump references to support node22 (#7901)
* 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 (#7897)
* 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(#7892): restore "now" (marcus bains) line to planning views (#7898)
* 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 (#7895)
* 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 07c5ba8424.
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 (#7886)
* 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 d8c5095ebb (#7894) 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 (#7890)
* 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
Scott Bell
ccc98130b6 Merge remote-tracking branch 'origin/telemetry-comps' into impute-historical-condition-set 2024-10-14 14:10:47 +02:00
Scott Bell
958e5ce09a should be waiting for historical data 2024-10-14 14:02:45 +02:00
Scott Bell
d4736ead45 get telemetry tables working and ensure we are properly outputting data 2024-10-14 13:53:20 +02:00
Scott Bell
4d03621a05 Merge remote-tracking branch 'origin/master' into impute-historical-condition-set 2024-10-14 10:32:47 +02:00
Scott Bell
2407430302 Merge remote-tracking branch 'origin/telemetry-comps' into combined-rodap-stuff 2024-10-14 09:33:47 +02:00