Network maintenance. Planio will be observing two scheduled maintenance windows this Tuesday, March 2 and Wednesday, March 3 from 02:00 UTC until 06:00 UTC each in order to perform maintenance on access routers in our primary datacenter. Your account might observe short downtimes during these periods up to several minutes at a time.
Issue #7428
pulp_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
Associated revisions
Revision 4daa91d7
View on GitHub
Fix is_highest query
History
#2
Updated by daviddavis 6 months ago
- Description updated (diff)
#5
Updated by Anonymous 5 months ago
- Status changed from POST to MODIFIED
Applied in changeset pulp_ansible|25e5416107cedda38cb3775ff631bfaa4a953cac.
#7
Updated by daviddavis 5 months ago
- Status changed from MODIFIED to ASSIGNED
- Sprint/Milestone set to 0.4.0
#10
Updated by Anonymous 5 months ago
- Status changed from POST to MODIFIED
Applied in changeset pulp_ansible|4daa91d739e9fc922ad11af573a5e02f161a9310.
Please register to edit this issue
List highest versions per repository
https://pulp.plan.io/issues/7428 closes #7428