grafana/pkg/services/annotations/annotationsimpl
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
..
loki Chore: Replace sqlstore with db interface (#85366) 2024-04-04 15:04:47 +02:00
annotations_test.go Chore: Replace sqlstore with db interface (#85366) 2024-04-04 15:04:47 +02:00
annotations.go Alerting/Annotations: Prevent panics from composite store jobs from crashing Grafana (#83459) 2024-02-28 20:16:37 +02:00
cleanup_test.go Annotations: Split cleanup into separate queries and deletes to avoid deadlocks on MySQL (#80329) 2024-01-12 14:05:04 -06:00
cleanup.go Annotations: Lift parts of RBAC from xorm store into auth service (#76967) 2023-11-14 18:11:01 -05:00
composite_store_test.go Alerting/Annotations: Prevent panics from composite store jobs from crashing Grafana (#83459) 2024-02-28 20:16:37 +02:00
composite_store.go Alerting/Annotations: Prevent panics from composite store jobs from crashing Grafana (#83459) 2024-02-28 20:16:37 +02:00
store.go Alerting/Annotations: Prevent panics from composite store jobs from crashing Grafana (#83459) 2024-02-28 20:16:37 +02:00
time.go Annotations: Lift parts of RBAC from xorm store into auth service (#76967) 2023-11-14 18:11:01 -05:00
xorm_store_test.go Chore: Replace sqlstore with db interface (#85366) 2024-04-04 15:04:47 +02:00
xorm_store.go Alerting/Annotations: Prevent panics from composite store jobs from crashing Grafana (#83459) 2024-02-28 20:16:37 +02:00