mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
cc007e9727
* 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 |
||
---|---|---|
.. | ||
api.go | ||
database.go | ||
guard.go | ||
libraryelements_create_test.go | ||
libraryelements_delete_test.go | ||
libraryelements_get_all_test.go | ||
libraryelements_get_test.go | ||
libraryelements_patch_test.go | ||
libraryelements_permissions_test.go | ||
libraryelements_test.go | ||
libraryelements.go | ||
models.go | ||
writers.go |