development-hub icon indicating copy to clipboard operation
development-hub copied to clipboard

feat!: parallel solution merges

Open ewingjm opened this issue 4 years ago • 0 comments

Purpose

Closes #88.

Approach

Ephemeral extract environments will be created and deleted automatically if a solution has a merge strategy of 'Parallel'. A merge strategy of 'Sequential' continues to behave in the same way as previously. A parallel merge strategy requires solution versions to be set as part of a CI pipeline.

This pull request includes a number of improvements and breaking changes.

TODOs

  • [ ] Automated test coverage for new code
  • [ ] Documentation updated (if required)
  • [ ] Build and tests successful

ewingjm avatar Sep 07 '21 15:09 ewingjm