grafana/public/app/features/alerting/unified
Joe Blubaugh 3d91047e6e
Alerting: Notification URL points to alert view page instead of alert edit page (#47752)
Before this change, notifications generated by the Grafana Alertmanager
pointed to '/alerting/:ruleID/edit'. This change instead points them to
the view path '/alerting/grafana/:ruleID/view'. The view page has a
better UX, including timeseries display. It's also where many alert
state improvements will land in the next few versions of Grafana.

Fixes #45301

Signed-off-by: Joe Blubaugh <joe.blubaugh@grafana.com>
2022-04-20 21:43:55 +08:00
..
api Alerting: FGAC bug bash fixes (#47873) 2022-04-19 18:43:33 +02:00
components Alerting: Notification URL points to alert view page instead of alert edit page (#47752) 2022-04-20 21:43:55 +08:00
hooks Alerting: grafana managed group names (#47785) 2022-04-20 11:41:33 +02:00
mocks Alerting: Add validation to slack contact point (#45618) 2022-02-25 15:10:21 +01:00
state Alerting: grafana managed group names (#47785) 2022-04-20 11:41:33 +02:00
styles Alerting: Refactor ActionIcon to use our normal Button and LinkButton components (#45227) 2022-02-11 10:12:26 +01:00
types Alerting: grafana managed group names (#47785) 2022-04-20 11:41:33 +02:00
utils Alerting: grafana managed group names (#47785) 2022-04-20 11:41:33 +02:00
Admin.tsx Alerting: Add external Alertmanagers (#39183) 2021-11-12 22:19:16 +01:00
AlertGroups.test.tsx Alerting: FGAC for alert rules page (#47418) 2022-04-08 13:34:02 +02:00
AlertGroups.tsx Update dependency prettier to v2.5.1 (#43473) 2022-02-02 12:02:32 +00:00
AlertsFolderView.test.tsx Alerting: Integrate alerts with folders (#45763) 2022-03-14 15:21:29 +01:00
AlertsFolderView.tsx Alerting: Integrate alerts with folders (#45763) 2022-03-14 15:21:29 +01:00
AmRoutes.test.tsx Alerting: fgac for notification policies and contact points (#46939) 2022-04-06 18:24:33 +02:00
AmRoutes.tsx Alerting: fgac for notification policies and contact points (#46939) 2022-04-06 18:24:33 +02:00
mocks.ts Alerting: FGAC for alert rule view and edit page (#47441) 2022-04-13 17:19:54 +02:00
MuteTimings.test.tsx Chore: Remove our typeAsJestMock in favor of jest.mocked (#45114) 2022-02-09 23:50:59 +01:00
MuteTimings.tsx Alerting: UI for mute timings (#41578) 2022-01-05 10:16:43 -08:00
PanelAlertTab.tsx Alerting: update panel alert tab (#33850) 2021-05-17 10:39:42 +03:00
PanelAlertTabContent.test.tsx Alerting: Add support to distinguish Prometheus datasource subtypes (Mimir, Cortex and Vanilla Prometheus) (#46771) 2022-04-04 18:30:17 +01:00
PanelAlertTabContent.tsx Alerting: Add FGAC to alerts tab in panel editor (#47732) 2022-04-14 14:19:15 +02:00
Receivers.test.tsx Alerting: fgac for notification policies and contact points (#46939) 2022-04-06 18:24:33 +02:00
Receivers.tsx Alerting: fgac for notification policies and contact points (#46939) 2022-04-06 18:24:33 +02:00
RedirectToRuleViewer.test.tsx Chore: Remove our typeAsJestMock in favor of jest.mocked (#45114) 2022-02-09 23:50:59 +01:00
RedirectToRuleViewer.tsx UI/Card: Refactor Card component for improved accessibility (#41890) 2022-01-06 15:48:12 +00:00
RuleEditor.test.tsx Alerting: grafana managed group names (#47785) 2022-04-20 11:41:33 +02:00
RuleEditor.tsx Alerting: FGAC bug bash fixes (#47873) 2022-04-19 18:43:33 +02:00
RuleList.test.tsx Alerting: grafana managed group names (#47785) 2022-04-20 11:41:33 +02:00
RuleList.tsx Alerting: FGAC bug bash fixes (#47873) 2022-04-19 18:43:33 +02:00
RuleViewer.test.tsx Chore: Remove our typeAsJestMock in favor of jest.mocked (#45114) 2022-02-09 23:50:59 +01:00
RuleViewer.tsx Alerting: FGAC for alert rule view and edit page (#47441) 2022-04-13 17:19:54 +02:00
Silences.test.tsx Alerting: Add FGAC for Silences (#46479) 2022-03-21 16:54:37 -07:00
Silences.tsx Alerting: Add FGAC for Silences (#46479) 2022-03-21 16:54:37 -07:00