aboutsummaryrefslogtreecommitdiff
path: root/internal/conf/log.go
Commit message (Collapse)AuthorAge
* conf: add unit tests (#5954)ᴜɴᴋɴᴡᴏɴ2020-02-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * conf: add tests for utils.go * conf: add tests for static.go * mock os/exec * Run tests on Windows * appveyor: fix gcc not found * computed: add unit tests * log: add unit tests * log: fix tests on Windows * conf: add some tests * Finish adding tests * Cover more cases * Add tests for testutil * Add more tests
* conf: overhaul settings (#5953)ᴜɴᴋɴᴡᴏɴ2020-02-29
* Overhaul cache settings * Overhaul HTTP settings * conf: overhaul more settings * log: make LGTM happy * travis: upload report to Codecov * Add codecov.yml