grafana/pkg/services/ngalert
Sofia Papagiannaki 5560be73bf
Alerting NG: update API to expect UIDs instead of IDs (#29896)
* Change API to expect UIDs instead of ID

* Remove unnecessary transactions

When only one query is executed

* Modify API responses

* Cleanup tests

* Use globally orgID and UID for identifying alert definitions
2021-01-07 17:45:42 +02:00
..
eval AlertingNG: Create a scheduler to evaluate alert definitions (#29305) 2020-12-17 16:00:09 +02:00
alert_definition.go AlertingNG: Create a scheduler to evaluate alert definitions (#29305) 2020-12-17 16:00:09 +02:00
api.go Alerting NG: update API to expect UIDs instead of IDs (#29896) 2021-01-07 17:45:42 +02:00
common_test.go Alerting NG: update API to expect UIDs instead of IDs (#29896) 2021-01-07 17:45:42 +02:00
database_mig.go AlertingNG: Create a scheduler to evaluate alert definitions (#29305) 2020-12-17 16:00:09 +02:00
database_test.go Alerting NG: update API to expect UIDs instead of IDs (#29896) 2021-01-07 17:45:42 +02:00
database.go Alerting NG: update API to expect UIDs instead of IDs (#29896) 2021-01-07 17:45:42 +02:00
fetcher.go AlertingNG: Create a scheduler to evaluate alert definitions (#29305) 2020-12-17 16:00:09 +02:00
middleware.go Alerting NG: update API to expect UIDs instead of IDs (#29896) 2021-01-07 17:45:42 +02:00
models.go Alerting NG: update API to expect UIDs instead of IDs (#29896) 2021-01-07 17:45:42 +02:00
ngalert.go Alerting NG: update API to expect UIDs instead of IDs (#29896) 2021-01-07 17:45:42 +02:00
schedule_test.go Alerting NG: update API to expect UIDs instead of IDs (#29896) 2021-01-07 17:45:42 +02:00
schedule.go Alerting NG: update API to expect UIDs instead of IDs (#29896) 2021-01-07 17:45:42 +02:00
validator.go AlertingNG: Create a scheduler to evaluate alert definitions (#29305) 2020-12-17 16:00:09 +02:00