grafana/pkg/services/dashboards/database
Jeff Levin 52ed651958
public dashboards: insert default public dashboard config into database on save (#49131)
This PR adds endpoints for saving and retrieving a public dashboard configuration and and api endpoint to retrieve the public dashboard.

All of this is highly experimental and APIs will change. Notably, we will be removing isPublic from the dashboard model and moving it over to the public dashboard table in the next release.

Further context can be found here: https://github.com/grafana/grafana/pull/49131#issuecomment-1145456952
2022-06-02 18:27:23 -08:00
..
acl_test.go Chore: Run integration tests without grabpl (#49448) 2022-06-01 14:55:22 -04:00
acl.go sqlstore split: dashboard permissions (#49962) 2022-06-01 14:16:26 -04:00
database_dashboard_public_test.go public dashboards: insert default public dashboard config into database on save (#49131) 2022-06-02 18:27:23 -08:00
database_dashboard_public.go public dashboards: insert default public dashboard config into database on save (#49131) 2022-06-02 18:27:23 -08:00
database_folder_test.go backend/sqlstore: move GetDashboardTags to dashboard service (#50091) 2022-06-02 10:00:47 -04:00
database_provisioning_test.go Chore: Run integration tests without grabpl (#49448) 2022-06-01 14:55:22 -04:00
database_test.go backend/sqlstore: move GetDashboardTags to dashboard service (#50091) 2022-06-02 10:00:47 -04:00
database.go public dashboards: insert default public dashboard config into database on save (#49131) 2022-06-02 18:27:23 -08:00