-
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
feat: ArgoRollouts dashboard now supporting rootpath #2075
Conversation
…r code: PROTOCOL_ERROR' Signed-off-by: Alexander Matyushentsev <[email protected]>
Signed-off-by: “schakradari” <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #2075 +/- ##
=======================================
Coverage 82.43% 82.43%
=======================================
Files 120 120
Lines 17440 17440
=======================================
Hits 14376 14376
Misses 2352 2352
Partials 712 712 Continue to review full report at Codecov.
|
lgtm apart from above comment |
Signed-off-by: “schakradari” <[email protected]>
Signed-off-by: “schakradari” <[email protected]>
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
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
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
* fix: add workaround to fix 'stream terminated by RST_STREAM with error code: PROTOCOL_ERROR' Signed-off-by: Alexander Matyushentsev <[email protected]> * ArgoRollouts dashboard should support rootpath Signed-off-by: “schakradari” <[email protected]> * fixed camelCase naming Signed-off-by: “schakradari” <[email protected]> * fixed Lint error Signed-off-by: “schakradari” <[email protected]> Co-authored-by: Alexander Matyushentsev <[email protected]> Co-authored-by: Remington Breeze <[email protected]>
Checklist:
"fix(controller): Updates such and such. Fixes #1234"
.Before
The dashboard was always shown on localhost:3100/rollouts
After
Added the option rootpath in the dashboard controller
The dashbaord is shown on localhost:3100/{rootpath}
when the rootpath is not specified, it takes the value rollouts as the rootpath
The default value of rootpath is "rollouts"