[arvados] updated: 2.1.0-2945-g9b1154beb

git repository hosting git at public.arvados.org
Fri Oct 21 20:55:03 UTC 2022


Summary of changes:
 doc/api/properties.html.textile.liquid | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

       via  9b1154beb90c7d174053e7487a3f9b7dc937dcf8 (commit)
      from  368bab079ea02d274da28ed0d233d87140a139af (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 9b1154beb90c7d174053e7487a3f9b7dc937dcf8
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Fri Oct 21 16:54:45 2022 -0400

    19466: Fix properties page typos
    
    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 827dec1c9..b8932fd31 100644
--- a/doc/api/properties.html.textile.liquid
+++ b/doc/api/properties.html.textile.liquid
@@ -9,7 +9,7 @@ Copyright (C) The Arvados Authors. All rights reserved.
 SPDX-License-Identifier: CC-BY-SA-3.0
 {% endcomment %}
 
-Arvados allows you to attach arbitrary properties to @collection@, @container_request@, @link@ and @group@ records that have a @properties@ field.  These are key-value pairs, where the value is a valid JSON type (string, number, null, boolean, array, object).
+Arvados allows you to attach arbitrary properties to "collection":methods/collections.html, "container_request":methods/container_requests.html, "link":methods/links.html and "group":methods/groups.html records that have a @properties@ field.  These are key-value pairs, where the value is a valid JSON type (string, number, null, boolean, array, object).
 
 Searching for records using properties is described in "Filtering on subproperties":methods.html#subpropertyfilters .
 
@@ -23,13 +23,13 @@ table(table table-bordered table-condensed).
 |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)|
-|cwl_input|object|container_request|On an intermediate container request, the CWL workflow-level input parameters used to generate the container request|
-|cwl_output|object|container_request|On an intermediate container request, the CWL workflow-level output parameters collected from the container request|
-|template_uuid|string|container_request|For a workflow runner container request, the workflow record that was used to launch it.|
-|username|string|link|For a "can_login":permission-model.html#links permission link, the unix username on the VM that the user will have.|
-|groups|array of string|link|For a "can_login":permission-model.html#links permission link, the unix groups on the VM that the user will be added to.|
-|image_timestamp|string|link|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|array of array of string|group|Used to define "filter groups":projects.html#filtergroup|
+|cwl_input|container_request|object|On an intermediate container request, the CWL workflow-level input parameters used to generate the container request|
+|cwl_output|container_request|object|On an intermediate container request, the CWL workflow-level output parameters collected from the container request|
+|template_uuid|container_request|string|For a workflow runner container request, the workflow record that was used to launch it.|
+|username|link|string|For a "can_login":permission-model.html#links permission link, the unix username on the VM that the user will have.|
+|groups|link|array of string|For a "can_login":permission-model.html#links permission link, the unix groups on the VM that the user will be added to.|
+|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
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list