grafana/pkg/services/correlations
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
..
correlationstest Chore: Replace sqlstore with db interface (#85366) 2024-04-04 15:04:47 +02:00
accesscontrol.go Correlations: Add CorrelationSettings Page (#53821) 2022-08-26 11:27:28 +01:00
api.go Identity: Unfurl OrgID in pkg/services to allow using identity.Requester interface (#76113) 2023-10-09 10:40:19 +02:00
correlations.go Correlations: Allow creating correlations for provisioned data sources (#73737) 2023-09-13 15:10:09 +02:00
database.go Correlations: Allow creating correlations for provisioned data sources (#73737) 2023-09-13 15:10:09 +02:00
models_test.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
models.go Correlations: Allow creating correlations for provisioned data sources (#73737) 2023-09-13 15:10:09 +02:00