pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/grafana grafana: Update to 9.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8fb1583166df
branches:  trunk
changeset: 381758:8fb1583166df
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Tue Jul 12 15:16:00 2022 +0000

description:
grafana: Update to 9.0.2

upstream changes:
-----------------
9.0.2 (2022-06-28)
Features and enhancements
  o Alerting: Add support for images in Pushover alerts. #51372,
    @grobinson-grafana
  o Alerting: Don't stop the migration when alert rule tags are invalid.
    #51253, @gotjosh
  o Alerting: Don't stop the migration when alert rule tags are invalid (….
    #51341, @gotjosh
  o Alerting: Skip the default data source if incompatible. #51452,
    @gillesdemey
  o AzureMonitor: Parse non-fatal errors for Logs. #51320, @andresmgot
  o OAuth: Restore debug log behavior. #51244, @Jguer
  o Plugins: Improved handling of symlinks. #51324, @marefr

Bug fixes
  o Alerting: Code-gen parsing of URL parameters and fix related bugs. #51353,
    @alexweav
  o Alerting: Code-gen parsing of URL parameters and fix related bugs. #50731,
    @alexweav
  o Annotations: Fix annotation autocomplete causing panels to crash. #51164,
    @ashharrison90
  o Barchart: Fix warning not showing. #51190, @joshhunt
  o CloudWatch: Enable custom session duration in AWS plugin auth. #51322,
    @sunker
  o Dashboards: Fixes issue with the initial panel layout counting as an
    unsaved change. #51315, @JoaoSilvaGrafana
  o Plugins: Use a Grafana specific SDK logger implementation for core plugins.
    #51229, @marefr
  o Search: Fix pagination in the new search page. #51366, @ArturWierzbicki

Changes for previous releases:
https://github.com/grafana/grafana/blob/v9.0.2/CHANGELOG.md

diffstat:

 www/grafana/Makefile      |     5 +-
 www/grafana/PLIST         |  1368 ++++++++++++++++++-----------------
 www/grafana/distinfo      |  1706 ++++++++++++++++++++++++++++----------------
 www/grafana/go-modules.mk |   566 +++++++++-----
 4 files changed, 2140 insertions(+), 1505 deletions(-)

diffs (truncated from 6722 to 300 lines):

diff -r d46c38162bea -r 8fb1583166df www/grafana/Makefile
--- a/www/grafana/Makefile      Tue Jul 12 09:29:37 2022 +0000
+++ b/www/grafana/Makefile      Tue Jul 12 15:16:00 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.71 2022/06/02 18:52:08 bsiegert Exp $
+# $NetBSD: Makefile,v 1.72 2022/07/12 15:16:00 triaxx Exp $
 
-DISTNAME=      grafana-8.5.3
-PKGREVISION=   1
+DISTNAME=      grafana-9.0.2
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=grafana/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r d46c38162bea -r 8fb1583166df www/grafana/PLIST
--- a/www/grafana/PLIST Tue Jul 12 09:29:37 2022 +0000
+++ b/www/grafana/PLIST Tue Jul 12 15:16:00 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2022/05/21 07:41:46 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.22 2022/07/12 15:16:00 triaxx Exp $
 bin/grafana-cli
 bin/grafana-server
 share/grafana/conf/defaults.ini
@@ -22,6 +22,8 @@
 share/grafana/public/app/angular/array_join.ts
 share/grafana/public/app/angular/autofill_event_fix.ts
 share/grafana/public/app/angular/bridgeReactAngularRouting.ts
+share/grafana/public/app/angular/bsTooltip.ts
+share/grafana/public/app/angular/bsTypeahead.ts
 share/grafana/public/app/angular/components/HttpSettingsCtrl.ts
 share/grafana/public/app/angular/components/TlsAuthSettingsCtrl.ts
 share/grafana/public/app/angular/components/code_editor/brace.d.ts
