Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/webui
Submodule webui updated 49 files
+67 βˆ’3 locales/en/public.json
+15 βˆ’15 package.json
+79 βˆ’138 src/app/Dashboard/Diagnostics/DiagnosticsCard.tsx
+4 βˆ’1 src/app/Diagnostics/AllArchivedHeapDumpsTable.tsx
+4 βˆ’1 src/app/Diagnostics/AllArchivedThreadDumpsTable.tsx
+3 βˆ’3 src/app/Diagnostics/BulkEditHeapDumpLabels.tsx
+3 βˆ’3 src/app/Diagnostics/BulkEditThreadDumpLabels.tsx
+13 βˆ’5 src/app/Diagnostics/CaptureDiagnostics.tsx
+1 βˆ’1 src/app/Diagnostics/Filters/HeapDumpFilters.tsx
+1 βˆ’1 src/app/Diagnostics/Filters/ThreadDumpFilters.tsx
+5 βˆ’2 src/app/Diagnostics/HeapDumpsTable.tsx
+2 βˆ’2 src/app/Diagnostics/ThreadDumpsTable.tsx
+184 βˆ’0 src/app/Diagnostics/UnifiedLoggingCaptureCard.tsx
+10 βˆ’0 src/app/Modal/types.ts
+2 βˆ’0 src/app/QuickStarts/all-quickstarts.ts
+241 βˆ’0 src/app/QuickStarts/quickstarts/diagnostics/unified-logs-quickstart.tsx
+33 βˆ’37 src/app/Shared/Redux/Configurations/TopologyConfigSlice.tsx
+1 βˆ’1 src/app/Shared/Redux/Filters/AutomatedAnalysisFilterSlice.tsx
+1 βˆ’1 src/app/Shared/Redux/Filters/HeapDumpFilterSlice.tsx
+1 βˆ’1 src/app/Shared/Redux/Filters/RecordingFilterSlice.tsx
+1 βˆ’1 src/app/Shared/Redux/Filters/ThreadDumpFilterSlice.tsx
+60 βˆ’64 src/app/Shared/Redux/Filters/TopologyFilterSlice.tsx
+279 βˆ’0 src/app/Shared/Redux/Filters/UnifiedLogFilterSlice.tsx
+16 βˆ’11 src/app/Shared/Redux/Middlewares/PersistMiddleware.tsx
+2 βˆ’0 src/app/Shared/Redux/ReduxStore.tsx
+117 βˆ’0 src/app/Shared/Services/Api.service.tsx
+30 βˆ’2 src/app/Shared/Services/api.types.ts
+24 βˆ’0 src/app/Shared/Services/api.utils.ts
+9 βˆ’2 src/app/TargetView/TargetView.tsx
+334 βˆ’0 src/app/UnifiedLogs/AllTargetsUnifiedLogsTable.tsx
+243 βˆ’0 src/app/UnifiedLogs/BulkEditUnifiedLogLabels.tsx
+232 βˆ’0 src/app/UnifiedLogs/Filters/UnifiedLogFilters.tsx
+131 βˆ’0 src/app/UnifiedLogs/Filters/UnifiedLogLabelFilter.tsx
+121 βˆ’0 src/app/UnifiedLogs/Filters/UnifiedLogNameFilter.tsx
+65 βˆ’0 src/app/UnifiedLogs/UnifiedLogLabelsPanel.tsx
+451 βˆ’0 src/app/UnifiedLogs/UnifiedLoggingModal.tsx
+187 βˆ’0 src/app/UnifiedLogs/UnifiedLoggingStatusCard.tsx
+87 βˆ’0 src/app/UnifiedLogs/UnifiedLogs.tsx
+770 βˆ’0 src/app/UnifiedLogs/UnifiedLogsTable.tsx
+11 βˆ’0 src/app/routes.tsx
+1 βˆ’0 src/app/utils/LocalStorage.ts
+405 βˆ’23 src/mirage/index.ts
+96 βˆ’0 src/test/Diagnostics/CaptureDiagnostics.test.tsx
+45 βˆ’15 src/test/Settings/__snapshots__/DeletionDialogControl.test.tsx.snap
+90 βˆ’0 src/test/Settings/__snapshots__/NotificationControl.test.tsx.snap
+170 βˆ’0 src/test/Shared/Redux/UnifiedLogFilterSlice.test.tsx
+142 βˆ’0 src/test/UnifiedLogs/Filters/UnifiedLogFilters.test.tsx
+2 βˆ’0 src/test/utils.tsx
+269 βˆ’259 yarn.lock
Loading