| .. |
|
migrator
|
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
|
il y a 11 ans |
|
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
|
il y a 11 ans |
|
account.go
|
56d8fe4a22
Small changes to CLI commands PR
|
il y a 11 ans |
|
account_test.go
|
10820f31c2
Changed go package path
|
il y a 11 ans |
|
account_users.go
|
10820f31c2
Changed go package path
|
il y a 11 ans |
|
apikey.go
|
7d69885e06
fixes #1481. correctly escape api_key.key column name
|
il y a 11 ans |
|
apikey_test.go
|
a88187023d
Added a sql integration test for api keys
|
il y a 11 ans |
|
dashboard.go
|
e3764ad951
Fixed failing dashboard sql test
|
il y a 11 ans |
|
dashboard_test.go
|
e3764ad951
Fixed failing dashboard sql test
|
il y a 11 ans |
|
datasource.go
|
f443b7087c
CLI: Add datasource:info command
|
il y a 11 ans |
|
datasource_test.go
|
10820f31c2
Changed go package path
|
il y a 11 ans |
|
migrations.go
|
2c16b0f0f3
added unit test for loading configuration file
|
il y a 11 ans |
|
migrations_test.go
|
10820f31c2
Changed go package path
|
il y a 11 ans |
|
shared.go
|
10820f31c2
Changed go package path
|
il y a 11 ans |
|
sqlstore.go
|
10820f31c2
Changed go package path
|
il y a 11 ans |
|
star.go
|
10820f31c2
Changed go package path
|
il y a 11 ans |
|
stars_test.go
|
10820f31c2
Changed go package path
|
il y a 11 ans |
|
tables.go
|
1f987c1903
Began work on real sql schema definitions, and migration engine
|
il y a 11 ans |
|
user.go
|
17004ce3ae
Fixed issue with login by username and uppercase letters in username, #1484
|
il y a 11 ans |