aboutsummaryrefslogtreecommitdiff
path: root/pkg/config/yaml_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Explicit test for maildirRené 'Necoro' Neumann2021-10-181-1/+7
|
* Support feed targets per feedRené 'Necoro' Neumann2021-10-181-1/+97
|
* More testsRené 'Necoro' Neumann2021-06-021-1/+56
|
* Strip whitespace from folder namesRené 'Necoro' Neumann2021-02-211-0/+12
|
* Fix order for `Cmp.Diff`René 'Necoro' Neumann2021-02-211-3/+3
|
* #26: Introduce new option `auto-target`René 'Necoro' Neumann2020-08-221-7/+34
|
* 'Exec' as an alternative to 'Url'René 'Necoro' Neumann2020-05-251-0/+19
|
* Reintroduce yaml-internal `feed`René 'Necoro' Neumann2020-05-011-24/+24
|
* YAML Parsing: Enable 'KnownFields'René 'Necoro' Neumann2020-05-011-0/+2
|
* Yaml: Pass `Reader` around instead of []byteRené 'Necoro' Neumann2020-05-011-2/+3
|
* Remove pointers from feed options. Detect unknown fields in feed and group ↵René 'Necoro' Neumann2020-05-011-57/+89
| | | | options.
* Handle `target: null` the same as `target: ""`.René 'Necoro' Neumann2020-04-261-43/+60
| | | | Closes #1
* Push global feed configuration to feedsRené 'Necoro' Neumann2020-04-251-13/+13
|
* Larger restructuringRené 'Necoro' Neumann2020-04-251-0/+284