0
0
mirror of https://github.com/thegeeklab/wp-plugin-go.git synced 2024-09-21 08:12:44 +02:00
Commit Graph

17 Commits

Author SHA1 Message Date
937c247354
refactor: use test runs and add test case names (#61) 2024-03-11 11:52:52 +01:00
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
1e98790015
fix: remove workaround for missing pipeline url (#38) 2023-12-06 10:14:10 +01:00
01669b9aff
chore: move tag helpers to tag package (#36) 2023-12-05 10:03:18 +01:00
f6a6872eda
feat: add helper functions to generate semver tags from refs (#34) 2023-12-05 09:51:56 +01:00
6f5c8d54de
fix: fix commit message split and add test (#22) 2023-09-03 22:00:06 +02:00
1d057f04d8
feat: expose commit title and description in addition to full message (#21) 2023-09-02 21:00:19 +02:00
18cbf21a0e
feat: add option to pass custom args to cli app (#19) 2023-08-21 11:04:35 +02:00
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
893f41d45b
fix: use int for commit pull request (#16) 2023-08-17 12:14:16 +02:00
60acccde4c
feat: add missing metadata (#15) 2023-08-16 15:02:13 +02:00
7c3ed98b56
fix: fix env vars to fetch metadata urls (#14) 2023-08-16 08:36:06 +02:00
87ca9df3f4
fix: set cli usage instead of description (#13) 2023-08-16 00:16:07 +02:00
b5465c55af
feat: add network struct to expose http client and options (#12) 2023-08-15 22:46:42 +02:00
be61f319f7
feat: expose cli context (#10) 2023-08-13 22:03:55 +02:00
127c4e6fb8
fix: fix package folder name (#8) 2023-08-13 14:14:51 +02:00