Daniel Alley
Daniel Alley
The only place it's currently used is in depsolving and retention policy handling. IIRC, it exists mostly because it was done that way in Pulp 2 more than any other...
We can't import exports created by an old version of Pulp. Therefore: once an export-side issue has been fixed, the import-side workarounds can also be removed. Arguably they should only...
* `UpdateCollectionPackage.sum_type` shouldn't be allowed to be 0, but this seems to be the case in some ancient data. We could probably perform a migration determining `sum_type` based on the...
Goals: * Clean up the mess left over by https://github.com/pulp/pulp_rpm/pull/2693 * Namely the fact that the same filtering operation needs to be done in two different places due to the...
`location_href` shouldn't have been in our schema originally. It was copied over from createrepo_c, but there it refers to a property of the individual repository layout rather than a unique...
We have to support syncing these repos (for now), but we don't have to support on-demand sync. As part of phasing these checksums out forever, we should remove deferred download...
Support for generating sqlite metadata was removed in https://github.com/pulp/pulp_rpm/pull/3328, and support for specifying metadata and package checksum types independently was deprecated in https://github.com/pulp/pulp_rpm/pull/3342 / https://github.com/pulp/pulp_rpm/issues/2480 However these fields were not...
Once EL7 has been out of support for a bit (let's call it a year and change, late 2025), support for these checksums can be dropped entirely. At that point...