-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Execute MoveAvatars repair step only once #2405
Conversation
@MorrisJobke, thanks for your PR! By analyzing the history of the files in this pull request, we identified @rullzer, @nickvergessen and @icewind1991 to be potential reviewers. |
@@ -33,32 +34,40 @@ class MoveAvatars implements IRepairStep { | |||
private $jobList; | |||
|
|||
/** @var SystemConfig */ |
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.
IConfig
@@ -24,6 +24,7 @@ | |||
|
|||
use OC\SystemConfig; |
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.
remove import
what @nickvergessen said, otherwise looks good |
Signed-off-by: Morris Jobke <[email protected]>
91979cd
to
69db582
Compare
@nickvergessen @blizzz Done :) |
Current coverage is 56.96% (diff: 0.00%)
|
So this still runs on the first update, when you install 11, sounds odd... |
@nickvergessen Why odd? Repair steps need to be executed ;) |
But also on an instance that does not need fixing? |
Well since its getting better with this, fine by me 👍 |
Lets do this 👍 |
cc @rullzer @nickvergessen @LukasReschke @schiessle @blizzz