grafana/pkg/services/sqlstore
2015-02-13 15:55:32 +01:00
..
migrator Configuration file options can now be overriden using environment variables using GF_<SectionName>_<KeyName> syntax, if Section name contains dots in config they are replaced with underscores, and the section name and keyname needs to be all upper case, #1473 2015-02-12 13:31:41 +01:00
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 2015-01-20 14:15:48 +01:00
account_test.go Changed go package path 2015-02-05 10:37:13 +01:00
account_users.go Changed go package path 2015-02-05 10:37:13 +01:00
account.go Changed go package path 2015-02-05 10:37:13 +01:00
apikey_test.go Added a sql integration test for api keys 2015-02-13 15:55:32 +01:00
apikey.go fixes #1481. correctly escape api_key.key column name 2015-02-13 22:00:03 +08:00
dashboard_test.go Fixed failing dashboard sql test 2015-02-05 15:53:15 +01:00
dashboard.go Fixed failing dashboard sql test 2015-02-05 15:53:15 +01:00
datasource_test.go Changed go package path 2015-02-05 10:37:13 +01:00
datasource.go Changed go package path 2015-02-05 10:37:13 +01:00
migrations_test.go Changed go package path 2015-02-05 10:37:13 +01:00
migrations.go added unit test for loading configuration file 2015-02-12 11:55:55 +01:00
shared.go Changed go package path 2015-02-05 10:37:13 +01:00
sqlstore.go Changed go package path 2015-02-05 10:37:13 +01:00
star.go Changed go package path 2015-02-05 10:37:13 +01:00
stars_test.go Changed go package path 2015-02-05 10:37:13 +01:00
tables.go Began work on real sql schema definitions, and migration engine 2015-01-17 21:40:22 +01:00
user.go Added delete user action to user admin api, and made it work in UI, Closes #1466, #1446 2015-02-11 16:47:22 +01:00