mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 17:43:35 -06:00
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> |
||
---|---|---|
.. | ||
test-data | ||
tooling | ||
api_alertmanager.go | ||
api_prometheus.go | ||
api_ruler.go | ||
api_testing.go | ||
api.go | ||
fork_ruler.go | ||
forked_am.go | ||
forked_prom.go | ||
generated_base_api_alertmanager.go | ||
generated_base_api_prometheus.go | ||
generated_base_api_ruler.go | ||
generated_base_api_testing.go | ||
legacy_api_routes.go | ||
legacy_trans_dev.go | ||
lotex_am.go | ||
lotex_prom.go | ||
lotex_ruler.go | ||
Makefile | ||
util_test.go | ||
util.go |