grafana/pkg/services/dashboards
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
..
dashboardaccess Authz: Remove use of SignedInUser copy for permission evaluation (#78448) 2023-11-22 14:20:22 +01:00
database Chore: Replace sqlstore with db interface (#85366) 2024-04-04 15:04:47 +02:00
service CloudMigrations: Implement migrations API (#85348) 2024-04-03 13:36:13 +02:00
accesscontrol_test.go Remove folderID from service tests (#80615) 2024-01-26 17:36:35 +02:00
accesscontrol.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
dashboard_provisioning_mock.go Folders: Reduce DB queries when counting and deleting resources under folders (#81153) 2024-01-30 18:26:34 +02:00
dashboard_service_mock.go CloudMigrations: Implement migrations API (#85348) 2024-04-03 13:36:13 +02:00
dashboard.go CloudMigrations: Implement migrations API (#85348) 2024-04-03 13:36:13 +02:00
errors.go Nested folders: Allow creating folders with duplicate names in different locations (#77076) 2024-01-25 11:29:56 +02:00
models_test.go Remove folderid service test (#80433) 2024-01-12 16:43:39 +01:00
models.go Stats: Remove ACL references (#82112) 2024-02-08 17:19:24 +01:00
store_mock.go CloudMigrations: Implement migrations API (#85348) 2024-04-03 13:36:13 +02:00