This repository has been archived by the owner on Apr 20, 2022. It is now read-only.
Pipeline Descriptor
·
336 commits
to main
since this release
Features:
- Added
pipeline.yml
where you define necessary infrastructure applications to be deployed for tests [#71][#66] - Make the stub runner work with embedded stubs enhancement [#35]
- Added option to customize buildpack [#57]
Bug fixes:
- Add script for removing
prod
tags from sample repos enhancement [#64] by @wybczu - Fix remove-prod-tags.sh script enhancement [#65] by @wybczu
- Wrong mysql name is picked for stage bug [#62]
- API compatibility check fails if no tests are found bug [#59]
- Other bug fixes [#58][#59]
Refactoring:
- Initial work by @nebhale on refactoring the Concourse pipeline [#70]
- Removed any notion of Cloud Foundry and demo applications from root scripts
Documentation fixes:
- Explain in the docs what the demo apps look like [#67]