@@ -97,6 +99,7 @@
 share/grafana/public/app/core/components/Branding/Branding.tsx
 share/grafana/public/app/core/components/CardButton.tsx
 share/grafana/public/app/core/components/CloseButton/CloseButton.tsx
+share/grafana/public/app/core/components/ColorScale/ColorScale.tsx
 share/grafana/public/app/core/components/DynamicImports/ErrorLoadingChunk.tsx
 share/grafana/public/app/core/components/DynamicImports/LoadingChunkPlaceHolder.tsx
 share/grafana/public/app/core/components/DynamicImports/SafeDynamicImport.test.tsx
@@ -138,17 +141,10 @@
 share/grafana/public/app/core/components/NavBar/NavBarMenu.tsx
 share/grafana/public/app/core/components/NavBar/NavBarMenuItem.test.tsx
 share/grafana/public/app/core/components/NavBar/NavBarMenuItem.tsx
-share/grafana/public/app/core/components/NavBar/NavBarSection.tsx
+share/grafana/public/app/core/components/NavBar/NavBarMenuPortalContainer.tsx
+share/grafana/public/app/core/components/NavBar/NavBarScrollContainer.tsx
+share/grafana/public/app/core/components/NavBar/NavBarToggle.tsx
 share/grafana/public/app/core/components/NavBar/NavFeatureHighlight.tsx
-share/grafana/public/app/core/components/NavBar/Next/NavBarItem.tsx
-share/grafana/public/app/core/components/NavBar/Next/NavBarItemMenu.tsx
-share/grafana/public/app/core/components/NavBar/Next/NavBarItemMenuTrigger.tsx
-share/grafana/public/app/core/components/NavBar/Next/NavBarItemWithoutMenu.tsx
-share/grafana/public/app/core/components/NavBar/Next/NavBarMenu.tsx
-share/grafana/public/app/core/components/NavBar/Next/NavBarMenuItem.tsx
-share/grafana/public/app/core/components/NavBar/Next/NavBarNext.test.tsx
-share/grafana/public/app/core/components/NavBar/Next/NavBarNext.tsx
-share/grafana/public/app/core/components/NavBar/Next/NavBarToggle.tsx
 share/grafana/public/app/core/components/NavBar/context.tsx
 share/grafana/public/app/core/components/NavBar/navBarItem-translations.ts
 share/grafana/public/app/core/components/NavBar/utils.test.ts
@@ -177,6 +173,7 @@
 share/grafana/public/app/core/components/QueryOperationRow/QueryOperationAction.tsx
 share/grafana/public/app/core/components/QueryOperationRow/QueryOperationRow.test.tsx
 share/grafana/public/app/core/components/QueryOperationRow/QueryOperationRow.tsx
+share/grafana/public/app/core/components/QueryOperationRow/QueryOperationRowHeader.tsx
 share/grafana/public/app/core/components/RolePicker/RolePicker.tsx
 share/grafana/public/app/core/components/RolePicker/RolePickerInput.tsx
 share/grafana/public/app/core/components/RolePicker/RolePickerMenu.tsx
@@ -184,6 +181,7 @@
 share/grafana/public/app/core/components/RolePicker/UserRolePicker.tsx
 share/grafana/public/app/core/components/RolePicker/ValueContainer.tsx
 share/grafana/public/app/core/components/RolePicker/api.ts
+share/grafana/public/app/core/components/RolePicker/constants.ts
 share/grafana/public/app/core/components/Select/DashboardPicker.tsx
 share/grafana/public/app/core/components/Select/FolderPicker.test.tsx
 share/grafana/public/app/core/components/Select/FolderPicker.tsx
@@ -200,7 +198,6 @@
 share/grafana/public/app/core/components/Select/TeamPicker.tsx
 share/grafana/public/app/core/components/Select/UserPicker.test.tsx
 share/grafana/public/app/core/components/Select/UserPicker.tsx
