Commit 4706580
authored
chore(web): bump to 532eeda (cryostatio#226)
1 parent c8e190a commit 4706580
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule cryostat-web updated 43 files
- .github/workflows/ci.yaml+1-1
- locales/en/common.json+10
- locales/en/public.json+50-2
- src/app/CreateRecording/CustomRecordingForm.tsx+78-55
- src/app/Dashboard/AutomatedAnalysis/AutomatedAnalysisCard.tsx+78-770
- src/app/Dashboard/AutomatedAnalysis/AutomatedAnalysisConfigDrawer.tsx-173
- src/app/Dashboard/AutomatedAnalysis/AutomatedAnalysisConfigForm.tsx-456
- src/app/Recordings/ActiveRecordingsTable.tsx+106-232
- src/app/Recordings/ArchivedRecordingsTable.tsx+6-6
- src/app/Recordings/Recordings.tsx+38-31
- src/app/Recordings/TargetAnalysis.tsx+506
- src/app/Rules/CreateRule.tsx+31-2
- src/app/Settings/Config/AutomatedAnalysis.tsx-29
- src/app/Settings/Settings.tsx-2
- src/app/Shared/Services/Api.service.tsx+70-1
- src/app/Shared/Services/api.types.ts+14-9
- src/app/Shared/Services/api.utils.ts-16
- src/app/Shared/Services/service.utils.ts+4
- src/app/Topology/Actions/utils.tsx+4-1
- src/app/Topology/Entity/types.ts+10-1
- src/app/Topology/Entity/utils.tsx+19-2
- src/app/Topology/GraphView/NodeDecorator.tsx+80-5
- src/app/app.css+8-4
- src/app/utils/hooks/useSubscriptions.ts+3-2
- src/itest/util.ts+1-1
- src/test/CreateRecording/CustomRecordingForm.test.tsx+8-1
- src/test/CreateRecording/__snapshots__/CustomRecordingForm.test.tsx.snap+57-3
- src/test/Dashboard/AutomatedAnalysis/AutomatedAnalysisCard.test.tsx+73-481
- src/test/Dashboard/AutomatedAnalysis/AutomatedAnalysisConfigDrawer.test.tsx-136
- src/test/Dashboard/AutomatedAnalysis/AutomatedAnalysisConfigForm.test.tsx-194
- src/test/Dashboard/AutomatedAnalysis/__snapshots__/AutomatedAnalysisCard.test.tsx.snap+210
- src/test/Recordings/ActiveRecordingsTable.test.tsx+3-11
- src/test/Recordings/Recordings.test.tsx+4-1
- src/test/Recordings/TargetAnalysis.test.tsx+195
- src/test/Recordings/__snapshots__/TargetAnalysis.test.tsx.snap+451
- src/test/Rules/CreateRule.test.tsx+12-1
- src/test/Rules/Rules.test.tsx+1
- src/test/Rules/__snapshots__/Rules.test.tsx.snap+8-1
- src/test/Settings/AutomatedAnalysisConfig.test.tsx-50
- src/test/Settings/Settings.test.tsx-17
- src/test/Settings/__snapshots__/AutomatedAnalysisConfig.test.tsx.snap-3
- src/test/Settings/__snapshots__/NotificationControl.test.tsx.snap+21-99
- yarn.lock+7-41
0 commit comments