grafana/public/app/features/alerting/unified
Virginia Cepeda 2eba37b95b
Alerting: Prevent resetting the form on evaluation group interval change (#63763)
Prevent resetting the form on evaluateEvery change
2023-02-27 09:54:34 -03: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: Prevent resetting the form on evaluation group interval change (#63763) 2023-02-27 09:54:34 -03:00
hooks Alerting: Add export button for exporting all alert rules in alert list view (#62416) 2023-01-30 11:13:08 +01:00
mocks Alerting: Add alert rule cloning action (#59200) 2022-12-01 16:21:54 +01:00
search Alerting: Add support for "normal" as state filter in rule search (#62630) 2023-02-01 13:32:06 +01:00
state Alerting: Make the folder field read-only on the eval group modal (#62935) 2023-02-20 08:47:50 +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 Alerting: Fix changing datasource and creating new query not using defaults. (#63092) 2023-02-24 13:43:54 +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
AmRoutes.test.tsx Chore: fix type errors in tests (#63270) 2023-02-14 16:46:42 +01:00
AmRoutes.tsx Alerting: hide "silence" button for external AM setups (#62133) 2023-02-01 15:51:05 +01: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: change context parameter type (#61197) 2023-01-10 12:17:11 -03: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: Adds visual component for feature toggles (#63621) 2023-02-24 13:29:30 +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: hide "silence" button for external AM setups (#62133) 2023-02-01 15:51:05 +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 Chore: Update and enforce usage of typed react-redux hooks (#55349) 2022-09-19 10:49:35 +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: hide "silence" button for external AM setups (#62133) 2023-02-01 15:51:05 +01: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 Alerting: Fix changing datasource and creating new query not using defaults. (#63092) 2023-02-24 13:43:54 +01:00
RuleEditorCloudRules.test.tsx Alerting: Fix changing datasource and creating new query not using defaults. (#63092) 2023-02-24 13:43:54 +01:00
RuleEditorExisting.test.tsx Alerting: Fix changing datasource and creating new query not using defaults. (#63092) 2023-02-24 13:43:54 +01:00
RuleEditorGrafanaRules.test.tsx Alerting: Fix changing datasource and creating new query not using defaults. (#63092) 2023-02-24 13:43:54 +01:00
RuleEditorRecordingRule.test.tsx Alerting: Fix changing datasource and creating new query not using defaults. (#63092) 2023-02-24 13:43:54 +01:00
RuleList.test.tsx Alerting: Make the folder field read-only on the eval group modal (#62935) 2023-02-20 08:47:50 +01:00
RuleList.tsx Alerting: Pass yaml as a query param in export request (#62751) 2023-02-02 16:10:02 +00: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: Add Rule UID and Clone button to the rule details page (#62321) 2023-01-30 16:02:01 +01:00