-share/grafana/public/app/core/components/Select/__snapshots__/FolderPicker.test.tsx.snap
 share/grafana/public/app/core/components/SharedPreferences/SharedPreferences.tsx
 share/grafana/public/app/core/components/Signup/SignupPage.test.tsx
 share/grafana/public/app/core/components/Signup/SignupPage.tsx
@@ -215,6 +212,7 @@
 share/grafana/public/app/core/components/TimePicker/TimePickerWithHistory.tsx
 share/grafana/public/app/core/components/TraceToLogs/KeyValueInput.tsx
 share/grafana/public/app/core/components/TraceToLogs/TraceToLogsSettings.tsx
+share/grafana/public/app/core/components/TraceToMetrics/TraceToMetricsSettings.tsx
 share/grafana/public/app/core/components/Upgrade/ProBadge.tsx
 share/grafana/public/app/core/components/Upgrade/UpgradeBox.tsx
 share/grafana/public/app/core/components/WithFeatureToggle.tsx
@@ -231,9 +229,14 @@
 share/grafana/public/app/core/core.ts
 share/grafana/public/app/core/history/RichHistoryLocalStorage.test.ts
 share/grafana/public/app/core/history/RichHistoryLocalStorage.ts
+share/grafana/public/app/core/history/RichHistoryRemoteStorage.test.ts
+share/grafana/public/app/core/history/RichHistoryRemoteStorage.ts
 share/grafana/public/app/core/history/RichHistoryStorage.ts
 share/grafana/public/app/core/history/localStorageConverter.test.ts
 share/grafana/public/app/core/history/localStorageConverter.ts
+share/grafana/public/app/core/history/remoteStorageConverter.test.ts
+share/grafana/public/app/core/history/remoteStorageConverter.ts
+share/grafana/public/app/core/history/richHistoryLocalStorageUtils.test.ts
 share/grafana/public/app/core/history/richHistoryLocalStorageUtils.ts
 share/grafana/public/app/core/history/richHistoryStorageProvider.ts
 share/grafana/public/app/core/hooks/useCleanup.ts
@@ -361,6 +364,8 @@
 share/grafana/public/app/features/admin/AdminSettings.tsx
 share/grafana/public/app/features/admin/CrawlerStartButton.tsx
 share/grafana/public/app/features/admin/CrawlerStatus.tsx
+share/grafana/public/app/features/admin/ExportStartButton.tsx
+share/grafana/public/app/features/admin/ExportStatus.tsx
 share/grafana/public/app/features/admin/LicenseChrome.tsx
 share/grafana/public/app/features/admin/OrgRolePicker.tsx
 share/grafana/public/app/features/admin/ServerStats.test.tsx
@@ -411,12 +416,11 @@
 share/grafana/public/app/features/alerting/components/AlertingQueryRow.tsx
 share/grafana/public/app/features/alerting/components/BasicSettings.tsx
 share/grafana/public/app/features/alerting/components/ChannelSettings.tsx
+share/grafana/public/app/features/alerting/components/DeprecationNotice.tsx
 share/grafana/public/app/features/alerting/components/NotificationChannelForm.tsx
 share/grafana/public/app/features/alerting/components/NotificationChannelOptions.tsx
 share/grafana/public/app/features/alerting/components/NotificationSettings.tsx
 share/grafana/public/app/features/alerting/components/OptionElement.tsx
-share/grafana/public/app/features/alerting/components/UnifiedAlertingPromotion.test.tsx
-share/grafana/public/app/features/alerting/components/UnifiedAlertingPromotion.tsx
 share/grafana/public/app/features/alerting/getAlertingValidationMessage.test.ts
 share/grafana/public/app/features/alerting/getAlertingValidationMessage.ts
 share/grafana/public/app/features/alerting/partials/alert_tab.html
