grafana/pkg/services/provisioning
Kristin Laemmert 1df340ff28
backend/services: Move GetDashboard from sqlstore to dashboard service (#48971)
* rename folder to match package name
* backend/sqlstore: move GetDashboard into DashboardService

This is a stepping-stone commit which copies the GetDashboard function - which lets us remove the sqlstore from the interfaces in dashboards - without changing any other callers.
* checkpoint: moving GetDashboard calls into dashboard service
* finish refactoring api tests for dashboardService.GetDashboard
2022-05-17 14:52:22 -04:00
..
dashboards Chore: Remove final x from sqlstore (#48086) 2022-04-25 13:07:11 -04:00
datasources Chore: Remove bus.Dispatch from provisioning services (#44989) 2022-02-23 11:12:37 +01:00
notifiers Chore: Remove final x from sqlstore (#48086) 2022-04-25 13:07:11 -04:00
plugins Plugins: Add plugin settings DTO (#46283) 2022-03-18 20:49:13 +01:00
utils Chore: Remove bus from dashboards provisioning (#47495) 2022-04-08 13:56:38 +02:00
values Chore: Refactor GoConvey in provisioning package (#40892) 2021-11-01 11:31:55 +01:00
provisioning_mock.go Chore: Remove Dispatch and AddHandler (#42603) 2021-12-02 18:08:59 +01:00
provisioning_test.go Chore: Remove bus from dashboards provisioning (#47495) 2022-04-08 13:56:38 +02:00
provisioning.go backend/services: Move GetDashboard from sqlstore to dashboard service (#48971) 2022-05-17 14:52:22 -04:00