[ARVADOS] updated: 2.1.0-506-g840ba2f7c

Git user git at public.arvados.org
Mon Mar 22 21:06:56 UTC 2021


Summary of changes:
 lib/controller/router/response.go | 3 +++
 1 file changed, 3 insertions(+)

       via  840ba2f7cd2d6d73363b966691a07792a324025d (commit)
      from  c9af09ba0bc7e7287afca3ba566f18b7298ec477 (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 840ba2f7cd2d6d73363b966691a07792a324025d
Author: Ward Vandewege <ward at curii.com>
Date:   Mon Mar 22 16:28:00 2021 -0400

    17119: when the count: none option is supplied, the itemsAvailable field
           should be omitted from the response for the group contents API
           call.
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/lib/controller/router/response.go b/lib/controller/router/response.go
index 6e933fc00..03cdcf18d 100644
--- a/lib/controller/router/response.go
+++ b/lib/controller/router/response.go
@@ -31,6 +31,9 @@ func (rtr *router) responseOptions(opts interface{}) (responseOptions, error) {
 	case *arvados.ListOptions:
 		rOpts.Select = opts.Select
 		rOpts.Count = opts.Count
+	case *arvados.GroupContentsOptions:
+		rOpts.Select = opts.Select
+		rOpts.Count = opts.Count
 	}
 	return rOpts, nil
 }

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list