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

Moved UseDiffPackage checkbox to Upgrade section and enabled it by default #7345

Merged
merged 4 commits into from
Jun 5, 2018

Conversation

kuvinodms
Copy link

No description provided.

@kuvinodms
Copy link
Author

Addressed Issue - #6778 and #6836

@@ -95,9 +95,9 @@
"name": "useDiffPackage",
"type": "boolean",
"label": "Use Diff Package",
"defaultValue": "false",
"defaultValue": "true",
Copy link
Contributor

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

Copy link
Author

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",
Copy link
Contributor

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",
Copy link
Contributor

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?

Copy link
Author

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,
Copy link
Contributor

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.

@kuvinodms kuvinodms merged commit f244f43 into master Jun 5, 2018
kuvinodms pushed a commit that referenced this pull request Jun 6, 2018
…fault (#7345)

* Moved UseDiffPackage checkbox to Upgrade section and enabled it by default

* Keeping default value same

* Moving input code location

* Updating patch version
kuvinodms pushed a commit that referenced this pull request Jun 6, 2018
kuvinodms pushed a commit that referenced this pull request Jun 6, 2018
…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants