[ARVADOS] updated: 1.3.0-3214-g27dde5dc7

Git user git at public.arvados.org
Thu Sep 24 20:25:13 UTC 2020


Summary of changes:
 services/api/test/fixtures/links.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

  discards  b31ace112d36a71573c3e530d0da7b3c2777e854 (commit)
       via  27dde5dc72d45852b9c2589f0ce3151cccc3f37b (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (b31ace112d36a71573c3e530d0da7b3c2777e854)
            \
             N -- N -- N (27dde5dc72d45852b9c2589f0ce3151cccc3f37b)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 27dde5dc72d45852b9c2589f0ce3151cccc3f37b
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.
    
    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