Commit Graph

145 Commits

Author SHA1 Message Date
renovate[bot] 77d3c11da1 chore(deps): update dependency golangci/golangci-lint to v1.57.2 2024-04-01 03:29:42 +00:00
renovate[bot] df1cb658f3 chore(deps): update dependency golangci/golangci-lint to v1.57.1 2024-03-25 03:25:18 +00:00
renovate[bot] 659ddcee44 chore(deps): update dependency golangci/golangci-lint to v1.56.2 2024-02-19 03:52:57 +00:00
Robert Kaussow 7d4e9651f5
[skip ci] revert renovate automerge config 2024-02-15 12:19:23 +01:00
renovate[bot] c6b5c9d03d
chore(deps): update dependency golangci/golangci-lint to v1.56.1 (#87)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2024-02-12 09:09:30 +01:00
renovate[bot] 656f744c52
chore(deps): update docker.io/library/golang docker tag to v1.22 (#86)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2024-02-07 22:33:53 +01:00
Robert Kaussow b01ea54ae9
run ci on renovate auto branches 2024-02-07 09:10:05 +01:00
Robert Kaussow 6c04899a49
ci: enable ci run on renovate branches 2024-02-05 08:58:24 +01:00
renovate[bot] edbced6e5b
fix(deps): update module github.com/rs/zerolog to v1.32.0 (#85)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-05 08:45:18 +01:00
renovate[bot] 8f8506617a chore(deps): update dependency mvdan/gofumpt to v0.6.0 2024-01-30 08:40:32 +00:00
renovate[bot] 7cbec15ac2
fix(deps): update module github.com/urfave/cli/v2 to v2.27.1 (#83)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-01 16:21:59 +01:00
Robert Kaussow 5f80b2a7f3
use list style synatx and cleanup (#82) 2023-12-23 23:43:43 +01:00
Robert Kaussow 8c4de70ec4
ci: add missing test group 2023-12-15 22:34:42 +01:00
Robert Kaussow b5214bd5df
fix: replace logrus by zerolog (#81) 2023-12-06 09:14:10 +01:00
renovate[bot] 697fdd8bbe
fix(deps): update module github.com/urfave/cli/v2 to v2.26.0 (#78)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-04 10:15:35 +01:00
Robert Kaussow 872985ac58
fix: rename host flag alias from h to ht (#80)
BREAKING CHANGE: The alias `h` for the `host` flag was in conflict with the default help alias and was renamed to `ht`.
2023-12-04 09:55:56 +01:00
Robert Kaussow 930e1aac89
remove deprecated go version from golangci config 2023-11-08 09:25:24 +01:00
renovate[bot] 590a1c2373 chore(deps): update dependency golangci/golangci-lint to v1.55.2 2023-11-06 03:16:54 +00:00
renovate[bot] 9c841c24cd chore(deps): update dependency golangci/golangci-lint to v1.55.1 2023-10-30 03:47:03 +00:00
Robert Kaussow 49348198db
ci: use gotestsum for better test output (#75) 2023-10-29 16:03:41 +01:00
Robert Kaussow 8fbc353b9b
use uppercase title for breaking changes in changelog 2023-10-28 22:59:46 +02:00
renovate[bot] a6c765e1ae chore(deps): update dependency golangci/golangci-lint to v1.55.0 2023-10-23 03:58:46 +00:00
Robert Kaussow 63a38bd033
docs: fix installation instructions (#73) 2023-10-17 14:38:17 +02:00
Robert Kaussow f246b1d280
ci: fix changelog generation for tag events (#72) 2023-10-17 14:03:25 +02:00
Robert Kaussow 48bead3372
ci: fix releases and add linkcheck (#71) 2023-10-17 00:36:07 +02:00
renovate[bot] ff7cdd0857 chore(deps): update dependency golangci/golangci-lint to v1.54.2 2023-08-28 04:39:29 +00:00
Robert Kaussow 6bf5fa8754
fix gitignore 2023-08-22 22:24:12 +02:00
Robert Kaussow ae1fc2e698
fix ci 2023-08-22 09:55:47 +02:00
Robert Kaussow 8c8961bc8e
unify ci 2023-08-22 09:46:00 +02:00
Robert Kaussow c0724d12f2
fix ci 2023-08-22 09:04:28 +02:00
Robert Kaussow 2a55822632
ci: temp remove codecov 2023-08-21 16:20:48 +02:00
Robert Kaussow 90072d2d43
ci: migrate to woodpecker (#69) 2023-08-21 16:06:34 +02:00
renovate[bot] 19af4c5c47 chore(deps): update dependency golangci/golangci-lint to v1.54.1 2023-08-14 04:28:47 +00:00
Robert Kaussow 8457c57394
fix: fallback to stdin automatically if no url provided by flag (#67)
* fix: fallback to stdin automatically if no url provided by flag

* cleanup
2023-07-23 10:02:46 +02:00
Robert Kaussow 0af993f5b1
feat: add option to read url from stdin (#66) 2023-07-19 20:39:30 +02:00
renovate[bot] db299322bc
fix(deps): update module github.com/urfave/cli/v2 to v2.25.7 (#63)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-19 15:56:51 +02:00
Robert Kaussow 3875ad7a2c
refactor: rework project structure to use config struct (#65) 2023-07-19 15:56:43 +02:00
renovate[bot] 3a220af100 chore(deps): update dependency golangci/golangci-lint to v1.53.3 2023-06-19 03:37:49 +00:00
renovate[bot] c35952c307
fix(deps): update module github.com/urfave/cli/v2 to v2.25.5 (#60)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-05 10:24:23 +02:00
renovate[bot] 183d422439
fix(deps): update module github.com/sirupsen/logrus to v1.9.3 (#59)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-05 10:00:40 +02:00
renovate[bot] 96db2914ca
chore(deps): update dependency golangci/golangci-lint to v1.53.2 (#61)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2023-06-05 09:52:33 +02:00
renovate[bot] 1c77303641
fix(deps): update module github.com/urfave/cli/v2 to v2.25.4 (#55)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-28 15:20:09 +02:00
renovate[bot] 2f99efb570
fix(deps): update module github.com/sirupsen/logrus to v1.9.2 (#58)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-26 10:59:04 +02:00
Robert Kaussow 65184f6fc9
fix bare url in contribution file (#57) 2023-05-03 11:50:07 +02:00
renovate[bot] ffd126bf10 chore(deps): update dependency mvdan/gofumpt to v0.5.0 2023-04-17 05:35:11 +00:00
renovate[bot] cf8701ad2f chore(deps): update dependency golangci/golangci-lint to v1.52.2 2023-03-27 02:05:34 +00:00
renovate[bot] f8585dd93b chore(deps): update dependency golangci/golangci-lint to v1.52.0 2023-03-20 05:13:38 +00:00
renovate[bot] 364ccf7c84 chore(deps): update dependency golangci/golangci-lint to v1.51.2 2023-02-27 06:52:51 +00:00
Robert Kaussow 13171987d8
fix drone-matrix template 2023-02-08 17:04:29 +01:00
Robert Kaussow ddd51bf1c6
refactor: add more linters and fix findings (#49) 2023-02-08 10:13:55 +01:00