Uh oh!
There was an error while loading. Please reload this page.
perf(federation): Only request root share info for checking availability - #36452
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
62c6957 to
dedc0ddCompareUh oh!
There was an error while loading. Please reload this page.
dedc0dd to
b056fb3CompareUh oh!
There was an error while loading. Please reload this page.
Otherwise this would request a full recursive dirctory listing while the result is never being used Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
b056fb3 to
7e3ea01Compare
PVince81
left a comment
There was a problem hiding this comment.
👍 nice catch
probably a leftover from when we switched back to the default scanner instead of the custom one that requested everything
PVince81
commented
Feb 3, 2023
/backport to stable25 |
PVince81
commented
Feb 3, 2023
/backport to stable24 |
1 similar comment
ChristophWurst
commented
Feb 3, 2023
/backport to stable24 |
ChristophWurst
commented
Feb 3, 2023
the bot was down for a redeployment |
ChristophWurst
commented
Feb 3, 2023
/backport to stable25 |
The backport to stable24 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable24
git pull origin/stable24
# Create the new backport branch
git checkout -b fix/foo-stable24
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable24More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
The backport to stable25 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable25
git pull origin/stable25
# Create the new backport branch
git checkout -b fix/foo-stable25
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable25More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
Summary
Otherwise this would request a full recursive dirctory listing while the result is never being used
Checklist