Task #3933
closedStory #3202: As a user, I can sync RPM/SRPM/Erratum from a remote Yum/DNF repository
Save UpdateCollection and UpdateCollectionPackage in bulk
100%
Description
Create a ErrataRelatedModelSaver stage that will:
1. Read in a batch of DeclarativeContent objects
2. Filter out the UpdateRecord objects, and send the other content unit types down the pipeline
3. Bulk-save the UpdateCollection objects.
4. Bulk-save the UpdateCollectionPackage objects.
5. Send the handled UpdateRecord objects down the pipeline
This stage needs to be run just after the ContentUnitAssociation stage. That means it needs a custom pipeline, which RPM can instantiate easily. That work should be done as part of this ticket.
Updated by daviddavis about 6 years ago
- Parent issue set to #3202
- Groomed changed from No to Yes
- Sprint set to Sprint 41
Updated by bmbouter about 6 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
Updated by bmbouter about 6 years ago
- Status changed from ASSIGNED to POST
Erratum sync is also working with this! https://github.com/pulp/pulp_rpm/pull/1168
Added by bmbouter about 6 years ago
Updated by bmbouter about 6 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset cf68be94f7b758faa24948e68f5050dedc4b4d33.
Updated by ttereshc almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Get Sync Working with Erratum!
https://pulp.plan.io/issues/3933 closes #3933