@@ -478,6 +482,7 @@
 share/grafana/public/app/features/alerting/unified/components/EmptyArea.tsx
 share/grafana/public/app/features/alerting/unified/components/EmptyAreaWithCTA.tsx
 share/grafana/public/app/features/alerting/unified/components/Expression.tsx
+share/grafana/public/app/features/alerting/unified/components/NoAlertManagerWarning.tsx
 share/grafana/public/app/features/alerting/unified/components/PanelPluginsButtonGroup.tsx
 share/grafana/public/app/features/alerting/unified/components/RuleLocation.tsx
 share/grafana/public/app/features/alerting/unified/components/StateColoredText.tsx
@@ -540,31 +545,34 @@
 share/grafana/public/app/features/alerting/unified/components/receivers/form/fields/SubformField.tsx
 share/grafana/public/app/features/alerting/unified/components/receivers/form/fields/styles.ts
 share/grafana/public/app/features/alerting/unified/components/rule-editor/AlertRuleForm.tsx
-share/grafana/public/app/features/alerting/unified/components/rule-editor/AlertTypeStep.test.tsx
-share/grafana/public/app/features/alerting/unified/components/rule-editor/AlertTypeStep.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/AnnotationKeyInput.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/AnnotationsField.tsx
-share/grafana/public/app/features/alerting/unified/components/rule-editor/CloudConditionsStep.tsx
+share/grafana/public/app/features/alerting/unified/components/rule-editor/CloudEvaluationBehavior.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/CloudRulesSourcePicker.tsx
+share/grafana/public/app/features/alerting/unified/components/rule-editor/ConditionField.test.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/ConditionField.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/DetailsStep.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/ExpressionEditor.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/GrafanaAlertStatePicker.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/GrafanaConditionEvalWarning.tsx
-share/grafana/public/app/features/alerting/unified/components/rule-editor/GrafanaConditionsStep.tsx
+share/grafana/public/app/features/alerting/unified/components/rule-editor/GrafanaEvaluationBehavior.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/GroupAndNamespaceFields.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/LabelsField.tsx
+share/grafana/public/app/features/alerting/unified/components/rule-editor/NotificationsStep.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/PreviewRule.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/PreviewRuleResult.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/QueryEditor.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/QueryRows.tsx
-share/grafana/public/app/features/alerting/unified/components/rule-editor/QueryStep.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/QueryWrapper.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/RuleEditorSection.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/RuleFolderPicker.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/RuleInspector.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/SelectWIthAdd.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/VizWrapper.tsx
+share/grafana/public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition/AlertType.test.tsx
+share/grafana/public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition/AlertType.tsx
+share/grafana/public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition/Query.tsx
+share/grafana/public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition/QueryAndAlertConditionStep.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/rule-types/DisabledTooltip.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/rule-types/GrafanaManagedAlert.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/rule-types/MimirOrLokiAlert.tsx
@@ -592,6 +600,7 @@
 share/grafana/public/app/features/alerting/unified/components/rules/RuleDetailsDataSources.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/RuleDetailsExpression.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/RuleDetailsFederatedSources.tsx
+share/grafana/public/app/features/alerting/unified/components/rules/RuleDetailsMatchingInstances.test.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/RuleDetailsMatchingInstances.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/RuleHealth.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/RuleListErrors.tsx
@@ -620,7 +629,9 @@
 share/grafana/public/app/features/alerting/unified/components/silences/SilencesEditor.tsx
 share/grafana/public/app/features/alerting/unified/components/silences/SilencesFilter.tsx
 share/grafana/public/app/features/alerting/unified/components/silences/SilencesTable.tsx
+share/grafana/public/app/features/alerting/unified/hooks/useAlertManagerSourceName.test.tsx
 share/grafana/public/app/features/alerting/unified/hooks/useAlertManagerSourceName.ts
+share/grafana/public/app/features/alerting/unified/hooks/useAlertManagerSources.ts
 share/grafana/public/app/features/alerting/unified/hooks/useAlertQueriesStatus.ts
 share/grafana/public/app/features/alerting/unified/hooks/useCombinedRule.ts
 share/grafana/public/app/features/alerting/unified/hooks/useCombinedRuleNamespaces.test.ts
