grafana/pkg/tests
gotjosh 23c7e7ab60
Alerting: Various fixes for the alerts endpoint (#33182)
A set of fixes for the GET alert and groups endpoints.

- First, is the fact that the default values where not being for the query params. I've introduced a new method in the Grafana context that allow us to do this.
- Second, is the fact that alerts were never being transitioned to active. To my surprise this is actually done by the inhibitor in the pipeline - if an alert is not muted, or inhibited then it's active.
- Third, I have added an integration test to cover for regressions.

Signed-off-by: Josue Abreu <josue@grafana.com>
2021-04-21 06:34:42 -04:00
..
api Alerting: Various fixes for the alerts endpoint (#33182) 2021-04-21 06:34:42 -04:00
testinfra Alerting: Integration test rule creation (#33047) 2021-04-16 08:00:07 -04:00
web Middleware: Add CSP support (#29740) 2021-01-12 07:42:32 +01:00
README.md Chore: Add CloudWatch HTTP API tests (#29691) 2021-01-07 11:36:13 +01:00

Integration tests

This directory contains Grafana server integration tests.