The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/pkg/services/sqlstore
Eric Leijonmarck fa45742abc
Quota(fix): remove service accounts from quota count (#56700)
3 years ago
..
db chore: replace sqlstore.Store with db.DB (#57010) 3 years ago
migrations Alerting: Improve notification policies created during migration (#52071) 3 years ago
migrator Alerting: Write and Delete multiple alert instances. (#55350) 3 years ago
mockstore Remove org methods from sqlstore interface (#56358) 3 years ago
permissions Move SignedInUser to user service and RoleType and Roles to org (#53445) 4 years ago
searchstore Chore: Upgrade Go to 1.19.1 (#54902) 3 years ago
session Chore: replace xorm by sqlx in dashboardversion service (#53869) 3 years ago
sqlutil Chore: remove xorm from preference (#53803) 4 years ago
database_wrapper.go Logging: Introduce API for contextual logging (#55198) 3 years ago
health.go
health_test.go Chore: Exclude integration tests from running on test-backend step (#50359) 4 years ago
logger.go
org.go SQLStore: Optionally retry queries if sqlite returns database is locked (#56096) 3 years ago
org_test.go Use org service instead of sqlstore (#56407) 3 years ago
org_users.go Auth: Adds validation and ingestion of conflict file (#53014) 3 years ago
org_users_test.go Chore: Remove methods from sqlstore interface (#55802) 3 years ago
quota.go Quota(fix): remove service accounts from quota count (#56700) 3 years ago
quota_test.go Quota(fix): remove service accounts from quota count (#56700) 3 years ago
session.go SQLStore: Optionally retry queries if sqlite returns database is locked (#56096) 3 years ago
session_test.go SQLStore: Optionally retry queries if sqlite returns database is locked (#56096) 3 years ago
sqlbuilder.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 4 years ago
sqlbuilder_test.go Chore: Move team store implementation to a separate package (#55514) 3 years ago
sqlstore.go SQLStore: Optionally retry queries if sqlite returns database is locked (#56096) 3 years ago
sqlstore.goconvey
sqlstore_metrics.go Metrics: Fixed `grafana_database_conn_*` metrics, and added new `go_sql_stats_*` metrics as eventual replacement (#54405) 3 years ago
sqlstore_metrics_test.go Metrics: Fixed `grafana_database_conn_*` metrics, and added new `go_sql_stats_*` metrics as eventual replacement (#54405) 3 years ago
sqlstore_test.go Chore: Enable ANSI_QUOTES for Mysql Database (#53277) 4 years ago
stats.go Move SignedInUser to user service and RoleType and Roles to org (#53445) 4 years ago
stats_integration_test.go Chore: Exclude integration tests from running on test-backend step (#50359) 4 years ago
stats_test.go Use org service instead of sqlstore (#56407) 3 years ago
store.go chore: replace sqlstore.Store with db.DB (#57010) 3 years ago
tables.go
time.go Chore: Use TimeNow instead of time.Now in user sql store to make it testable (#54983) 3 years ago
tls_mysql.go Handle ioutil deprecations (#53526) 4 years ago
transactions.go SQLStore: Optionally retry queries if sqlite returns database is locked (#56096) 3 years ago
transactions_test.go Chore: Remove apikey store methods from sqlstore (#53197) 4 years ago
user.go Chore: Move methods from sqlstore to user store (#56305) 3 years ago
user_test.go Chore: Move methods from sqlstore to user store (#56305) 3 years ago