grafana/public/app/features/alerting/unified
Sonia Aguilar 4c8855ed2d
Alerting: Fix contact point name being URL-encoded in the title (#64590)
Fix contact point name being encoded in the title text
2023-03-10 06:20:28 -05:00
..
__snapshots__ Expressions: Fixes the issue showing expressions editor (#62510) 2023-01-31 18:50:10 +01:00
api Alerting: hide "silence" button for external AM setups (#62133) 2023-02-01 15:51:05 +01:00
components Alerting: Add fuzzy search to alert list view (#63931) 2023-03-09 16:24:32 +01:00
hooks Alerting: Add fuzzy search to alert list view (#63931) 2023-03-09 16:24:32 +01:00
mocks Update dependency msw to v1 (#64281) 2023-03-07 11:17:38 +01:00
search Alerting: Add support for "normal" as state filter in rule search (#62630) 2023-02-01 13:32:06 +01:00
state PanelData: move preProcessPanelData to @grafana/data (#63743) 2023-03-06 10:59:47 +01:00
styles Alerting: Alert rules pagination (#50612) 2022-06-22 11:33:39 +02:00
types Alerting: Allow alert rule pausing from API (#62326) 2023-02-01 13:15:03 +01:00
utils Revert "Alerting: Fix alert form broken coming from panel (#64148)" (#64240) 2023-03-06 16:31:03 +01:00
Admin.tsx Alerting: Configure alert manager data source as an external AM (#52081) 2022-08-01 10:20:43 +02:00
AlertGroups.test.tsx AppChrome: Unify logic for chromeless pages that should not have NavBar, CommandPalette, Search etc (#62281) 2023-02-02 09:53:06 +01:00
AlertGroups.tsx Alerting: hide "silence" button for external AM setups (#62133) 2023-02-01 15:51:05 +01:00
AlertsFolderView.test.tsx AppChrome: Unify logic for chromeless pages that should not have NavBar, CommandPalette, Search etc (#62281) 2023-02-02 09:53:06 +01:00
AlertsFolderView.tsx Revert: Query editor components from grafana-ui (#57436) 2022-10-24 17:12:36 +02:00
AlertWarning.tsx Navigation: Use navid and pagnav in alert rules pages (#55722) 2022-10-04 14:36:36 +02:00
Analytics.test.ts Alerting: only track events for survey if user is not new (#61005) 2023-01-09 14:41:03 -03:00
Analytics.ts Alerting: Avoid printing [object][Object] in error message (#64023) 2023-03-02 10:48:44 -05:00
CloneRuleEditor.test.tsx AppChrome: Unify logic for chromeless pages that should not have NavBar, CommandPalette, Search etc (#62281) 2023-02-02 09:53:06 +01:00
CloneRuleEditor.tsx Alerting: Add Copy action to templates table (#62135) 2023-02-01 14:14:10 +01:00
ExistingRuleEditor.tsx Alerting: fix "no permissions" alert flashing (#59300) 2022-11-24 19:58:02 +01:00
features.ts Alerting: New notification policies view (#61952) 2023-03-02 13:49:38 +01:00
GrafanaRuleQueryViewer.tsx Alerting: Access query details of provisioned alerts (#59626) 2022-12-15 13:33:41 +01:00
Home.tsx Alerting: fix "policy" typo (#62953) 2023-02-06 15:27:37 +01:00
mocks.ts Alerting: New notification policies view (#61952) 2023-03-02 13:49:38 +01:00
MuteTimings.test.tsx AppChrome: Unify logic for chromeless pages that should not have NavBar, CommandPalette, Search etc (#62281) 2023-02-02 09:53:06 +01:00
MuteTimings.tsx Alerting: New notification policies view (#61952) 2023-03-02 13:49:38 +01:00
NotificationPolicies.test.tsx Alerting: New notification policies view (#61952) 2023-03-02 13:49:38 +01:00
NotificationPolicies.tsx Alerting: New notification policies view (#61952) 2023-03-02 13:49:38 +01:00
PanelAlertTab.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
PanelAlertTabContent.test.tsx AppChrome: Unify logic for chromeless pages that should not have NavBar, CommandPalette, Search etc (#62281) 2023-02-02 09:53:06 +01:00
PanelAlertTabContent.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
Receivers.test.tsx AppChrome: Unify logic for chromeless pages that should not have NavBar, CommandPalette, Search etc (#62281) 2023-02-02 09:53:06 +01:00
Receivers.tsx Alerting: Fix contact point name being URL-encoded in the title (#64590) 2023-03-10 06:20:28 -05:00
RedirectToRuleViewer.test.tsx AppChrome: Unify logic for chromeless pages that should not have NavBar, CommandPalette, Search etc (#62281) 2023-02-02 09:53:06 +01:00
RedirectToRuleViewer.tsx Alerting: Fix source and rule name decoding on Find route (#56805) 2022-10-14 10:06:00 +02:00
RuleEditor.tsx Alerting: Reduce number of buildinfo calls (#59319) 2022-12-01 11:05:28 -05:00
RuleEditorCloudOnlyAllowed.test.tsx Revert "Alerting: Fix alert form broken coming from panel (#64148)" (#64240) 2023-03-06 16:31:03 +01:00
RuleEditorCloudRules.test.tsx Revert "Alerting: Fix alert form broken coming from panel (#64148)" (#64240) 2023-03-06 16:31:03 +01:00
RuleEditorExisting.test.tsx Revert "Alerting: Fix alert form broken coming from panel (#64148)" (#64240) 2023-03-06 16:31:03 +01:00
RuleEditorGrafanaRules.test.tsx Revert "Alerting: Fix alert form broken coming from panel (#64148)" (#64240) 2023-03-06 16:31:03 +01:00
RuleEditorRecordingRule.test.tsx Revert "Alerting: Fix alert form broken coming from panel (#64148)" (#64240) 2023-03-06 16:31:03 +01:00
RuleList.test.tsx Alerting: Add fuzzy search to alert list view (#63931) 2023-03-09 16:24:32 +01:00
RuleList.tsx Alerting: Add fuzzy search to alert list view (#63931) 2023-03-09 16:24:32 +01:00
RuleViewer.test.tsx AppChrome: Unify logic for chromeless pages that should not have NavBar, CommandPalette, Search etc (#62281) 2023-02-02 09:53:06 +01:00
RuleViewer.tsx Alerting: Add dashboard and panel links to rule and instance annotations (#63243) 2023-02-22 13:17:13 +01:00
Silences.test.tsx AppChrome: Unify logic for chromeless pages that should not have NavBar, CommandPalette, Search etc (#62281) 2023-02-02 09:53:06 +01:00
Silences.tsx Alerting: hide "silence" button for external AM setups (#62133) 2023-02-01 15:51:05 +01:00
TODO.md Alerting: New notification policies view (#61952) 2023-03-02 13:49:38 +01:00