Uh oh!
There was an error while loading. Please reload this page.
reuse l10n and request in dav folder listing - #39864
Conversation
Uh oh!
There was an error while loading. Please reload this page.
b6d4bb9 to
30209eaCompareUh oh!
There was an error while loading. Please reload this page.
30209ea to
b0cf1f0CompareUh oh!
There was an error while loading. Please reload this page.
b0cf1f0 to
d78c74dCompareicewind1991
commented
Aug 18, 2023
/backport to stable27 |
Uh oh!
There was an error while loading. Please reload this page.
d78c74d to
36d53c6Compareinstead of having to query those once for every node Signed-off-by: Robin Appelman <robin@icewind.nl>
36d53c6 to
8966f7fCompareicewind1991
commented
Sep 4, 2023
/backport to stable26 |
The backport to stable27 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable27
git pull origin stable27
# Create the new backport branch
git checkout -b fix/foo-stable27
# 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-stable27More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
The backport to stable26 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable26
git pull origin stable26
# Create the new backport branch
git checkout -b fix/foo-stable26
# 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-stable26More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
icewind1991
commented
Sep 5, 2023
/backport to stable27 |
The backport to stable27 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable27
git pull origin stable27
# Create the new backport branch
git checkout -b fix/foo-stable27
# 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-stable27More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
instead of having to query those once for every node
saved 15-20% when loading large folders during local testing: https://blackfire.io/profiles/compare/d33a9993-e3a4-4ea4-b9f2-f1b38f576937/graph