Task #1339
closedStory #1150: As a user, I can lazily fetch repositories
Purge the lazy catalog and deferred downloads when a orphaned unit is removed.
100%
Description
Purge the lazy catalog and deferred downloads when a orphaned unit is removed.
Related issues
Updated by jcline@redhat.com about 9 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to jcline@redhat.com
Updated by jcline@redhat.com about 9 years ago
- Related to Task #1327: Purge the lazy catalog when importer is removed. added
Updated by jcline@redhat.com about 9 years ago
- Status changed from ASSIGNED to POST
Added by Jeremy Cline almost 9 years ago
Added by Jeremy Cline almost 9 years ago
Revision cc6aeed2 | View on GitHub
The lazy catalog is purged during an orphan purge.
This change appears in both the mongoegine version and the
non-mongoengine version of the "delete orphan by type" method because
although lazy is only supported by mongoengine types, the
delete_orphan_by_id
method works with mongoengine types and calls
the non-mongoegine version of "delete orphan by type".
It also updates the mongoengine version of "delete by type" to match the signature of the non-mongoengine version.
closes #1339
Updated by Anonymous almost 9 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp|cc6aeed256e17c008dbf3aedff7bdf2e1979f911.
Updated by jcline@redhat.com almost 9 years ago
- Status changed from MODIFIED to POST
Updated by jcline@redhat.com almost 9 years ago
- Status changed from POST to MODIFIED
Updated by rbarlow almost 9 years ago
- Status changed from MODIFIED to 5
- Platform Release set to 2.8.0
Updated by dkliban@redhat.com over 8 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
The lazy catalog is purged during an orphan purge.
This change appears in both the mongoegine version and the non-mongoengine version of the "delete orphan by type" method because although lazy is only supported by mongoengine types, the
delete_orphan_by_id
method works with mongoengine types and calls the non-mongoegine version of "delete orphan by type".It also updates the mongoengine version of "delete by type" to match the signature of the non-mongoengine version.
closes #1339