3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
grafana/pkg/services/ngalert/api/tooling
Yuriy Tseretyan 016d9e14ed
Add missing option "OK" for Error state ()
* Add missing OK option to models
* add ok to legacy legacy UI does not support it but it is possible to do so via provisioning.
* use enums in migration so linter would catch missing cases
2022-03-02 19:07:55 -05:00
..
cmd/clean-swagger Fix/ngalert generation () 2021-04-20 13:12:32 -04:00
definitions Add missing option "OK" for Error state () 2022-03-02 19:07:55 -05:00
swagger-codegen/templates Alerting: Split grafana and lotex routes () 2022-02-04 12:42:04 -05:00
index.html Inhouse alerting api () 2021-04-19 14:26:04 -04:00
Makefile Alerting: Fix API spec generation () 2021-08-13 16:15:53 +03:00
post.json Add missing option "OK" for Error state () 2022-03-02 19:07:55 -05:00
README.md Inhouse alerting api () 2021-04-19 14:26:04 -04:00
spec.json Add missing option "OK" for Error state () 2022-03-02 19:07:55 -05:00

What

view api

This aims to define the unified alerting API as code. It generates OpenAPI definitions from go structs

Running

make openapi

Requires