-
Notifications
You must be signed in to change notification settings - Fork 801
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
Bugfix/lock state spam #6022
Bugfix/lock state spam #6022
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #6022 +/- ##
==========================================
+ Coverage 60.10% 60.25% +0.15%
==========================================
Files 145 145
Lines 18838 18865 +27
==========================================
+ Hits 11322 11367 +45
+ Misses 7516 7498 -18
|
fbe29aa
to
d26caef
Compare
d26caef
to
b2b9016
Compare
…ary spam to the lock state change from folder watcher logic. Signed-off-by: alex-z <blackslayer4@gmail.com>
b2b9016
to
3815919
Compare
SonarCloud Quality Gate failed. 0 Bugs 36.7% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
AppImage file: nextcloud-PR-6022-3815919aa53270eb4f33aae3455bc82556fdce6f-x86_64.AppImage |
/backport to stable-3.10 |
/backport to stable-3.9 |
The backport to stable-3.9 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable-3.9
git pull origin stable-3.9
# Create the new backport branch
git checkout -b fix/foo-stable-3.9
# 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-stable-3.9 More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
No description provided.