Torkel Ödegaard 04ca85fe89 Moved dashboard theme option from the dashboard to a persisted user setting, #1458 11 年 前
..
migrations 011fdf7ab6 fixed bug in datasource schema migration 11 年 前
migrator 563d5e3ad8 All migrations work in sqlite3, mysql and postgres 11 年 前
sqlutil afb847acc8 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 年 前
apikey.go c75aa23092 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 11 年 前
apikey_test.go c75aa23092 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 11 年 前
dashboard.go 3f96afba73 Merge branch 'fixDashboardDelete' of https://github.com/raintank/grafana into raintank-fixDashboardDelete 11 年 前
dashboard_test.go 26e4809e2e Big Backend Refatoring: Renamed Account -> Org 11 年 前
datasource.go 26e4809e2e Big Backend Refatoring: Renamed Account -> Org 11 年 前
datasource_test.go 26e4809e2e Big Backend Refatoring: Renamed Account -> Org 11 年 前
org.go 26e4809e2e Big Backend Refatoring: Renamed Account -> Org 11 年 前
org_test.go 04ca85fe89 Moved dashboard theme option from the dashboard to a persisted user setting, #1458 11 年 前
org_users.go f3f79792ab account -> org table migration is starting to work, need to test mysql and postgres 11 年 前
shared.go 10820f31c2 Changed go package path 11 年 前
sqlstore.go 02a89c752b Progress on database schema migration for account -> org refactor 11 年 前
star.go 10820f31c2 Changed go package path 11 年 前
stars_test.go 10820f31c2 Changed go package path 11 年 前
tables.go 1f987c1903 Began work on real sql schema definitions, and migration engine 11 年 前
user.go 04ca85fe89 Moved dashboard theme option from the dashboard to a persisted user setting, #1458 11 年 前