Commit Graph

67 Commits

Author SHA1 Message Date
renovate[bot] b6c1f75962
chore(deps): update dependency golangci/golangci-lint to v1.52.0 (#79) 2023-03-20 09:38:05 +01:00
Robert Kaussow 4cb5a900e3
refactor: add more linters and fix findings (#65) 2023-02-08 10:14:20 +01:00
renovate[bot] 10512ec38a
fix(deps): update module github.com/docker/go-units to v0.5.0 (#38) 2022-09-06 09:25:48 +02:00
Robert Kaussow dd498d9592
ci: refactor build tools and ci setup (#23) 2022-04-25 12:56:05 +02:00
Robert Kaussow 7ab60dbce3
chore: switch to go1.18 as build requirement (#20) 2022-03-30 22:42:06 +02:00
renovate[bot] 707e3b5698
fix(deps): update module github.com/bmatcuk/doublestar to v4 (#4)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-19 14:14:43 +02:00
Robert Kaussow 92fdced7d3
fix: fix linting and indentation in output format 2021-09-19 14:00:00 +02:00
Robert Kaussow b1275997d7
refactor: remove unused components 2021-09-19 13:49:54 +02:00
Brad Rydzewski 6f4d6dfb39 fix 0.8 deploy event conversion 2020-03-26 12:25:14 -07:00
Brad Rydzewski 4706608ba0 fix workspace issues 2020-01-17 13:12:55 -08:00
Brad Rydzewski d9540bcf66 support legacy pipelines as kubernetes 2020-01-16 10:50:11 -08:00
Brad Rydzewski 9036725284 add legacy clone option 2019-10-31 00:11:39 -07:00
Brad Rydzewski be6b37e0b4 format should write zero value of bool 2019-09-24 14:31:55 -07:00
Brad Rydzewski ad8ad9816f linting manifest should not lint pipeline config 2019-09-02 08:58:51 -07:00
Brad Rydzewski a4a63fe917 support for windows 1903 2019-08-06 22:43:05 -07:00
Brad Rydzewski e0f7e22dee tweak branch conversion logic per feedback 2019-07-29 13:38:27 -07:00
Brad Rydzewski 70fa398b35 ability to configure network_mode 2019-07-29 00:23:35 -07:00
Brad Rydzewski b5eadf626c convert legacy deployment event to promote event 2019-07-21 10:10:14 -07:00
Brad Rydzewski e8b24d482c convert legacy branch syntax to ref trigger 2019-07-18 18:15:30 -07:00
Brad Rydzewski d14ac477f9 legacy configurations should pull if-not-exists 2019-07-17 08:09:47 -07:00
Brad Rydzewski 1e839e8933 Merge remote-tracking branch 'origin/master' 2019-07-16 07:53:25 -07:00
Brad Rydzewski 1dc1303f9c use if-not-exists as default image pull setting for 0.8 conversion 2019-07-16 07:53:17 -07:00
Lucian Jones 324a856457 add support for pull request action in when conditionals 2019-06-25 10:13:06 +12:00
Brad Rydzewski 4889634ea9 added action to when clause 2019-06-13 18:11:18 -07:00
Brad Rydzewski a338c245d7 handle duplicate names in conversion 2019-06-10 15:04:37 -07:00
Brad Rydzewski e68eb6cba4 fix for workspace path . 2019-06-10 07:31:16 -07:00
Brad Rydzewski 82ab5cffdd attempt to improve string escaping 2019-06-06 19:09:32 -07:00
Brad Rydzewski 596b719f96 retain ordering when converting merge keys 2019-05-30 16:29:11 -07:00
Brad Rydzewski 8ea6eb1cc3 fix for issue #42 2019-05-30 08:14:47 -07:00
Brad Rydzewski c40f261f00 fix 0.8 to 1.0 conversion when legacy merge keys 2019-05-30 07:58:07 -07:00
Brad Rydzewski 507291b915 improve escaping 2019-05-29 19:35:30 -07:00
Brad Rydzewski 2a45c1c328 improve escaping when colon in string 2019-05-29 19:13:32 -07:00
Brad Rydzewski 3ea0d8d8ec fix for issue #45 2019-05-29 18:33:54 -07:00
Brad Rydzewski 60df550815 support for yaml merge keys 2019-05-29 18:21:23 -07:00
Brad Rydzewski 72b626e584 Merge remote-tracking branch 'origin/master' 2019-05-20 11:27:14 -07:00
Brad Rydzewski e6f1eaff9d only lint docker pipelines 2019-05-20 11:26:46 -07:00
Thomas Boerger 6c40ddf74e
Check matrix conditions correctly
We are using matrix conditions heavily, and without that fix they are
ignored and could lead to undefined variables. With this fix only
matching matrix conditions are getting converted from the legacy format.
2019-04-24 16:59:32 +02:00
Thomas Boerger 34c94916ef
Execute gofmt for best practice 2019-04-24 16:52:00 +02:00
Thomas Boerger f35bd60807
Add yaml marshalling for variable and parameter 2019-04-24 01:08:44 +02:00
Brad Rydzewski 7441be0ed5 Merge remote-tracking branch 'origin/master' 2019-04-13 12:47:58 -07:00
Brad Rydzewski ff450c8266 support cron job name in when clause 2019-04-13 12:46:39 -07:00
ferhat elmas d3271a5de6 drop for loop in favor of append 2019-04-13 16:45:41 +02:00
Brad Rydzewski 68319d032e ability to set USER 2019-04-10 19:31:22 -07:00
Brad Rydzewski f53100ba37
Merge pull request #35 from drone/implement-cpu-resource
Implement cpu resource
2019-03-18 09:29:08 -07:00
Brad Rydzewski 34802137e3 update headers 2019-03-18 09:26:07 -07:00
Brad Rydzewski 7a5539b9af use float64 to support docker-compose cpu syntax 2019-03-18 09:24:31 -07:00
Brad Rydzewski 5eb70c1034 implement basic cpu resource limits 2019-03-17 20:03:27 -07:00
Brad Rydzewski c38254d4f1 use data attribute for secret 2019-03-17 19:25:35 -07:00
Brad Rydzewski a16b72d961 revert pull request #17 2019-03-17 18:37:29 -07:00
Brad Rydzewski b32d023dca improve headers 2019-03-17 12:14:12 -07:00