grafana/public/app/features/alerting/unified/components
Konrad Lalik c829535f14
Alerting: Fix the silence url's matcher parameters (#43898)
* Split silence matchers parameter into a separate entry for each label

* Unify the silence link creation

* Remove duplicated matchers when parsing to/from query params

* Add tests for matchers

* Add a comment with a duplication removal explanation

* Improve label duplication comment

* Remove redundant code

* Use uniqBy to simplify the code. Rename matchers parameter

* Fix Silence test data
2022-01-13 10:48:13 +01:00
..
admin fix: use better type assertion for initialAsyncRequestState (#42087) 2021-11-23 15:14:59 +01:00
alert-groups Alerting: Fix the silence url's matcher parameters (#43898) 2022-01-13 10:48:13 +01:00
amroutes Alerting: UI for mute timings (#41578) 2022-01-05 10:16:43 -08:00
panel-alerts-tab Alerting: interpolate variables when creating alert rule from dashboard panel (#37201) 2021-08-10 10:59:48 +03:00
receivers Alerting: run validation before testing contact point (#43721) 2022-01-10 13:28:36 +01:00
rule-editor Alerting: Add delete to rule edit (#43673) 2022-01-11 09:46:21 +01:00
rule-viewer Alerting: Add DateTimePicker on view rule page (#38592) 2021-08-30 11:42:37 +02:00
rules Alerting: Fix the silence url's matcher parameters (#43898) 2022-01-13 10:48:13 +01:00
silences Alerting: Fix the silence url's matcher parameters (#43898) 2022-01-13 10:48:13 +01:00
AlertLabel.tsx
AlertLabels.tsx Alerting: Add alertmanager notifications tab (#35759) 2021-07-07 16:17:26 -07:00
AlertManagerPicker.tsx Alerting: Fix remaining a11y issues (#43420) 2021-12-21 16:06:23 +01:00
AlertingPageWrapper.tsx
AnnotationDetailsField.tsx
CollapseToggle.tsx A11y: Fix various fastpass accessibility issues (#41154) 2021-11-02 15:27:07 +00:00
DetailsField.tsx
DynamicTable.tsx A11y: Fix various fastpass accessibility issues (#41154) 2021-11-02 15:27:07 +00:00
DynamicTableWithGuidelines.tsx Alerting: Add alertmanager notifications tab (#35759) 2021-07-07 16:17:26 -07:00
EmptyArea.tsx Alerting: Remove CTA button from read-only notification policy page (#41096) 2021-11-09 13:52:49 +01:00
EmptyAreaWithCTA.tsx Alerting: Remove CTA button from read-only notification policy page (#41096) 2021-11-09 13:52:49 +01:00
Expression.tsx
PanelPluginsButtonGroup.tsx
StateColoredText.tsx
StateTag.tsx
TimeToNow.tsx
Well.tsx