[ARVADOS] updated: 1.3.0-2372-g6004ef018
Git user
git at public.arvados.org
Mon Mar 23 19:20:58 UTC 2020
Summary of changes:
lib/controller/federation/conn.go | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
via 6004ef0180d72531d187d6c9df412f22bc8b3cf4 (commit)
from 9fb4398f258c39ac88aef0983de7692c048a2c9b (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 6004ef0180d72531d187d6c9df412f22bc8b3cf4
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Mon Mar 23 16:20:41 2020 -0300
16263: Makes gofmt happy.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>
diff --git a/lib/controller/federation/conn.go b/lib/controller/federation/conn.go
index 5a7877d0b..c6f6b2c97 100644
--- a/lib/controller/federation/conn.go
+++ b/lib/controller/federation/conn.go
@@ -344,15 +344,15 @@ func (conn *Conn) SpecimenDelete(ctx context.Context, options arvados.DeleteOpti
}
var userAttrsCachedFromLoginCluster = map[string]bool{
- "created_at": true,
- "email": true,
- "first_name": true,
- "is_active": true,
- "is_admin": true,
- "last_name": true,
- "modified_at": true,
- "prefs": true,
- "username": true,
+ "created_at": true,
+ "email": true,
+ "first_name": true,
+ "is_active": true,
+ "is_admin": true,
+ "last_name": true,
+ "modified_at": true,
+ "prefs": true,
+ "username": true,
"etag": false,
"full_name": false,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list