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
Torkel Ödegaard 49a0ea53c7 Merge branch 'develop' of github.com:grafana/grafana into dashboard_snapshot_poc 10 years ago
..
migrations Adding snapshot storage and route, #1623 10 years ago
migrator All migrations work in sqlite3, mysql and postgres 10 years ago
sqlutil a lot of work on database schema and migration setup, postgres now works, every integration test passes for all database types, only token table left to do 11 years ago
apikey.go New implementation for API Keys that only stores hashed api keys, and the client key is base64 decoded json web token with the unhashed key, Closes #1440 10 years ago
apikey_test.go New implementation for API Keys that only stores hashed api keys, and the client key is base64 decoded json web token with the unhashed key, Closes #1440 10 years ago
dashboard.go Added server metrics 10 years ago
dashboard_snapshot.go more work on dashboard snapshots 10 years ago
dashboard_snapshot_test.go more work on dashboard snapshots 10 years ago
dashboard_test.go Big Backend Refatoring: Renamed Account -> Org 10 years ago
datasource.go Added basic auth to data source edit/create, add support for basic auth in data source proxy code, Closes #1510 10 years ago
datasource_test.go Big Backend Refatoring: Renamed Account -> Org 10 years ago
org.go Big Backend Refatoring: Renamed Account -> Org 10 years ago
org_test.go Simplified single org settings, now auto_assign_org, and auto_assign_org_role, new [users] config section, Closes #1585 10 years ago
org_users.go account -> org table migration is starting to work, need to test mysql and postgres 10 years ago
shared.go Changed go package path 10 years ago
sqlstore.go Progress on database schema migration for account -> org refactor 10 years ago
star.go Changed go package path 10 years ago
stars_test.go Fixed gofmt formating, updated precommit hook 10 years ago
stats.go Added server metrics 10 years ago
tables.go Began work on real sql schema definitions, and migration engine 11 years ago
user.go gofmt. remove extra whitespace 10 years ago