Merged
Conversation
rullzer
approved these changes
Nov 17, 2020
jancborchardt
approved these changes
Nov 17, 2020
Member
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
3addf4e
Compare
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. Signed-off-by: Christoph Wurst <[email protected]>
3addf4e to
3cf39c5
Compare
Member
Author
|
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 |
Member
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. |
Member
|
ouch yes we should fix that |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
Fixes nextcloud/mail#3784