-
Notifications
You must be signed in to change notification settings - Fork 87
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
Adapt to server API changes #2447
Conversation
juliusknorr
commented
Jun 28, 2023
•
edited
Loading
edited
- fix: Adapt NoopScanner to renamed ObjectStoreScanner repair -1 folder sizes for object store background scan server#37691
- fix: Adapt to new Folder interface method use more efficient tag retrieval on DAV report request server#37969
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Robin Appelman <robin@icewind.nl>
Thanks 👍 occ upgrade greeted me with the above error today. It works fine with your patch applied. |
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
/backport 42fb12b,98eded8,9130130 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-stable27 More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
Did this now get manually backported? @juliushaertl |
/backport 42fb12ba06cc4b45d0afdac2f92433b1d246e8b0,98eded8,9130130 to stable27 |
/backport 42fb12b,98eded8,9130130 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-stable27 More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
@ChristophWurst seems like the backport bot isn't willing to help us out with this one 😕 |