grafana/public/app/features/alerting/unified
2024-04-12 09:13:29 +01:00
..
__mocks__ Alerting: Add notification policies preview in alert creation (#68839) 2023-06-19 13:32:17 +02:00
__snapshots__ Alerting: Add pagination and improved search for notification policies (#81535) 2024-02-16 17:11:03 +01:00
api Add success toast for rule update back in 2024-04-03 18:38:49 +01:00
components Fix tests being stateful due to locationService 2024-04-12 09:13:29 +01:00
home Add missing external link for TextLink 2024-03-18 16:50:30 +00:00
hooks Alerting: Fix infinite re-render when linking to alert redirect page (#84305) 2024-03-15 22:57:31 +00:00
insights Alerting: Fix firing alerts title when showing active in Insights panel (#80414) 2024-01-12 16:47:27 +01:00
integration ModalsContext: Unify modals context and manager (#84916) 2024-03-28 13:26:57 +01:00
mocks Alerting: Improve template preview (#84798) 2024-04-04 18:37:24 +03:00
search Alerting: Improve integration with dashboards (#80201) 2024-01-29 16:09:10 +01:00
state Alerting: Evaluation quick buttons (#85010) 2024-04-04 16:24:35 +02:00
styles Chore: Replace deprecated usage of shape.borderRadius() (#72672) 2023-08-01 14:46:07 +01:00
testSetup Alerting: Improve tests setup (#73316) 2023-08-22 13:50:41 +02:00
types Alerting: Fix wrong use of empty list in times field in the UI (#84179) 2024-03-15 15:48:16 +01:00
utils Chore: removing some type assertions (#85839) 2024-04-10 14:54:31 +01:00
Admin.tsx Alerting: Detail view v2 (#77795) 2024-01-02 10:05:58 +01:00
AlertGroups.test.tsx ReturnToPrevious: Add e2e test (#83115) 2024-03-21 09:05:51 +01:00
AlertGroups.tsx Alerting: Detail view v2 (#77795) 2024-01-02 10:05:58 +01:00
AlertingNotEnabled.tsx Alerting: Remove legacy alerting (#83671) 2024-03-14 15:36:35 +01:00
AlertsFolderView.test.tsx Alerting: Fix AlertsFolderView not showing rules when using nested folders (#84465) 2024-03-15 14:08:09 +01:00
AlertsFolderView.tsx Alerting: Fix AlertsFolderView not showing rules when using nested folders (#84465) 2024-03-15 14:08:09 +01: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: Survey changes (#68043) 2023-05-10 13:26:57 -03:00
Analytics.ts Alerting: Track when switching from simplified routing to policies routing or vice versa (#83108) 2024-03-11 08:47:22 +01:00
CloneRuleEditor.test.tsx Chore: upgrade to msw v2 (#82270) 2024-02-14 13:16:44 +00:00
CloneRuleEditor.tsx Alerting: Add Modify export feature for Grafana-managed alert rules (#75114) 2023-09-28 16:07:45 +02:00
createRouteGroupsMatcherWorker.ts Alerting: Matching instances preview for notification policies (#68882) 2023-05-30 15:15:22 +02:00
ExistingRuleEditor.tsx Alerting: Add Modify export feature for Grafana-managed alert rules (#75114) 2023-09-28 16:07:45 +02:00
GrafanaRuleQueryViewer.test.tsx Alerting: Query and conditions improvements (#83426) 2024-03-15 18:37:11 +02:00
GrafanaRuleQueryViewer.tsx Alerting: Query and conditions improvements (#83426) 2024-03-15 18:37:11 +02:00
initAlerting.tsx Alerting: Remove legacy alerting (#83671) 2024-03-14 15:36:35 +01:00
mockApi.ts Alerting: Get oncall metada only when we have alert manager configuration data (#85622) 2024-04-09 09:02:44 +02:00
mockGrafanaNotifiers.ts Alerting: Add message options for Telegram contact point (#74635) 2023-09-12 10:45:57 -04:00
mocks.ts Reuse existing mock user method 2024-04-03 18:38:49 +01:00
MuteTimings.test.tsx Alerting: Fix wrong use of empty list in times field in the UI (#84179) 2024-03-15 15:48:16 +01:00
MuteTimings.tsx Alerting: Use time_intervals instead of the deprecated mute_time_intervals in a… (#83147) 2024-02-28 15:21:00 +01:00
NotificationPolicies.test.tsx Alerting: Add pagination and improved search for notification policies (#81535) 2024-02-16 17:11:03 +01:00
NotificationPolicies.tsx Alerting: Always omit IDs from all routes when updating notification policy tree (#84304) 2024-03-12 18:04:49 +02:00
PanelAlertTab.tsx Dashboard scenes: Display alerts in scenes dashboard (#81260) 2024-01-30 10:30:35 +01:00
PanelAlertTabContent.test.tsx Chore: deprecate/remove folderId from more typescript (#81194) 2024-02-02 18:42:43 +02:00
PanelAlertTabContent.tsx Dashboard scenes: Display alerts in scenes dashboard (#81260) 2024-01-30 10:30:35 +01:00
Receivers.tsx Alerting: Improve template preview (#84798) 2024-04-04 18:37:24 +03:00
RedirectToRuleViewer.test.tsx DashboardScene: Show insights icon (#84877) 2024-03-22 09:46:29 +01:00
RedirectToRuleViewer.tsx Alerting: Make shareable alert rule link work if rule name contains forward slashes (#75362) 2023-10-04 13:48:55 +02:00
routeGroupsMatcher.ts Alerting: Add support for UTF-8 characters in notification policies and silences (#81455) 2024-02-09 15:46:28 +01:00
routeGroupsMatcher.worker.ts Alerting: Add notification policies preview in alert creation (#68839) 2023-06-19 13:32:17 +02:00
RuleEditor.tsx Alerting: Detail view v2 (#77795) 2024-01-02 10:05:58 +01:00
RuleEditorCloudOnlyAllowed.test.tsx Dashboards: Remove advancedDataSourcePicker feature toggle (#81790) 2024-02-06 09:20:07 +00:00
RuleEditorCloudRules.test.tsx Dashboards: Remove advancedDataSourcePicker feature toggle (#81790) 2024-02-06 09:20:07 +00:00
RuleEditorExisting.test.tsx Alerting: Evaluation quick buttons (#85010) 2024-04-04 16:24:35 +02:00
RuleEditorGrafanaRules.test.tsx Alerting: Evaluation quick buttons (#85010) 2024-04-04 16:24:35 +02:00
RuleEditorRecordingRule.test.tsx Dashboards: Remove advancedDataSourcePicker feature toggle (#81790) 2024-02-06 09:20:07 +00:00
RuleList.test.tsx Alerting: Evaluation quick buttons (#85010) 2024-04-04 16:24:35 +02:00
RuleList.tsx Chore: removing some type assertions (#85839) 2024-04-10 14:54:31 +01:00
RuleViewer.tsx Alerting: Promote new alerting detail view (#84277) 2024-03-14 15:18:01 +01:00
Silences.test.tsx Chore: Migrate frontend platform code to use data-testid for selectors (#81787) 2024-02-02 13:26:37 +00:00
Silences.tsx Alerting: Detail view v2 (#77795) 2024-01-02 10:05:58 +01:00
Templates.tsx Alerting: Improve template preview (#84798) 2024-04-04 18:37:24 +03:00
TESTING.md Alerting: Improve tests setup (#73316) 2023-08-22 13:50:41 +02:00
TODO.md fix typos (#83414) 2024-02-26 10:52:44 -07:00
useRouteGroupsMatcher.test.tsx Alerting: Remove react-enable (#77955) 2023-11-09 18:35:03 +01:00
useRouteGroupsMatcher.ts Alerting: Support PromQL-style matchers (#84672) 2024-03-21 14:11:18 +01:00