-
Notifications
You must be signed in to change notification settings - Fork 806
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/delete folders during propagation even when propagation has errors #5104
Conversation
@mgallien What exactly the issue is and how I can reproduce it? |
9ca10b1
to
518be9d
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #5104 +/- ##
==========================================
+ Coverage 57.39% 57.40% +0.01%
==========================================
Files 138 138
Lines 17444 17444
==========================================
+ Hits 10012 10014 +2
+ Misses 7432 7430 -2
|
@mgallien Please clean-up the history |
64f1ba5
to
684d39d
Compare
684d39d
to
f150643
Compare
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
use nextcloud namespace for discovery logs as it does not show correcly without that this is because we have central rules for all logs from nextcloud namespace Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
in case some propgation actions ends up with a BlacklistedError, we would skip the deletions of local folders (even though they have been deleted from server) let's not skip them but rather keep track of the error status and properly report them Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
f150643
to
402d959
Compare
SonarCloud Quality Gate failed. |
AppImage file: nextcloud-PR-5104-402d959caea89c461366a232e807dced2c712034-x86_64.AppImage |
do not skip folders to delete in case of errors with blacklisted files
clean up and log improvements