[ARVADOS] updated: 1.3.0-2371-g9fb4398f2
Git user
git at public.arvados.org
Mon Mar 23 18:33:33 UTC 2020
Summary of changes:
lib/controller/federation/conn.go | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
via 9fb4398f258c39ac88aef0983de7692c048a2c9b (commit)
from 8ba91a5558a9fbb743c726a7e38f7e7dcd7bf8ee (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 9fb4398f258c39ac88aef0983de7692c048a2c9b
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Mon Mar 23 15:32:59 2020 -0300
16263: Don't cache modified_by_*_uuid fields when using LoginCluster.
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 279b7a51d..5a7877d0b 100644
--- a/lib/controller/federation/conn.go
+++ b/lib/controller/federation/conn.go
@@ -351,18 +351,18 @@ var userAttrsCachedFromLoginCluster = map[string]bool{
"is_admin": true,
"last_name": true,
"modified_at": true,
- "modified_by_client_uuid": true,
- "modified_by_user_uuid": true,
"prefs": true,
"username": true,
- "etag": false,
- "full_name": false,
- "identity_url": false,
- "is_invited": false,
- "owner_uuid": false,
- "uuid": false,
- "writable_by": false,
+ "etag": false,
+ "full_name": false,
+ "identity_url": false,
+ "is_invited": false,
+ "modified_by_client_uuid": false,
+ "modified_by_user_uuid": false,
+ "owner_uuid": false,
+ "uuid": false,
+ "writable_by": false,
}
func (conn *Conn) UserList(ctx context.Context, options arvados.ListOptions) (arvados.UserList, error) {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list