[ARVADOS] updated: 1.3.0-2379-g74a5e8396

Git user git at public.arvados.org
Sat Mar 28 01:36:23 UTC 2020


Summary of changes:
 lib/controller/router/request.go | 1 +
 1 file changed, 1 insertion(+)

       via  74a5e8396af2f648a7a13de77be9565df98cc157 (commit)
      from  b29897f6c80db4a2b98f84fe6c2fcab98117efd2 (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 74a5e8396af2f648a7a13de77be9565df98cc157
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Fri Mar 27 21:36:09 2020 -0400

    16263: Add local_user_list to boolParams
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/lib/controller/router/request.go b/lib/controller/router/request.go
index 39b4c5100..d769c5006 100644
--- a/lib/controller/router/request.go
+++ b/lib/controller/router/request.go
@@ -169,6 +169,7 @@ var boolParams = map[string]bool{
 	"include_old_versions":    true,
 	"redirect_to_new_user":    true,
 	"send_notification_email": true,
+	"local_user_list":         true,
 }
 
 func stringToBool(s string) bool {

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list