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-32284: Made type parameter optional in InstallPlatformCommand #159

Merged
merged 2 commits into from
Jan 13, 2021

Conversation

webhdx
Copy link
Contributor

@webhdx webhdx commented Jan 12, 2021

Question Answer
JIRA issue EZP-32284
Type improvement
Target eZ Platform version v3.3
BC breaks no
Doc needed yes

For some reason ibexa:install command always requires to pass type explicitly. It becomes a huge issue with number of products we now offer. This PR mades type argument optional and will use ibexa-oss installer by default. This is only a part of full solution as for enterprise editions the installer will automatically select relevant installation type based on installed product. That to be provided via separate package.

Checklist:

  • Provided PR description.
  • Tested the solution manually.
  • Checked that target branch is set correctly (master for features, the oldest supported for bugs).
  • Ran PHP CS Fixer for new PHP code (use $ composer fix-cs).
  • Asked for a review (ping @ezsystems/php-dev-team).

@webhdx webhdx added Improvement Changes not fixing or changing behavior Ready for review labels Jan 12, 2021
@webhdx webhdx self-assigned this Jan 12, 2021
@sonarcloud
Copy link

sonarcloud bot commented Jan 12, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@webhdx webhdx merged commit f9f5eb1 into master Jan 13, 2021
@alongosz alongosz deleted the install_clean_database_by_default branch June 27, 2022 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Changes not fixing or changing behavior Ready for review
5 participants