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

fix: K8s version change transformer was not being run sometimes because Parameterizer was running first #1165

Merged

Conversation

HarikrishnanBalagopal
Copy link
Contributor

@HarikrishnanBalagopal HarikrishnanBalagopal commented Mar 25, 2024

feat: Added a new feature to sort transformers based on a label move2kube.konveyor.io/sort-order specified in the transformer.yaml. This is only the initial sorted order in which transformers are run and does not affect dependency related stuff like MandatoryPassThrough.

…se Parameterizer was running first

feat: Added a new feature to sort transformers based on a label
"move2kube.konveyor.io/sort-order" specified in the transformer.yaml.
This is only the initial sorted order in which transformers are run
and does not affect dependency related stuff like MandatoryPassThrough.

Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
Copy link

Thanks for making a pull request! 😃
One of the maintainers will review and advise on the next steps.

@github-actions github-actions bot added the fix label Mar 25, 2024
Copy link

codecov bot commented Mar 25, 2024

Codecov Report

Attention: Patch coverage is 0% with 22 lines in your changes are missing coverage. Please review.

Project coverage is 14.79%. Comparing base (7383e91) to head (a460a1e).

Files Patch % Lines
transformer/transformer.go 0.00% 18 Missing ⚠️
common/utils.go 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1165      +/-   ##
==========================================
- Coverage   14.83%   14.79%   -0.04%     
==========================================
  Files          90       90              
  Lines        8379     8401      +22     
==========================================
  Hits         1243     1243              
- Misses       6813     6835      +22     
  Partials      323      323              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@HarikrishnanBalagopal HarikrishnanBalagopal linked an issue Mar 25, 2024 that may be closed by this pull request
@HarikrishnanBalagopal HarikrishnanBalagopal merged commit 0c79d6d into konveyor:main Mar 25, 2024
6 checks passed
@HarikrishnanBalagopal HarikrishnanBalagopal deleted the fix/detectorder branch March 25, 2024 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: K8s version change transformer is not always run
2 participants