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

EZP-31114: Added "skip-indexing" option for install command #2848

Merged
merged 2 commits into from
Nov 8, 2019
Merged

EZP-31114: Added "skip-indexing" option for install command #2848

merged 2 commits into from
Nov 8, 2019

Conversation

ilukac
Copy link
Contributor

@ilukac ilukac commented Oct 31, 2019

Question Answer
JIRA issue EZP-31114
Bug/Improvement yes
New feature no
Target version 7.5/8.x
BC breaks no
Tests pass yes
Doc needed no

Added --disable-index option for ezplatform:install command.

TODO:

  • Ask for Code Review.

@@ -61,6 +62,12 @@ protected function configure()
InputArgument::REQUIRED,
'The type of install. Available options: ' . implode(', ', array_keys($this->installers))
);
$this->addOption(
'disable-index',
Copy link
Contributor

@gggeek gggeek Nov 1, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

skip-indexation ? skip-reindexing ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, naming is always difficult :)

skip-indexing sounds good enough for me, wdyt?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ilukacskip-indexing is fine

@adamwojs
Copy link
Member

adamwojs commented Nov 4, 2019

Could you also please create JIRA issue? I will be easier for us to track the current state of your PR (QA, doc, create release notes etc.)

@ilukac
Copy link
Contributor Author

ilukac commented Nov 7, 2019

@adamwojs name changed, jira task added

@adamwojs adamwojs changed the title Added disable-index option for install command EZP-31114: Added disable-index option for install command Nov 7, 2019
@adamwojs
Copy link
Member

adamwojs commented Nov 7, 2019

@adamwojs name changed, jira task added

Thank you @ilukac

@alongosz alongosz changed the title EZP-31114: Added disable-index option for install command EZP-31114: Added "skip-indexing" option for install command Nov 8, 2019
Copy link
Member

@alongosz alongosz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

aligned PR title to reflect recent code review changes ;)

@lserwatka lserwatka merged commit 22ec60a into ezsystems:7.5 Nov 8, 2019
@lserwatka
Copy link
Member

@alongosz could you merge it up?

@alongosz
Copy link
Member

alongosz commented Nov 8, 2019

Merged up.

Thank you @ilukac 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

6 participants