[ARVADOS] updated: 1.3.0-2387-g60b966e8d
Git user
git at public.arvados.org
Tue Mar 31 20:46:03 UTC 2020
Summary of changes:
lib/controller/federation/list.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 60b966e8d07eab537d1855c455d477fc57ee6734 (commit)
from 59a972c831bc8f7cd4e896ed8e1c71277b97f04e (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 60b966e8d07eab537d1855c455d477fc57ee6734
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Tue Mar 31 16:45:49 2020 -0400
16263: Missed rename
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/lib/controller/federation/list.go b/lib/controller/federation/list.go
index d1d52cfc6..0a596eb9c 100644
--- a/lib/controller/federation/list.go
+++ b/lib/controller/federation/list.go
@@ -107,7 +107,7 @@ func (conn *Conn) generated_CollectionList(ctx context.Context, options arvados.
// backend.
func (conn *Conn) splitListRequest(ctx context.Context, opts arvados.ListOptions, fn func(context.Context, string, arvados.API, arvados.ListOptions) ([]string, error)) error {
- if opts.NoFederation {
+ if opts.BypassFederation {
// Client requested no federation. Pass through.
_, err := fn(ctx, conn.cluster.ClusterID, conn.local, opts)
return err
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list