grafana: 11.1.4 -> 11.2.0
This commit is contained in:
parent
037a658d9a
commit
5b9fbeb5ee
@ -133,6 +133,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/core/components/AppChrome/Mega
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/components/AppChrome/MegaMenu/MegaMenu.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/components/AppChrome/MegaMenu/MegaMenuItem.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/components/AppChrome/MegaMenu/MegaMenuItemText.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/components/AppChrome/MegaMenu/hooks.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/components/AppChrome/MegaMenu/utils.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/components/AppChrome/MegaMenu/utils.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/core/components/AppChrome/NavToolbar/
|
||||
@ -192,7 +193,6 @@ drwxr-xr-x root/root usr/share/grafana/public/app/core/components/DynamicImports
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/core/components/EmptyListCTA/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/components/EmptyListCTA/EmptyListCTA.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/components/EmptyListCTA/EmptyListCTA.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/components/FlaggedScroller.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/core/components/FolderFilter/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/components/FolderFilter/FolderFilter.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/core/components/Footer/
|
||||
@ -237,6 +237,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/core/components/Login/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/components/Login/LoginServiceButtons.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/components/Login/UserSignup.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/components/Login/types.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/components/NativeScrollbar.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/core/components/NavLandingPage/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/components/NavLandingPage/NavLandingPage.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/components/NavLandingPage/NavLandingPage.tsx
|
||||
@ -417,9 +418,11 @@ drwxr-xr-x root/root usr/share/grafana/public/app/core/icons/
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/core/internationalization/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/internationalization/constants.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/internationalization/constants.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/internationalization/dates.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/internationalization/index.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/internationalization/index.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/internationalization/loadTranslations.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/internationalization/types.d.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/lodash_extended.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/log_events.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/monacoEnv.ts
|
||||
@ -506,7 +509,6 @@ drwxr-xr-x root/root usr/share/grafana/public/app/core/specs/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/time_series2.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/trustedTypePolicies.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/core/utils/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/utils/CancelablePromise.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/utils/ConfigProvider.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/utils/CorsWorker.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/core/utils/accessControl.ts
|
||||
@ -615,6 +617,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/admin/state/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/admin/state/reducers.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/admin/utils.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/.eslintrc
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/routes.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/state/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/state/ThresholdMapper.test.ts
|
||||
@ -646,6 +649,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/PanelAlertTab.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/PanelAlertTabContent.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/PanelAlertTabContent.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/Receivers.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/Receivers.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/RedirectToRuleViewer.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/RedirectToRuleViewer.tsx
|
||||
@ -696,9 +700,12 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/api/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/api/receiversApi.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/api/ruler.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/api/ruler.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/api/sloApi.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/api/stateHistoryApi.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/api/templateApi.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/api/upgradeApi.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/api/timeIntervalsApi.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/api/util.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/api/util.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/components/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/AlertLabel.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/AlertLabelDropdown.tsx
|
||||
@ -729,7 +736,6 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/comp
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/MetaText.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/MoreButton.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/NoAlertManagerWarning.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/PluginBridge.mock.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/PluginBridge.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/PluginBridge.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/Provisioning.tsx
|
||||
@ -752,7 +758,11 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/comp
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/alert-groups/MatcherFilter.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/components/bridges/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/bridges/DeclareIncidentButton.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/components/common/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/common/TextVariants.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/ContactPoint.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/ContactPointHeader.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/ContactPoints.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/ContactPoints.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/DuplicateMessageTemplate.tsx
|
||||
@ -761,6 +771,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/comp
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/NewContactPoint.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/NewContactPoint.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/NewMessageTemplate.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/NotificationTemplates.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/NotificationTemplates.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/__mocks__/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/__mocks__/alertmanager.config.mock.json
|
||||
@ -779,10 +790,14 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/comp
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/components/GlobalConfigAlert.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/components/Modals.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/components/UnusedBadge.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/constants.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/templates/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/templates/EditorColumnHeader.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/useContactPoints.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/useContactPoints.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/useContactPointsSearch.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/useExportContactPoint.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/useNotificationTemplates.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/utils.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/contact-points/utils.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/components/export/
|
||||
@ -810,6 +825,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/comp
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/extensions/AlertInstanceExtensionPoint.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/extensions/AlertInstanceExtensionPointMenu.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/components/mute-timings/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/mute-timings/MuteTimingActionsButtons.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/mute-timings/MuteTimingForm.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/mute-timings/MuteTimingTimeInterval.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/mute-timings/MuteTimingTimeRange.tsx
|
||||
@ -818,6 +834,8 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/comp
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/components/mute-timings/__snapshots__/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/mute-timings/__snapshots__/util.test.tsx.snap
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/mute-timings/timezones.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/mute-timings/useExportMuteTimingsDrawer.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/mute-timings/useMuteTimings.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/mute-timings/util.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/mute-timings/util.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/components/notification-policies/
|
||||
@ -857,7 +875,6 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/comp
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/receivers/TemplateForm.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/receivers/TemplatePreview.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/receivers/TemplatePreview.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/receivers/TemplatesTable.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/receivers/TemplatesTable.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/components/receivers/editor/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/receivers/editor/alertManagerSuggestions.ts
|
||||
@ -1023,8 +1040,6 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/comp
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/RuleViewerLayout.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/RuleViewerVisualization.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/StateBadges.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/__mocks__/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/__mocks__/server.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/tabs/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/tabs/Details.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rule-viewer/tabs/History.tsx
|
||||
@ -1071,6 +1086,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/comp
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleListStateSection.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleListStateView.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleState.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleStats.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rules/RuleStats.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rules/RulesFilter.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rules/RulesFilter.tsx
|
||||
@ -1080,6 +1096,16 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/comp
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rules/RulesTable.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/components/rules/__snapshots__/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rules/__snapshots__/RuleActionsButtons.test.tsx.snap
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/CentralAlertHistoryPage.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/CentralAlertHistoryScene.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/CentralHistoryRuntimeDataSource.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/EventDetails.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/EventListSceneObject.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/HistoryErrorMessage.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/HistoryEventsList.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/historyResultToDataFrame.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rules/central-state-history/utils.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/components/rules/state-history/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rules/state-history/LogRecordViewer.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/rules/state-history/LogRecordViewer.tsx
|
||||
@ -1114,6 +1140,11 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/comp
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/grafana/config/api/v1/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/grafana/config/api/v1/alerts.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/grafana/config/history.json
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/provisioned/
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/provisioned/config/
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/provisioned/config/api/
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/provisioned/config/api/v1/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/provisioned/config/api/v1/alerts.json
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/vanilla prometheus/
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/vanilla prometheus/api/
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/components/settings/__mocks__/api/alertmanager/vanilla prometheus/api/v2/
|
||||
@ -1152,11 +1183,24 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/hook
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/hooks/__snapshots__/useAbilities.test.tsx.snap
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/hooks/alert-details/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/hooks/alert-details/useRuleViewerPageTitle.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/__snapshots__/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/__snapshots__/useDeleteRuleFromGroup.test.tsx.snap
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/__snapshots__/usePauseAlertRule.test.tsx.snap
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/__snapshots__/useUpdateRuleGroup.test.tsx.snap
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/useDeleteRuleFromGroup.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/useDeleteRuleFromGroup.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/usePauseAlertRule.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/usePauseAlertRule.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/useProduceNewRuleGroup.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/useUpdateRuleGroup.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/hooks/ruleGroup/useUpdateRuleGroup.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/hooks/useAbilities.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/hooks/useAbilities.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/hooks/useAlertManagerSources.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/hooks/useAlertQueriesStatus.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/hooks/useAlertmanagerConfig.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/hooks/useAsync.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/hooks/useCombinedRule.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/hooks/useCombinedRuleNamespaces.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/hooks/useCombinedRuleNamespaces.ts
|
||||
@ -1236,28 +1280,50 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/inte
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mockGrafanaNotifiers.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/mocks/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/alertRuleApi.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/alertmanagerApi.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/grafana-notifiers.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/grafanaRulerApi.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/mimirRulerApi.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/rulerApi.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/all-handlers.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/configure.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/constants.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/events.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/alertRule.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/alertRules.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/alertNotifiers.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/alertmanagers.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/datasources.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/eval.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/folders.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/grafanaRuler.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/k8s/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/k8s/receivers.k8s.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/k8s/timeIntervals.k8s.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/mimirRuler.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/notifications.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/plugins.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/plugins/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/plugins/all-plugin-handlers.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/plugins/configure-plugins.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/plugins/grafana-oncall.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/provisioning.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/search.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/handlers/silences.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/server/utils.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/mocks/templatesApi.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/openapi/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/openapi/receiversApi.gen.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/openapi/timeIntervalsApi.gen.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/plugins/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/plugins/PluginOriginBadge.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/plugins/useAlertingHomePageExtensions.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/plugins/useRulePluginLinkExtensions.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/reducers/
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/reducers/ruler/
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/reducers/ruler/__snapshots__/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/reducers/ruler/__snapshots__/ruleGroups.test.ts.snap
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/reducers/ruler/ruleGroups.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/reducers/ruler/ruleGroups.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/routeGroupsMatcher.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/routeGroupsMatcher.worker.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/search/
|
||||
@ -1286,6 +1352,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/test
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/types/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/types/amroutes.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/types/contact-points.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/types/hooks.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/types/mute-timing-form.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/types/pluginBridges.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/types/preview.ts
|
||||
@ -1320,6 +1387,9 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/util
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/utils/duplicate.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/utils/dynamicTable.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/utils/getNumberEvaluationsToStartAlerting.test.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/utils/k8s/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/utils/k8s/constants.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/utils/k8s/utils.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/utils/labels.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/utils/matchers.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/utils/matchers.ts
|
||||
@ -1354,6 +1424,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/alerting/unified/util
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/utils/time.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/utils/timeRange.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/utils/timeRange.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/utils/url.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/alerting/unified/utils/url.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/all.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/annotations/
|
||||
@ -1386,6 +1457,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/api-keys/state/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/api-keys/state/selectors.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/api-keys/state/selectors.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/apiserver/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/apiserver/client.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/apiserver/client.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/apiserver/types.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/apiserver/types.ts
|
||||
@ -1419,10 +1491,12 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/browse-dashboards/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/browse-dashboards/BrowseFolderAlertingPage.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/browse-dashboards/BrowseFolderLibraryPanelsPage.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/browse-dashboards/BrowseFolderLibraryPanelsPage.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/browse-dashboards/RecentlyDeletedPage.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/browse-dashboards/api/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/browse-dashboards/api/browseDashboardsAPI.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/browse-dashboards/api/services.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/browse-dashboards/api/services.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/browse-dashboards/api/useRecentlyDeletedStateManager.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/browse-dashboards/components/
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/browse-dashboards/components/BrowseActions/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/browse-dashboards/components/BrowseActions/BrowseActions.test.tsx
|
||||
@ -1447,6 +1521,10 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/browse-dashboards/com
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/browse-dashboards/components/FolderActionsButton.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/browse-dashboards/components/NameCell.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/browse-dashboards/components/NewFolderForm.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/browse-dashboards/components/PermanentlyDeleteModal.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/browse-dashboards/components/RecentlyDeletedActions.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/browse-dashboards/components/RecentlyDeletedEmptyState.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/browse-dashboards/components/RestoreModal.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/browse-dashboards/components/SearchView.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/browse-dashboards/components/TagsCell.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/browse-dashboards/components/customFlexTableLayout.ts
|
||||
@ -1501,6 +1579,8 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/canvas/runtime/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/canvas/runtime/frame.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/canvas/runtime/root.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/canvas/runtime/scene.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/canvas/runtime/sceneAbleManagement.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/canvas/runtime/sceneElementManagement.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/canvas/types.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/commandPalette/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/commandPalette/CommandPalette.tsx
|
||||
@ -1688,6 +1768,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/dashboard-scene/scene
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/DashboardMacro.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/DashboardScene.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/DashboardScene.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/DashboardSceneRenderer.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/DashboardSceneRenderer.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/DashboardSceneUrlSync.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/DashboardSceneUrlSync.ts
|
||||
@ -1707,15 +1788,19 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/dashboard-scene/scene
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/RowRepeaterBehavior.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/dashboard-scene/scene/Scopes/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/Scopes/ScopesDashboardsScene.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/Scopes/ScopesFiltersAdvancedSelector.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/Scopes/ScopesFiltersBasicSelector.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/Scopes/ScopesFiltersScene.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/Scopes/ScopesInput.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/Scopes/ScopesScene.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/Scopes/ScopesScene.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/Scopes/ScopesTreeLevel.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/Scopes/ScopesTree.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/Scopes/ScopesTreeHeadline.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/Scopes/ScopesTreeItem.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/Scopes/ScopesTreeLoading.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/Scopes/ScopesTreeSearch.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/Scopes/api.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/Scopes/testUtils.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/Scopes/types.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/Scopes/utils.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/UnlinkLibraryPanelModal.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/UnlinkModal.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/scene/ViewPanelScene.test.tsx
|
||||
@ -1843,18 +1928,53 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/dashboard-scene/setti
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/settings/version-history/utils.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/settings/version-history/utils.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ExportButton/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ExportButton/ExportAsJson.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ExportButton/ExportButton.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ExportButton/ExportButton.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ExportButton/ExportMenu.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ExportButton/ExportMenu.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/ShareButton.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/ShareButton.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/ShareMenu.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/ShareMenu.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/EmailShare/
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/EmailShare/ConfigEmailSharing/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/EmailShare/ConfigEmailSharing/ConfigEmailSharing.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/EmailShare/ConfigEmailSharing/EmailListConfiguration.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/EmailShare/CreateEmailSharing.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/EmailShare/EmailSharing.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/PublicShare/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/PublicShare/CreatePublicSharing.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/PublicShare/PublicSharing.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/ShareAlerts.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/ShareAlerts.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/ShareConfiguration.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/ShareExternally.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-externally/ShareTypeSelect.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-internally/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-internally/ShareInternally.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-snapshot/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-snapshot/CreateSnapshot.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-snapshot/ShareSnapshot.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/share-snapshot/SnapshotActions.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareButton/utils.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareDrawer/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareDrawer/ShareDrawer.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareDrawer/ShareDrawerConfirmAction.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareDrawer/ShareDrawerContext.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareExportTab.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareInternallyConfiguration.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareLibraryPanelTab.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareLinkTab.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareLinkTab.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareModal.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/SharePanelEmbedTab.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/ShareSnapshotTab.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/panel-share/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/panel-share/SharePanelInternally.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/public-dashboards/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/public-dashboards/ConfigPublicDashboard.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/sharing/public-dashboards/ConfirmModal.tsx
|
||||
@ -1885,6 +2005,10 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/dashboard-scene/utils
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/utils/urlBuilders.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/utils/urlBuilders.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/utils/utils.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/dashboard-scene/variables/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/variables/VariablesDependenciesButton.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/variables/utils.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard-scene/variables/utils.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/dashboard/
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/dashboard/api/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard/api/dashboard_api.ts
|
||||
@ -2071,7 +2195,9 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/dashboard/components/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/CreatePublicDashboard/AcknowledgeCheckboxes.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/CreatePublicDashboard/CreatePublicDashboard.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ModalAlerts/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ModalAlerts/EmailSharingPricingAlert.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ModalAlerts/NoUpsertPermissionsAlert.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ModalAlerts/PublicDashboardAlert.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ModalAlerts/SaveDashboardChangesAlert.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ModalAlerts/UnsupportedDataSourcesAlert.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ModalAlerts/UnsupportedTemplateVariablesAlert.tsx
|
||||
@ -2191,6 +2317,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/dashboard/utils/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard/utils/getPanelMenu.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard/utils/getRefreshFromUrl.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard/utils/getRefreshFromUrl.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard/utils/getScopesFromUrl.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard/utils/loadSnapshotData.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard/utils/panel.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/dashboard/utils/panel.ts
|
||||
@ -2317,6 +2444,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/explore/
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/explore/ContentOutline/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/explore/ContentOutline/ContentOutline.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/explore/ContentOutline/ContentOutline.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/explore/ContentOutline/ContentOutlineAnalyticEvents.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/explore/ContentOutline/ContentOutlineContext.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/explore/ContentOutline/ContentOutlineItem.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/explore/ContentOutline/ContentOutlineItemButton.tsx
|
||||
@ -2416,6 +2544,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/explore/QueriesDrawer
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/explore/QueriesDrawer/mocks.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/explore/QueriesDrawer/utils.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/explore/QueryLibrary/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/explore/QueryLibrary/AddToLibraryForm.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/explore/QueryLibrary/QueryLibrary.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/explore/QueryLibrary/QueryTemplatesList.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/explore/QueryLibrary/QueryTemplatesTable/
|
||||
@ -2440,7 +2569,6 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/explore/RichHistory/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/explore/RichHistory/RichHistory.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/explore/RichHistory/RichHistory.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/explore/RichHistory/RichHistoryAddToLibrary.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/explore/RichHistory/RichHistoryAddToLibraryForm.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/explore/RichHistory/RichHistoryCard.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/explore/RichHistory/RichHistoryCard.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/explore/RichHistory/RichHistoryContainer.test.tsx
|
||||
@ -2834,6 +2962,8 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/gops/configuration-tr
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/gops/configuration-tracker/irmHooks.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/gops/configuration-tracker/onCall/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/gops/configuration-tracker/onCall/hooks.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/gops/configuration-tracker/slo/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/gops/configuration-tracker/slo/hooks.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/inspector/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/inspector/DetailText.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/inspector/InspectDataOptions.tsx
|
||||
@ -2919,7 +3049,6 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/live/dashboard/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/live/dashboard/dashboardWatcher.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/live/dashboard/types.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/live/data/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/live/data/amendTimeSeries.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/live/data/utils.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/live/index.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/live/info.ts
|
||||
@ -2972,7 +3101,6 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/logs/components/log-c
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/manage-dashboards/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/manage-dashboards/DashboardImportPage.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/manage-dashboards/PublicDashboardListPage.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/manage-dashboards/RecentlyDeletedPage.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/manage-dashboards/SnapshotListPage.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/manage-dashboards/components/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/manage-dashboards/components/ImportDashboardForm.tsx
|
||||
@ -2996,7 +3124,6 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/manage-dashboards/sta
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/manage-dashboards/state/reducers.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/manage-dashboards/types.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/manage-dashboards/utils/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/manage-dashboards/utils/useRecentlyDeletedStateManager.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/manage-dashboards/utils/validation.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/migrate-to-cloud/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/MigrateToCloud.tsx
|
||||
@ -3005,10 +3132,13 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/migrate-to-cloud/api/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/api/endpoints.gen.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/api/index.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/migrate-to-cloud/cloud/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/cloud/InfoPane.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/migrate-to-cloud/cloud/EmptyState/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/cloud/EmptyState/InfoPane.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/cloud/EmptyState/MigrationStepsPane.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/migrate-to-cloud/cloud/MigrationTokenPane/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/cloud/MigrationTokenPane/CreateTokenModal.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/cloud/MigrationTokenPane/DeleteMigrationTokenModal.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/cloud/MigrationTokenPane/MigrationTokenModal.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/cloud/MigrationTokenPane/DeleteTokenConfirmationModal.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/cloud/MigrationTokenPane/MigrationTokenPane.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/cloud/MigrationTokenPane/TokenStatus.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/cloud/Page.tsx
|
||||
@ -3019,6 +3149,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/migrate-to-cloud/fixt
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/fixtures/others.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/fixtures/tokens.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/migrate-to-cloud/onprem/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/onprem/CTAInfo.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/onprem/DisconnectModal.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/migrate-to-cloud/onprem/EmptyState/
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/migrate-to-cloud/onprem/EmptyState/CallToAction/
|
||||
@ -3029,13 +3160,20 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/migrate-to-cloud/onpr
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/onprem/EmptyState/InfoPaneLeft.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/onprem/EmptyState/InfoPaneRight.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/onprem/MigrationInfo.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/onprem/MigrationSummary.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/onprem/NameCell.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/onprem/Page.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/onprem/ResourceDetailsModal.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/onprem/ResourcesTable.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/onprem/ResourcesTable.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/onprem/SnapshotCTAs.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/onprem/StatusCell.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/onprem/SupportedTypesDisclosure.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/onprem/TypeCell.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/onprem/types.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/onprem/useNotifyOnSuccess.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/migrate-to-cloud/shared/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/shared/AlertWithTraceID.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/migrate-to-cloud/shared/InfoItem.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/notifications/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/notifications/NotificationsPage.tsx
|
||||
@ -3157,6 +3295,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/plugins/admin/compone
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/plugins/admin/components/PluginSignatureDetailsBadge.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/plugins/admin/components/PluginSubtitle.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/plugins/admin/components/PluginUsage.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/plugins/admin/components/RoadmapLinks.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/plugins/admin/components/SearchField.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/plugins/admin/components/VersionList.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/plugins/admin/constants.ts
|
||||
@ -3256,6 +3395,12 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/plugins/tests/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/plugins/tests/plugin_loader.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/plugins/utils.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/plugins/utils.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/preferences/
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/preferences/api/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/preferences/api/index.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/preferences/api/user/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/preferences/api/user/baseAPI.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/preferences/api/user/endpoints.gen.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/profile/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/profile/ChangePasswordForm.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/profile/ChangePasswordPage.test.tsx
|
||||
@ -3278,6 +3423,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/profile/state/
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/query-library/
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/query-library/api/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/query-library/api/factory.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/query-library/api/mappers.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/query-library/api/mappers.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/query-library/api/mocks.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/query-library/api/query.ts
|
||||
@ -3484,6 +3630,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/trails/AutomaticMetri
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/AutomaticMetricQueries/query-generators/summary.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/AutomaticMetricQueries/query-generators/types.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/AutomaticMetricQueries/types.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/AutomaticMetricQueries/units.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/AutomaticMetricQueries/units.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/BreakdownLabelSelector.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/DataTrail.test.tsx
|
||||
@ -3491,6 +3638,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/trails/AutomaticMetri
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/DataTrailCard.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/DataTrailSettings.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/DataTrailsApp.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/DataTrailsHistory.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/DataTrailsHistory.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/DataTrailsHome.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/DataTrailsPage.tsx
|
||||
@ -3500,18 +3648,17 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/trails/Integrations/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/Integrations/dashboardIntegration.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/Integrations/getQueryMetrics.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/Integrations/utils.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/trails/MetricCategory/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/MetricCategory/MetricCategoryCascader.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/MetricCategory/useMetricCategories.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/MetricGraphScene.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/MetricScene.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/trails/MetricSelect/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/MetricSelect/MetricSelectScene.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/MetricSelect/SelectMetricAction.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/MetricSelect/api.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/MetricSelect/hideEmptyPreviews.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/MetricSelect/previewPanel.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/MetricSelect/previewPanel.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/MetricSelect/relatedMetrics.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/MetricSelect/util.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/MetricsHeader.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/ShareTrailButton.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/StatusWrapper.tsx
|
||||
@ -3520,6 +3667,13 @@ drwxr-xr-x root/root usr/share/grafana/public/app/features/trails/TrailStore/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/TrailStore/TrailStore.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/TrailStore/useBookmarkState.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/TrailStore/utils.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/trails/groop/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/groop/lookup.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/groop/lookup.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/groop/parser.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/groop/parser.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/trails/groop/testdata/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/groop/testdata/metrics.txt
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/features/trails/helpers/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/helpers/MetricDatasourceHelper.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/features/trails/interactions.ts
|
||||
@ -4005,9 +4159,13 @@ drwxr-xr-x root/root usr/share/grafana/public/app/plugins/datasource/azuremonito
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/appInsightsPerfDependencies.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/appInsightsPerfOperations.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/arg.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/azureInfraApps.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/azureInfraCompute.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/azureInfraData.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/azureInfraNetwork.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/azureInfraStorageVaults.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/containerInsightsSyslog.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/cosmosdb.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/infrastructureMonitoring.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/keyvault.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/networkInsightsDashboard.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dashboards/postgresFlexibleServer.json
|
||||
@ -4034,9 +4192,13 @@ drwxr-xr-x root/root usr/share/grafana/public/app/plugins/datasource/azuremonito
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/appInsightsPerfDependencies.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/appInsightsPerfOperations.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/arg.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/azureInfraApps.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/azureInfraCompute.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/azureInfraData.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/azureInfraNetwork.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/azureInfraStorageVaults.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/containerInsightsSyslog.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/cosmosdb.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/infrastructureMonitoring.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/keyvault.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/networkInsightsDashboard.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/azuremonitor/dist/dashboards/postgresFlexibleServer.json
|
||||
@ -4210,6 +4372,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/plugins/datasource/cloud-monit
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/img/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/img/cloud_monitoring_logo.svg
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/module.js
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/module.js.LICENSE.txt
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/module.js.map
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/dist/plugin.json
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/plugins/datasource/cloud-monitoring/e2e/
|
||||
@ -4578,6 +4741,8 @@ drwxr-xr-x root/root usr/share/grafana/public/app/plugins/datasource/elasticsear
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/elasticsearch/dataquery.gen.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/elasticsearch/datasource.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/elasticsearch/datasource.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/plugins/datasource/elasticsearch/docs/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/elasticsearch/docs/developer_documentation.md
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/elasticsearch/guards.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/elasticsearch/guards.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/plugins/datasource/elasticsearch/hooks/
|
||||
@ -4650,8 +4815,6 @@ drwxr-xr-x root/root usr/share/grafana/public/app/plugins/datasource/grafana-pyr
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/QueryEditor/ProfileTypesCascader.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/QueryEditor/QueryEditor.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/QueryEditor/QueryEditor.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/QueryEditor/QueryLinkExtension.test.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/QueryEditor/QueryLinkExtension.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/QueryEditor/QueryOptionGroup.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/QueryEditor/QueryOptions.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/QueryEditor/Stack.tsx
|
||||
@ -4673,6 +4836,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/plugins/datasource/grafana-pyr
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/dist/img/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/dist/img/grafana_pyroscope_icon.svg
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/dist/module.js
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/dist/module.js.LICENSE.txt
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/dist/module.js.map
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/dist/plugin.json
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/img/
|
||||
@ -4728,6 +4892,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/plugins/datasource/grafana-tes
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/dist/img/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/dist/img/testdata.svg
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/dist/module.js
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/dist/module.js.LICENSE.txt
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/dist/module.js.map
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/dist/plugin.json
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/plugins/datasource/grafana-testdata-datasource/img/
|
||||
@ -5258,6 +5423,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/plugins/datasource/parca/dist/
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/plugins/datasource/parca/dist/img/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/parca/dist/img/logo-small.svg
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/parca/dist/module.js
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/parca/dist/module.js.LICENSE.txt
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/parca/dist/module.js.map
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/parca/dist/plugin.json
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/plugins/datasource/parca/img/
|
||||
@ -5345,6 +5511,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/plugins/datasource/tempo/confi
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/tempo/configuration/QuerySettings.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/tempo/configuration/SearchSettings.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/tempo/configuration/ServiceGraphSettings.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/tempo/configuration/StreamingSection.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/tempo/configuration/TraceQLSearchSettings.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/tempo/configuration/TraceQLSearchTags.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/tempo/dataquery.cue
|
||||
@ -5419,6 +5586,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/plugins/datasource/zipkin/dist
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/zipkin/dist/img/zipkin-logo.svg
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/zipkin/dist/mockJsonResponse.json
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/zipkin/dist/module.js
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/zipkin/dist/module.js.LICENSE.txt
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/zipkin/dist/module.js.map
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/datasource/zipkin/dist/plugin.json
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/plugins/datasource/zipkin/img/
|
||||
@ -5534,6 +5702,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/plugins/panel/canvas/editor/el
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/panel/canvas/editor/element/APIEditor.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/panel/canvas/editor/element/ButtonStyleEditor.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/panel/canvas/editor/element/ConstraintSelectionBox.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/panel/canvas/editor/element/DataLinksEditor.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/panel/canvas/editor/element/ParamsEditor.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/panel/canvas/editor/element/PlacementEditor.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/panel/canvas/editor/element/QuickPositioning.tsx
|
||||
@ -5553,6 +5722,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/plugins/panel/canvas/editor/la
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/panel/canvas/globalStyles.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/plugins/panel/canvas/img/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/panel/canvas/img/icn-canvas.svg
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/panel/canvas/migrations.test.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/panel/canvas/migrations.ts
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/panel/canvas/module.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/panel/canvas/panelcfg.cue
|
||||
@ -5791,6 +5961,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/plugins/panel/heatmap/tooltip/
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/plugins/panel/histogram/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/panel/histogram/Histogram.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/panel/histogram/HistogramPanel.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/panel/histogram/HistogramTooltip.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/panel/histogram/config.ts
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/plugins/panel/histogram/img/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/panel/histogram/img/histogram.svg
|
||||
@ -5968,6 +6139,7 @@ drwxr-xr-x root/root usr/share/grafana/public/app/plugins/panel/table/cells/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/panel/table/cells/AutoCellOptionsEditor.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/panel/table/cells/BarGaugeCellOptionsEditor.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/panel/table/cells/ColorBackgroundCellOptionsEditor.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/panel/table/cells/ImageCellOptionsEditor.tsx
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/panel/table/cells/SparklineCellOptionsEditor.tsx
|
||||
drwxr-xr-x root/root usr/share/grafana/public/app/plugins/panel/table/img/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/app/plugins/panel/table/img/icn-table-panel.svg
|
||||
@ -7769,15 +7941,22 @@ drwxr-xr-x root/root usr/share/grafana/public/img/panel-tabs/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/img/plugin-default-logo_dark.svg
|
||||
-rw-r--r-- root/root usr/share/grafana/public/img/plugin-default-logo_light.svg
|
||||
drwxr-xr-x root/root usr/share/grafana/public/img/plugins/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/img/plugins/adobe-analytics.svg
|
||||
-rw-r--r-- root/root usr/share/grafana/public/img/plugins/appdynamics.svg
|
||||
-rw-r--r-- root/root usr/share/grafana/public/img/plugins/atlassian-statuspage.svg
|
||||
-rw-r--r-- root/root usr/share/grafana/public/img/plugins/azure-cosmosdb.svg
|
||||
-rw-r--r-- root/root usr/share/grafana/public/img/plugins/azure-devops.png
|
||||
-rw-r--r-- root/root usr/share/grafana/public/img/plugins/catchpoint.svg
|
||||
-rw-r--r-- root/root usr/share/grafana/public/img/plugins/cloudflare.jpg
|
||||
-rw-r--r-- root/root usr/share/grafana/public/img/plugins/cockroachdb.jpg
|
||||
-rw-r--r-- root/root usr/share/grafana/public/img/plugins/datadog.png
|
||||
-rw-r--r-- root/root usr/share/grafana/public/img/plugins/drone.svg
|
||||
-rw-r--r-- root/root usr/share/grafana/public/img/plugins/dynatrace.png
|
||||
-rw-r--r-- root/root usr/share/grafana/public/img/plugins/gitlab.svg
|
||||
-rw-r--r-- root/root usr/share/grafana/public/img/plugins/honeycomb.png
|
||||
-rw-r--r-- root/root usr/share/grafana/public/img/plugins/jira_logo.png
|
||||
-rw-r--r-- root/root usr/share/grafana/public/img/plugins/mongodb.svg
|
||||
-rw-r--r-- root/root usr/share/grafana/public/img/plugins/netlify.svg
|
||||
-rw-r--r-- root/root usr/share/grafana/public/img/plugins/newrelic.svg
|
||||
-rw-r--r-- root/root usr/share/grafana/public/img/plugins/oracle.png
|
||||
-rw-r--r-- root/root usr/share/grafana/public/img/plugins/pagerduty.svg
|
||||
@ -7914,68 +8093,22 @@ drwxr-xr-x root/root usr/share/grafana/public/sass/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/_variables.generated.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/_variables.light.generated.scss
|
||||
drwxr-xr-x root/root usr/share/grafana/public/sass/base/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/base/_code.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/base/_font_awesome.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/base/_fonts.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/base/_forms.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/base/_grid.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/base/_normalize.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/base/_reboot.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/base/_type.scss
|
||||
drwxr-xr-x root/root usr/share/grafana/public/sass/base/font-awesome/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/base/font-awesome/_animated.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/base/font-awesome/_bordered-pulled.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/base/font-awesome/_core.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/base/font-awesome/_fixed-width.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/base/font-awesome/_icons.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/base/font-awesome/_larger.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/base/font-awesome/_list.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/base/font-awesome/_mixins.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/base/font-awesome/_path.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/base/font-awesome/_rotated-flipped.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/base/font-awesome/_screen-reader.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/base/font-awesome/_stacked.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/base/font-awesome/_variables.scss
|
||||
drwxr-xr-x root/root usr/share/grafana/public/sass/components/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/components/_add_data_source.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/components/_alerts.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/components/_buttons.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/components/_dashboard_grid.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/components/_drop.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/components/_dropdown.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/components/_filter-table.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/components/_gf-form.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/components/_infobox.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/components/_json_explorer.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/components/_modals.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/components/_panel_header.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/components/_query_editor.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/components/_query_part.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/components/_scrollbar.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/components/_slate_editor.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/components/_submenu.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/components/_tabbed_view.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/components/_tags.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/grafana.dark.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/grafana.light.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/icons.json
|
||||
drwxr-xr-x root/root usr/share/grafana/public/sass/mixins/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/mixins/_animations.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/mixins/_breakpoints.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/mixins/_buttons.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/mixins/_drop_element.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/mixins/_forms.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/mixins/_grid-framework.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/mixins/_grid.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/mixins/_hover.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/mixins/_mixins.scss
|
||||
drwxr-xr-x root/root usr/share/grafana/public/sass/pages/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/pages/_alerting.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/pages/_dashboard.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/pages/_explore.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/pages/_history.scss
|
||||
drwxr-xr-x root/root usr/share/grafana/public/sass/utils/
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/utils/_spacings.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/utils/_utils.scss
|
||||
-rw-r--r-- root/root usr/share/grafana/public/sass/utils/_widths.scss
|
||||
drwxr-xr-x root/root usr/share/grafana/public/test/
|
||||
|
@ -1,7 +1,7 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF31UgLMLnAQwhbYJ5RnV7VGIlGciPGduygOnZ+cuwSwQcww9EQd85biUr+W0n1WktYMT039kTCPMQeLdnVBCcdgg=
|
||||
SHA256 (Pkgfile) = ee12a9f6590d22b0a2a48f484bded0f643ade2ba69ef3e84476b16e794d7cf11
|
||||
SHA256 (.footprint) = ff7f4898b96e94cef61979dc14fa1c14bcbf14a9cf5d7b4c4e9401239a1d5d19
|
||||
SHA256 (grafana-11.1.4.tar.gz) = 6573e70deeeb1de8b90c855c0368cc56118d0350706c67313c54372238b56ea0
|
||||
RWSagIOpLGJF37A7Q27Li0nbcVvpNNu9GSCbRpsV5U5J+YCOBSTZ+wzUbAr5nDzGyiyvRf9ty2SmierAmhzrVf96F8yaIqj4jgs=
|
||||
SHA256 (Pkgfile) = 5ebf7d11b952b22c1003fef4490e0c7bb16202e1037e7cb1ac71174869b2cbd7
|
||||
SHA256 (.footprint) = aef8f2fb3f2107e8ece3d39f7c71e1b6d6de1570788cc71c5c4100c81452f4a2
|
||||
SHA256 (grafana-11.2.0.tar.gz) = f1727b5e99183879e30d3ca8393e328f39f6bd8b5a11690e7b6e60081f99bbd9
|
||||
SHA256 (grafana.confd) = 302e0281dea67cde2edd1e7d06bd7abf6a8b335595c050ffa874cb1c1bd19036
|
||||
SHA256 (grafana.service) = 239c4974b1d00ccdd4a246f38475bf35f72fbb23b4727bb545b57e0c197f1c29
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Optional: postgresql redis
|
||||
|
||||
name=grafana
|
||||
version=11.1.4
|
||||
version=11.2.0
|
||||
release=1
|
||||
source=(https://github.com/grafana/grafana/archive/v$version/$name-$version.tar.gz
|
||||
#https://dl.grafana.com/oss/release/grafana-$version.linux-amd64.tar.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user