Skip to content

fix(Propagator): Also skip groupfolders versions and trash entries#58419

Merged
provokateurin merged 1 commit intomasterfrom
fix/propagator/skip-groupfolders-versions-trash
Feb 19, 2026
Merged

fix(Propagator): Also skip groupfolders versions and trash entries#58419
provokateurin merged 1 commit intomasterfrom
fix/propagator/skip-groupfolders-versions-trash

Conversation

@provokateurin
Copy link
Member

Follow-up to #58402.
The same locking issues also happen on __groupfolders/versions and while it is much less likely, I also extended it to cover __groupfolders/trash as well.

Signed-off-by: provokateurin <kate@provokateurin.de>
@provokateurin provokateurin added this to the Nextcloud 34 milestone Feb 19, 2026
@provokateurin provokateurin requested a review from a team as a code owner February 19, 2026 08:21
@provokateurin provokateurin added bug 3. to review Waiting for reviews labels Feb 19, 2026
@provokateurin provokateurin requested review from ArtificialOwl, CarlSchwan, come-nc, icewind1991, leftybournes and salmart-dev and removed request for a team February 19, 2026 08:21
@provokateurin
Copy link
Member Author

/backport to stable33

@provokateurin
Copy link
Member Author

/backport to stable32

@CarlSchwan
Copy link
Member

/backport to stable31

1 similar comment
@provokateurin
Copy link
Member Author

/backport to stable31

Copy link
Contributor

@susnux susnux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would be great to have this somehow generic to not rely on external apps internals 😅

@provokateurin provokateurin merged commit ea9e2bb into master Feb 19, 2026
216 of 226 checks passed
@provokateurin provokateurin deleted the fix/propagator/skip-groupfolders-versions-trash branch February 19, 2026 13:29
@backportbot
Copy link

backportbot bot commented Feb 19, 2026

The backport to stable31 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable31
git pull origin stable31

# Create the new backport branch
git checkout -b backport/58419/stable31

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick a9fb17c9

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/58419/stable31

Error: Failed to check for changes with origin/stable31: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@backportbot
Copy link

backportbot bot commented Feb 19, 2026

The backport to stable32 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable32
git pull origin stable32

# Create the new backport branch
git checkout -b backport/58419/stable32

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick a9fb17c9

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/58419/stable32

Error: Failed to check for changes with origin/stable32: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@backportbot
Copy link

backportbot bot commented Feb 19, 2026

The backport to stable33 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable33
git pull origin stable33

# Create the new backport branch
git checkout -b backport/58419/stable33

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick a9fb17c9

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/58419/stable33

Error: Failed to check for changes with origin/stable33: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@provokateurin
Copy link
Member Author

would be great to have this somehow generic to not rely on external apps internals

No idea how that should work 😬

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments