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
Josh Hunt 7bc6d32eb9
Search API: Search by folder UID (#65040)
2 years ago
..
migrations Chore: Add folder data migration, fix unique index (#72602) 2 years ago
migrator SQLStore: Fix Postgres dialect treating "false" migrator default as true (#69353) 2 years ago
permissions Nested folders: Fix search query for empty self-contained permissions (#72727) 2 years ago
searchstore Search API: Search by folder UID (#65040) 2 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 Build: clean up and document integration test convention (#58170) 3 years ago
database_wrapper.go Traces: Fix timestamp for database query traces (#61109) 2 years ago
logger.go Chore: Fix goimports grouping in pkg/services (#62420) 2 years ago
session.go SQLStore: Fix SQLite error propagation if query retries are disabled (#64904) 2 years ago
session_test.go SQLStore: Fix SQLite error propagation if query retries are disabled (#64904) 2 years ago
sqlstore.go SQLStore: Fix regression in PostgreSQL connection string (#71368) 2 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 SQLStore: Fix regression in PostgreSQL connection string (#71368) 2 years ago
tls_mysql.go Handle ioutil deprecations (#53526) 3 years ago
transactions.go SQLStore: Add test for nested transactions events (#60500) 2 years ago
transactions_test.go SQLStore: Add test for nested transactions events (#60500) 2 years ago
user.go Chore: Ignore unique constrain failure when creating the main organization (#68644) 2 years ago