grafana/pkg/services/dashboards/database
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
..
acl_test.go chore: remove CreateUser from sqlstore & replace with userService.CreateUserForTests (#59910) 2022-12-07 11:03:22 -05:00
acl.go chore: sqlstore cleanup (#60415) 2022-12-16 11:09:06 -05:00
database_folder_test.go Chore: Make getUserOrgList private to sqlstore (#59654) 2022-12-01 15:46:42 +01:00
database_provisioning_test.go Chore: Refactor quota service (#58643) 2022-11-14 21:08:10 +02:00
database_test.go Chore: Remove Store interface and use db.DB instead (#60160) 2022-12-13 11:03:36 +01:00
database.go Chore: Refactor quota service (#58643) 2022-11-14 21:08:10 +02:00