grafana/pkg/services/ngalert/provisioning
Alexander Weaver b9c7eb1380
Alerting: Add method to provisioning API for obtaining a group and its rules (#51398)
* Generate shell for new route

* Propagate path parameters

* Implement route logic

* Add a couple simple tests

* Use NotFound error for not found, avoid returning pointer

* Regenerate
2022-07-05 11:53:50 -05:00
..
alert_rules_test.go Alerting: bump rule version when updating rule group interval (#50295) 2022-06-09 09:28:32 +02:00
alert_rules.go Alerting: Add method to provisioning API for obtaining a group and its rules (#51398) 2022-07-05 11:53:50 -05:00
config.go Alerting: Factor out shared code for working with configs in provisioning package (#49419) 2022-05-23 18:16:03 -05:00
contactpoints_test.go Alerting: prevent the use of the same uid across all contact points (#51440) 2022-06-27 12:57:47 -04:00
contactpoints.go Alerting: prevent the use of the same uid across all contact points (#51440) 2022-06-27 12:57:47 -04:00
errors.go Alerting: Code-gen parsing of URL parameters and fix related bugs (#50731) 2022-06-23 15:13:39 -05:00
mute_timings_test.go Alerting: Fix provisioning validation status codes and panics (#50464) 2022-06-09 10:38:46 +02:00
mute_timings.go Alerting: only delete mute time if not used by route (#50193) 2022-06-04 07:48:24 +02:00
notification_policies_test.go Alerting: validate that the receiver exist when updating routing tree (#51561) 2022-07-05 18:09:57 +02:00
notification_policies.go Alerting: validate that the receiver exist when updating routing tree (#51561) 2022-07-05 18:09:57 +02:00
persist_mock.go Alerting: Add provisioning GET routes for message templates (#48367) 2022-04-28 13:51:57 -05:00
persist.go Alerting: remove unused function in alert rule store (#50696) 2022-06-13 11:24:29 -04:00
provisioning_store_mock.go Alerting: Provisioning message templates (#48665) 2022-05-05 15:21:42 -05:00
templates_test.go Alerting: Fix provisioning validation status codes and panics (#50464) 2022-06-09 10:38:46 +02:00
templates.go Alerting: Factor out shared code for working with configs in provisioning package (#49419) 2022-05-23 18:16:03 -05:00
testing.go Alerting: Fix provisioning validation status codes and panics (#50464) 2022-06-09 10:38:46 +02:00