Actions
Task #5223
closedAdd highest version mark to CollectionVersion model
Updated by osapryki over 5 years ago
- Tracker changed from Issue to Task
- % Done set to 0
Updated by bmbouter over 5 years ago
- Status changed from NEW to POST
PR available at: https://github.com/pulp/pulp_ansible/pull/156
Added by Alexander Saprykin over 5 years ago
Updated by Anonymous over 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp_ansible|0e930ae861a6098ebc17c62fe2c7d117139ef759.
Updated by bmbouter about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Add is_highest field to CollectionVersion model
is_highest
is a boolean field that indicates if a specific collection version has the highest version in a set of available collection versions. This patch adds the field, migration and data migration for it.NOTE: Since the semver comparison is implemented in Python, data migration fetches all required data into memory. Even considering limited number of fields that queries fetch, the operation may have impact on performance or even fail if out of memory.
https://pulp.plan.io/issues/5223 closes #5223