[ARVADOS] updated: 1.3.0-2389-g6859f5de9

Git user git at public.arvados.org
Tue Mar 31 21:17:26 UTC 2020


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

       via  6859f5de975cce5238c70d7dd628f69fc692e26a (commit)
      from  1ea6687187c259c726d1525845323f51ef3a8017 (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 6859f5de975cce5238c70d7dd628f69fc692e26a
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Tue Mar 31 17:16:57 2020 -0400

    16263: Fix no_federation -> bypass_federation in boolParms
    
    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 88763524a..977a15f3a 100644
--- a/lib/controller/router/request.go
+++ b/lib/controller/router/request.go
@@ -169,7 +169,7 @@ var boolParams = map[string]bool{
 	"include_old_versions":    true,
 	"redirect_to_new_user":    true,
 	"send_notification_email": true,
-	"no_federation":           true,
+	"bypass_federation":       true,
 }
 
 func stringToBool(s string) bool {

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list