Commit Graph

24 Commits

Author SHA1 Message Date
Robert Kaussow 23eca50904
bump major 2024-05-17 10:10:57 +02:00
Robert Kaussow 085ee0d15a
ci: fix golangci-lint deprecations 2024-05-12 11:08:23 +02:00
Robert Kaussow 5e6b213c13
fix: fix global logger setup (#80) 2024-05-07 10:10:59 +02:00
Robert Kaussow 8ad911886e
fix: print version with newline (#70) 2024-05-04 15:50:28 +02:00
Robert Kaussow fc2102453c
bump module major version 2024-05-04 14:13:52 +02:00
Robert Kaussow f381a5e6ba
fix: rename SkipVerify to InsecureSkipVerify (#69)
BREAKING CHANGE: The struct field `Network.SkipVerify` was renamed to `Network.InsecureSkipVerify`.
2024-05-04 13:55:56 +02:00
Robert Kaussow 35072e3425
feat: add option to hide woodpecker system flags (#68) 2024-05-03 22:51:11 +02:00
Robert Kaussow 937c247354
refactor: use test runs and add test case names (#61) 2024-03-11 11:52:52 +01:00
Robert Kaussow 35a26ac068
refactor: use testify assert (#59) 2024-03-11 09:23:17 +01:00
renovate[bot] 796cbec0da
chore(deps): update dependency golangci/golangci-lint to v1.56.1 (#56)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2024-02-12 09:25:15 +01:00
Robert Kaussow 1e98790015
fix: remove workaround for missing pipeline url (#38) 2023-12-06 10:14:10 +01:00
Robert Kaussow 01669b9aff
chore: move tag helpers to tag package (#36) 2023-12-05 10:03:18 +01:00
Robert Kaussow f6a6872eda
feat: add helper functions to generate semver tags from refs (#34) 2023-12-05 09:51:56 +01:00
Robert Kaussow 6f5c8d54de
fix: fix commit message split and add test (#22) 2023-09-03 22:00:06 +02:00
Robert Kaussow 1d057f04d8
feat: expose commit title and description in addition to full message (#21) 2023-09-02 21:00:19 +02:00
Robert Kaussow 18cbf21a0e
feat: add option to pass custom args to cli app (#19) 2023-08-21 11:04:35 +02:00
Robert Kaussow 535fbe4771
feat: add custom cli types for string maps (#18)
BREAKING CHANGE: The existing type `StringSliceFlag` was moved to the new `types` package.
2023-08-19 15:25:53 +02:00
Robert Kaussow 893f41d45b
fix: use int for commit pull request (#16) 2023-08-17 12:14:16 +02:00
Robert Kaussow 60acccde4c
feat: add missing metadata (#15) 2023-08-16 15:02:13 +02:00
Robert Kaussow 7c3ed98b56
fix: fix env vars to fetch metadata urls (#14) 2023-08-16 08:36:06 +02:00
Robert Kaussow 87ca9df3f4
fix: set cli usage instead of description (#13) 2023-08-16 00:16:07 +02:00
Robert Kaussow b5465c55af
feat: add network struct to expose http client and options (#12) 2023-08-15 22:46:42 +02:00
Robert Kaussow be61f319f7
feat: expose cli context (#10) 2023-08-13 22:03:55 +02:00
Robert Kaussow 127c4e6fb8
fix: fix package folder name (#8) 2023-08-13 14:14:51 +02:00