grafana/pkg/services/publicdashboards
Serge Zaitsev faa1244518
Chore: Replace sqlstore with db interface (#85366)
* replace sqlstore with db interface in a few packages

* remove from stats

* remove sqlstore in admin test

* remove sqlstore from api plugin tests

* fix another createUser

* remove sqlstore in publicdashboards

* remove sqlstore from orgs

* clean up orguser test

* more clean up in sso

* clean up service accounts

* further cleanup

* more cleanup in accesscontrol

* last cleanup in accesscontrol

* clean up teams

* more removals

* split cfg from db in testenv

* few remaining fixes

* fix test with bus

* pass cfg for testing inside db as an option

* set query retries when no opts provided

* revert golden test data

* rebase and rollback
2024-04-04 15:04:47 +02:00
..
api Public dashboards: fix public dashboard permissions so that annotations are displayed (#85091) 2024-03-25 17:42:40 +00:00
commands/generate_datasources PublicDashboards: Remove unsupported datasource warning for cloudwatch (#79403) 2023-12-13 09:18:29 -03:00
database Chore: Replace sqlstore with db interface (#85366) 2024-04-04 15:04:47 +02:00
internal PublicDashboards: moved tokens service and new repository method (#61806) 2023-01-27 11:20:22 -03:00
metric PublicDashboards: metrics collected in background service (#65836) 2023-04-11 14:36:50 -03:00
models Public Dashboards: Disable email-sharing when there is no license (#80887) 2024-02-22 09:34:14 +01:00
service Chore: Replace sqlstore with db interface (#85366) 2024-04-04 15:04:47 +02:00
validation PublicDashboards: Support timezone on query API (#68560) 2023-06-14 17:35:01 -03:00
public_dashboard_middleware_mock.go PublicDashboards: Add middleware function (#80582) 2024-01-18 15:12:29 -03:00
public_dashboard_service_mock.go PublicDashboards: Add middleware function (#80582) 2024-01-18 15:12:29 -03:00
public_dashboard_service_wrapper_mock.go PublicDashboards: Add middleware function (#80582) 2024-01-18 15:12:29 -03:00
public_dashboard_store_mock.go PublicDashboards: Add middleware function (#80582) 2024-01-18 15:12:29 -03:00
publicdashboard.go PublicDashboards: Add middleware function (#80582) 2024-01-18 15:12:29 -03:00