Project

Profile

Help

Story #3801

closed

As a user, I can skip to various pages for paginated results

Added by daviddavis almost 6 years ago. Updated almost 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
% Done:

0%

Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Katello
Sprint:
Quarter:

Description

We currently use cursor based pagination where pages must be fetched sequentially as opposed to the default DRF pagination method of using page numbers. Cursors work great for large data sets as you don’t have to figure out things like the number of pages.

The first problem is that in Pulp we parallelize web requests for things like fetching metadata. See our Ansible plugin as an example[1]. If we want to support things like syncing content from one Pulp server to another, we probably have to use offset/page-based pagination for certain endpoints.

Another consideration is Katello. In Katello’s UI they show the number of pages and allow users to jump to arbitrary pages or the last page. If we want Katello to stop indexing Pulp data and instead query Pulp directly, we’ll need to allow them to use page numbers somehow.

To change from cursor-based pagination to page number pagination, we simply need to extend PageNumberPagination in our base pagination models.


Related issues

Related to Pulp - Test #4221: As a user, I can skip to various pages for paginated resultsCLOSED - COMPLETErochacbrunoActions
Actions #1

Updated by daviddavis almost 6 years ago

  • Description updated (diff)
Actions #2

Updated by jsherril@redhat.com almost 6 years ago

  • Tags Katello-P4 added
Actions #3

Updated by daviddavis over 5 years ago

  • Status changed from NEW to POST
  • Assignee set to daviddavis

Added by daviddavis over 5 years ago

Revision 53f41330 | View on GitHub

Changing from cursor to page number pagination

fixes #3801 https://pulp.plan.io/issues/3801

Added by daviddavis over 5 years ago

Revision 53f41330 | View on GitHub

Changing from cursor to page number pagination

fixes #3801 https://pulp.plan.io/issues/3801

Actions #4

Updated by daviddavis over 5 years ago

  • Status changed from POST to MODIFIED
  • % Done changed from 0 to 100
Actions #5

Updated by rochacbruno over 5 years ago

  • Tags Functional Test added
Actions #7

Updated by rochacbruno over 5 years ago

  • Related to Test #4221: As a user, I can skip to various pages for paginated results added
Actions #8

Updated by daviddavis almost 5 years ago

  • Sprint/Milestone set to 3.0.0
Actions #9

Updated by bmbouter almost 5 years ago

  • Tags deleted (Pulp 3)
Actions #10

Updated by daviddavis almost 5 years ago

  • Tags Katello-P3 added
  • Tags deleted (Functional Test, Katello-P4)
Actions #11

Updated by bmbouter over 4 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions #12

Updated by ggainey almost 4 years ago

  • Tags Katello added
  • Tags deleted (Katello-P3)

Also available in: Atom PDF