Actions
Story #5018
closedAdd artifact sha details to the content ansible collection list API
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Katello
Sprint:
Quarter:
Description
It would be helpful to see artifact sha details on the content details/list results to avoid an additional call to artifacts API to fetch sha details.
This endpoint should ideally provide sha details in results: https://pulp-ansible.readthedocs.io/en/latest/restapi.html#operation/content_ansible_collections_list
Updated by bmbouter over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
Updated by bmbouter over 5 years ago
- Status changed from ASSIGNED to POST
PR available at: https://github.com/pulp/pulp_ansible/pull/126
Added by bmbouter over 5 years ago
Updated by bmbouter over 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp_ansible|7fb42a1eab17d784aae09fbbcf44111b7ef3c6ab.
Updated by ggainey over 4 years ago
- Tags Katello added
- Tags deleted (
Katello-P2)
Updated by bmbouter over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Add sha details to Collection list and detail APIs
The list and detail Collection APIs now include various sha details of the associated Artifact. For example sha256, md5, etc. This avoids some clients, e.g. Katello from making additional calls for the sha data while users who want less data serialized over the interface can limit the fields.
https://pulp.plan.io/issues/5018 closes #5018