[ARVADOS] updated: 2.1.0-505-gc9af09ba0

Git user git at public.arvados.org
Mon Mar 22 17:21:53 UTC 2021


Summary of changes:
 sdk/go/arvados/api.go | 3 +++
 1 file changed, 3 insertions(+)

       via  c9af09ba0bc7e7287afca3ba566f18b7298ec477 (commit)
      from  16905dd94cb77336351a7a6d2e6ece957f8f3368 (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 c9af09ba0bc7e7287afca3ba566f18b7298ec477
Author: Ward Vandewege <ward at curii.com>
Date:   Mon Mar 22 13:12:47 2021 -0400

    17119: add missing fields to GroupContentsOptions.
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/sdk/go/arvados/api.go b/sdk/go/arvados/api.go
index 773ea1397..bfae393f8 100644
--- a/sdk/go/arvados/api.go
+++ b/sdk/go/arvados/api.go
@@ -142,8 +142,11 @@ type GroupContentsOptions struct {
 	Limit              int64    `json:"limit"`
 	Offset             int64    `json:"offset"`
 	Order              []string `json:"order"`
+	Distinct           bool     `json:"distinct"`
+	Count              string   `json:"count"`
 	Include            string   `json:"include"`
 	Recursive          bool     `json:"recursive"`
+	IncludeTrash       bool     `json:"include_trash"`
 	IncludeOldVersions bool     `json:"include_old_versions"`
 	ExcludeHomeProject bool     `json:"exclude_home_project"`
 }

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list