aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump golang.org/x/net from 0.9.0 to 0.10.0dependabot[bot]2023-05-202-2/+3
| | | | | | | | | | | | | Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.10.0. - [Commits](https://github.com/golang/net/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Amend changelogRené 'Necoro' Neumann2023-05-121-0/+1
|
* Issue #95 Add warning when config can be read globally.René 'Necoro' Neumann2023-05-121-0/+11
|
* Issue #95: Change cache ownership.René 'Necoro' Neumann2023-05-111-0/+4
| | | | | There is no need for the cache to be accessible by anyone who is not us. Thus enforce the cache to be stored with 0600.
* Issue #95: Add hint about sensible access rights.René 'Necoro' Neumann2023-05-111-0/+1
|
* [workflow] Port changes also to releaseRené 'Necoro' Neumann2023-04-231-6/+5
|
* [workflow] Checkout before go setupRené 'Necoro' Neumann2023-04-231-3/+3
|
* [workflow] determine go version from go.modRené 'Necoro' Neumann2023-04-231-3/+2
|
* Improve test to also validate error messageRené 'Necoro' Neumann2023-04-231-42/+39
|
* Fix/improve testsRené 'Necoro' Neumann2023-04-221-59/+104
|
* Improve error handlingRené 'Necoro' Neumann2023-04-221-1/+11
|
* Fix workflow: '1.20' needs to be quotedRené 'Necoro' Neumann2023-04-212-2/+2
|
* Add README in tools-folder.René 'Necoro' Neumann2023-04-211-0/+7
| | | | Closes #94.
* Link to nixpkgsRené 'Necoro' Neumann2023-04-211-0/+4
|
* Upgrade to Go 1.20René 'Necoro' Neumann2023-04-213-5/+5
|
* Switch go-readability back to follow upstreamRené 'Necoro' Neumann2023-04-214-6/+15
|
* Bump golang.org/x/net from 0.8.0 to 0.9.0dependabot[bot]2023-04-122-6/+6
| | | | | | | | | | | | | | Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Prepare v1.6.0v1.6.0René 'Necoro' Neumann2023-03-283-3/+5
|
* Update ChangelogRené 'Necoro' Neumann2023-03-281-0/+1
|
* Update depsRené 'Necoro' Neumann2023-03-282-9/+16
|
* Bump github.com/antonmedv/expr from 1.12.3 to 1.12.5dependabot[bot]2023-03-282-3/+3
| | | | | | | | | | | | | | Bumps [github.com/antonmedv/expr](https://github.com/antonmedv/expr) from 1.12.3 to 1.12.5. - [Release notes](https://github.com/antonmedv/expr/releases) - [Commits](https://github.com/antonmedv/expr/compare/v1.12.3...v1.12.5) --- updated-dependencies: - dependency-name: github.com/antonmedv/expr dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Amend ChangelogRené 'Necoro' Neumann2023-03-231-0/+3
|
* Fix out of bound panic when Root is the empty string.René 'Necoro' Neumann2023-03-231-1/+1
| | | | | | | | | | | | This error occured when the target is specified on item level: The global Target was set to the server string with an empty root, because the path itself is treated as being local to the current item. Rationale behind this: We do not want to make assumption about the global root, but need to ensure that all items connect to the same server. Fixes #91.
* Bump github.com/antonmedv/expr from 1.12.1 to 1.12.3dependabot[bot]2023-03-172-3/+3
| | | | | | | | | | | | | | Bumps [github.com/antonmedv/expr](https://github.com/antonmedv/expr) from 1.12.1 to 1.12.3. - [Release notes](https://github.com/antonmedv/expr/releases) - [Commits](https://github.com/antonmedv/expr/compare/v1.12.1...v1.12.3) --- updated-dependencies: - dependency-name: github.com/antonmedv/expr dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump github.com/gabriel-vasile/mimetype from 1.4.1 to 1.4.2dependabot[bot]2023-03-172-4/+3
| | | | | | | | | | | | | | Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: github.com/gabriel-vasile/mimetype dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump actions/setup-go from 3 to 4dependabot[bot]2023-03-172-2/+2
| | | | | | | | | | | | | | Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Upgrade exprRené 'Necoro' Neumann2023-03-052-3/+3
|
* Update gofeedRené 'Necoro' Neumann2023-03-052-13/+33
|
* Bump github.com/antonmedv/expr from 1.10.5 to 1.12.0dependabot[bot]2023-02-172-3/+3
| | | | | | | | | | | | | | Bumps [github.com/antonmedv/expr](https://github.com/antonmedv/expr) from 1.10.5 to 1.12.0. - [Release notes](https://github.com/antonmedv/expr/releases) - [Commits](https://github.com/antonmedv/expr/compare/v1.10.5...v1.12.0) --- updated-dependencies: - dependency-name: github.com/antonmedv/expr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump golang.org/x/net from 0.5.0 to 0.7.0dependabot[bot]2023-02-172-6/+6
| | | | | | | | | | | | | | Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/compare/v0.5.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Prepare v1.5.2v1.5.2René 'Necoro' Neumann2023-01-312-2/+6
|
* Update expr dependencyRené 'Necoro' Neumann2023-01-312-3/+3
|
* Update gofeed dependencyRené 'Necoro' Neumann2023-01-312-15/+16
|
* Upgrade dependencies.René 'Necoro' Neumann2023-01-222-28/+14
| | | | Closes #80.
* Upgrade to Go 1.19René 'Necoro' Neumann2023-01-224-6/+7
|
* Bump goreleaser/goreleaser-action from 3 to 4dependabot[bot]2022-12-171-1/+1
| | | | | | | | | | | | | | Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3 to 4. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v3...v4) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Add AURRené 'Necoro' Neumann2022-09-301-0/+6
|
* Bump github.com/google/go-cmp from 0.5.8 to 0.5.9dependabot[bot]2022-09-102-3/+3
| | | | | | | | | | | | | | Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.8 to 0.5.9. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.8...v0.5.9) --- updated-dependencies: - dependency-name: github.com/google/go-cmp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump github.com/gabriel-vasile/mimetype from 1.4.0 to 1.4.1dependabot[bot]2022-07-132-7/+9
| | | | | | | | | | | | | | Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: github.com/gabriel-vasile/mimetype dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Prepare v1.5.1v1.5.1René 'Necoro' Neumann2022-06-113-3/+8
|
* Upgrade more depsRené 'Necoro' Neumann2022-06-112-5/+6
|
* Upgrade depsRené 'Necoro' Neumann2022-06-112-6/+6
|
* Bump github.com/emersion/go-imap from 1.2.0 to 1.2.1dependabot[bot]2022-06-112-3/+3
| | | | | | | | | | | | | | Bumps [github.com/emersion/go-imap](https://github.com/emersion/go-imap) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/emersion/go-imap/releases) - [Commits](https://github.com/emersion/go-imap/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: github.com/emersion/go-imap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump github.com/google/go-cmp from 0.5.7 to 0.5.8dependabot[bot]2022-06-112-5/+3
| | | | | | | | | | | | | | Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.7 to 0.5.8. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.7...v0.5.8) --- updated-dependencies: - dependency-name: github.com/google/go-cmp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump goreleaser/goreleaser-action from 2 to 3dependabot[bot]2022-06-111-1/+1
| | | | | | | | | | | | | | Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 3. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2...v3) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump github.com/emersion/go-message from 0.15.0 to 0.16.0dependabot[bot]2022-06-102-2/+3
| | | | | | | | | | | | | | Bumps [github.com/emersion/go-message](https://github.com/emersion/go-message) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/emersion/go-message/releases) - [Commits](https://github.com/emersion/go-message/compare/v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: github.com/emersion/go-message dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Update mapstructure to 1.5.0René 'Necoro' Neumann2022-04-242-3/+3
| | | | Closes #72
* Replace `interface{}` by `any`René 'Necoro' Neumann2022-04-2413-30/+30
|
* Upgrade to Go 1.18René 'Necoro' Neumann2022-04-243-5/+5
|
* Bump actions/setup-go from 2 to 3dependabot[bot]2022-04-082-2/+2
| | | | | | | | | | | | | | Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>