-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[uc] Introduce pagination in files-filter report #4530
Conversation
@icewind1991, thanks for your PR! By analyzing the history of the files in this pull request, we identified @nickvergessen, @SergioBertolinSG and @rullzer to be potential reviewers. |
Tests are not happy |
@icewind Ping |
26f40db
to
cf27c14
Compare
Codecov Report
@@ Coverage Diff @@
## master #4530 +/- ##
============================================
+ Coverage 52.82% 53.97% +1.14%
+ Complexity 22817 22473 -344
============================================
Files 1443 1389 -54
Lines 88589 85984 -2605
Branches 1349 1329 -20
============================================
- Hits 46795 46407 -388
+ Misses 41794 39577 -2217
|
7db3bc2
to
b19309d
Compare
rebased, tests fixed |
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.
Conflicts :(
Signed-off-by: Thomas Müller <thomas.mueller@tmit.eu>
This will also properly return 404 properties Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: Vincent Petry <pvince81@owncloud.com>
- disable REPORT without filter Because we need to use Node::search($pattern) to find all matching nodes in all the subfolder recursively, but the result nodes contain incomplete information like owner. - remove unneeded trailing slash when buildling response href This got obsoleted when switching to generateMultiStatus() - add integration pagination test for favorites REPORT - throw exception for unknown node types in FilesReportPlugin Signed-off-by: Vincent Petry <pvince81@owncloud.com>
6eb72bf
to
df58047
Compare
Signed-off-by: Robin Appelman <robin@icewind.nl>
df58047
to
ab85432
Compare
@icewind1991 Failing unit tests |
@icewind1991 Should we try to get this in 13 or is 14 fine? |
Let's move this to 14. |
@icewind1991 Ping |
Let's close this for now. If we want this later we can reopen it easily. |
Downstream 26507