-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
Added support for major blog update #771
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kirrg001
changed the title
[WIP] Update major support
[WIP] Added support for major blog update
Jul 31, 2018
lib/commands/update.js
Outdated
this.ui.log('Theme is compatible.\n') | ||
} | ||
|
||
return this.ui.prompt({ |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
kirrg001
force-pushed
the
update-major-support
branch
from
August 1, 2018 10:47
331b54f
to
c1aa5e0
Compare
kirrg001
force-pushed
the
update-major-support
branch
from
August 2, 2018 09:46
c1aa5e0
to
1d3f42a
Compare
kirrg001
commented
Aug 7, 2018
lib/utils/major-support.js
Outdated
return connection.raw('SELECT uuid FROM posts WHERE slug="v2-demo-post";') | ||
}) | ||
.then((demoPost) => { | ||
if (demoPost.length) { |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
kirrg001
force-pushed
the
update-major-support
branch
6 times, most recently
from
August 9, 2018 15:24
30c8b24
to
e728b4b
Compare
refs TryGhost#759 - execute new task if you are migrating from v1 to v2 - this task will: - scan your theme with GScan 2.0 - load the demo post from your database - added nice UI output - added unit tests
kirrg001
force-pushed
the
update-major-support
branch
from
August 9, 2018 20:49
92a5308
to
b8afab7
Compare
kirrg001
changed the title
[WIP] Added support for major blog update
Added support for major blog update
Aug 9, 2018
acburdine
pushed a commit
to acburdine/Ghost-CLI
that referenced
this pull request
Aug 16, 2018
…sion (TryGhost#771) refs TryGhost#759 - executed new task if you are migrating from v1 to v2 - do not execute the new task if you are migrating from v1 to v1 - do not execute the new task if you are already on v2 - this task will: - scan your theme with GScan 2.0 - load the demo post from your database - show a nice UI and prompts - added unit tests
acburdine
pushed a commit
that referenced
this pull request
Aug 16, 2018
refs #759 - executed new task if you are migrating from v1 to v2 - do not execute the new task if you are migrating from v1 to v1 - do not execute the new task if you are already on v2 - this task will: - scan your theme with GScan 2.0 - load the demo post from your database - show a nice UI and prompts - added unit tests
acburdine
pushed a commit
that referenced
this pull request
Aug 16, 2018
refs #759 - executed new task if you are migrating from v1 to v2 - do not execute the new task if you are migrating from v1 to v1 - do not execute the new task if you are already on v2 - this task will: - scan your theme with GScan 2.0 - load the demo post from your database - show a nice UI and prompts - added unit tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
refs #759
TODO