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
Alexander Weaver ea8c5ce929
SQLStore: Create utility for bulk inserts (#57632)
3 years ago
..
migrations Attempt to preserve UID from migrated channel (#57639) 3 years ago
migrator SQLStore: Create utility for bulk inserts (#57632) 3 years ago
mockstore Chore: Delete unused mocks (#57512) 3 years ago
permissions RBAC: Improve performance of dashboard filter query (#56813) 3 years ago
searchstore chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 3 years ago
session SQLX: Expose sqlxdb query functions (#57227) 3 years ago
sqlutil Chore: remove xorm from preference (#53803) 3 years ago
bulk.go SQLStore: Create utility for bulk inserts (#57632) 3 years ago
bulk_test.go SQLStore: Create utility for bulk inserts (#57632) 3 years ago
database_wrapper.go Logging: Introduce API for contextual logging (#55198) 3 years ago
health.go Chore: Remove x from health, alert notification, dashboard, stats, user (#45265) 3 years ago
health_test.go Chore: Exclude integration tests from running on test-backend step (#50359) 3 years ago
logger.go Chore: Update the xorm dependency (#22376) 5 years ago
org.go SQLStore: Optionally retry queries if sqlite returns database is locked (#56096) 3 years ago
org_test.go Chore: Remove methods from sqlstore (#57545) 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 SQLX: Expose sqlxdb query functions (#57227) 3 years ago
sqlbuilder.go Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 3 years ago
sqlbuilder_test.go Chore: Move team store implementation to a separate package (#55514) 3 years ago
sqlstore.go Chore: Register a feature flag for "newDBLibrary" (#57468) 3 years ago
sqlstore.goconvey feat(invite): small progress 10 years ago
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) 3 years ago
stats.go Move SignedInUser to user service and RoleType and Roles to org (#53445) 3 years ago
stats_integration_test.go Chore: Exclude integration tests from running on test-backend step (#50359) 3 years ago
stats_test.go Use org service instead of sqlstore (#56407) 3 years ago
store.go Chore: Remove methods from sqlstore (#57545) 3 years ago
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) 3 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) 3 years ago
user.go Chore: Remove methods from sqlstore (#57545) 3 years ago