[ARVADOS] updated: 1.3.0-3214-g7874e2fb4

Git user git at public.arvados.org
Thu Sep 24 20:52:01 UTC 2020


Summary of changes:
 services/api/test/fixtures/links.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

       via  7874e2fb4eae63fa9bcadb2edff088213c0e7478 (commit)
      from  819e06bd1bbff1ad4ecf250d621a807033907c29 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 7874e2fb4eae63fa9bcadb2edff088213c0e7478
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Thu Sep 24 16:01:20 2020 -0400

    16884: Add public_project permission link to test fixtures
    
    This is the permission link that gives the all users and anonymous
    users read access to public favorites.  It is added by database seeds,
    but it also needs to be present in the fixtures.
    
    refs #16884
    refs #16811
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/services/api/test/fixtures/links.yml b/services/api/test/fixtures/links.yml
index ee5dcd342..b7f1aaa1f 100644
--- a/services/api/test/fixtures/links.yml
+++ b/services/api/test/fixtures/links.yml
@@ -1125,3 +1125,17 @@ active_manages_viewing_group:
   name: can_manage
   head_uuid: zzzzz-j7d0g-futrprojviewgrp
   properties: {}
+
+public_favorites_permission_link:
+  uuid: zzzzz-o0j2j-testpublicfavor
+  owner_uuid: zzzzz-tpzed-000000000000000
+  created_at: 2014-01-24 20:42:26 -0800
+  modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
+  modified_by_user_uuid: zzzzz-tpzed-000000000000000
+  modified_at: 2014-01-24 20:42:26 -0800
+  updated_at: 2014-01-24 20:42:26 -0800
+  tail_uuid: zzzzz-j7d0g-anonymouspublic
+  link_class: permission
+  name: can_read
+  head_uuid: zzzzz-j7d0g-publicfavorites
+  properties: {}

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list