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 8.5.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab3a57946479
branches:  trunk
changeset: 379635:ab3a57946479
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Sat May 21 07:41:46 2022 +0000

description:
grafana: Update to 8.5.3

pkgsrc changes:
---------------
  * Add comments about usage of rc file in unprivileged.
  * Add _rc_subr_loaded variable for consistency with other rc files.

upstream changes:
-----------------
  * [8.5.3] Security: fixes CVE-2022-29170
  * https://github.com/grafana/grafana/blob/3bd6b8a5/CHANGELOG.md

diffstat:

 www/grafana/Makefile         |     5 +-
 www/grafana/PLIST            |  1651 ++++++++++++++++++++++++++---------------
 www/grafana/distinfo         |   671 +++++++++++++---
 www/grafana/files/grafana.sh |    20 +-
 www/grafana/go-modules.mk    |   221 ++++-
 5 files changed, 1777 insertions(+), 791 deletions(-)

diffs (truncated from 4382 to 300 lines):

diff -r d5992bc7abc4 -r ab3a57946479 www/grafana/Makefile
--- a/www/grafana/Makefile      Sat May 21 07:37:39 2022 +0000
+++ b/www/grafana/Makefile      Sat May 21 07:41:46 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2022/05/11 19:26:23 bsiegert Exp $
+# $NetBSD: Makefile,v 1.70 2022/05/21 07:41:46 triaxx Exp $
 
-DISTNAME=      grafana-8.4.6
-PKGREVISION=   2
+DISTNAME=      grafana-8.5.3
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=grafana/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r d5992bc7abc4 -r ab3a57946479 www/grafana/PLIST
--- a/www/grafana/PLIST Sat May 21 07:37:39 2022 +0000
+++ b/www/grafana/PLIST Sat May 21 07:41:46 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2022/04/12 22:47:16 tnn Exp $
+@comment $NetBSD: PLIST,v 1.21 2022/05/21 07:41:46 triaxx Exp $
 bin/grafana-cli
 bin/grafana-server
 share/grafana/conf/defaults.ini
@@ -31,7 +31,6 @@
 share/grafana/public/app/angular/components/info_popover.ts
 share/grafana/public/app/angular/components/jsontree.ts
 share/grafana/public/app/angular/components/plugin_component.ts
-share/grafana/public/app/angular/components/query_part.ts
 share/grafana/public/app/angular/components/query_part_editor.ts
 share/grafana/public/app/angular/components/scroll.ts
 share/grafana/public/app/angular/components/spectrum_picker.ts
@@ -45,7 +44,9 @@
 share/grafana/public/app/angular/give_focus.ts
 share/grafana/public/app/angular/index.ts
 share/grafana/public/app/angular/injectorMonkeyPatch.ts
+share/grafana/public/app/angular/jquery_extended.ts
 share/grafana/public/app/angular/lazyBootAngular.ts
+share/grafana/public/app/angular/loadAndInitAngularIfEnabled.ts
 share/grafana/public/app/angular/metric_segment.ts
 share/grafana/public/app/angular/misc.ts
 share/grafana/public/app/angular/ng_model_on_blur.ts
@@ -70,7 +71,6 @@
 share/grafana/public/app/angular/services/AngularLoader.ts
 share/grafana/public/app/angular/services/UtilSrv.ts
 share/grafana/public/app/angular/services/alert_srv.ts
-share/grafana/public/app/angular/services/annotations_srv.test.ts
 share/grafana/public/app/angular/services/annotations_srv.ts
 share/grafana/public/app/angular/services/dynamic_directive_srv.ts
 share/grafana/public/app/angular/services/nav_model_srv.ts
@@ -93,6 +93,7 @@
 share/grafana/public/app/core/components/Animations/SlideDown.tsx
 share/grafana/public/app/core/components/AppNotifications/AppNotificationItem.tsx
 share/grafana/public/app/core/components/AppNotifications/AppNotificationList.tsx
+share/grafana/public/app/core/components/AppNotifications/StoredNotificationItem.tsx
 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
@@ -137,10 +138,17 @@
 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/NavBarNext.test.tsx
-share/grafana/public/app/core/components/NavBar/NavBarNext.tsx
 share/grafana/public/app/core/components/NavBar/NavBarSection.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
