-
Notifications
You must be signed in to change notification settings - Fork 880
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: Analysis argument validation #1412
Conversation
Signed-off-by: khhirani <[email protected]>
Signed-off-by: khhirani <[email protected]>
Signed-off-by: khhirani <[email protected]>
@harikrongali Please review when you get a chance |
Codecov Report
@@ Coverage Diff @@
## master #1412 +/- ##
==========================================
- Coverage 81.54% 81.46% -0.08%
==========================================
Files 108 108
Lines 10104 10124 +20
==========================================
+ Hits 8239 8248 +9
- Misses 1304 1312 +8
- Partials 561 564 +3
Continue to review full report at Codecov.
|
Signed-off-by: khhirani <[email protected]>
Does this need to be cherry picked to v1.0.x? |
Signed-off-by: khhirani <[email protected]>
Signed-off-by: khhirani <[email protected]>
Signed-off-by: khhirani <[email protected]>
Signed-off-by: khhirani <[email protected]>
Signed-off-by: khhirani <[email protected]>
Signed-off-by: khhirani <[email protected]>
args for count is not working.https://github.com/argoproj/argo-rollouts/blob/986d4b045ddd2d604bdf8e372dedb40914b37717/pkg/apis/rollouts/v1alpha1/openapi_generated.go --- ignore the issue as the validation coming from API and for now there is workaround where default value can be replaced from rollout. |
Signed-off-by: hari rongali <[email protected]>
Signed-off-by: hari rongali <[email protected]>
added e2e tests in khhirani#111 . please verify the E2e tests. Other than that changes looks good |
Signed-off-by: hari rongali <[email protected]>
Signed-off-by: hari rongali <[email protected]>
fix: add tests for args
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
approve. LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Tested manually as well with the example provided in the issue - no validation errors
* fix: Analysis argument validation Signed-off-by: khhirani <[email protected]>
Fixes #1358