Releases: drone/go-convert
Releases · drone/go-convert
0.1.1-debug
What's Changed
- initial .drone.yml by @jimsheldon in #1
- (bug) fixes a few issues with downgrading from new harness to old harness yaml by @eoinmcafee00 in #4
- (bug) fixes issue with yaml parser for drone yaml by @eoinmcafee00 in #13
- add .DS_Store to .gitignore by @jimsheldon in #29
- (feat) - adds GitHub yaml conversion to simplified harness yaml by @eoinmcafee00 in #25
- (test) adding more github test data by @jimsheldon in #46
- (feat) - GitHub - adds if support for some cases. by @eoinmcafee00 in #47
- (test) adding more tests based on github docs by @jimsheldon in #56
- GitHub add yaml timeout minutes by @jimsheldon in #58
- (feat) add condition mapping for when conditions in drone by @eoinmcafee00 in #15
- fixes issue with variables not allow - in variable name by @eoinmcafee00 in #71
- (feat) support for downgraded github timeouts by @jimsheldon in #69
- (feat) github step continue-on-error v1 support by @jimsheldon in #74
- Issue#34 - Maps container in job to step image by @eoinmcafee00 in #76
- (fix) better JEXL conditions by @jimsheldon in #81
- Circle by @jimsheldon in #84
- (feat) improve 'if' jexl conversions by @jimsheldon in #85
- [downgrade] support steps.spec.ports by @eoinmcafee00 in #87
- Issue 90 - expression mapping wrong for events by @eoinmcafee00 in #93
- (bug) organization secrets require "org." prefix by @eoinmcafee00 in #95
- fixes issue were settings weren't getting .org prefix by @eoinmcafee00 in #96
- (bug) issue with nesting step groups for commands by @eoinmcafee00 in #97
- Issue 98 - replace drone directory with /harness by @eoinmcafee00 in #100
- (bug) fixes issue with marshalling settings by @eoinmcafee00 in #102
- (feat) adds matrix support downgrade by @eoinmcafee00 in #99
- docs: [skip ci] Create browser-tools orb readme.md by @jimsheldon in #104
- (bug) secrets contain invalid characters by @eoinmcafee00 in #108
- (feat) adds parameter mapping support for circle orb slack by @eoinmcafee00 in #105
- (bug) generate id/name for downgrade plugin step if no name given to step by @eoinmcafee00 in #109
- (feat) adds datadog circle orb to harness conversion by @eoinmcafee00 in #110
- (task) refactor datadog orb to reduce complexity of commands by @eoinmcafee00 in #112
- (bug) add name & version to drone conversion v1 yaml by @eoinmcafee00 in #114
- bug: env variables in downgraded plugin steps by @jimsheldon in #116
- (feat) adds browser tool orb by @eoinmcafee00 in #113
- DRONE_ and CI_ variable references must convert to a Harness expressions by @eoinmcafee00 in #118
- (bug) fixes issue with combine vars by @eoinmcafee00 in #119
- (bug) fixes issue with settings only allowing string type by @eoinmcafee00 in #126
- (bug) fixes issue where two pipelines weren't getting downgraded by @eoinmcafee00 in #129
- adds variable bash sub replacement support by @eoinmcafee00 in #120
- circle: adds support for shell by @eoinmcafee00 in #133
- support converting report paths by @eoinmcafee00 in #132
- (bug) fixes issue:124 - invalid step names/identifiers. by @eoinmcafee00 in #131
- tests: fix downgrader example-15 test by @jimsheldon in #134
- fixes issue where marshelling fails for templates by @eoinmcafee00 in #130
- (fix) reports incorrect for downgrade by @eoinmcafee00 in #138
- (fix) stage-level environment variables do not convert correctly by @eoinmcafee00 in #140
- tests: adding gitlab job keywords yaml by @jimsheldon in #142
- increases test coverage for gitlab parsing tests and fixes issues. by @eoinmcafee00 in #143
- ci-8960 - fixes behaviour for before_scripts and parallel steps if more one by @eoinmcafee00 in #147
- ci-8958 - allow_failure mappings fix. by @eoinmcafee00 in #148
- ci-8961 - Add job keyword 'extends' support to drone/go-convert by @eoinmcafee00 in #149
- ci-8963 - Add job keyword 'image:entrypoint' support by @eoinmcafee00 in #150
- ci-8968 - parse parallel correctly for matrix. by @eoinmcafee00 in #151
- Gitlab: yaml parsing support: only_accept by @eoinmcafee00 in #152
- gitlab yaml parsing: pages. by @eoinmcafee00 in #153
- gitlab parsing logic - rules and retry. by @eoinmcafee00 in #154
- ci-9003: gitlab: adds script parsing tests by @eoinmcafee00 in #155
- ci-9003: gitlab: correctly parsing secrets by @eoinmcafee00 in #156
- ci-9003: gitlab: adds parsing tests for services by @eoinmcafee00 in #157
- ci-9003: gitlab: adds tests for stage parsing by @eoinmcafee00 in #158
- ci-9003: gitlab: adds test and parsing logic for triggers and timeouts by @eoinmcafee00 in #159
- ci-9003: gitlab: adds parsing logic for variables by @eoinmcafee00 in #160
- ci-8969: gitlab: Retry convert logic. by @eoinmcafee00 in #161
- (feat) conversion logic for matrix by @eoinmcafee00 in #162
- (feat) maps workflow to pipeline name gitlab by @eoinmcafee00 in #165
- (feat) maps gitlab secrets to harness env. by @eoinmcafee00 in #163
- fix: parallel steps now downgrade correctly by @jimsheldon in #167
- fix: ignore all errors for gitlab conversions by @jimsheldon in #168
- feat: pass pipeline name during downgrade by @jimsheldon in #172
- fix: use targetBranch not branch for conditions by @jimsheldon in #175
- feat: downgrade step matrix support by @jimsheldon in #177
- feat: support gitlab job variables by @jimsheldon in #178
- restructure failure strategies by @jimsheldon in #179
- feat: gitlab matrix step env vars by @jimsheldon in #180
- Update spec 1 by @jimsheldon in #181
- fix enum types in go-convert by @vistaarjuneja in #182
- [feat]: [CI-11166]: Convert V1 Plugin to V0 DockerHub by @anurag-harness in #184
- [feat]: [CI-11166]: Update downgrade to docker build and push by @anurag-harness in #185
- [feat]: [CI-11166]: Fix Cache Label in V0 by @anurag-harness in #187
- skipping unsupported step for harness downgrader by @raghavharness in #186
- Merge Jenkins Migration Progress by @jamie-harness in #188
- Convert With docker container by @jamie-harness in #190
- remove extra files by @jamie-harness in #191
- initial jenkinsxml support by @jimsheldon in #195
- [CI-13802]: Anchore Migration (Run Step) by @Anshika2203 in #192
- improving jenkinsxml conversion and tests by @jimsheldon in #198
- VerifySHA256 utility step by @HarnessAryan in #202
- VerifySHA1 utility step by @HarnessAryan in #201
- SHA256 utility step by @HarnessAryan in #200
- SHA1 utility step by @HarnessAryan in https...
0.1.0-debug
Add old_drone_convert to support Harness v0 conversions