Actions
Story #7974
closedEnable pagination for catalog and tag/list endpoints
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
GalaxyNG
Sprint:
Sprint 91
Quarter:
Description
These 2 endpoins might produce large result Check docker v2 api spec for implementation details
Updated by ipanova@redhat.com almost 4 years ago
- Subject changed from Enable paginatin for catalog and tag/list endpoins to Enable pagination for catalog and tag/list endpoints
Updated by mdellweg almost 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to mdellweg
Updated by ipanova@redhat.com almost 4 years ago
- Sprint/Milestone changed from 2.3.0 to registry-feature-parity
Updated by ipanova@redhat.com almost 4 years ago
- Status changed from ASSIGNED to NEW
- Assignee deleted (
mdellweg)
Updated by ipanova@redhat.com almost 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to mdellweg
Updated by pulpbot almost 4 years ago
- Status changed from ASSIGNED to POST
Updated by ipanova@redhat.com almost 4 years ago
- Sprint/Milestone changed from registry-feature-parity to 2.4.0
Added by mdellweg over 3 years ago
Added by mdellweg over 3 years ago
Revision 4a2a9961 | View on GitHub
Add pagination for _catalog and tags
The pagination follows the container registry specification by providing a link:next header and controls the viewable subset by count (n) and the last name of the previous page (last).
Updated by mdellweg over 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 4a2a99613344a3c138e97c0b81dce2d5eb6fc653.
Updated by pulpbot over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Add pagination for _catalog and tags
The pagination follows the container registry specification by providing a link:next header and controls the viewable subset by count (n) and the last name of the previous page (last).
fixes #7974 https://pulp.plan.io/issues/7974