-
Notifications
You must be signed in to change notification settings - Fork 149
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-31930: Improved output of composer ezplatform-install
command
#597
Conversation
composer ezplatform-install
commandcomposer ezplatform-install
command
@alongosz here you can see how the script behave on ezplatform2.5 (macOS) after script is finish. |
@bogusez EC 3.1: Cannot reproduce. |
@alongosz thank you for information. By the way, the problem on EC 3.1 is already solved (output formatting works properly without any errors). |
@alongosz I have tested formatting output on all systems. I have found several discrepancies especially on windows OS (all ezplatfrom versions: 2.5, 3.1 and 3.2) but also on macOS (ezplatform 2.5 version). The noticed by me problem might be combined with symfony problem that you mentioned before. Here are the screen shots: Windows / ezp 2.5 Windows / ezp 3.1 Windows / ezp 3.2 MacOS / ezp 2.5 |
Hmm, not sure if anything can be done with those. If I add some extra lines, for the cases where it's correct now it's gonna produce 2 blank lines. The question is if we're willing to accept the current state, given it improves output significantly, or drop it because it's not complete. I mean, I'd go with it, but I'm biased ;-) POV ping @ezsystems/php-dev-team |
I would add this extra line. I don't have problem with extra space. This looks broken to me. |
@bogusez further adjustments for the commands causing this are available via ezsystems/ezpublish-kernel#3070 |
Cleaned up output showing a progress bar for the following commands: * ezplatform:install * ezplatform:reindex For more details please see #3070 and ezsystems/ezplatform#597
JIRA: EZP-31930
Target version: 2.5.x, 3.1.x, 3.2
This is yet another attempt like ezsystems/ezpublish-kernel#2593 to fix the output of
ezplatform:install
Symfony command piped through Composer (composer ezplatform-install
).The issue is visible e.g. here or locally.
Seems it looks better when
bin/console
has--ansi
option. TBD if this solves the issue for all platforms.QA
See TODO list.
TODO