aboutsummaryrefslogtreecommitdiff
path: root/pkg/config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Print warning, when unknown global option. Also support specifying the new ↵René 'Necoro' Neumann2020-05-011-0/+23
| | | | 'options:' keys on global level, but print warning.
* YAML Parsing: Enable 'KnownFields'René 'Necoro' Neumann2020-05-012-0/+11
|
* Yaml: Pass `Reader` around instead of []byteRené 'Necoro' Neumann2020-05-013-11/+12
|
* Remove pointers from feed options. Detect unknown fields in feed and group ↵René 'Necoro' Neumann2020-05-014-122/+170
| | | | options.
* Add tls-no-verify option to disallow certificate checks.René 'Necoro' Neumann2020-04-271-0/+5
| | | | Closes #3
* Handle `target: null` the same as `target: ""`.René 'Necoro' Neumann2020-04-262-48/+80
| | | | Closes #1
* Option `always-new`René 'Necoro' Neumann2020-04-261-0/+5
|
* Options: "disable" and "ignore-hash"René 'Necoro' Neumann2020-04-261-0/+10
|
* Push global feed configuration to feedsRené 'Necoro' Neumann2020-04-254-16/+34
|
* Remove Feeds.StringRené 'Necoro' Neumann2020-04-251-26/+0
| | | | With using `spew` this is no longer needed
* Larger restructuringRené 'Necoro' Neumann2020-04-254-0/+579