3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
grafana/pkg/services/sqlstore
Jo 40a1f8434d
Anon: Scaffold anon service ()
* remove API tagging method and authed tagging

* add anonstore

move debug to after cache

change test order

fix issue where mysql trims to second

* add old device cleanup

lint

utc-ize everything

trim whitespace

* remove dangling setting

* Add delete devices

* Move anonymous authnclient to anonimpl

* Add simple post login hook

* move registration of Background Service

cleanup

* add updated_at index

* do not untag device if login err

* add delete device integration test
2023-09-25 16:25:29 +02:00
..
migrations Anon: Scaffold anon service () 2023-09-25 16:25:29 +02:00
migrator Instrumentation: Improve instrumentation for database migrations () 2023-09-11 14:10:21 +03:00
permissions Auth: Implement requester interface in access control module () 2023-09-06 11:16:10 +02:00
searchstore Chore: use any rather than interface{} () 2023-08-30 18:46:47 +03:00
session Chore: use any rather than interface{} () 2023-08-30 18:46:47 +03:00
sqlutil Chore: remove xorm from preference () 2022-08-17 22:07:20 -04:00
bulk_test.go Chore: use any rather than interface{} () 2023-08-30 18:46:47 +03:00
bulk.go Chore: use any rather than interface{} () 2023-08-30 18:46:47 +03:00
database_wrapper.go Chore: use any rather than interface{} () 2023-08-30 18:46:47 +03:00
logger.go Chore: use any rather than interface{} () 2023-08-30 18:46:47 +03:00
session_test.go SQLStore: Fix SQLite error propagation if query retries are disabled () 2023-03-17 12:57:13 +02:00
session.go Chore: use any rather than interface{} () 2023-08-30 18:46:47 +03:00
sqlstore_metrics_test.go Metrics: Fixed grafana_database_conn_* metrics, and added new go_sql_stats_* metrics as eventual replacement () 2022-08-31 08:54:32 -04:00
sqlstore_metrics.go Metrics: Fixed grafana_database_conn_* metrics, and added new go_sql_stats_* metrics as eventual replacement () 2022-08-31 08:54:32 -04:00
sqlstore_test.go SQLStore: Fix regression in PostgreSQL connection string () 2023-07-11 16:47:35 +03:00
sqlstore.go SQLStore: Fix race condition in RecursiveQueriesAreSupported () 2023-09-22 11:30:14 +01:00
tls_mysql.go Handle ioutil deprecations () 2022-08-10 15:37:51 +02:00
transactions_test.go SQLStore: Add test for nested transactions events () 2023-01-23 14:17:56 +01:00
transactions.go SQLStore: Add test for nested transactions events () 2023-01-23 14:17:56 +01:00
user_test.go Bug(sqlstore): fix issue with postgres unable to find existing main organization () 2023-08-30 11:45:20 -04:00
user.go Bug(sqlstore): fix issue with postgres unable to find existing main organization () 2023-08-30 11:45:20 -04:00