grafana/pkg/services/dashboards
Kristin Laemmert cc007e9727
chore: sqlstore cleanup (#60415)
* chore: remove unused test helper from sqlstore

TimeNow() is no longer used in any tests in this package.

* chore: move sqlstore.SQLBuilder to the infra/db package

This required some minor refactoring; we need to be a little more explicit about passing around the dialect and engine. On the other hand, that's a few fewer uses of the `dialect` global constant!

* chore: move UserDeletions into the only package using it

* cleanup around moving sqlbuilder

* remove dialect and sqlog global vars

* rename userDeletions to serviceAccountDeletions
2022-12-16 11:09:06 -05:00
..
database chore: sqlstore cleanup (#60415) 2022-12-16 11:09:06 -05:00
service Guardian: Introduce additional constructors (#59577) 2022-12-15 16:34:17 +02:00
accesscontrol_test.go Nested Folders: Support getting of nested folder in folder service wh… (#58597) 2022-11-11 14:28:24 +01:00
accesscontrol.go Nested Folders: Support getting of nested folder in folder service wh… (#58597) 2022-11-11 14:28:24 +01:00
dashboard_provisioning_mock.go feat(nested folders): add CountDashboardsInFolder (#57847) 2022-11-02 09:15:50 -04:00
dashboard_service_mock.go feat(nested folders): add CountDashboardsInFolder (#57847) 2022-11-02 09:15:50 -04:00
dashboard.go Chore: Refactor quota service (#58643) 2022-11-14 21:08:10 +02:00
errors.go public-dashboards: Add log statement when public dashboard enabled or disabled (#54133) 2022-08-26 11:28:54 -08:00
folder_store_mock.go feat(nested folders): add CountDashboardsInFolder (#57847) 2022-11-02 09:15:50 -04:00
models.go Chore: Refactor quota service (#58643) 2022-11-14 21:08:10 +02:00
store_mock.go Chore: Refactor quota service (#58643) 2022-11-14 21:08:10 +02:00