[ARVADOS] updated: 1.3.0-2384-g1ef8afb74
Git user
git at public.arvados.org
Tue Mar 31 02:30:46 UTC 2020
Summary of changes:
lib/controller/router/request.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 1ef8afb74ea146eb3c8cead75d892a5c7a3aaa99 (commit)
from f985b2fac7d90d9a54d5a115f8c067ff795a018c (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 1ef8afb74ea146eb3c8cead75d892a5c7a3aaa99
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon Mar 30 22:30:10 2020 -0400
16263: local_user_list -> no_federation in 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 d769c5006..88763524a 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,
- "local_user_list": true,
+ "no_federation": true,
}
func stringToBool(s string) bool {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list