nextcloud / activity

:zap: Activity app for Nextcloud
113 stars 63 forks source link

MailQueueHandler: Don't flood logs with useless messages #1586

Closed marcelklehr closed 5 months ago

marcelklehr commented 5 months ago

/backport to stable28

marcelklehr commented 5 months ago

/backport to stable27

cypress[bot] commented 5 months ago

1 failed test on run #1312 ↗︎

1 9 0 0 Flakiness 0

Details:

MailQueueHandler: Don't flood logs with useless messages
Project: Activity Commit: 8075bec3ee
Status: Failed Duration: 02:52 💡
Started: Mar 14, 2024 1:11 PM Ended: Mar 14, 2024 1:14 PM
Failed  cypress/e2e/sidebar.cy.ts • 1 failed test • Run E2E View Output
Test Artifacts
Check activity listing in the sidebar > Has share activity Test Replay Screenshots

Review all test suite changes for PR #1586 ↗︎

come-nc commented 5 months ago

@marcelklehr cypress fails consitently, not sure if related

backportbot[bot] commented 5 months ago

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

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

# Create the new backport branch
git checkout -b backport/1586/stable28

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

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

Error: No changes found in backport branch


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