Commit Graph

104 Commits

Author SHA1 Message Date
Robert Kaussow 9bf0cbdf85
feat: add custom StringSliceFlag type that allows escaping (#21) 2022-10-31 15:37:50 +01:00
renovate[bot] 83dd67c25f
fix(deps): update module github.com/urfave/cli/v2 to v2.23.0 (#16) 2022-10-31 12:44:33 +01:00
renovate[bot] 24c3f1b924 chore(deps): update dependency golangci/golangci-lint to v1.50.1 2022-10-24 05:13:53 +00:00
renovate[bot] f629ca7788 chore(deps): update dependency golangci/golangci-lint to v1.50.0 2022-10-10 04:00:17 +00:00
renovate[bot] 7e2f322188 chore(deps): update dependency mvdan/gofumpt to v0.4.0 2022-10-03 05:17:42 +00:00
renovate[bot] af7d7704a1 chore(deps): update dependency golangci/golangci-lint to v1.49.0 2022-09-12 03:43:39 +00:00
renovate[bot] 7828a7a881 chore(deps): update dependency golangci/golangci-lint to v1.48.0 2022-08-08 03:20:56 +00:00
renovate[bot] 341ba75040
fix(deps): update module github.com/urfave/cli/v2 to v2.11.1 (#11) 2022-08-05 13:21:57 +02:00
Robert Kaussow 5a0f4c391e
chore: switch to go1.19 (#14) 2022-08-05 13:18:59 +02:00
renovate[bot] 40af142202 chore(deps): update dependency golangci/golangci-lint to v1.47.2 2022-07-25 04:07:18 +00:00
renovate[bot] 922f7c2d90
fix(deps): update module github.com/sirupsen/logrus to v1.9.0 (#10) 2022-07-21 09:57:12 +02:00
Robert Kaussow 2e84172968
fix worind in readme and adjust repo config 2022-07-21 09:48:01 +02:00
Robert Kaussow 722b7ec34e
ci: switch alpine-tools image 2022-07-17 20:45:28 +02:00
renovate[bot] 5ea85ea71c
fix(deps): update module github.com/urfave/cli/v2 to v2.11.0 (#9) 2022-07-12 09:16:33 +02:00
Robert Kaussow d085b1f5d3
docs: fix spelling in readme 2022-07-12 09:12:38 +02:00
renovate[bot] ddb37a6505
fix(deps): update module github.com/urfave/cli/v2 to v2.10.1 (#8) 2022-06-20 10:26:43 +02:00
Renovate Bot bfefabf5c7 chore(deps): update dependency golangci/golangci-lint to v1.46.2 2022-05-30 04:29:07 +00:00
Robert Kaussow 0a9d469dff
fix v2 imports 2022-05-29 13:41:22 +02:00
Robert Kaussow 2732be2d93
bump major version in go mod 2022-05-29 13:34:04 +02:00
Robert Kaussow 341056af2a
refcator: remove errors package (#5)
BREAKING CHANGE: The `errors` package was removed. Plugins should switch to the native `logrus.fatal()` function instead.
2022-05-29 13:16:06 +02:00
Robert Kaussow dcb03e1fa3
feat: group flags by categories (#6) 2022-05-29 13:15:31 +02:00
renovate[bot] 69400ab6b2
fix(deps): update module github.com/urfave/cli/v2 to v2.8.1 (#4) 2022-05-29 12:37:06 +02:00
renovate[bot] 6865da7ddc
fix(deps): update module github.com/urfave/cli/v2 to v2.7.1 (#3) 2022-05-20 16:16:46 +02:00
Robert Kaussow 1629658a12
refactor: switch to forked thegeeklab/drone-plugin-lib (#2) 2022-05-03 22:43:18 +02:00
Robert Kaussow 52c2cb457d
fix spellcheck 2022-05-03 22:09:18 +02:00
Robert Kaussow 6f52970f95
update drone config 2022-05-03 22:05:50 +02:00
Robert Kaussow 50ca21ff81
initial commit after fork 2022-05-03 22:03:37 +02:00
Thomas Boerger bb91c11271
Merge pull request #25 from drone-plugins/renovate/github.com-urfave-cli-v2-2.x
Update module urfave/cli/v2 to v2.3.0
2020-11-22 23:03:32 +01:00
Renovate Bot fc0e1a7fba
Update module urfave/cli/v2 to v2.3.0 2020-11-01 13:44:19 +00:00
Renovate Bot 8072074b1b Update module gotest.tools/v3 to v3.0.3 2020-10-22 07:29:16 -07:00
Renovate Bot 0adda039f6 Update module sirupsen/logrus to v1.7.0 2020-09-28 10:09:36 -07:00
Thomas Boerger d9ee2016a8
Merge pull request #21 from drone-plugins/parse-message
Move commit message parsing to drone library
2020-09-16 14:43:57 +02:00
Don 156b01377d Move commit message parsing to drone library 2020-09-14 13:28:34 -07:00
Don 0ce4bf8655
Add CalVer support (#18) 2020-09-11 06:36:36 -07:00
Don 5113109fd1
Add String() implementations for some structs (#20) 2020-09-11 06:36:07 -07:00
Don be2c206c20
Add missing fields for Build (#19)
Both DRONE_BUILD_LINK and DRONE_DEPLOY_ID were missing from the list of environment
variables in the drone-runner library.
2020-09-11 06:35:41 -07:00
Don 1f4e8862b8 Remove obsolete fields from Commit 2020-09-10 14:16:39 -07:00
Don 34686a8639 Fix documentation typo 2020-09-10 13:19:39 -07:00
Don 1304e6261a Format code 2020-09-10 13:06:29 -07:00
Don c5ec06ee53 Split Author and Message from Commit
The drone-slack plugin has structs for Author and Message. Since this is the most
popular notification plugin it makes sense to follow along with it.
2020-09-10 11:58:01 -07:00
Don a8409c1215 Remove deprecated field usage 2020-09-10 11:17:05 -07:00
Renovate Bot d58d602210 Update golang Docker tag to v1.15 2020-09-10 11:17:05 -07:00
Thomas Boerger 29db00764f
Merge pull request #15 from drone-plugins/exitmessagef
Add errors.ExitMessagef
2020-06-01 22:37:37 +02:00
Don e4701dca7e Add errors.ExitMessagef 2020-06-01 12:40:28 -07:00
Thomas Boerger d945fc6a48
Merge pull request #14 from drone-plugins/renovate/github.com-sirupsen-logrus-1.x
Update module sirupsen/logrus to v1.6.0
2020-05-18 09:27:18 +02:00
Renovate Bot d5deba5115
Update module sirupsen/logrus to v1.6.0 2020-05-02 13:30:46 +00:00
renovate[bot] 5a0679f63b
Update module sirupsen/logrus to v1.5.0 (#13)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-24 08:58:27 -07:00
Thomas Boerger 2fa2b198ab
Merge pull request #12 from drone-plugins/renovate/github.com-urfave-cli-v2-2.x
Update module urfave/cli/v2 to v2.2.0
2020-03-12 10:53:20 +01:00
Renovate Bot acef46d661
Update module urfave/cli/v2 to v2.2.0 2020-03-10 22:28:31 +00:00
Thomas Boerger 30ce1c10b2
Merge pull request #11 from drone-plugins/renovate/docker-golang-1.x
Update golang Docker tag to v1.14
2020-02-26 09:42:15 +01:00