Task #6131
closedClean up for RC release
100%
Description
Rename type to pulp2_type https://github.com/pulp/pulp-2to3-migration/blob/master/pulp_2to3_migration/app/models/content.py
Fix the docstring pulp2_repo_type https://github.com/pulp/pulp-2to3-migration/blob/master/pulp_2to3_migration/app/models/repository.py#L30
Remove autopublish and its usage https://github.com/pulp/pulp-2to3-migration/blob/master/pulp_2to3_migration/app/models/repository.py#L135
Leave comments for relationships on the Pulp2Repository/Importer/Distributor models
Added by ttereshc almost 5 years ago
Added by ttereshc almost 5 years ago
Revision adcf47b0 | View on GitHub
Clean up for RC release
Renamed type
in Pulp2to3Content to pulp2_type
for consistency.
Fixed doc strings and added comments to calify why certain relationship is needed.
Removed migration of auto_publish configuration, it's not used.
Added by ttereshc almost 5 years ago
Revision adcf47b0 | View on GitHub
Clean up for RC release
Renamed type
in Pulp2to3Content to pulp2_type
for consistency.
Fixed doc strings and added comments to calify why certain relationship is needed.
Removed migration of auto_publish configuration, it's not used.
Updated by ttereshc almost 5 years ago
- Status changed from ASSIGNED to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp:pulp-2to3-migration|adcf47b075b367082504a3b876b3cef6699836a8.
Updated by ttereshc over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
- Sprint/Milestone set to 0.1.0
Clean up for RC release
Renamed
type
in Pulp2to3Content topulp2_type
for consistency. Fixed doc strings and added comments to calify why certain relationship is needed. Removed migration of auto_publish configuration, it's not used.closes #6131 https://pulp.plan.io/issues/6131