Task #2989
closed
Use Publication.created instead of Publisher.last_published and RepositoryVersion.created instead of Importer.last_sync.
Status:
CLOSED - CURRENTRELEASE
Description
Use the Publication.created instead of Publisher.last_published. The Publisher.last_published may be removed if no longer needed.
- Description updated (diff)
Great observation. The "last_published" date in Pulp 2 was only needed because we didn't track the publications themselves. It also assumes that the last publication still exists, but that cannot be guaranteed.
- Subject changed from Use Publication.created instead of Publisher.last_published. to Use Publication.created instead of Publisher.last_published and RepositoryVersion.created instead of Importer.last_sync.
Use Publication.created instead of Publisher.last_published and RepositoryVersion.created instead of Importer.last_sync. Let's remove the fields from the Importer and Publisher and stop managing the redundant information.
- Description updated (diff)
If this is going to be done, this should be a GA blocker, possibly an RC blocker
- Status changed from NEW to POST
- Assignee set to daviddavis
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
- Sprint/Milestone set to 3.0.0
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Also available in: Atom
PDF
Removing last_published and last_synced
fixes #2989 https://pulp.plan.io/issues/2989