grafana/pkg/middleware
Sofia Papagiannaki 012d4f0905
Alerting: Remove ngalert feature toggle and introduce two new settings for enabling Grafana 8 alerts and disabling them for specific organisations (#38746)
* Remove `ngalert` feature toggle

* Update frontend

Remove all references of ngalert feature toggle

* Update docs

* Disable unified alerting for specific orgs

* Add backend tests

* Apply suggestions from code review

Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>

* Disabled unified alerting by default

* Ensure backward compatibility with old ngalert feature toggle

* Apply suggestions from code review

Co-authored-by: gotjosh <josue@grafana.com>
2021-09-29 16:16:40 +02:00
..
cookies Backend: Remove more globals (#29644) 2020-12-15 19:09:04 +01:00
auth_test.go Profile: Fixes profile preferences being accessible when anonymous access was enabled (#31516) 2021-02-27 18:04:28 +01:00
auth.go AccessControl: Protect org users lookup (#38981) 2021-09-17 09:19:36 +02:00
csp.go Macaron: convert CSP middleware (#37672) 2021-08-10 09:03:22 +02:00
dashboard_redirect_test.go Chore: Remove endpoints that contain the slug field (#35104) 2021-06-03 16:20:13 +03:00
dashboard_redirect.go Chore: Remove endpoints that contain the slug field (#35104) 2021-06-03 16:20:13 +03:00
gziper.go Remove debug log from gzipper (#37790) 2021-08-11 14:04:08 +02:00
logger.go Chore: Remove untyped data map from macaron context (#39077) 2021-09-13 15:41:03 +02:00
middleware_basic_auth_test.go bus: add ctx for all signed in user queries (#33970) 2021-05-18 18:24:42 +02:00
middleware_jwt_auth_test.go bus: add ctx for all signed in user queries (#33970) 2021-05-18 18:24:42 +02:00
middleware_test.go Use sdk pkg for gtime (#39354) 2021-09-21 13:08:52 +02:00
middleware.go Profile: Fixes profile preferences being accessible when anonymous access was enabled (#31516) 2021-02-27 18:04:28 +01:00
org_redirect_test.go bus: add ctx for all signed in user queries (#33970) 2021-05-18 18:24:42 +02:00
org_redirect.go Chore: Remove untyped data map from macaron context (#39077) 2021-09-13 15:41:03 +02:00
quota_test.go Alerting: Remove ngalert feature toggle and introduce two new settings for enabling Grafana 8 alerts and disabling them for specific organisations (#38746) 2021-09-29 16:16:40 +02:00
quota.go Migrate to Wire for dependency injection (#32289) 2021-08-25 15:11:22 +02:00
rate_limit_test.go Macaron: Strip down renderer middleware (#37627) 2021-08-10 13:29:46 +02:00
rate_limit.go Logging: rate limit fronted logging endpoint (#29272) 2020-12-09 16:22:24 +01:00
recovery_test.go Macaron: Strip down renderer middleware (#37627) 2021-08-10 13:29:46 +02:00
recovery.go Chore: Remove untyped data map from macaron context (#39077) 2021-09-13 15:41:03 +02:00
request_metrics.go Migrate to Wire for dependency injection (#32289) 2021-08-25 15:11:22 +02:00
request_tracing.go inject modified request into context (#38807) 2021-09-07 09:23:16 +02:00
testing.go Auth: support JWT Authentication (#29995) 2021-03-31 08:40:44 -07:00
validate_host.go Backend: Remove more globals (#29644) 2020-12-15 19:09:04 +01:00