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
[upgrade] print update message before running the update code #17090
Conversation
@@ -158,6 +158,9 @@ function () use($output, $updateStepEnabled, $self) { | |||
$updater->listen('\OC\Updater', 'appUpgradeCheck', function () use ($output) { | |||
$output->writeln('<info>Checked database schema update for apps</info>'); | |||
}); | |||
$updater->listen('\OC\Updater', 'appUpgradeStarted', function ($app, $version) use ($output) { | |||
$output->writeln("<info>Update <$app> ...</info>"); |
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.
I'd say Updating <$app> ...
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.
Done
I like this A LOT. Please put it in master and 8.1 |
|
* otherwise you don't know during which app update something failed
7d3d012
to
1ba9fd3
Compare
|
[upgrade] print update message before running the update code
The inspection completed: 2 new issues |
cc @nickvergessen @LukasReschke @DeepDiver1975 @PVince81
@DeepDiver1975 @cmonteroluque Decide on 8.1 or 8.2. I would then propose a backport to 8.1 and maybe more. cc @karlitschek