Task #2357
Add a user ViewSet
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 10
Quarter:
Description
To support:
- CRUD the user
- list all the users
- change password for the user (hopefully taking advantage of django's included views that handle password management)
Related issues
Associated revisions
Revision 55c9f8e3
View on GitHub
Adds ViewSet for User model
Adds ability to: GET, POST to /api/v3/users/ PUT, PATCH, DELETE to /api/v3/users//
History
#1
Updated by ttereshc about 4 years ago
- Blocked by Task #2356: Add serializer for the user model added
#2
Updated by ttereshc about 4 years ago
- Description updated (diff)
#3
Updated by ttereshc about 4 years ago
- Related to Task #2090: Create a plan for user/auth in 3.0 added
#4
Updated by mhrivnak about 4 years ago
- Description updated (diff)
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
#5
Updated by mhrivnak about 4 years ago
- Sprint/Milestone set to 28
#6
Updated by dkliban@redhat.com about 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to dkliban@redhat.com
#7
Updated by dkliban@redhat.com about 4 years ago
- Status changed from ASSIGNED to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|55c9f8e32188aa3e1f9a1467b6b792af41cd65f4.
#8
Updated by dkliban@redhat.com about 4 years ago
#9
Updated by bmbouter almost 3 years ago
- Sprint set to Sprint 10
#10
Updated by bmbouter almost 3 years ago
- Sprint/Milestone deleted (
28)
#11
Updated by daviddavis over 1 year ago
- Sprint/Milestone set to 3.0.0
#12
Updated by bmbouter over 1 year ago
- Tags deleted (
Pulp 3)
#13
Updated by bmbouter about 1 year ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Please register to edit this issue
Adds ViewSet for User model
Adds ability to: GET, POST to /api/v3/users/ PUT, PATCH, DELETE to /api/v3/users//
closes #2357 https://pulp.plan.io/issues/2357