Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Fix issue where only first 100 services were shown in service marketplace #3161

Merged
merged 3 commits into from
Dec 3, 2018

Conversation

richard-cox
Copy link
Contributor

  • De-paginate service marketplace list by adding flattenPagination to the associated action
  • Checked for other places where this might also be needed
  • Ensure PaginationAction action is only used for core things
  • Updated name of PaginationAction to avoid future confusion
  • Use PaginatedAction as base for pagination list actions

- Ensure flattenPagination is used in service wall action (this will fetch all pages)
- Ensure PaginationAction action is only used for core things
@cfdreddbot
Copy link

Hey richard-cox!

Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA.

@codecov
Copy link

codecov bot commented Oct 30, 2018

Codecov Report

Merging #3161 into v2-master will increase coverage by <.01%.
The diff coverage is 100%.

@@              Coverage Diff              @@
##           v2-master    #3161      +/-   ##
=============================================
+ Coverage      71.09%   71.09%   +<.01%     
=============================================
  Files            632      632              
  Lines          27752    27753       +1     
  Branches        6314     6314              
=============================================
+ Hits           19731    19732       +1     
  Misses          8021     8021

@nwmac nwmac changed the title Fix issue were only first 100 services were shown in service marketplace Fix issue where only first 100 services were shown in service marketplace Oct 31, 2018
@nwmac nwmac added the bug label Oct 31, 2018
@KlapTrap KlapTrap added the conflicts Merge conflicts on PR label Nov 20, 2018
@richard-cox richard-cox removed the conflicts Merge conflicts on PR label Nov 21, 2018
Copy link
Contributor

@nwmac nwmac left a comment

Choose a reason for hiding this comment

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

LGTM

@nwmac nwmac merged commit 674355f into v2-master Dec 3, 2018
@nwmac nwmac deleted the fix-service-wall-pagination branch December 3, 2018 13:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants