-
Notifications
You must be signed in to change notification settings - Fork 349
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
Make sure that files that are siblings of directories, are reported as files #982
Make sure that files that are siblings of directories, are reported as files #982
Conversation
Travis failures, not sure if related:
|
Who has to power to merge? @evert (sorry to wake you up) @staabm @DominikTo ? |
I cannnot merge it as long as the build isnt green. Just restarted the build. I cannot say whether this fix is correct. Will take your word for it. |
Changelog needs update, too. |
@nickvergessen can you please take care? THX |
I just saw that you do forward merges? So should I send my PR against 3.2 and add it to the changelog in the 3.2 block? |
@DominikTo @staabm you are deeper involved here - what is the correct workflow? THX |
in case this is considered a bugfix you should merge/cherry-pick it into the lowest/oldest branch which is applicable for it (e.g. oldest yet maintained one) and merge into newer ones. IIRC if your git fu is great enough you can do this via commandline, no matter what/where the Pull Request is pointing to. its easier for the maintainer when the base branch of this PR is already pointing to the right branch. |
…s files Signed-off-by: Joas Schilling <[email protected]>
020fa28
to
0cef604
Compare
Rebased onto 3.2 (version we are using) 3.1 is EOL since June 2017: http://sabre.io/dav/install/ |
3.1 is EOL since June 2017: http://sabre.io/dav/install/ So it seems to be correct |
and now cherry-pick to master and 3.3? with/without pull request? |
Thanks guys for what you're doing ... I just found and corrected a bug, but
didn't thought it was so painfull to merge it in the release :)
2017-10-10 13:26 GMT+02:00 Thomas Müller <[email protected]>:
… and now cherry-pick to master and 3.3? with/without pull request?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#982 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AcmytUtk3Hjwh_tdSFyBZDeg1n6NkH8Hks5sq1RcgaJpZM4OW0kY>
.
|
They seem to just merge it forward, so
|
Done |
I think you merged 3.2 in master instead of 3.3 ;) anyway thanks for getting this forward :) |
Just fyi, the 3.3 branch was intended to just displace the 3.2. It's been backward compatible, but it has a few small improvements. So if you were to drop 3.2 and do a release of the 3.3 branch, things should be fine. |
Can we get a new release with this PR? |
for a new release we might also update the bundled sabre/xml |
Without the patch, the two files are reported to be a collection:
Reported in nextcloud/server#5543 Proposed patch is from @blancjerome I just wrote the test case and cleaned it up a bit...