grafana/pkg/services/contexthandler
Kristin Laemmert 701f6d5436
UserService: use the UserService instead of calling sqlstore directly (#55745)
* UserService: update callers to use the UserService instead of calling sqlstore directly

There is one major change hiding in this PR. UserService.Delete originally called a number of services to delete user-related records. I moved everything except the actual call to the user table, and moved those into the API. This was done to avoid dependencies cycles; many of our services depend on the user service, so the user service itself should have as few dependencies as possible.
2022-09-27 07:58:49 -04:00
..
authproxy UserService: use the UserService instead of calling sqlstore directly (#55745) 2022-09-27 07:58:49 -04:00
ctxkey pkg/web: restrict handler types (#48495) 2022-05-20 12:45:18 -04:00
auth_jwt.go JWT: Allow conventional bearer token in Authorization header (#54821) 2022-09-09 11:05:58 +02:00
auth_proxy_test.go UserService: use the UserService instead of calling sqlstore directly (#55745) 2022-09-27 07:58:49 -04:00
contexthandler_test.go Chore: replace macaron with web package (#40136) 2021-10-11 14:30:59 +02:00
contexthandler.go JWT: Allow conventional bearer token in Authorization header (#54821) 2022-09-09 11:05:58 +02:00