From 55fa2fd382241c39122a69956fa20425b1857daf Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 31 Dec 2012 00:30:17 -0600 Subject: Update the groups JSON fixture Signed-off-by: Dan McGee --- main/fixtures/groups.json | 229 ++++++++++++++++++++++++++++++++-------------- 1 file changed, 159 insertions(+), 70 deletions(-) diff --git a/main/fixtures/groups.json b/main/fixtures/groups.json index d25c5acb..b5978b74 100644 --- a/main/fixtures/groups.json +++ b/main/fixtures/groups.json @@ -64,6 +64,115 @@ "change_signoffspecification", "packages", "signoffspecification" + ], + [ + "add_todolist", + "todolists", + "todolist" + ], + [ + "change_todolist", + "todolists", + "todolist" + ], + [ + "add_todolistpackage", + "todolists", + "todolistpackage" + ], + [ + "change_todolistpackage", + "todolists", + "todolistpackage" + ], + [ + "delete_todolistpackage", + "todolists", + "todolistpackage" + ] + ] + } + }, + { + "pk": 2, + "model": "auth.group", + "fields": { + "name": "Trusted Users", + "permissions": [ + [ + "change_package", + "main", + "package" + ], + [ + "add_todolist", + "main", + "todolist" + ], + [ + "change_todolist", + "main", + "todolist" + ], + [ + "add_todolistpkg", + "main", + "todolistpkg" + ], + [ + "change_todolistpkg", + "main", + "todolistpkg" + ], + [ + "delete_todolistpkg", + "main", + "todolistpkg" + ], + [ + "add_signoff", + "packages", + "signoff" + ], + [ + "change_signoff", + "packages", + "signoff" + ], + [ + "add_signoffspecification", + "packages", + "signoffspecification" + ], + [ + "change_signoffspecification", + "packages", + "signoffspecification" + ], + [ + "add_todolist", + "todolists", + "todolist" + ], + [ + "change_todolist", + "todolists", + "todolist" + ], + [ + "add_todolistpackage", + "todolists", + "todolistpackage" + ], + [ + "change_todolistpackage", + "todolists", + "todolistpackage" + ], + [ + "delete_todolistpackage", + "todolists", + "todolistpackage" ] ] } @@ -133,25 +242,30 @@ } }, { - "pk": 6, + "pk": 4, "model": "auth.group", "fields": { - "name": "Package Relation Maintainers", + "name": "User Admins", "permissions": [ [ - "add_packagerelation", - "packages", - "packagerelation" + "add_user", + "auth", + "user" ], [ - "change_packagerelation", - "packages", - "packagerelation" + "change_user", + "auth", + "user" ], [ - "delete_packagerelation", - "packages", - "packagerelation" + "add_userprofile", + "devel", + "userprofile" + ], + [ + "change_userprofile", + "devel", + "userprofile" ] ] } @@ -312,6 +426,21 @@ "releng", "module" ], + [ + "add_release", + "releng", + "release" + ], + [ + "change_release", + "releng", + "release" + ], + [ + "delete_release", + "releng", + "release" + ], [ "add_source", "releng", @@ -346,89 +475,49 @@ } }, { - "pk": 2, + "pk": 6, "model": "auth.group", "fields": { - "name": "Trusted Users", + "name": "Package Relation Maintainers", "permissions": [ [ - "change_package", - "main", - "package" - ], - [ - "add_todolist", - "main", - "todolist" - ], - [ - "change_todolist", - "main", - "todolist" - ], - [ - "add_todolistpkg", - "main", - "todolistpkg" - ], - [ - "change_todolistpkg", - "main", - "todolistpkg" - ], - [ - "delete_todolistpkg", - "main", - "todolistpkg" - ], - [ - "add_signoff", - "packages", - "signoff" - ], - [ - "change_signoff", + "add_packagerelation", "packages", - "signoff" + "packagerelation" ], [ - "add_signoffspecification", + "change_packagerelation", "packages", - "signoffspecification" + "packagerelation" ], [ - "change_signoffspecification", + "delete_packagerelation", "packages", - "signoffspecification" + "packagerelation" ] ] } }, { - "pk": 4, + "pk": 8, "model": "auth.group", "fields": { - "name": "User Admins", + "name": "Download Page Releases", "permissions": [ [ - "add_user", - "auth", - "user" - ], - [ - "change_user", - "auth", - "user" + "add_release", + "releng", + "release" ], [ - "add_userprofile", - "devel", - "userprofile" + "change_release", + "releng", + "release" ], [ - "change_userprofile", - "devel", - "userprofile" + "delete_release", + "releng", + "release" ] ] } -- cgit v1.2.3-55-g3dc8