@@ -663,6 +674,7 @@
 share/grafana/public/app/features/alerting/unified/utils/accessControlHooks.ts
 share/grafana/public/app/features/alerting/unified/utils/alertmanager.test.ts
 share/grafana/public/app/features/alerting/unified/utils/alertmanager.ts
+share/grafana/public/app/features/alerting/unified/utils/amroutes.test.ts
 share/grafana/public/app/features/alerting/unified/utils/amroutes.ts
 share/grafana/public/app/features/alerting/unified/utils/cloud-alertmanager-notifier-types.ts
 share/grafana/public/app/features/alerting/unified/utils/config.ts
@@ -725,14 +737,20 @@
 share/grafana/public/app/features/canvas/elements/notFound.tsx
 share/grafana/public/app/features/canvas/elements/textBox.tsx
 share/grafana/public/app/features/canvas/elements/windTurbine.tsx
-share/grafana/public/app/features/canvas/group.ts
+share/grafana/public/app/features/canvas/frame.ts
 share/grafana/public/app/features/canvas/index.ts
 share/grafana/public/app/features/canvas/registry.ts
+share/grafana/public/app/features/canvas/runtime/ables.tsx
 share/grafana/public/app/features/canvas/runtime/element.tsx
-share/grafana/public/app/features/canvas/runtime/group.tsx
+share/grafana/public/app/features/canvas/runtime/frame.tsx
 share/grafana/public/app/features/canvas/runtime/root.tsx
 share/grafana/public/app/features/canvas/runtime/scene.tsx
 share/grafana/public/app/features/canvas/types.ts
+share/grafana/public/app/features/commandPalette/CommandPalette.tsx
+share/grafana/public/app/features/commandPalette/ResultItem.tsx
+share/grafana/public/app/features/commandPalette/actions/alerting.static.actions.ts
+share/grafana/public/app/features/commandPalette/actions/dashboard.nav.actions.ts
+share/grafana/public/app/features/commandPalette/actions/global.static.actions.ts
 share/grafana/public/app/features/comments/Comment.tsx
 share/grafana/public/app/features/comments/CommentManager.tsx
 share/grafana/public/app/features/comments/CommentView.tsx
@@ -767,6 +785,7 @@
 share/grafana/public/app/features/dashboard/components/DashboardSettings/AnnotationsSettings.tsx
 share/grafana/public/app/features/dashboard/components/DashboardSettings/AutoRefreshIntervals.test.tsx
 share/grafana/public/app/features/dashboard/components/DashboardSettings/AutoRefreshIntervals.tsx
+share/grafana/public/app/features/dashboard/components/DashboardSettings/DashboardSettings.test.tsx
 share/grafana/public/app/features/dashboard/components/DashboardSettings/DashboardSettings.tsx
 share/grafana/public/app/features/dashboard/components/DashboardSettings/DashboardSettingsHeader.tsx
 share/grafana/public/app/features/dashboard/components/DashboardSettings/GeneralSettings.test.tsx
@@ -833,14 +852,10 @@
 share/grafana/public/app/features/dashboard/components/RowOptions/RowOptionsButton.tsx
 share/grafana/public/app/features/dashboard/components/RowOptions/RowOptionsForm.tsx
 share/grafana/public/app/features/dashboard/components/RowOptions/RowOptionsModal.tsx
-share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardAsModal.tsx
 share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardButton.tsx
 share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardDiff.tsx
 share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardDrawer.tsx
 share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardErrorProxy.tsx
-share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardModal.tsx
-share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardProxy.tsx
-share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveProvisionedDashboard.tsx
 share/grafana/public/app/features/dashboard/components/SaveDashboard/UnsavedChangesModal.tsx
 share/grafana/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardAsForm.test.tsx
 share/grafana/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardAsForm.tsx
