Skip to content

[uc] Introduce pagination in files-filter report - #4530

Closed
icewind1991 wants to merge 4 commits into
masterfrom
downstream-26507
Closed

[uc] Introduce pagination in files-filter report#4530
icewind1991 wants to merge 4 commits into
masterfrom
downstream-26507

Conversation

@icewind1991

Copy link
Copy Markdown
Member

Downstream 26507

@icewind1991icewind1991 added the 3. to review Waiting for reviews label Apr 26, 2017
@icewind1991icewind1991 added this to the Nextcloud 12.0 milestone Apr 26, 2017
@mention-bot

Copy link
Copy Markdown

@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

Copy link
Copy Markdown
Member

Tests are not happy

@rullzerrullzer added 2. developing Work in progress and removed 3. to review Waiting for reviews labels Apr 27, 2017
@MorrisJobke

Copy link
Copy Markdown
Member

@icewind Ping

@MorrisJobkeMorrisJobke removed this from the Nextcloud 12.0 milestone May 16, 2017
@rullzerrullzer added this to the Nextcloud 13 milestone May 23, 2017
@MorrisJobke

Copy link
Copy Markdown
Member

@icewind1991 🏓

@codecov-io

codecov-io commented Jul 4, 2017

Copy link
Copy Markdown

Codecov Report

Merging #4530 into master will increase coverage by 1.14%.
The diff coverage is 37.66%.

@@ 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
Impacted FilesCoverage ΔComplexity Δ
apps/dav/lib/Files/Xml/FilterRequest.php0% <0%> (ø)13 <13> (?)
apps/dav/lib/Connector/Sabre/FilesReportPlugin.php82.83% <80.55%> (-2.17%)41 <5> (-3)
apps/files/appinfo/app.php43.47% <0%> (-56.53%)0% <0%> (ø)
core/Command/Maintenance/Mimetype/UpdateJS.php0% <0%> (-52.64%)13% <0%> (ø)
apps/files_sharing/appinfo/app.php43.9% <0%> (-46.1%)0% <0%> (ø)
apps/user_ldap/templates/part.settingcontrols.php0% <0%> (-42.86%)0% <0%> (ø)
apps/files_trashbin/appinfo/app.php60% <0%> (-40%)0% <0%> (ø)
apps/federation/lib/SyncJob.php22.22% <0%> (-27.78%)5% <0%> (+2%)
apps/user_ldap/templates/part.wizardcontrols.php0% <0%> (-27.28%)0% <0%> (ø)
lib/private/NavigationManager.php56.45% <0%> (-22.94%)38% <0%> (-5%)
... and 538 more

@icewind1991
icewind1991force-pushed the downstream-26507 branch 2 times, most recently from 7db3bc2 to b19309dCompareJuly 4, 2017 16:45
@icewind1991

Copy link
Copy Markdown
MemberAuthor

rebased, tests fixed

@MorrisJobkeMorrisJobke added 3. to review Waiting for reviews and removed 2. developing Work in progress labels Jul 5, 2017

@MorrisJobkeMorrisJobke left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Conflicts :(

DeepDiver1975and others added 3 commits October 31, 2017 12:52
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>
@icewind1991
icewind1991force-pushed the downstream-26507 branch 2 times, most recently from 6eb72bf to df58047CompareOctober 31, 2017 12:08
Signed-off-by: Robin Appelman <robin@icewind.nl>
@MorrisJobke

Copy link
Copy Markdown
Member

@icewind1991 Failing unit tests

@MorrisJobke

Copy link
Copy Markdown
Member

@icewind1991 Should we try to get this in 13 or is 14 fine?

@MorrisJobkeMorrisJobke mentioned this pull request Dec 8, 2017
28 tasks
@MorrisJobke

Copy link
Copy Markdown
Member

Let's move this to 14.

@MorrisJobke

Copy link
Copy Markdown
Member

@icewind1991 Ping

@MorrisJobkeMorrisJobke added 2. developing Work in progress and removed 3. to review Waiting for reviews labels Mar 6, 2018
@MorrisJobke

Copy link
Copy Markdown
Member

Let's close this for now. If we want this later we can reopen it easily.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2. developingWork in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@icewind1991@mention-bot@rullzer@MorrisJobke@codecov-io@DeepDiver1975