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: deselect the console and silverlight transformer by default to avoid conflicts with dotnet webapp transformer #889

Merged

Conversation

HarikrishnanBalagopal
Copy link
Contributor

See #888

Signed-off-by: Harikrishnan Balagopal harikrishmenon@gmail.com

@github-actions
Copy link

github-actions bot commented Oct 7, 2022

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 Oct 7, 2022
@HarikrishnanBalagopal
Copy link
Contributor Author

Yes, but it would be good to provide a way to list all transformers

Done

@codecov
Copy link

codecov bot commented Oct 7, 2022

Codecov Report

Base: 18.40% // Head: 18.40% // No change to project coverage 👍

Coverage data is based on head (4500081) compared to base (40982a6).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #889   +/-   ##
=======================================
  Coverage   18.40%   18.40%           
=======================================
  Files          46       46           
  Lines        3672     3672           
=======================================
  Hits          676      676           
  Misses       2831     2831           
  Partials      165      165           
Impacted Files Coverage Δ
types/plan/plan.go 63.63% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

TransformerSelector metav1.LabelSelector `yaml:"transformerSelector,omitempty"`
Transformers map[string]string `yaml:"transformers,omitempty" m2kpath:"normal"` //[name]filepath
InvokedByDefaultTransformers []string `yaml:"invokedByDefaultTransformers,omitempty"`
DisabledTransformers []string `yaml:"disabledTransformers,omitempty"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be good to have the path here too. Probably as a 2d array to allow for more than one path for a transformer.

defaultSelectedTransformerNames,
transformerNames,
)
deselectedTransformerNames := []string{}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we are adding a section for disabled transformers, it might be good to add those disabled because of filters and errors too.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

…void conflicts with dotnet webapp transformer

Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
@ashokponkumar ashokponkumar merged commit 99aa67e into konveyor:main Oct 8, 2022
@HarikrishnanBalagopal HarikrishnanBalagopal deleted the fix/deselecttransformers branch October 8, 2022 12:36
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.

2 participants