-
Notifications
You must be signed in to change notification settings - Fork 804
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
fix renaming of folders with a deep hierarchy inside them #5182
Conversation
30badcc
to
7a1c47d
Compare
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
currently broken test as we miss to rename recursively Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
propagate renaming of parent folders to child recursively Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
use QString::arg with multiple parameters because that is faster Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
7a1c47d
to
2742c6a
Compare
@claucambra thanks for initial review, can you have another look at it ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I provided some nitpicks below
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #5182 +/- ##
==========================================
+ Coverage 57.59% 57.71% +0.11%
==========================================
Files 138 138
Lines 17399 17441 +42
==========================================
+ Hits 10021 10066 +45
+ Misses 7378 7375 -3
|
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
SonarCloud Quality Gate failed. |
AppImage file: nextcloud-PR-5182-ad32bc7ce55c01e17f7063860a4dcd6f9205b419-x86_64.AppImage |
/backport to stable-3.6 |
currently broken test as we miss to rename recursively
Signed-off-by: Matthieu Gallien matthieu.gallien@nextcloud.com