grafana/pkg/middleware
Torkel Ödegaard e924627659
Frontend: Reload the browser when backend configuration/assets change (#79057)
* Detect frontend asset changes

* Update

* merge main

* Frontend: Detect new assets / versions / config changes (#79258)

* avoid first check

* Updates and add tests

* Update

* Update

* Updated code

* refine

* use context

---------

Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2024-01-04 08:00:07 +01:00
..
cookies Auth: Add feature flag to move token rotation to client (#65060) 2023-03-23 14:39:04 +01:00
csrf CSRF middleware: Add flag to skip login cookie check (#66806) 2023-04-24 10:11:08 -03:00
loggermw FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
requestmeta instrumentation: rename team to grafana_team to improve alert routing. (#75860) 2023-10-03 12:25:01 +02:00
auth_test.go Plugins: Add backend check for app page role access (#78269) 2023-12-18 16:12:46 +01:00
auth.go Plugins: Add backend check for app page role access (#78269) 2023-12-18 16:12:46 +01:00
csp.go Feature: Trusted Types support (#64975) 2023-04-27 18:20:37 +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: Move ReqContext to contexthandler service (#62102) 2023-01-27 08:50:36 +01:00
gziper.go api: ignore /api/gnet proxy when gzipping responses (#71437) 2023-07-13 07:51:25 +01:00
middleware_test.go Frontend: Reload the browser when backend configuration/assets change (#79057) 2024-01-04 08:00:07 +01:00
middleware.go Export: Remove no-store headers in pdf and image previews (#78844) 2023-12-18 09:21:57 -03:00
org_redirect_test.go Auth: Use authn.Service for all tests (#72921) 2023-08-09 08:54:52 +02:00
org_redirect.go UserService: use the UserService instead of calling sqlstore directly (#55745) 2022-09-27 07:58:49 -04:00
quota_test.go Auth: Use authn.Service for all tests (#72921) 2023-08-09 08:54:52 +02:00
quota.go Chore: Move ReqContext to contexthandler service (#62102) 2023-01-27 08:50:36 +01:00
recovery_test.go Frontend: Reload the browser when backend configuration/assets change (#79057) 2024-01-04 08:00:07 +01:00
recovery.go Frontend: Reload the browser when backend configuration/assets change (#79057) 2024-01-04 08:00:07 +01:00
request_metadata_test.go instrumentation: rename team to grafana_team to improve alert routing. (#75860) 2023-10-03 12:25:01 +02:00
request_metrics.go FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
request_test.go Logger: Add feature toggle for errors in HTTP request logs (#64425) 2023-03-31 15:38:09 +02:00
request_tracing.go Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
subpath_redirect_test.go ServeFromSubPath: Redirect to URL with subpath when subpath missing (#66724) 2023-04-24 09:55:55 +02:00
subpath_redirect.go ServeFromSubPath: Redirect to URL with subpath when subpath missing (#66724) 2023-04-24 09:55:55 +02:00
testing.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
validate_host.go Chore: Move ReqContext to contexthandler service (#62102) 2023-01-27 08:50:36 +01:00