-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Moved UseDiffPackage checkbox to Upgrade section and enabled it by default #7345
Conversation
@@ -95,9 +95,9 @@ | |||
"name": "useDiffPackage", | |||
"type": "boolean", | |||
"label": "Use Diff Package", | |||
"defaultValue": "false", | |||
"defaultValue": "true", |
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.
you should also enable compression option by default
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 required now as per requirements
@@ -95,9 +95,9 @@ | |||
"name": "useDiffPackage", | |||
"type": "boolean", | |||
"label": "Use Diff Package", | |||
"defaultValue": "false", | |||
"defaultValue": "true", |
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.
minor: move this code piece to all other inputs which are in upgrade group
@@ -95,9 +95,9 @@ | |||
"name": "useDiffPackage", |
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.
Can you please show me how the UI looks like?
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.
Done
@@ -16,8 +16,8 @@ | |||
], | |||
"version": { | |||
"Major": 1, | |||
"Minor": 7, | |||
"Patch": 9 | |||
"Minor": 8, |
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 update patch version. No need to update minor version.
…fault (#7345) * Moved UseDiffPackage checkbox to Upgrade section and enabled it by default * Keeping default value same * Moving input code location * Updating patch version
…ogic for skip upgrade (#7384) * Moved UseDiffPackage checkbox to Upgrade section and enabled it by default (#7345) * Moved UseDiffPackage checkbox to Upgrade section and enabled it by default * Keeping default value same * Moving input code location * Updating patch version * Moving up the logic for skip upgrade (#7373) * Moving up the logic to skip upgrade * Moving up the logic to check the existence of old application * Modified code as per review comments * Revert "Moved UseDiffPackage checkbox to Upgrade section and enabled it by default (#7345)" This reverts commit a1b9ff5.
No description provided.