-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(config): templating for actions and workflows + new RenderTempla…
…te kind This adds support for templating actions and workflows in ConfigTemplate configs (formerly ModuleTemplate). The old way of referencing templates (a Module with `type: templated`) is also superseded by a new `kind: RenderTemplate` config, with largely the same semantics, except with an added `configs` field that supports actions and workflows. The resolution flow is very similar for actions and workflows, as it was (and remains for now) for modules. For now we have left out the option to generate files in the source tree, which is possible with the now-deprecated `generateFiles` field on modules. We may later consider making that a native feature on `RenderTemplate` configs as opposed to on the templated configs themselves, but it may be an unnecessary feature since that can in most cases be handled by `exec` actions.
- Loading branch information
Showing
76 changed files
with
2,509 additions
and
795 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
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.