-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable dynamic changesetTemplates by adding templating & steps outputs (
#424) * Add templating to changesetTemplate and steps.outputs * Fix parsing of outputs * Remove leftovers in campaign spec schema * Remove debug output * Rename test function * Add a test for renderChangesetTemplateField * Update docs/examples in campaign spec schema * Get dynamic changeset templates working with cache * Simplify ExecutionCache by using ExecutionResult * Change interface of runSteps to return ExecutionResult * Add 'steps' to changesetTemplate template variables * Support templating in changesetTemplate.author fields * Fix doc comment * Only use yaml.v3 in internal/campaigns * Add tests for ExecutionCacheTest * Add proper backwards-compatibility to ExecutionDiskCache * Remove unneeded code * Add changelog entry * Add comment about lossiness of cache conversion
- Loading branch information
Showing
12 changed files
with
998 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.