Uh oh!
There was an error while loading. Please reload this page.
[uc] Introduce pagination in files-filter report - #4530
Closed
icewind1991 wants to merge 4 commits into
Closed
Conversation
mention-bot
commented
Apr 26, 2017
@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. |
rullzer
commented
Apr 27, 2017
Member
Tests are not happy |
MorrisJobke
commented
May 16, 2017
Member
@icewind Ping |
MorrisJobke
commented
Jun 19, 2017
Member
icewind1991force-pushed
the
downstream-26507
branch
from
July 4, 2017 15:30
26f40db to
cf27c14CompareCodecov 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
|
icewind1991force-pushed
the
downstream-26507
branch
2 times, most recently
from
July 4, 2017 16:45
7db3bc2 to
b19309dCompareicewind1991
commented
Jul 4, 2017
MemberAuthor
rebased, tests fixed |
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>
icewind1991force-pushed
the
downstream-26507
branch
2 times, most recently
from
October 31, 2017 12:08
6eb72bf to
df58047CompareSigned-off-by: Robin Appelman <robin@icewind.nl>
icewind1991force-pushed
the
downstream-26507
branch
from
October 31, 2017 12:13
df58047 to
ab85432CompareMorrisJobke
commented
Nov 14, 2017
Member
@icewind1991 Failing unit tests |
MorrisJobke
commented
Dec 8, 2017
Member
@icewind1991 Should we try to get this in 13 or is 14 fine? |
MorrisJobke
commented
Dec 12, 2017
Member
Let's move this to 14. |
MorrisJobke
commented
Mar 6, 2018
Member
@icewind1991 Ping |
MorrisJobke
commented
May 23, 2018
Member
Let's close this for now. If we want this later we can reopen it easily. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Downstream 26507