Actions
Story #5023
closedAnsible Collection sync does not have data in the progress report
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Katello
Sprint:
Quarter:
Description
The progress report in the collection sync task is empty. We should ideally receive data in a structure similar to files. https://docs.pulpproject.org/en/3.0/nightly/restapi.html#operation/tasks_read
Actions
Collection sync bugfix and progress reporting
Previously the sync had no progress reports. Some users want progress reporting even for fast tasks, e.g. Katello. This gives some basic progress reporting.
https://pulp.plan.io/issues/5023 closes #5023
Cause second sync content to associate correctly
The content associate only occured when the sync created the content unit. When that content unit is associated with another repository the sync doesn't associate the content correctly.
This associates content regardless of if this sync created it or it already existed.
https://pulp.plan.io/issues/4997 closes #4997