Uh oh!
There was an error while loading. Please reload this page.
Ignore and log non integer versions - #37428
Conversation
This avoids being stuck when there is one buggy file version with a non-integer version. It allows the expiration process to not crash and continue with the other ones. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
All versions are string Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
e53b549 to
a6b1d99Compareblizzz
commented
Apr 5, 2023
What's the root cause? |
come-nc
commented
Apr 17, 2023
No idea, might be moving file to/from groupfolders, or a buggy application. |
come-nc
commented
Jul 3, 2023
/backport to stable26 |
solracsf
commented
Jul 3, 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 |
come-nc
commented
Jul 3, 2023
It’s already in 27 |
This avoids being stuck when there is one buggy file version with a
non-numeric version. It allows the expiration process to not crash and
continue with the other ones.
Checklist