@@ -176,6 +184,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/Select/DashboardPicker.tsx
 share/grafana/public/app/core/components/Select/FolderPicker.test.tsx
 share/grafana/public/app/core/components/Select/FolderPicker.tsx
 share/grafana/public/app/core/components/Select/MetricSelect.test.tsx
@@ -206,58 +215,6 @@
 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/TransformersUI/CalculateFieldTransformerEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/ConcatenateTransformerEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/ConvertFieldTypeTransformerEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/FilterByNameTransformerEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/FilterByRefIdTransformerEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/FilterByValueTransformer/FilterByValueFilterEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/FilterByValueTransformer/FilterByValueTransformerEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/FilterByValueTransformer/ValueMatchers/BasicMatcherEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/FilterByValueTransformer/ValueMatchers/NoopMatcherEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/FilterByValueTransformer/ValueMatchers/RangeMatcherEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/FilterByValueTransformer/ValueMatchers/types.ts
-share/grafana/public/app/core/components/TransformersUI/FilterByValueTransformer/ValueMatchers/utils.ts
-share/grafana/public/app/core/components/TransformersUI/FilterByValueTransformer/ValueMatchers/valueMatchersUI.ts
-share/grafana/public/app/core/components/TransformersUI/GroupByTransformerEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/HistogramTransformerEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/LabelsToFieldsTransformerEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/MergeTransformerEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/OrganizeFieldsTransformerEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/ReduceTransformerEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/RenameByRegexTransformer.tsx
-share/grafana/public/app/core/components/TransformersUI/SeriesToFieldsTransformerEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/SeriesToRowsTransformerEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/SortByTransformerEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/configFromQuery/ConfigFromQueryTransformerEditor.test.tsx
-share/grafana/public/app/core/components/TransformersUI/configFromQuery/ConfigFromQueryTransformerEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/configFromQuery/configFromQuery.test.ts
-share/grafana/public/app/core/components/TransformersUI/configFromQuery/configFromQuery.ts
-share/grafana/public/app/core/components/TransformersUI/extractFields/ExtractFieldsTransformerEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/extractFields/extractFields.test.ts
-share/grafana/public/app/core/components/TransformersUI/extractFields/extractFields.ts
-share/grafana/public/app/core/components/TransformersUI/extractFields/fieldExtractor.test.ts
-share/grafana/public/app/core/components/TransformersUI/extractFields/fieldExtractors.ts
-share/grafana/public/app/core/components/TransformersUI/fieldToConfigMapping/FieldToConfigMappingEditor.test.tsx
-share/grafana/public/app/core/components/TransformersUI/fieldToConfigMapping/FieldToConfigMappingEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/fieldToConfigMapping/fieldToConfigMapping.ts
-share/grafana/public/app/core/components/TransformersUI/lookupGazetteer/FieldLookupTransformerEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/lookupGazetteer/fieldLookup.test.ts
-share/grafana/public/app/core/components/TransformersUI/lookupGazetteer/fieldLookup.ts
-share/grafana/public/app/core/components/TransformersUI/prepareTimeSeries/PrepareTimeSeriesEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/prepareTimeSeries/prepareTimeSeries.test.ts
-share/grafana/public/app/core/components/TransformersUI/prepareTimeSeries/prepareTimeSeries.ts
-share/grafana/public/app/core/components/TransformersUI/rowsToFields/RowsToFieldsTransformerEditor.test.tsx
-share/grafana/public/app/core/components/TransformersUI/rowsToFields/RowsToFieldsTransformerEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/rowsToFields/rowsToFields.test.ts
-share/grafana/public/app/core/components/TransformersUI/rowsToFields/rowsToFields.ts
-share/grafana/public/app/core/components/TransformersUI/spatial/SpatialTransformerEditor.tsx
-share/grafana/public/app/core/components/TransformersUI/spatial/models.gen.ts
-share/grafana/public/app/core/components/TransformersUI/spatial/optionsHelper.tsx
-share/grafana/public/app/core/components/TransformersUI/spatial/spatialTransformer.test.ts
-share/grafana/public/app/core/components/TransformersUI/spatial/spatialTransformer.ts
-share/grafana/public/app/core/components/TransformersUI/spatial/utils.ts
-share/grafana/public/app/core/components/TransformersUI/utils.ts
 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
