summaryrefslogtreecommitdiffstats
path: root/app/options.go
Commit message (Collapse)AuthorAgeFilesLines
* Remove global config watcher (#8080)Chris2018-01-111-0/+4
| | | | | | | | | | * remove global config watcher * keep config watcher disabled for tests * compile fix * fix resource leak
* fix config cli option (#7850)Chris2017-11-161-0/+6
|
* Reduce utils.Cfg references (#7650)Chris2017-10-181-28/+0
| | | | | | | | | | | | * app.UpdateConfig method * test fix * another test fix * the config override option as-was is just error prone, remove it for now * derp
* parallel tests (#7629)Chris2017-10-161-5/+33
|
* Use tmpfs containers for api/api4 tests, move and speed up CLI tests (#7606)Chris2017-10-121-3/+5
| | | | | | | | | | | | * use tmpfs containers for api/api4, move and speed up cli tests * minor optimizations * add missing files, fix pre-existing race condition * add . to TestMain check * add requested log message
* Miscellaneous app cleanup (#7594)Chris2017-10-091-0/+29
* app cleanup * whoops, forgot a file * some minor cleanup * longer container deadline * defensive checks