Actions
Issue #5621
closedStory #5517: [EPIC] Automation Hub Release Blockers
Add sort parameters to Collection Version List
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 61
Quarter:
Description
Add a sort
parameter to the Collection Version List (/pulp/api/v3/content/ansible/collection_versions/
) that allows sorting by:
- Collection name
- Namespace name
- Date created
- Collection version
We need to be able to sort by created date. The rest would be nice to have, but aren't critical.
Updated by daviddavis about 5 years ago
- Sprint set to Sprint 61
This is a blocker. Adding to sprint.
Updated by daviddavis about 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to daviddavis
Updated by daviddavis about 5 years ago
- Status changed from ASSIGNED to POST
Added by daviddavis about 5 years ago
Added by daviddavis about 5 years ago
Revision 70399453 | View on GitHub
Adding sort params to collection versions endpoint
fixes #5621 https://pulp.plan.io/issues/5621
Required PR: https://github.com/pulp/pulpcore/pull/357
Updated by daviddavis about 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp_ansible|7039945324c6ba68c84aa8d3a451d1152c2b1b0b.
Updated by bmbouter about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Fix bug where ordering filter raised 400
The ordering parameter is used by DRF to order results and should not be considered an invalid parameter on GET requests.
ref #5621