Actions
Issue #7759
closedExpose 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.
Updated by pulpbot about 4 years ago
- Status changed from NEW to POST
Added by Bruno Rocha about 4 years ago
Updated by Anonymous about 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|32f8eb95cc2f92fa7f10c372b8f3dc5c31b61b83.
Updated by pulpbot almost 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
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