Torkel Ödegaard
|
1c9993f185
Backend configuration: When unknown key was detected the log error was not visible in log file due to logging was initialized after user config file is loaded, logging is now initialized twice, once based on defaults and command line arguments, then then again after user config file, Fixes #1992
|
10 lat temu |
Torkel Ödegaard
|
a40299b4dc
Progress on json file index and search #960
|
10 lat temu |
Torkel Ödegaard
|
34539c0c13
Enforce domain, host header validation against domain setting, Refactoring of PR #1866, Closes #1732
|
10 lat temu |
Torkel Ödegaard
|
f416e2d1ac
More middleware unit test, starting to look really good
|
10 lat temu |
Torkel Ödegaard
|
cb8110cd48
Refactoring, worked on middleware unit tests, and began thinking about api unit tests, #1921
|
10 lat temu |
Torkel Ödegaard
|
d1e9b6d6ae
Began work on auth_proxy feature (#1932), and began work on testing http api, and auth middleware
|
10 lat temu |
Torkel Ödegaard
|
5de9230924
Security: New config option to disable the use of gravatar for profile images, Closes #1891
|
10 lat temu |
Torkel Odegaard
|
1edb13d715
Fixed gofmt formating
|
10 lat temu |
Torkel Odegaard
|
7178dcad35
Windows: Fixed runtime issue with file logging config that casued errors on startup
|
10 lat temu |
Torkel Ödegaard
|
6de584aafc
Updated to config file finding, and added homepath command line option
|
10 lat temu |
Torkel Ödegaard
|
d32c03ed11
Rpm working again, systemd working on centos 7
|
10 lat temu |
Torkel Ödegaard
|
2020fedfdb
Fixed issue with overriding default config values via command line
|
10 lat temu |
Torkel Ödegaard
|
d1767144a8
Reworking configuration loading and overriding
|
10 lat temu |
Torkel Ödegaard
|
a991cda233
Began work on refactoring reading config values
|
10 lat temu |
Torkel Ödegaard
|
96ee1c17a3
Worked on new deb & rpm packaging and init.d scripts
|
10 lat temu |
Torkel Ödegaard
|
059db533d5
HTTP API: grafana /render calls nows with api keys, Fixes #1649
|
10 lat temu |
Torkel Ödegaard
|
c07d48d930
A big refactoring for how sessions are handled, Api calls that authenticate with api key will no longer create a new session
|
10 lat temu |
Torkel Ödegaard
|
eb575685aa
OAuth: Specify allowed email address domains for google or and github oauth logins, Closes #1660
|
10 lat temu |
Torkel Ödegaard
|
cf877e6567
added postgres and redis session options
|
10 lat temu |
Torkel Ödegaard
|
80c771c945
Added googla analytics id setting
|
10 lat temu |
Torkel Ödegaard
|
d987532262
Added server metrics
|
10 lat temu |
Torkel Ödegaard
|
c1d7bef768
added cert_key and cert_file to defaults.ini
|
11 lat temu |
Torkel Ödegaard
|
f3d4d2782f
Simplified single org settings, now auto_assign_org, and auto_assign_org_role, new [users] config section, Closes #1585
|
11 lat temu |
Torkel Ödegaard
|
7e0f1a57af
Progress on deb and rpm packaging, renamed config files, added file logging, #1476
|
11 lat temu |
Torkel Ödegaard
|
26e4809e2e
Big Backend Refatoring: Renamed Account -> Org
|
11 lat temu |
Torkel Ödegaard
|
83d798dbad
Small update to grafana.ini describe server options
|
11 lat temu |
Torkel Ödegaard
|
56d8fe4a22
Small changes to CLI commands PR
|
11 lat temu |
Jason Wilder
|
b6428b08d0
CLI: Fix config flag being ignored
|
11 lat temu |
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
|
11 lat temu |
Torkel Ödegaard
|
2c16b0f0f3
added unit test for loading configuration file
|
11 lat temu |