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 04ca85fe89 Moved dashboard theme option from the dashboard to a persisted user setting, #1458 10 years ago
..
migrations fixed bug in datasource schema migration 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 10 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 Merge branch 'fixDashboardDelete' of https://github.com/raintank/grafana into raintank-fixDashboardDelete 10 years ago
dashboard_test.go Big Backend Refatoring: Renamed Account -> Org 10 years ago
datasource.go Big Backend Refatoring: Renamed Account -> Org 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 Moved dashboard theme option from the dashboard to a persisted user setting, #1458 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 Changed go package path 10 years ago
tables.go Began work on real sql schema definitions, and migration engine 11 years ago
user.go Moved dashboard theme option from the dashboard to a persisted user setting, #1458 10 years ago