grafana/pkg/services/ngalert/provisioning
Alexander Weaver 735822e48a
Alerting: Add provisioning GET routes for message templates (#48367)
* Template service

* Add GET routes and implement them

* Generate mock for persist layer

* Unit tests for reading templates

* Set up composition root and get integration tests working

* Fix prealloc issue

* Extract setup boilerplate

* Update AuthorizationTest

* Rebase and resolve

* Fix linter error
2022-04-28 13:51:57 -05:00
..
contactpoints_test.go Indicate whether routes are provisioned when GETting Alertmanager configuration (#47857) 2022-04-22 11:57:56 -05:00
contactpoints.go Drop ProvenanceOrgAdapter and build into store API instead (#48137) 2022-04-26 10:30:57 -05:00
notification_policies_test.go Extract Route validation from serialization methods so it can be re-used (#47649) 2022-04-27 15:15:41 -05:00
notification_policies.go Extract Route validation from serialization methods so it can be re-used (#47649) 2022-04-27 15:15:41 -05:00
persist_mock.go Alerting: Add provisioning GET routes for message templates (#48367) 2022-04-28 13:51:57 -05:00
persist.go Alerting: Add provisioning GET routes for message templates (#48367) 2022-04-28 13:51:57 -05:00
serialize.go Alerting: Provisioning API - Notification Policies (#46755) 2022-04-05 16:48:51 -05:00
templates_test.go Alerting: Add provisioning GET routes for message templates (#48367) 2022-04-28 13:51:57 -05:00
templates.go Alerting: Add provisioning GET routes for message templates (#48367) 2022-04-28 13:51:57 -05:00
testing.go Drop ProvenanceOrgAdapter and build into store API instead (#48137) 2022-04-26 10:30:57 -05:00
validate.go Extract Route validation from serialization methods so it can be re-used (#47649) 2022-04-27 15:15:41 -05:00