Issue #7428
closedpulp_ansible collection list only shows collection if highest version in repo
Description
The pulp_ansible collection list only shows that a repo contains a collection if the highest version of the collection is in the repo. For example:
/pulp_ansible/galaxy/published/api/v3/collections/<my_namespace>/<my_collection>/versions/ shows many versions
however /pulp_ansible/galaxy/published/api/v3/collections/ does not show <my_collection> in list if the highest version is not in "published" repo but in another repo such as "staging"
This is likely related to the is_highest check here: https://github.com/pulp/pulp_ansible/blob/49ec73f88a3bd5f62e7c77f13afe110e178b9d29/pulp_ansible/app/galaxy/v3/views.py#L117-L119
Updated by fao89 over 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to fao89
Updated by pulpbot over 4 years ago
- Status changed from ASSIGNED to POST
Added by Fabricio Aguiar over 4 years ago
Updated by Anonymous over 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp_ansible|25e5416107cedda38cb3775ff631bfaa4a953cac.
Updated by pulpbot over 4 years ago
Updated by daviddavis about 4 years ago
- Status changed from MODIFIED to ASSIGNED
- Sprint/Milestone set to 0.4.0
Updated by pulpbot about 4 years ago
- Status changed from ASSIGNED to POST
Updated by pulpbot about 4 years ago
Updated by Anonymous about 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp_ansible|4daa91d739e9fc922ad11af573a5e02f161a9310.
Updated by pulpbot about 4 years ago
Updated by pulpbot about 4 years ago
Updated by pulpbot about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
List highest versions per repository
https://pulp.plan.io/issues/7428 closes #7428