grafana/pkg/services/ngalert/api
gotjosh a75d4fcbd8
Alerting: Display query from grafana-managed alert rules on `/api/v1/rules` (#45969)
* Aleting: Extract query from alerting rule model for api/v1/rules

* more changes and fixtures

* appease the linter
2022-03-14 10:39:20 +00:00
..
test-data
tooling Alerting: adds support for federated rules (#46037) 2022-03-04 10:16:13 +01:00
Makefile
api.go Alerting: declare authorization actions, scopes and roles for fine-grained access (#45748) 2022-03-08 09:22:16 -05:00
api_admin.go Alerting: send alerts to external, internal, or both alertmanagers (#40341) 2022-02-01 20:36:55 -03:00
api_alertmanager.go Add context.Context to AlertingStore (#45069) 2022-02-09 09:22:09 +00:00
api_alertmanager_test.go Add context.Context to AlertingStore (#45069) 2022-02-09 09:22:09 +00:00
api_prometheus.go Alerting: Display query from grafana-managed alert rules on `/api/v1/rules` (#45969) 2022-03-14 10:39:20 +00:00
api_prometheus_test.go Alerting: Display query from grafana-managed alert rules on `/api/v1/rules` (#45969) 2022-03-14 10:39:20 +00:00
api_prometheus_test_fixtures.go Alerting: Display query from grafana-managed alert rules on `/api/v1/rules` (#45969) 2022-03-14 10:39:20 +00:00
api_ruler.go Alerting: Do not update rule in database if it was not changed (#45980) 2022-03-04 16:16:33 -05:00
api_ruler_test.go Alerting: Do not update rule in database if it was not changed (#45980) 2022-03-04 16:16:33 -05:00
api_ruler_validation.go Alerting: validate rules and calculate changes in API controller (#45072) 2022-02-23 11:30:04 -05:00
api_ruler_validation_test.go Alerting: validate rules and calculate changes in API controller (#45072) 2022-02-23 11:30:04 -05:00
api_testing.go Alerting: Split grafana and lotex routes (#44742) 2022-02-04 12:42:04 -05:00
authorization.go Alerting: declare authorization actions, scopes and roles for fine-grained access (#45748) 2022-03-08 09:22:16 -05:00
fork_ruler.go Alerting: Split grafana and lotex routes (#44742) 2022-02-04 12:42:04 -05:00
forked_admin.go Alerting: Split grafana and lotex routes (#44742) 2022-02-04 12:42:04 -05:00
forked_am.go Alerting: Split grafana and lotex routes (#44742) 2022-02-04 12:42:04 -05:00
forked_prom.go Alerting: Split grafana and lotex routes (#44742) 2022-02-04 12:42:04 -05:00
forked_testing.go Alerting: Split grafana and lotex routes (#44742) 2022-02-04 12:42:04 -05:00
generated_base_api_alertmanager.go Alerting: Split grafana and lotex routes (#44742) 2022-02-04 12:42:04 -05:00
generated_base_api_configuration.go Alerting: Split grafana and lotex routes (#44742) 2022-02-04 12:42:04 -05:00
generated_base_api_prometheus.go Alerting: Split grafana and lotex routes (#44742) 2022-02-04 12:42:04 -05:00
generated_base_api_ruler.go Alerting: Split grafana and lotex routes (#44742) 2022-02-04 12:42:04 -05:00
generated_base_api_testing.go Alerting: Split grafana and lotex routes (#44742) 2022-02-04 12:42:04 -05:00
lotex_am.go Remove Macaron ParamsInt64 function from code base (#43810) 2022-01-15 00:55:57 +08:00
lotex_prom.go Remove Macaron ParamsInt64 function from code base (#43810) 2022-01-15 00:55:57 +08:00
lotex_ruler.go Remove Macaron ParamsInt64 function from code base (#43810) 2022-01-15 00:55:57 +08:00
promql_compat.go
promql_compat_test.go
testing.go Alerting: Display query from grafana-managed alert rules on `/api/v1/rules` (#45969) 2022-03-14 10:39:20 +00:00
util.go Alerting: validate rules and calculate changes in API controller (#45072) 2022-02-23 11:30:04 -05:00
util_test.go