Issue #7775
closedNeed a way to track when versions for a collection has been updated
Description
The work in https://github.com/ansible/ansible/pull/71904 is trying to reduce the number of calls the ansible-galaxy CLI needs to do in order to install a collection. One thing that is cached is the versions that are advertised by a collection through '{api}/collections/{namespace}/{name}/versions/'. While the cache will have a certain time to live the cli still needs a way to determine if the cached version list is up to date or not.
The current method is to check if the highest_version or updated_at field has changed but currently they only reflect if a higher version was published and not any version. For example if namespace.name was published at 1.1.0 at 7am and then 1.0.1 at 10am the updated_at field will still only show 7am due to 1.1.0 being a higher version. What I am hoping for is the updated_at field to show the timestamp at which the latest version was published, this case being 10am.
Related issues
Updated by fao89 about 4 years ago
- Groomed changed from No to Yes
- Sprint set to Sprint 85
- Quarter set to Q4-2020
Updated by fao89 about 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to fao89
Updated by pulpbot about 4 years ago
- Status changed from ASSIGNED to POST
Updated by pulpbot about 4 years ago
Added by Fabricio Aguiar about 4 years ago
Updated by Anonymous about 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp_ansible|332f2c1bd7adbb6540ce47035f642b8c142fd0b0.
Updated by pulpbot about 4 years ago
Added by Fabricio Aguiar about 4 years ago
Revision c43b89cf | View on GitHub
Field updated_at from Galaxy v3 Collections endpoint using latest instead of highest version
Updated by pulpbot about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by fao89 almost 4 years ago
- Copied to Task #8012: Need a way to track when versions for a collection has been updated added
Field updated_at from Galaxy v3 Collections endpoint using latest instead of highest version
https://pulp.plan.io/issues/7775 closes #7775