[ARVADOS] updated: 1.3.0-1248-g1205ddb8a

Git user git at public.curoverse.com
Wed Jul 3 14:59:07 UTC 2019


Summary of changes:
 sdk/go/arvados/config.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  1205ddb8a71861ff8506add6a8995470216741b4 (commit)
      from  def17dde1e878bd60911fd991c6a1b406ea2e89f (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 1205ddb8a71861ff8506add6a8995470216741b4
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Wed Jul 3 10:58:54 2019 -0400

    14812: Move TrustAllContent to Collections
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/sdk/go/arvados/config.go b/sdk/go/arvados/config.go
index 3f71c6b44..7d115e019 100644
--- a/sdk/go/arvados/config.go
+++ b/sdk/go/arvados/config.go
@@ -85,6 +85,7 @@ type Cluster struct {
 		ManagedProperties     map[string]interface{}
 		PreserveVersionIfIdle Duration
 		TrashSweepInterval    Duration
+		TrustAllContent       bool
 	}
 	Git struct {
 		Repositories string
@@ -151,7 +152,6 @@ type Cluster struct {
 		ShowUserNotifications            bool
 		SiteName                         string
 		Theme                            string
-		TrustAllContent                  bool
 		UserProfileFormFields            map[string]struct {
 			Type                 string
 			FormFieldTitle       string

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list