3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
grafana/pkg/services/ngalert/api
Yuriy Tseretyan 2ade8b56dd
Alerting: support fine-grained access control in ruler update API ()
* require Editor if FGAC is disabled. Otherwise, check `alert.rule:*` + `datasource:query` permissions when user changes rules.
2022-03-21 19:20:35 -04:00
..
test-data Alerting: Remove ngalert feature toggle and introduce two new settings for enabling Grafana 8 alerts and disabling them for specific organisations () 2021-09-29 16:16:40 +02:00
tooling Alerting: Remove internal labels from prometheus compatible API responses () 2022-03-16 16:04:19 +00:00
api_admin.go Alerting: send alerts to external, internal, or both alertmanagers () 2022-02-01 20:36:55 -03:00
api_alertmanager_test.go Add context.Context to AlertingStore () 2022-02-09 09:22:09 +00:00
api_alertmanager.go Add context.Context to AlertingStore () 2022-02-09 09:22:09 +00:00
api_prometheus_test_fixtures.go Alerting: Display query from grafana-managed alert rules on /api/v1/rules () 2022-03-14 10:39:20 +00:00
api_prometheus_test.go Alerting: Remove internal labels from prometheus compatible API responses () 2022-03-16 16:04:19 +00:00
api_prometheus.go Alerting: Remove internal labels from prometheus compatible API responses () 2022-03-16 16:04:19 +00:00
api_ruler_test.go Alerting: Do not update rule in database if it was not changed () 2022-03-04 16:16:33 -05:00
api_ruler_validation_test.go Alerting: validate rules and calculate changes in API controller () 2022-02-23 11:30:04 -05:00
api_ruler_validation.go Alerting: validate rules and calculate changes in API controller () 2022-02-23 11:30:04 -05:00
api_ruler.go Alerting: support fine-grained access control in ruler update API () 2022-03-21 19:20:35 -04:00
api_testing.go Alerting: Split grafana and lotex routes () 2022-02-04 12:42:04 -05:00
api.go Alerting: support fine-grained access control in ruler update API () 2022-03-21 19:20:35 -04:00
authorization_test.go Alerting: support fine-grained access control in ruler update API () 2022-03-21 19:20:35 -04:00
authorization.go Alerting: support fine-grained access control in ruler update API () 2022-03-21 19:20:35 -04:00
fork_ruler.go Alerting: Split grafana and lotex routes () 2022-02-04 12:42:04 -05:00
forked_admin.go Alerting: Split grafana and lotex routes () 2022-02-04 12:42:04 -05:00
forked_am.go Alerting: Split grafana and lotex routes () 2022-02-04 12:42:04 -05:00
forked_prom.go Alerting: Split grafana and lotex routes () 2022-02-04 12:42:04 -05:00
forked_testing.go Alerting: Split grafana and lotex routes () 2022-02-04 12:42:04 -05:00
generated_base_api_alertmanager.go Alerting: Split grafana and lotex routes () 2022-02-04 12:42:04 -05:00
generated_base_api_configuration.go Alerting: Split grafana and lotex routes () 2022-02-04 12:42:04 -05:00
generated_base_api_prometheus.go Alerting: Split grafana and lotex routes () 2022-02-04 12:42:04 -05:00
generated_base_api_ruler.go Alerting: Split grafana and lotex routes () 2022-02-04 12:42:04 -05:00
generated_base_api_testing.go Alerting: Split grafana and lotex routes () 2022-02-04 12:42:04 -05:00
lotex_am.go Remove Macaron ParamsInt64 function from code base () 2022-01-15 00:55:57 +08:00
lotex_prom.go Remove Macaron ParamsInt64 function from code base () 2022-01-15 00:55:57 +08:00
lotex_ruler.go Remove Macaron ParamsInt64 function from code base () 2022-01-15 00:55:57 +08:00
Makefile Alerting: Fix API specification () 2021-09-10 12:46:02 +03:00
promql_compat_test.go Alerting/testing promql extraction () 2021-05-25 11:54:50 -04:00
promql_compat.go Alerting: check upstream response content type in lotex proxy () 2021-05-27 14:12:29 +03:00
testing.go Alerting: Display query from grafana-managed alert rules on /api/v1/rules () 2022-03-14 10:39:20 +00:00
util_test.go [Alerting]: implement backend checking for forking to Lotex ruler () 2021-03-23 18:08:57 +02:00
util.go Alerting: validate rules and calculate changes in API controller () 2022-02-23 11:30:04 -05:00