X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/76eaaac9fed4e74b8073ee08f99b84fc7922ac9f..4e2763883588ac691da65ee316a52a052c002aa7:/services/api/test/fixtures/groups.yml diff --git a/services/api/test/fixtures/groups.yml b/services/api/test/fixtures/groups.yml index c98cdfa170..4029846484 100644 --- a/services/api/test/fixtures/groups.yml +++ b/services/api/test/fixtures/groups.yml @@ -116,8 +116,9 @@ bad_group_has_ownership_cycle_b: anonymous_group: uuid: zzzzz-j7d0g-anonymouspublic owner_uuid: zzzzz-tpzed-000000000000000 - name: Anonymous group - description: Anonymous group + name: Anonymous users + group_class: role + description: Anonymous users anonymously_accessible_project: uuid: zzzzz-j7d0g-zhxawtyetzwc5f0 @@ -126,6 +127,14 @@ anonymously_accessible_project: group_class: project description: An anonymously accessible project +subproject_in_anonymous_accessible_project: + uuid: zzzzz-j7d0g-mhtfesvgmkolpyf + owner_uuid: zzzzz-j7d0g-zhxawtyetzwc5f0 + created_at: 2014-04-21 15:37:48 -0400 + name: Subproject in anonymous accessible project + description: Description for subproject in anonymous accessible project + group_class: project + active_user_has_can_manage: uuid: zzzzz-j7d0g-ptt1ou6a9lxrv07 owner_uuid: zzzzz-tpzed-d9tiejq69daie8f @@ -139,6 +148,18 @@ group_for_sharing_tests: description: Users who can share objects with each other group_class: role +empty_project: + uuid: zzzzz-j7d0g-9otoxmrksam74q6 + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + created_at: 2014-12-16 15:56:27.967534940 Z + modified_by_client_uuid: ~ + modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + modified_at: 2014-12-16 15:56:27.967358199 Z + name: Empty project + description: ~ + updated_at: 2014-12-16 15:56:27.967242142 Z + group_class: project + project_with_10_collections: uuid: zzzzz-j7d0g-0010collections owner_uuid: zzzzz-tpzed-user1withloadab @@ -211,6 +232,17 @@ fuse_owned_project: description: Test project belonging to FUSE test user group_class: project +group_with_no_class: + uuid: zzzzz-j7d0g-groupwithnoclas + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + created_at: 2014-04-21 15:37:48 -0400 + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + modified_at: 2014-04-21 15:37:48 -0400 + updated_at: 2014-04-21 15:37:48 -0400 + name: group_with_no_class + description: This group has no class at all. So rude! + # This wouldn't pass model validation, but it enables a workbench # infinite-loop test. See #4389 project_owns_itself: @@ -224,3 +256,41 @@ project_owns_itself: description: ~ updated_at: 2014-11-05 22:31:24.258093171 Z group_class: project + +# Used to test renaming when removed from the "asubproject" while +# another such object with same name exists in home project. +subproject_in_active_user_home_project_to_test_unique_key_violation: + uuid: zzzzz-j7d0g-subprojsamenam1 + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + created_at: 2013-04-21 15:37:48 -0400 + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + modified_at: 2013-04-21 15:37:48 -0400 + updated_at: 2013-04-21 15:37:48 -0400 + name: Subproject to test owner uuid and name unique key violation upon removal + description: Subproject in active user home project to test owner uuid and name unique key violation upon removal + group_class: project + +subproject_in_asubproject_with_same_name_as_one_in_active_user_home: + uuid: zzzzz-j7d0g-subprojsamenam2 + owner_uuid: zzzzz-j7d0g-axqo7eu9pwvna1x + created_at: 2013-04-21 15:37:48 -0400 + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + modified_at: 2013-04-21 15:37:48 -0400 + updated_at: 2013-04-21 15:37:48 -0400 + name: Subproject to test owner uuid and name unique key violation upon removal + description: "Removing this will result in name conflict with 'A project' in Home project and hence get renamed." + group_class: project + +starred_and_shared_active_user_project: + uuid: zzzzz-j7d0g-starredshared01 + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + created_at: 2014-04-21 15:37:48 -0400 + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + modified_at: 2014-04-21 15:37:48 -0400 + updated_at: 2014-04-21 15:37:48 -0400 + name: Starred and shared active user project + description: Starred and shared active user project + group_class: project