Commit Graph

87 Commits

Author SHA1 Message Date
Robert Kaussow dbfd835b5b
fix typos and adjust dictionary 2021-09-19 14:09:12 +02:00
Robert Kaussow 345c7a9948
fix build base path 2021-09-19 14:04:54 +02:00
Robert Kaussow aaadce2ba6
regenerate drone config 2021-09-19 14:02:40 +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
Robert Kaussow 8e595fca5b
refactor: apply default repo structure after fork 2021-09-19 13:47:29 +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 b8bb780285 update CHANGELOG for 1.2.3 [CI SKIP] 2020-01-16 10:52:20 -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 accbce9b49 tag v1.2.2 release 2019-07-29 13:52:25 -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 c50000a465 add repository address to convert command 2019-07-18 18:25:29 -07:00
Brad Rydzewski e8b24d482c convert legacy branch syntax to ref trigger 2019-07-18 18:15:30 -07:00
Brad Rydzewski daa7e18674 update changelog [ci skip] 2019-07-17 08:12:34 -07:00
Brad Rydzewski d14ac477f9 legacy configurations should pull if-not-exists 2019-07-17 08:09:47 -07:00
Brad Rydzewski 7180721ccf updated changelog [ci skip] 2019-07-16 07:59:05 -07:00
Brad Rydzewski 2252468a0e updated changelog [ci skip] 2019-07-16 07:57:16 -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
Brad Rydzewski 04e984e628
Merge pull request #48 from lucianjon/drone-2685-include-action
add support for pull request action in when conditionals
2019-06-24 19:51:30 -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 08056ba60a update changlog to include issue 44 [ci skip] 2019-05-29 19:39:02 -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
Brad Rydzewski 115b2ff5f9
Merge pull request #40 from tboerger/matrix-conditions
Check matrix conditions correctly
2019-04-24 08:09:56 -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
Brad Rydzewski 5b0d86fdd6
Merge pull request #39 from tboerger/add-marshaller
Add yaml marshalling for variable and parameter
2019-04-23 16:17:50 -07: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
Brad Rydzewski 65ef1df51d
Merge pull request #37 from ferhatelmas/drop-for
drop for loop in favor of append
2019-04-13 08:12:45 -07:00