Task #4633
closedDefine Collection model
100%
Description
Define 1 model type, Collection that inherits from Content. It will store 4 string values and a single artifact.
namespace: "acme"
name: “jenkins”
version: "3.5.0"
min_ansible_version: “2.4”
Related issues
Updated by bmbouter over 5 years ago
- Subject changed from define Collection model and CollectionVersion content model to Define Collection model and CollectionVersion content model
Updated by bmbouter over 5 years ago
- Description updated (diff)
@daviddavis why did we go with the Role, RoleVersion design versus just a RoleVersion and then fancy views to deduplicate the Role data?
Updated by daviddavis over 5 years ago
Two reasons. The first was normalization. The second is that we were basing our models off the ones in Galaxy which also had a Role[0] and a RoleVersion[1].
I'm not opposed to having one model especially since it seems like Collection is a lot smaller than Role was.
[0] https://github.com/ansible/galaxy/blob/c5916e5853a7022a38df1465abc442e29cb96a08/galaxy/main/models.py#L238
[1] https://github.com/ansible/galaxy/blob/c5916e5853a7022a38df1465abc442e29cb96a08/galaxy/main/models.py#L551
Updated by bmbouter over 5 years ago
- Subject changed from Define Collection model and CollectionVersion content model to Define Collection model
Updated by bmbouter over 5 years ago
- Blocks Story #4635: As a user I can use Mazer to install a Collection published by Pulp added
Updated by bmbouter over 5 years ago
- Blocks Story #4634: As a user I can use mazer to publish to Pulp added
Updated by daviddavis over 5 years ago
- Groomed changed from No to Yes
- Sprint set to Sprint 51
Updated by bmbouter over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
Updated by bmbouter over 5 years ago
- Status changed from ASSIGNED to POST
PR available at: https://github.com/pulp/pulp_ansible/pull/90
Updated by bmbouter over 5 years ago
- Sprint/Milestone changed from 66 to 0.1 Release
Added by bmbouter over 5 years ago
Updated by bmbouter over 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp_ansible|51bf29c8f554aad0f6ec6b7feac0c462be209ce9.
Updated by bmbouter about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Adds basic Collection model
https://pulp.plan.io/issues/4633 closes #4633