This website requires JavaScript.
Explore
Help
Sign In
public
/
grafana
Watch
1
Star
0
Fork
0
You've already forked grafana
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
923e18b2b997f0dee4e4940b60dff2dff7c0be1a
grafana
/
pkg
/
services
/
sqlstore
/
migrator
History
Torkel Ödegaard
79f798f67b
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
..
builder.go
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
column.go
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
dialect.go
Worked on search filter flag IsStarred, and updated frontend with new dashboard list panel
2015-02-04 11:35:59 +01:00
migrator.go
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
mysql_dialect.go
Final work on migration, now there is no usage of xorm table sync
2015-01-20 14:44:37 +01:00
postgres_dialect.go
Final work on migration, now there is no usage of xorm table sync
2015-01-20 14:44:37 +01:00
sqlite_dialect.go
Final work on migration, now there is no usage of xorm table sync
2015-01-20 14:44:37 +01:00
types.go
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