Issue #7759
Expose ProgressReportSerializer on pulpcore.plugin
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Currently to import ProgressReportSerializer it needs to be loaded from pulpcore.app
For plugins it would be nice to have it under pulpcore.plugin
namespace.
Associated revisions
History
#2
Updated by Anonymous 3 months ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|32f8eb95cc2f92fa7f10c372b8f3dc5c31b61b83.
#3
Updated by daviddavis about 2 months ago
- Sprint/Milestone set to 3.9.0
#4
Updated by pulpbot about 2 months ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Please register to edit this issue
Expose ProgressReportSerializer on pulpcore.plugin
Currently it is only possible to import ProgressReportSerializer through
pulpcore.app.serializers
and it is useful to have it onpulpcore.plugin.serializers
Related PR: https://github.com/ansible/galaxy_ng/pull/526
closes #7759