@@ -856,6 +871,10 @@
 share/grafana/public/app/features/dashboard/components/ShareModal/ShareLink.test.tsx
 share/grafana/public/app/features/dashboard/components/ShareModal/ShareLink.tsx
 share/grafana/public/app/features/dashboard/components/ShareModal/ShareModal.tsx
+share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard.test.tsx
+share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboard.tsx
+share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboardUtils.test.tsx
+share/grafana/public/app/features/dashboard/components/ShareModal/SharePublicDashboardUtils.ts
 share/grafana/public/app/features/dashboard/components/ShareModal/ShareSnapshot.tsx
 share/grafana/public/app/features/dashboard/components/ShareModal/ViewJsonModal.tsx
 share/grafana/public/app/features/dashboard/components/ShareModal/index.ts
@@ -989,6 +1008,7 @@
 share/grafana/public/app/features/dimensions/color.ts
 share/grafana/public/app/features/dimensions/context.ts
 share/grafana/public/app/features/dimensions/editors/ColorDimensionEditor.tsx
+share/grafana/public/app/features/dimensions/editors/FileUploader.tsx
 share/grafana/public/app/features/dimensions/editors/FolderPickerTab.tsx
 share/grafana/public/app/features/dimensions/editors/IconSelector.tsx
 share/grafana/public/app/features/dimensions/editors/NumberInput.tsx
@@ -1026,7 +1046,9 @@
 share/grafana/public/app/features/explore/ElapsedTime.tsx
 share/grafana/public/app/features/explore/ErrorContainer.test.tsx
 share/grafana/public/app/features/explore/ErrorContainer.tsx
+share/grafana/public/app/features/explore/Explore.test.tsx
 share/grafana/public/app/features/explore/Explore.tsx
+share/grafana/public/app/features/explore/ExploreActions.tsx
 share/grafana/public/app/features/explore/ExploreDrawer.tsx
 share/grafana/public/app/features/explore/ExploreGraph.tsx
 share/grafana/public/app/features/explore/ExploreGraphLabel.tsx
@@ -1051,6 +1073,7 @@
 share/grafana/public/app/features/explore/LogsVolumePanel.tsx
 share/grafana/public/app/features/explore/MetaInfoText.test.tsx
 share/grafana/public/app/features/explore/MetaInfoText.tsx
+share/grafana/public/app/features/explore/NoData.tsx
 share/grafana/public/app/features/explore/NoDataSourceCallToAction.tsx
 share/grafana/public/app/features/explore/NodeGraphContainer.test.tsx
 share/grafana/public/app/features/explore/NodeGraphContainer.tsx
@@ -1064,14 +1087,11 @@
 share/grafana/public/app/features/explore/RichHistory/RichHistoryCard.tsx
 share/grafana/public/app/features/explore/RichHistory/RichHistoryContainer.test.tsx
 share/grafana/public/app/features/explore/RichHistory/RichHistoryContainer.tsx
-share/grafana/public/app/features/explore/RichHistory/RichHistoryQueriesTab.test.tsx
 share/grafana/public/app/features/explore/RichHistory/RichHistoryQueriesTab.tsx
-share/grafana/public/app/features/explore/RichHistory/RichHistorySettings.test.tsx
-share/grafana/public/app/features/explore/RichHistory/RichHistorySettings.tsx
+share/grafana/public/app/features/explore/RichHistory/RichHistorySettingsTab.test.tsx
+share/grafana/public/app/features/explore/RichHistory/RichHistorySettingsTab.tsx
 share/grafana/public/app/features/explore/RichHistory/RichHistoryStarredTab.test.tsx
 share/grafana/public/app/features/explore/RichHistory/RichHistoryStarredTab.tsx
-share/grafana/public/app/features/explore/RunButton.test.tsx


Home | Main Index | Thread Index | Old Index