[ARVADOS] created: 2.1.0-505-g937767712
Git user
git at public.arvados.org
Thu Mar 11 15:50:34 UTC 2021
at 937767712cbe0f6c9d33866c1ef0d9f2619cf71d (commit)
commit 937767712cbe0f6c9d33866c1ef0d9f2619cf71d
Author: Ward Vandewege <ward at curii.com>
Date: Thu Mar 11 10:49:42 2021 -0500
17119: controller should export the include_old_versions flag on group
contents.
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 bcb51d6b2..694b61d69 100644
--- a/sdk/go/arvados/api.go
+++ b/sdk/go/arvados/api.go
@@ -143,6 +143,7 @@ type GroupContentsOptions struct {
Order []string `json:"order"`
Include string `json:"include"`
Recursive bool `json:"recursive"`
+ IncludeOldVersions bool `json:"include_old_versions"`
ExcludeHomeProject bool `json:"exclude_home_project"`
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list