[arvados] updated: 2.1.0-2983-g533ee50c6
git repository hosting
git at public.arvados.org
Mon Oct 24 21:05:37 UTC 2022
Summary of changes:
doc/_config.yml | 1 +
doc/api/methods/groups.html.textile.liquid | 2 +-
doc/api/projects.html.textile.liquid | 2 +-
doc/api/properties.html.textile.liquid | 50 +++++++++++++++++++
sdk/cwl/arvados_cwl/arvcontainer.py | 9 ++++
sdk/cwl/tests/test_container.py | 79 ++++++++++++++++++++++++------
sdk/go/arvados/vocabulary.go | 2 +
sdk/go/arvados/vocabulary_test.go | 2 +
8 files changed, 131 insertions(+), 16 deletions(-)
create mode 100644 doc/api/properties.html.textile.liquid
via 533ee50c604e3900c390b77fafac1455b28a15d0 (commit)
via 53d3f0bd7ed8ddb597f8615d87ec4691cce62f51 (commit)
via c634fdaf04b09ccd64d418c37dddc1eb7ff1c490 (commit)
via 9b1154beb90c7d174053e7487a3f9b7dc937dcf8 (commit)
via 368bab079ea02d274da28ed0d233d87140a139af (commit)
via bd1e6372a91fe31dd0a5d9b112b1026013f9a887 (commit)
via a7caca5452e7ece2ea3f6efd3ab4bb992c1f31fb (commit)
via 88f3630af39229d3d66621f98c775823313c21f8 (commit)
via 210f068ee8ba5b6f56459ba2f14c86b59385b29b (commit)
from f6ea5e67a71df12bd665de083d6fdc35e64b6b27 (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 533ee50c604e3900c390b77fafac1455b28a15d0
Merge: f6ea5e67a 53d3f0bd7
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon Oct 24 17:05:18 2022 -0400
Merge branch '19466-cwl-io' refs #19466
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
commit 53d3f0bd7ed8ddb597f8615d87ec4691cce62f51
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon Oct 24 17:03:52 2022 -0400
19466: Add link to section later in the page
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/doc/api/properties.html.textile.liquid b/doc/api/properties.html.textile.liquid
index b8932fd31..bf4b05cdc 100644
--- a/doc/api/properties.html.textile.liquid
+++ b/doc/api/properties.html.textile.liquid
@@ -19,7 +19,7 @@ The following properties are set by Arvados components.
table(table table-bordered table-condensed).
|_. Property name|_. Appears on|_. Value type|_.Description|
-|type|collection|string|Appears on collections to indicates the contents or usage. See below for details.|
+|type|collection|string|Appears on collections to indicates the contents or usage. See "Collection type values":#collectiontype below for details.|
|container_request|collection|string|The UUID of the container request that produced an output or log collection.|
|docker-image-repo-tag|collection|string|For collections containing a Docker image, the repo/name:tag identifier|
|container_uuid|collection|string|The UUID of the container that produced a collection (set on collections with type=log)|
@@ -31,9 +31,9 @@ table(table table-bordered table-condensed).
|image_timestamp|link|string|When resolving a Docker image name and multiple links are found with @link_class=docker_image_repo+tag@ and same @link_name@, the @image_timestamp@ is used to determine precedence (most recent wins).|
|filters|group|array of array of string|Used to define "filter groups":projects.html#filtergroup|
-h3. Collection "type" values
+h3(#collectiontype). Collection "type" values
-Meaningful values of the @type@ property.
+Meaningful values of the @type@ property. These are recognized by Workbench when filtering on types of collections from the project content listing.
table(table table-bordered table-condensed).
|_. Type|_.Description|
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list