-
Notifications
You must be signed in to change notification settings - Fork 883
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: Added delay button in the scaled down revision (#1355) #1804
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1804 +/- ##
==========================================
+ Coverage 82.31% 82.36% +0.05%
==========================================
Files 116 119 +3
Lines 16371 16872 +501
==========================================
+ Hits 13475 13897 +422
- Misses 2217 2284 +67
- Partials 679 691 +12
Continue to review full report at Codecov.
|
@schakrad can you cleanup the PR and have diff show only required changes |
ui/package.json
Outdated
@@ -60,7 +60,7 @@ | |||
"sass": "^1.32.8", | |||
"ts-loader": "^8.0.17", | |||
"webpack-bundle-analyzer": "^4.4.0", | |||
"webpack-cli": "^4.5.0", |
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.
is this change required?
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.
+1
ui/yarn.lock
Outdated
@@ -2256,22 +2256,22 @@ | |||
"@webassemblyjs/wast-parser" "1.9.0" | |||
"@xtuc/long" "4.2.2" | |||
|
|||
"@webpack-cli/configtest@^1.0.3": |
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.
not sure if lock file needs to be committed. @alexmt is it fine to commit this file?
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.
@harikrongali Lock file does need to be committed, but we should avoid bumping versions in any of these packages if possible. @schakrad I don't see any code changes that should require updating package versions, can you confirm?
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.
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.
Sure Hari, I will check and revert back.
Please add before and after snapshots as a part of the PR description. Please fix CI checks: DCO & build |
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.
Code changes look good, my only request is to avoid changing package versions
ui/package.json
Outdated
@@ -60,7 +60,7 @@ | |||
"sass": "^1.32.8", | |||
"ts-loader": "^8.0.17", | |||
"webpack-bundle-analyzer": "^4.4.0", | |||
"webpack-cli": "^4.5.0", |
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.
+1
ui/yarn.lock
Outdated
@@ -2256,22 +2256,22 @@ | |||
"@webassemblyjs/wast-parser" "1.9.0" | |||
"@xtuc/long" "4.2.2" | |||
|
|||
"@webpack-cli/configtest@^1.0.3": |
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.
@harikrongali Lock file does need to be committed, but we should avoid bumping versions in any of these packages if possible. @schakrad I don't see any code changes that should require updating package versions, can you confirm?
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
6babcef
to
bd414b8
Compare
Signed-off-by: “schakradari” <[email protected]>
Signed-off-by: “schakradari” <[email protected]>
Signed-off-by: “schakradari” <[email protected]>
Signed-off-by: “schakradari” <[email protected]>
Signed-off-by: “schakradari” <[email protected]>
Signed-off-by: “schakradari” <[email protected]>
Signed-off-by: “schakradari” <[email protected]>
Signed-off-by: “schakradari” <[email protected]>
Signed-off-by: “schakradari” <[email protected]>
Signed-off-by: “schakradari” <[email protected]>
Signed-off-by: “schakradari” <[email protected]>
Signed-off-by: “schakradari” <[email protected]>
Signed-off-by: “schakradari” <[email protected]>
Signed-off-by: “schakradari” <[email protected]>
Signed-off-by: “schakradari” <[email protected]>
Signed-off-by: “schakradari” <[email protected]>
Signed-off-by: “schakradari” <[email protected]>
Signed-off-by: “schakradari” <[email protected]>
Signed-off-by: “schakradari” <[email protected]>
Signed-off-by: “schakradari” <[email protected]>
Signed-off-by: “schakradari” <[email protected]>
…i library Signed-off-by: Alexander Matyushentsev <[email protected]>
fix: use consistent versions of typescript and classnames with argo-ui library
Signed-off-by: “schakradari” <[email protected]>
Signed-off-by: “schakradari” <[email protected]>
Signed-off-by: Alexander Matyushentsev <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
LGTM. @rbreeze can you please take a look one more time? |
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.
Just one last comment, can we revert package.json
and yarn.lock
changes?
@rbreeze changes in package.json are actually required. Apparently |
@alexmt Oh I see, thank you! |
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!
fix for #1355
Before the addition of button.
After the addition of button to show the scaleDownDelay in seconds
Signed-off-by: “schakradari” <“[email protected]”>
Checklist:
"fix(controller): Updates such and such. Fixes #1234"
.