Actions
Story #4647
closedAs a user, I can create a plugin specific publication using /pulp/api/v3/publications/<plugin>/ endpoint
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
Yes
Tags:
Sprint:
Quarter:
Description
Plugin API Changes:
Convert Publication to a Master/Detail model.
Plugin writers implement their version of Publication which implements the 'create' method. The create method dispatches the same task that the current publishers dispatch. All attributes that plugin writers currently provide for a Publisher will now belong to a Publication.
REST API changes:
Each plugin will add a `/pulp/api/v3/publications/<plugin>/` to the REST API.
The Publishers API will be marked as deprecated and will be removed from the REST API in RC 3. (pulpcore 3.0.0rc3 and pulpcore-plugin 0.3.0rc3)
Related issues
Updated by dkliban@redhat.com over 5 years ago
- Is duplicate of Story #4678: As a plugin writer, I have Master/Detail Publications added
Updated by dkliban@redhat.com over 5 years ago
- Status changed from NEW to CLOSED - DUPLICATE
Actions