Actions
Story #8876
closedAs a user, the `DELETE /pulp/api/v3/orphans/` is deprecated in favor of `POST /pulp/api/v3/orphans/cleanup/`
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Sprint:
Sprint 99
Quarter:
Description
Several parameters are being introduced to control how orphaned content is cleaned up. The openAPI tooling Pulp uses won't allow parameters to be expressed with DELETE parameters. Rather than fixing that, we will use POST /pulp/api/v3/orphans/cleanup/
which based on feedback is feeling more natural anyway.
As use, we need this ticket to:
- deprecate (but do not remove)
DELETE /pulp/api/v3/orphans/
- Allow
POST /pulp/api/v3/orphans/cleanup/
to do whatDELETE /pulp/api/v3/orphans/
did - Add at least one test testing the deprecated endpoint
- Port all existing orphan cleanup tests to use the new POST endpoint
Updated by bmbouter over 3 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
Updated by ipanova@redhat.com over 3 years ago
- Sprint/Milestone set to Content/disk space management
- Groomed changed from No to Yes
- Sprint set to Sprint 98
Updated by ipanova@redhat.com over 3 years ago
- Sprint/Milestone changed from Content/disk space management to 3.14.0
Updated by pulpbot over 3 years ago
- Status changed from ASSIGNED to POST
Added by bmbouter over 3 years ago
Updated by bmbouter over 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|746b9d837af781fa4644c6b000aebb4e5b4cc146.
Updated by pulpbot over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Deprecated
DELETE /pulp/api/v3/orphans/
When calling this endpoint now, a deprecation warning is logged recommending users instead use the
POST /pulp/api/v3/orphans/cleanup/
call.closes #8876