Uh oh!
There was an error while loading. Please reload this page.
Fix tracking of auto disabled apps in Updater - #16507
Conversation
georgehrke
commented
Jul 22, 2019
@nickvergessen I'm not too deep into |
georgehrke
commented
Jul 22, 2019
Would like to have some review / comment whether this is the fix we are looking for. |
| throw new \UnexpectedValueException('The files of the app "' . $app . '" were not correctly replaced before running the update'); | ||
| } | ||
| \OC::$server->getAppManager()->disableApp($app); | ||
| $this->autoDisabledApps[] = $app; |
There was a problem hiding this comment.
Maybe instead we move the logic to the appmanager method with a bool flag.
So when someone adds another spot that disables an app, they are reminded about the option.
nickvergessen
commented
Jul 23, 2019
Added a commit, I think that's the cleaner way to do it. |
Uh oh!
There was an error while loading. Please reload this page.
kyrofa
commented
Jul 24, 2019
Thanks for fixing this, @georgehrke. I assume backporting to v16 is also part of the plan, here, but wanted to mention it anyway. |
nickvergessen
commented
Jul 25, 2019
Failing tests are
So time to rebase? |
nickvergessen
commented
Jul 25, 2019
/backport to stable16 |
nickvergessen
commented
Jul 25, 2019
/backport to stable15 |
MorrisJobke
left a comment
There was a problem hiding this comment.
Code makes sense and all usages of disableApp that are affected are covered 👍
c9d713d to
c3752efCompareMorrisJobke
commented
Jul 29, 2019
Rebased and auto squashed. |
kyrofa
commented
Aug 5, 2019
Still have a few test failures, here. |
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
c3752ef to
810ee7dCompareHey folks, what's the hold up here? We were really hoping this would be in 16.0.4. |
The backport to stable16 failed. Please do this backport manually. |
The backport to stable15 failed. Please do this backport manually. |
kyrofa
commented
Aug 15, 2019
Backport to stable16 is #16753. |
fixes#15416