Task #2989
Use 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.
Associated revisions
Revision 353e019e
View on GitHub
Removing last_published and last_synced
Revision 353e019e
View on GitHub
Removing last_published and last_synced
History
#1
Updated by jortel@redhat.com over 2 years ago
- Description updated (diff)
#2
Updated by mhrivnak over 2 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.
#3
Updated by jortel@redhat.com almost 2 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.
#4
Updated by jortel@redhat.com almost 2 years ago
- Description updated (diff)
#5
Updated by amacdona@redhat.com about 1 year ago
If this is going to be done, this should be a GA blocker, possibly an RC blocker
#6
Updated by daviddavis about 1 year ago
- Checklist item Remove Importer.last_sync set to Done
- Checklist item Remove Publisher.last_published set to Done
- Status changed from NEW to POST
- Assignee set to daviddavis
#7
Updated by daviddavis about 1 year ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|353e019ec8c10312a3ca0108689c86a920abb56b.
#8
Updated by daviddavis 8 months ago
- Sprint/Milestone set to 3.0
Please register to edit this issue