Actions
Story #9579
closedAs a plugin writer I can initialize new RepositoryVersions with plugin-provided code.
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
There is already a "finalize_new_version" function for plugins to edit a new RepositoryVersion just before it is saved by pulpcore.
I propose an additional "initialize_new_version" function for plugins to edit a new RepositoryVersion before anything else is performed on the new version.
This allows for a elegent solution of the following pulp_deb issue: https://pulp.plan.io/issues/8756
Updated by pulpbot almost 3 years ago
- Status changed from NEW to POST
Added by quba42 almost 3 years ago
Updated by quba42 almost 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|5cbcbb06c41518d94dc637ef68b6842bb59d8819.
Updated by pulpbot almost 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Add initialize_new_version function to Repository model
closes #9579 https://pulp.plan.io/issues/9579