-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
WIP: Fix automatic upgrade #5966
WIP: Fix automatic upgrade #5966
Conversation
Tested on:
|
That issue is the biggest one we had in the recent months, and nobody could fix yet (including me!). If you solved this, many people will thank you!!! |
@tientq have a look at https://travis-ci.org/jhipster/generator-jhipster/jobs/245617623 you have some lint issues |
Yes, thank for your remind. |
@@ -32,6 +32,7 @@ util.inherits(UpgradeGenerator, BaseGenerator); | |||
const GENERATOR_JHIPSTER = 'generator-jhipster'; | |||
const UPGRADE_BRANCH = 'jhipster_upgrade'; | |||
const GIT_VERSION_NOT_ALLOW_MERGE_UNRELATED_HISTORIES = '2.9.0'; | |||
const GENERATOR_JHIPSTER_CLI_VERSION = '4.5.1'; |
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.
this is the current JHipster version, it's already in package.json
and should be available (I'll have a look)
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.
Oh sorry, I didn't understood correctly, this is good
I just tried it:
So I'm merging this: whatever problems we might encounter, it's still much better than the current code. THANK YOU SO MUCH @tientq !!!!!!!! |
You are welcome. |
Fix #5883
Please make sure the below checklist is followed for Pull Requests.
Travis tests are green
Tests are added where necessary
Coding Rules & Commit Guidelines as per our CONTRIBUTING.md document are followed