Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run postprocessing filters when compiling a single component #154

Merged
merged 3 commits into from
Jul 31, 2020

Conversation

simu
Copy link
Member

@simu simu commented Jul 31, 2020

When compiling a single component using commodore component compile, any postprocessing filters which are defined for the component should be applied to the output of kapitan compile.

This commit adds code which calls the usual postprocess.postprocess_components() method for just the component that is getting compiled.

Checklist

  • Keep pull requests small so they can be easily reviewed.
  • Update tests.
  • Update the ./CHANGELOG.md.

@simu simu marked this pull request as draft July 31, 2020 09:38
@simu simu marked this pull request as ready for review July 31, 2020 09:55
@simu simu requested a review from srueg July 31, 2020 09:55
simu added 3 commits July 31, 2020 11:58
When compiling a single component using `commodore component compile`,
any postprocessing filters which are defined for the component should be
applied to the output of `kapitan compile`.

This commit adds code which calls the usual
`postprocess.postprocess_components()` method for just the component
that is getting compiled.
@simu simu force-pushed the component-compile-postprocess branch from 7f09ef6 to 0dfbc67 Compare July 31, 2020 09:58
@simu simu merged commit 7fc1772 into master Jul 31, 2020
@simu simu deleted the component-compile-postprocess branch July 31, 2020 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants