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
Updated by bmbouter over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
Updated by bmbouter over 5 years ago
- Status changed from ASSIGNED to POST
PR available at: https://github.com/pulp/pulp_ansible/pull/125
Added by bmbouter over 5 years ago
Updated by bmbouter over 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp_ansible|440f092bb056cd0b4953eaa07a2a49c1fd3f98fd.
Updated by ggainey over 4 years ago
- Tags Katello added
- Tags deleted (
Katello-P2)
Updated by bmbouter about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
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