Uh oh!
There was an error while loading. Please reload this page.
Allow lazy app registration - #24164
Conversation
jancborchardt
left a comment
There was a problem hiding this comment.
Very nice, fixes Mail and Deck not working with master for me! :)
c143f37 to
3addf4eCompareDuring app installation we run migration steps. Those steps may use services the app registers or classes from composer. Hence we have to make sure the app runs through the registration. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3addf4e to
3cf39c5CompareChristophWurst
commented
Nov 18, 2020
At least the mysql test is also showing on other PRs, so that seems unrelated. Also the acceptance test looks like a random failure |
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 35696: failuremariadb10.1-php7.3Show full logintegration-sharing-v1-part2Could not fetch logs acceptance-app-files-sharing
Show full log |
danxuliu
commented
Nov 23, 2020
May look like, but it is not :-) The "Comments" tab no longer appears in the Files app sidebar (I guess now it is not loaded). Due to this, when the Files app sidebar is open for a directory it only has one tab (Sharing), which causes the tab header to be hidden. As the tab header is hidden but the test expects it to be there it fails. |
rullzer
commented
Nov 23, 2020
ouch yes we should fix that |
During app installation we run migration steps. Those steps may use
services the app registers or classes from composer. Hence we have to
make sure the app runs through the registration.
Fixesnextcloud/mail#3784