@@ -272,11 +229,17 @@
 share/grafana/public/app/core/constants.ts
 share/grafana/public/app/core/copy/appNotification.ts
 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/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/richHistoryLocalStorageUtils.ts
+share/grafana/public/app/core/history/richHistoryStorageProvider.ts
 share/grafana/public/app/core/hooks/useCleanup.ts
 share/grafana/public/app/core/hooks/useNavModel.ts
 share/grafana/public/app/core/hooks/useQueryParams.ts
 share/grafana/public/app/core/hooks/useRefMounted.ts
-share/grafana/public/app/core/jquery_extended.ts
 share/grafana/public/app/core/localisation.tsx
 share/grafana/public/app/core/lodash_extended.ts
 share/grafana/public/app/core/logs_model.test.ts
@@ -330,6 +293,7 @@
 share/grafana/public/app/core/services/echo/backends/sentry/transports/CustomEndpointTransport.ts
 share/grafana/public/app/core/services/echo/backends/sentry/transports/EchoSrvTransport.ts
 share/grafana/public/app/core/services/echo/backends/sentry/types.ts
+share/grafana/public/app/core/services/echo/utils.test.ts
 share/grafana/public/app/core/services/echo/utils.ts
 share/grafana/public/app/core/services/impression_srv.ts
 share/grafana/public/app/core/services/keybindingSrv.ts
@@ -382,9 +346,9 @@
 share/grafana/public/app/core/utils/query.ts
 share/grafana/public/app/core/utils/richHistory.test.ts
 share/grafana/public/app/core/utils/richHistory.ts
+share/grafana/public/app/core/utils/richHistoryTypes.ts
 share/grafana/public/app/core/utils/shortLinks.test.ts
 share/grafana/public/app/core/utils/shortLinks.ts
-share/grafana/public/app/core/utils/standardTransformers.ts
 share/grafana/public/app/core/utils/ticks.ts
 share/grafana/public/app/core/utils/timePicker.test.ts
 share/grafana/public/app/core/utils/timePicker.ts
@@ -426,6 +390,7 @@
 share/grafana/public/app/features/admin/state/apis.tsx
 share/grafana/public/app/features/admin/state/reducers.test.ts
 share/grafana/public/app/features/admin/state/reducers.ts
+share/grafana/public/app/features/admin/utils.ts
 share/grafana/public/app/features/alerting/AlertHowToModal.tsx
 share/grafana/public/app/features/alerting/AlertRuleItem.test.tsx
 share/grafana/public/app/features/alerting/AlertRuleItem.tsx
@@ -460,6 +425,7 @@
 share/grafana/public/app/features/alerting/state/ThresholdMapper.ts
 share/grafana/public/app/features/alerting/state/actions.ts
 share/grafana/public/app/features/alerting/state/alertDef.ts
+share/grafana/public/app/features/alerting/state/query_part.ts
 share/grafana/public/app/features/alerting/state/reducers.test.ts
 share/grafana/public/app/features/alerting/state/reducers.ts
 share/grafana/public/app/features/alerting/state/selectors.test.ts
@@ -467,6 +433,8 @@
 share/grafana/public/app/features/alerting/unified/Admin.tsx
 share/grafana/public/app/features/alerting/unified/AlertGroups.test.tsx
 share/grafana/public/app/features/alerting/unified/AlertGroups.tsx
+share/grafana/public/app/features/alerting/unified/AlertsFolderView.test.tsx
+share/grafana/public/app/features/alerting/unified/AlertsFolderView.tsx
 share/grafana/public/app/features/alerting/unified/AmRoutes.test.tsx
 share/grafana/public/app/features/alerting/unified/AmRoutes.tsx
 share/grafana/public/app/features/alerting/unified/MuteTimings.test.tsx
@@ -489,15 +457,20 @@
 share/grafana/public/app/features/alerting/unified/api/alertmanager.ts
 share/grafana/public/app/features/alerting/unified/api/annotations.test.ts
 share/grafana/public/app/features/alerting/unified/api/annotations.ts
+share/grafana/public/app/features/alerting/unified/api/buildInfo.test.ts
+share/grafana/public/app/features/alerting/unified/api/buildInfo.ts
 share/grafana/public/app/features/alerting/unified/api/grafana.ts
 share/grafana/public/app/features/alerting/unified/api/preview.ts
 share/grafana/public/app/features/alerting/unified/api/prometheus.ts
