grafana/pkg/services/accesscontrol/resourcepermissions
Serge Zaitsev faa1244518
Chore: Replace sqlstore with db interface (#85366)
* replace sqlstore with db interface in a few packages

* remove from stats

* remove sqlstore in admin test

* remove sqlstore from api plugin tests

* fix another createUser

* remove sqlstore in publicdashboards

* remove sqlstore from orgs

* clean up orguser test

* more clean up in sso

* clean up service accounts

* further cleanup

* more cleanup in accesscontrol

* last cleanup in accesscontrol

* clean up teams

* more removals

* split cfg from db in testenv

* few remaining fixes

* fix test with bus

* pass cfg for testing inside db as an option

* set query retries when no opts provided

* revert golden test data

* rebase and rollback
2024-04-04 15:04:47 +02:00
..
api_test.go Chore: Replace sqlstore with db interface (#85366) 2024-04-04 15:04:47 +02:00
api.go RBAC: Return the underlying error instead of internal server or bad request for managed permission endpoints (#80974) 2024-01-25 16:24:52 +00:00
error.go Access Control: Pass db session to hooks (#44428) 2022-01-25 17:12:00 +01:00
hook.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
middleware.go RBAC: Remove legacy ac from authorization middleware (#68898) 2023-05-24 09:49:42 +01:00
models.go Auth: Move access control API to SignedInUser interface (#73144) 2023-08-18 11:42:18 +01:00
options.go DataSourcePermissions: Handle licensing properly for ds permissions (#59694) 2022-12-02 13:19:14 +01:00
service_test.go Chore: Replace sqlstore with db interface (#85366) 2024-04-04 15:04:47 +02:00
service.go Chore: Remove public vars in setting package (#81018) 2024-01-23 12:36:22 +01:00
store_bench_test.go Chore: Replace sqlstore with db interface (#85366) 2024-04-04 15:04:47 +02:00
store_test.go Chore: Replace sqlstore with db interface (#85366) 2024-04-04 15:04:47 +02:00
store.go Access: Remove split scopes feature toggle (#81874) 2024-02-05 17:00:19 +01:00