89235d65b067029be186027c7e36b8c1227a6904
[arvados.git] / services / api / test / fixtures / groups.yml
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 public:
6   uuid: zzzzz-j7d0g-it30l961gq3t0oi
7   owner_uuid: zzzzz-tpzed-d9tiejq69daie8f
8   name: Public
9   description: Public Project
10   group_class: project
11
12 private:
13   uuid: zzzzz-j7d0g-rew6elm53kancon
14   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
15   name: Private
16   description: Private Project
17   group_class: project
18
19 private_and_can_read_foofile:
20   uuid: zzzzz-j7d0g-22xp1wpjul508rk
21   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
22   name: Private and Can Read Foofile
23   description: Another Private Group
24   group_class: role
25
26 activeandfriends:
27   uuid: zzzzz-j7d0g-swqu6hmi4pa7bk7
28   owner_uuid: zzzzz-tpzed-000000000000000
29   created_at: 2014-08-22 14:02:18.481582707 Z
30   modified_by_client_uuid:
31   modified_by_user_uuid: zzzzz-tpzed-000000000000000
32   modified_at: 2014-08-22 14:02:18.481319501 Z
33   name: Active User and friends
34   description:
35   updated_at: 2014-08-22 14:02:18.481166435 Z
36   group_class: role
37
38 system_group:
39   uuid: zzzzz-j7d0g-000000000000000
40   owner_uuid: zzzzz-tpzed-000000000000000
41   name: System Private
42   description: System-owned Group
43   group_class: role
44
45 empty_lonely_group:
46   uuid: zzzzz-j7d0g-jtp06ulmvsezgyu
47   owner_uuid: zzzzz-tpzed-000000000000000
48   name: Empty
49   description: Empty Group
50   group_class: role
51
52 all_users:
53   uuid: zzzzz-j7d0g-fffffffffffffff
54   owner_uuid: zzzzz-tpzed-000000000000000
55   name: All users
56   description: All users
57   group_class: role
58
59 testusergroup_admins:
60   uuid: zzzzz-j7d0g-48foin4vonvc2at
61   owner_uuid: zzzzz-tpzed-000000000000000
62   name: Administrators of a subset of users
63   group_class: role
64
65 aproject:
66   uuid: zzzzz-j7d0g-v955i6s2oi1cbso
67   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
68   created_at: 2014-04-21 15:37:48 -0400
69   modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
70   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
71   modified_at: 2014-04-21 15:37:48 -0400
72   updated_at: 2014-04-21 15:37:48 -0400
73   name: A Project
74   description: Test project belonging to active user
75   group_class: project
76
77 asubproject:
78   uuid: zzzzz-j7d0g-axqo7eu9pwvna1x
79   owner_uuid: zzzzz-j7d0g-v955i6s2oi1cbso
80   created_at: 2014-04-21 15:37:48 -0400
81   modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
82   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
83   modified_at: 2014-04-21 15:37:48 -0400
84   updated_at: 2014-04-21 15:37:48 -0400
85   name: A Subproject
86   description: "Test project belonging to active user's first test project"
87   group_class: project
88
89 future_project_viewing_group:
90   uuid: zzzzz-j7d0g-futrprojviewgrp
91   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
92   created_at: 2014-04-21 15:37:48 -0400
93   modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
94   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
95   modified_at: 2014-04-21 15:37:48 -0400
96   updated_at: 2014-04-21 15:37:48 -0400
97   name: Future Project Viewing Group
98   description: "Group used to test granting Group Project viewing"
99   group_class: role
100
101 bad_group_has_ownership_cycle_a:
102   uuid: zzzzz-j7d0g-cx2al9cqkmsf1hs
103   owner_uuid: zzzzz-j7d0g-0077nzts8c178lw
104   modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
105   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
106   created_at: 2014-05-03 18:50:08 -0400
107   modified_at: 2014-05-03 18:50:08 -0400
108   updated_at: 2014-05-03 18:50:08 -0400
109   name: Owned by bad group b
110   group_class: project
111
112 bad_group_has_ownership_cycle_b:
113   uuid: zzzzz-j7d0g-0077nzts8c178lw
114   owner_uuid: zzzzz-j7d0g-cx2al9cqkmsf1hs
115   modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
116   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
117   created_at: 2014-05-03 18:50:08 -0400
118   modified_at: 2014-05-03 18:50:08 -0400
119   updated_at: 2014-05-03 18:50:08 -0400
120   name: Owned by bad group a
121   group_class: project
122
123 anonymous_group:
124   uuid: zzzzz-j7d0g-anonymouspublic
125   owner_uuid: zzzzz-tpzed-000000000000000
126   name: Anonymous users
127   group_class: role
128   description: Anonymous users
129
130 anonymously_accessible_project:
131   uuid: zzzzz-j7d0g-zhxawtyetzwc5f0
132   owner_uuid: zzzzz-tpzed-d9tiejq69daie8f
133   name: Unrestricted public data
134   group_class: project
135   description: An anonymously accessible project
136
137 subproject_in_anonymous_accessible_project:
138   uuid: zzzzz-j7d0g-mhtfesvgmkolpyf
139   owner_uuid: zzzzz-j7d0g-zhxawtyetzwc5f0
140   created_at: 2014-04-21 15:37:48 -0400
141   name: Subproject in anonymous accessible project
142   description: Description for subproject in anonymous accessible project
143   group_class: project
144
145 active_user_has_can_manage:
146   uuid: zzzzz-j7d0g-ptt1ou6a9lxrv07
147   owner_uuid: zzzzz-tpzed-d9tiejq69daie8f
148   name: Active user has can_manage
149   group_class: project
150
151 # Group for testing granting permission between users who share a group.
152 group_for_sharing_tests:
153   uuid: zzzzz-j7d0g-t4ucgncwteul7zt
154   owner_uuid: zzzzz-tpzed-000000000000000
155   name: Group for sharing tests
156   description: Users who can share objects with each other
157   group_class: role
158
159 project_owned_by_foo:
160   uuid:  zzzzz-j7d0g-lsjm0ibr0ydwpzx
161   owner_uuid: zzzzz-tpzed-81hsbo6mk8nl05c
162   created_at: 2014-02-03T17:22:54Z
163   modified_at: 2014-02-03T17:22:54Z
164   name: project_owned_by_foo
165   group_class: project
166
167 empty_project:
168   uuid: zzzzz-j7d0g-9otoxmrksam74q6
169   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
170   created_at: 2014-12-16 15:56:27.967534940 Z
171   modified_by_client_uuid: ~
172   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
173   modified_at: 2014-12-16 15:56:27.967358199 Z
174   name: Empty project
175   description: ~
176   updated_at: 2014-12-16 15:56:27.967242142 Z
177   group_class: project
178
179 project_with_10_collections:
180   uuid: zzzzz-j7d0g-0010collections
181   owner_uuid: zzzzz-tpzed-user1withloadab
182   created_at: 2014-04-21 15:37:48 -0400
183   modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
184   modified_by_user_uuid: zzzzz-tpzed-user1withloadab
185   modified_at: 2014-04-21 15:37:48 -0400
186   updated_at: 2014-04-21 15:37:48 -0400
187   name: project with 10 collections
188   description: This will result in one page in the display
189   group_class: project
190
191 project_with_201_collections:
192   uuid: zzzzz-j7d0g-0201collections
193   owner_uuid: zzzzz-tpzed-user1withloadab
194   created_at: 2014-04-21 15:37:48 -0400
195   modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
196   modified_by_user_uuid: zzzzz-tpzed-user1withloadab
197   modified_at: 2014-04-21 15:37:48 -0400
198   updated_at: 2014-04-21 15:37:48 -0400
199   name: project with 201 collections
200   description: This will result in two pages in the display
201   group_class: project
202
203 project_with_10_pipelines:
204   uuid: zzzzz-j7d0g-000010pipelines
205   owner_uuid: zzzzz-tpzed-user1withloadab
206   created_at: 2014-04-21 15:37:48 -0400
207   modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
208   modified_by_user_uuid: zzzzz-tpzed-user1withloadab
209   modified_at: 2014-04-21 15:37:48 -0400
210   updated_at: 2014-04-21 15:37:48 -0400
211   name: project with 10 pipelines
212   description: project with 10 pipelines
213   group_class: project
214
215 project_with_2_pipelines_and_60_crs:
216   uuid: zzzzz-j7d0g-nnncrspipelines
217   owner_uuid: zzzzz-tpzed-user1withloadab
218   created_at: 2014-04-21 15:37:48 -0400
219   modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
220   modified_by_user_uuid: zzzzz-tpzed-user1withloadab
221   modified_at: 2014-04-21 15:37:48 -0400
222   updated_at: 2014-04-21 15:37:48 -0400
223   name: project with 2 pipelines and 60 crs
224   description: This will result in two pages in the display
225   group_class: project
226
227 project_with_25_pipelines:
228   uuid: zzzzz-j7d0g-000025pipelines
229   owner_uuid: zzzzz-tpzed-user1withloadab
230   created_at: 2014-04-21 15:37:48 -0400
231   modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
232   modified_by_user_uuid: zzzzz-tpzed-user1withloadab
233   modified_at: 2014-04-21 15:37:48 -0400
234   updated_at: 2014-04-21 15:37:48 -0400
235   name: project with 25 pipelines
236   description: project with 25 pipelines
237   group_class: project
238
239 fuse_owned_project:
240   uuid: zzzzz-j7d0g-0000ownedbyfuse
241   owner_uuid: zzzzz-tpzed-0fusedrivertest
242   created_at: 2014-04-21 15:37:48 -0400
243   modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
244   modified_by_user_uuid: zzzzz-tpzed-0fusedrivertest
245   modified_at: 2014-04-21 15:37:48 -0400
246   updated_at: 2014-04-21 15:37:48 -0400
247   name: FUSE Test Project
248   description: Test project belonging to FUSE test user
249   group_class: project
250
251 # This wouldn't pass model validation, but it enables a workbench
252 # infinite-loop test. See #4389
253 project_owns_itself:
254   uuid: zzzzz-j7d0g-7rqh7hdshd5yp5t
255   owner_uuid: zzzzz-j7d0g-7rqh7hdshd5yp5t
256   created_at: 2014-11-05 22:31:24.258424340 Z
257   modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
258   modified_by_user_uuid: 6pbr1-tpzed-000000000000000
259   modified_at: 2014-11-05 22:31:24.258242890 Z
260   name: zzzzz-j7d0g-7rqh7hdshd5yp5t
261   description: ~
262   updated_at: 2014-11-05 22:31:24.258093171 Z
263   group_class: project
264
265 # Used to test renaming when removed from the "asubproject" while
266 # another such object with same name exists in home project.
267 subproject_in_active_user_home_project_to_test_unique_key_violation:
268   uuid: zzzzz-j7d0g-subprojsamenam1
269   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
270   created_at: 2013-04-21 15:37:48 -0400
271   modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
272   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
273   modified_at: 2013-04-21 15:37:48 -0400
274   updated_at: 2013-04-21 15:37:48 -0400
275   name: Subproject to test owner uuid and name unique key violation upon removal
276   description: Subproject in active user home project to test owner uuid and name unique key violation upon removal
277   group_class: project
278
279 subproject_in_asubproject_with_same_name_as_one_in_active_user_home:
280   uuid: zzzzz-j7d0g-subprojsamenam2
281   owner_uuid: zzzzz-j7d0g-axqo7eu9pwvna1x
282   created_at: 2013-04-21 15:37:48 -0400
283   modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
284   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
285   modified_at: 2013-04-21 15:37:48 -0400
286   updated_at: 2013-04-21 15:37:48 -0400
287   name: Subproject to test owner uuid and name unique key violation upon removal
288   description: "Removing this will result in name conflict with 'A project' in Home project and hence get renamed."
289   group_class: project
290
291 starred_and_shared_active_user_project:
292   uuid: zzzzz-j7d0g-starredshared01
293   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
294   created_at: 2014-04-21 15:37:48 -0400
295   modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
296   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
297   modified_at: 2014-04-21 15:37:48 -0400
298   updated_at: 2014-04-21 15:37:48 -0400
299   name: Starred and shared active user project
300   description: Starred and shared active user project
301   group_class: project
302
303 trashed_project:
304   uuid: zzzzz-j7d0g-trashedproject1
305   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
306   name: trashed project
307   group_class: project
308   trash_at: 2001-01-01T00:00:00Z
309   delete_at: 2008-03-01T00:00:00Z
310   is_trashed: true
311   modified_at: 2001-01-01T00:00:00Z
312
313 trashed_subproject:
314   uuid: zzzzz-j7d0g-trashedproject2
315   owner_uuid: zzzzz-j7d0g-trashedproject1
316   name: trashed subproject
317   group_class: project
318   is_trashed: false
319   modified_at: 2001-01-01T00:00:00Z
320
321 trashed_subproject3:
322   uuid: zzzzz-j7d0g-trashedproject3
323   owner_uuid: zzzzz-j7d0g-trashedproject1
324   name: trashed subproject 3
325   group_class: project
326   trash_at: 2001-01-01T00:00:00Z
327   delete_at: 2038-03-01T00:00:00Z
328   is_trashed: true
329   modified_at: 2001-01-01T00:00:00Z
330
331 trashed_on_next_sweep:
332   uuid: zzzzz-j7d0g-soontobetrashed
333   owner_uuid: zzzzz-j7d0g-xurymjxw79nv3jz
334   name: soon to be trashed project
335   group_class: project
336   trash_at: 2001-01-01T00:00:00Z
337   delete_at: 2038-03-01T00:00:00Z
338   is_trashed: false
339   modified_at: 2001-01-01T00:00:00Z