+share/grafana/public/app/features/alerting/unified/api/ruler.test.ts
 share/grafana/public/app/features/alerting/unified/api/ruler.ts
 share/grafana/public/app/features/alerting/unified/components/AlertLabel.tsx
 share/grafana/public/app/features/alerting/unified/components/AlertLabels.tsx
 share/grafana/public/app/features/alerting/unified/components/AlertManagerPicker.tsx
 share/grafana/public/app/features/alerting/unified/components/AlertingPageWrapper.tsx
 share/grafana/public/app/features/alerting/unified/components/AnnotationDetailsField.tsx
+share/grafana/public/app/features/alerting/unified/components/Authorize.tsx
+share/grafana/public/app/features/alerting/unified/components/CollapseToggle.test.tsx
 share/grafana/public/app/features/alerting/unified/components/CollapseToggle.tsx
 share/grafana/public/app/features/alerting/unified/components/DetailsField.tsx
 share/grafana/public/app/features/alerting/unified/components/DynamicTable.tsx
@@ -506,6 +479,7 @@
 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/PanelPluginsButtonGroup.tsx
+share/grafana/public/app/features/alerting/unified/components/RuleLocation.tsx
 share/grafana/public/app/features/alerting/unified/components/StateColoredText.tsx
 share/grafana/public/app/features/alerting/unified/components/StateTag.tsx
 share/grafana/public/app/features/alerting/unified/components/TimeToNow.tsx
@@ -566,6 +540,7 @@
 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
@@ -587,8 +562,15 @@
 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/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
+share/grafana/public/app/features/alerting/unified/components/rule-editor/rule-types/MimirOrLokiRecordingRule.tsx
+share/grafana/public/app/features/alerting/unified/components/rule-editor/rule-types/RuleType.tsx
+share/grafana/public/app/features/alerting/unified/components/rule-editor/rule-types/RuleTypePicker.tsx
 share/grafana/public/app/features/alerting/unified/components/rule-editor/util.test.ts
 share/grafana/public/app/features/alerting/unified/components/rule-editor/util.ts
 share/grafana/public/app/features/alerting/unified/components/rule-viewer/RuleViewerLayout.tsx
@@ -603,6 +585,7 @@
 share/grafana/public/app/features/alerting/unified/components/rules/EditCloudGroupModal.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/GrafanaRules.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/NoRulesCTA.tsx
+share/grafana/public/app/features/alerting/unified/components/rules/RuleDetails.test.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/RuleDetails.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/RuleDetailsActionButtons.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/RuleDetailsAnnotations.tsx
@@ -612,12 +595,14 @@
 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
+share/grafana/public/app/features/alerting/unified/components/rules/RuleListGroupView.test.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/RuleListGroupView.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/RuleListStateSection.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/RuleListStateView.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/RuleState.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/RuleStats.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/RulesFilter.tsx
+share/grafana/public/app/features/alerting/unified/components/rules/RulesGroup.test.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/RulesGroup.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/RulesTable.tsx
 share/grafana/public/app/features/alerting/unified/components/rules/StateHistory.tsx
@@ -636,7 +621,9 @@
 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.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
 share/grafana/public/app/features/alerting/unified/hooks/useCombinedRuleNamespaces.ts
 share/grafana/public/app/features/alerting/unified/hooks/useControlledFieldArray.ts
 share/grafana/public/app/features/alerting/unified/hooks/useExternalAMSelector.test.ts
@@ -646,9 +633,11 @@
 share/grafana/public/app/features/alerting/unified/hooks/useFolder.ts
 share/grafana/public/app/features/alerting/unified/hooks/useGroupedAlerts.ts
 share/grafana/public/app/features/alerting/unified/hooks/useHasRuler.ts
+share/grafana/public/app/features/alerting/unified/hooks/useIsRuleEditable.test.tsx
 share/grafana/public/app/features/alerting/unified/hooks/useIsRuleEditable.ts
 share/grafana/public/app/features/alerting/unified/hooks/useManagedAlertStateHistory.ts
 share/grafana/public/app/features/alerting/unified/hooks/useMuteTimingOptions.ts



Home | Main Index | Thread Index | Old Index