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

feat: add support for Argo Rollouts #1098

Merged
merged 6 commits into from
Dec 13, 2023

Conversation

Soumil-07
Copy link
Contributor

No description provided.

Signed-off-by: Soumil Paranjpay <[email protected]>

fix: add untracked files

Signed-off-by: Soumil Paranjpay <[email protected]>

fix: use argo rollouts library structs

Signed-off-by: Soumil Paranjpay <[email protected]>
@github-actions
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 feat label Oct 10, 2023
Signed-off-by: Soumil Paranjpay <[email protected]>
common/utils.go Outdated Show resolved Hide resolved
k8s.io/apiserver v0.26.2 // indirect
k8s.io/cli-runtime v0.23.1 // indirect
k8s.io/cli-runtime v0.25.8 // indirect
Copy link
Contributor

Choose a reason for hiding this comment

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

Are we going with v0.24.2 or v0.25.8? Also, please recheck if everything works well if you change the version.

Copy link
Contributor Author

@Soumil-07 Soumil-07 Nov 28, 2023

Choose a reason for hiding this comment

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

If I'm not wrong, these are indirect dependencies so they have to be 25.8

types/ir/ir.go Outdated Show resolved Hide resolved
types/qaengine/commonqa/commonqa.go Outdated Show resolved Hide resolved
Soumil-07 and others added 2 commits November 28, 2023 10:33
Copy link

codecov bot commented Dec 3, 2023

Codecov Report

Attention: 65 lines in your changes are missing coverage. Please review.

Comparison is base (e88cece) 14.81% compared to head (6679aaa) 14.76%.
Report is 1 commits behind head on main.

Files Patch % Lines
transformer/kubernetes/apiresource/deployment.go 0.00% 56 Missing ⚠️
transformer/kubernetes/apiresource/service.go 0.00% 5 Missing ⚠️
...bernetes/irpreprocessor/statefulsetpreprocessor.go 0.00% 2 Missing ⚠️
...former/kubernetes/apiresource/argocdapplication.go 0.00% 1 Missing ⚠️
...r/kubernetes/irpreprocessor/ingresspreprocessor.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1098      +/-   ##
==========================================
- Coverage   14.81%   14.76%   -0.06%     
==========================================
  Files          90       90              
  Lines        8321     8379      +58     
==========================================
+ Hits         1233     1237       +4     
- Misses       6770     6824      +54     
  Partials      318      318              

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

Copy link
Contributor

@Akash-Nayak Akash-Nayak left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@HarikrishnanBalagopal HarikrishnanBalagopal left a comment

Choose a reason for hiding this comment

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

LGTM

@HarikrishnanBalagopal HarikrishnanBalagopal merged commit 0bbafac into konveyor:main Dec 13, 2023
3 checks passed
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.

3 participants