Refactor #2085
create django models for consumer/binding/applicability
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
3.0.0
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 6
Quarter:
Description
Create django models for the functionality that includes:
- consumers
- bindings
- profiles
- applicability
Related issues
Associated revisions
Revision d0dfa506
View on GitHub
Add consumer models. closes #2085
History
#1
Updated by jortel@redhat.com over 4 years ago
- Description updated (diff)
#2
Updated by mhrivnak over 4 years ago
- Blocked by Task #2086: add django DB boilerplate added
#3
Updated by jortel@redhat.com over 4 years ago
Since both the agent and nodes are being removed in 3.0, the consumer and consumer_bindings tables should be simplified.
- The capabilities and rsa_pub columns should be omitted from the consumer table.
- The notify_agent, binding_config and deleted columns should be omitted from the consumer_bindings table.
#4
Updated by jortel@redhat.com over 4 years ago
- Groomed changed from No to Yes
#5
Updated by mhrivnak over 4 years ago
- Sprint/Milestone set to 24
#6
Updated by jortel@redhat.com over 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to jortel@redhat.com
#7
Updated by jortel@redhat.com over 4 years ago
- Checklist item Create one or more django models to hold the data currently in each mongo collection set to Done
#8
Updated by jortel@redhat.com over 4 years ago
- Status changed from ASSIGNED to POST
#9
Updated by jortel@redhat.com over 4 years ago
- Checklist item Include thorough documentation about how data should be mapped from the mongo collection to the django model set to Done
Data migration: https://pulp.plan.io/issues/2117
#10
Updated by jortel@redhat.com over 4 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|d0dfa5069cc51e5417a7d2a2f690d646f7524d75.
#11
Updated by semyers over 4 years ago
- Platform Release set to 3.0.0
#12
Updated by mhrivnak over 4 years ago
#13
Updated by jortel@redhat.com over 4 years ago
- Related to Refactor #2117: Migrate consumers collection to customer table. added
#14
Updated by jortel@redhat.com over 4 years ago
- Related to Refactor #2119: Migrate consumer_bindings collection to consumer_distributor table. added
#15
Updated by jortel@redhat.com over 4 years ago
- Tags Pulp 3 added
#16
Updated by jortel@redhat.com over 4 years ago
- Parent task set to #2162
#17
Updated by jortel@redhat.com over 4 years ago
- Parent task deleted (
#2162) - Tags Pulp 3 Modeling added
#18
Updated by bmbouter over 3 years ago
- Tags deleted (
Pulp 3 Modeling)
#19
Updated by bmbouter almost 3 years ago
- Sprint set to Sprint 6
#20
Updated by bmbouter almost 3 years ago
- Sprint/Milestone deleted (
24)
#21
Updated by daviddavis almost 2 years ago
- Sprint/Milestone set to 3.0.0
#22
Updated by bmbouter almost 2 years ago
- Tags deleted (
Pulp 3)
#23
Updated by bmbouter about 1 year ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Please register to edit this issue
Add consumer models. closes #2085