Task #2989
closedUse Publication.created instead of Publisher.last_published and RepositoryVersion.created instead of Importer.last_sync.
100%
Description
Use the Publication.created instead of Publisher.last_published. The Publisher.last_published may be removed if no longer needed.
Updated by mhrivnak about 7 years ago
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.
Updated by jortel@redhat.com almost 7 years ago
- 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.
Updated by amacdona@redhat.com almost 6 years ago
If this is going to be done, this should be a GA blocker, possibly an RC blocker
Updated by daviddavis almost 6 years ago
- Status changed from NEW to POST
- Assignee set to daviddavis
Added by daviddavis almost 6 years ago
Added by daviddavis almost 6 years ago
Revision 353e019e | View on GitHub
Removing last_published and last_synced
Updated by daviddavis almost 6 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|353e019ec8c10312a3ca0108689c86a920abb56b.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Removing last_published and last_synced
fixes #2989 https://pulp.plan.io/issues/2989