[ARVADOS] updated: 1.3.0-2125-g42ef5a07c

Git user git at public.arvados.org
Mon Feb 3 19:35:59 UTC 2020


Summary of changes:
 .../app/controllers/actions_controller.rb          |  2 +-
 .../app/controllers/application_controller.rb      |  2 +-
 doc/_config.yml                                    |  1 -
 doc/admin/favorites.html.textile.liquid            | 57 ----------------------
 doc/api/methods/links.html.textile.liquid          | 43 +++++++++++++++-
 5 files changed, 44 insertions(+), 61 deletions(-)
 delete mode 100644 doc/admin/favorites.html.textile.liquid

       via  42ef5a07ca5fd2675f619d48de00c6f10143060c (commit)
       via  ce4675e0b3447611a0154de25ad89595f488890b (commit)
       via  4e450b7c2ec9563dd6d670238d096d1bc9fd158f (commit)
      from  74c70bf8c41ac135976f30784a4b5a3ab85dbe47 (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 42ef5a07ca5fd2675f619d48de00c6f10143060c
Merge: 74c70bf8c ce4675e0b
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon Feb 3 14:35:42 2020 -0500

    Merge branch '16108-favorites' refs #16108
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>


commit ce4675e0b3447611a0154de25ad89595f488890b
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon Feb 3 14:34:53 2020 -0500

    16108: Use zzzzz- in examples
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/doc/api/methods/links.html.textile.liquid b/doc/api/methods/links.html.textile.liquid
index a8eda5f03..2e5de1856 100644
--- a/doc/api/methods/links.html.textile.liquid
+++ b/doc/api/methods/links.html.textile.liquid
@@ -59,15 +59,15 @@ h4. Creating a favorite
 
 <pre>
 $ arv link create --link '{
-    "owner_uuid": "c97qk-j7d0g-fffffffffffffff",
-    "head_uuid":  "c97qk-j7d0g-theprojectuuid",
+    "owner_uuid": "zzzzz-j7d0g-fffffffffffffff",
+    "head_uuid":  "zzzzz-j7d0g-theprojectuuid",
     "link_class": "star"}'
 </pre>
 
 h4. Deleting a favorite
 
 <pre>
-$ arv link delete --uuid c97qk-o0j2j-thestarlinkuuid
+$ arv link delete --uuid zzzzz-o0j2j-thestarlinkuuid
 </pre>
 
 h4. Listing favorites
@@ -77,7 +77,7 @@ To list all 'star' links that will be displayed for a user:
 <pre>
 $ arv link list --filters '[
   ["link_class", "=", "star"],
-  ["owner_uuid", "in", ["c97qk-j7d0g-fffffffffffffff", "c97qk-tpzed-currentuseruuid"]]]'
+  ["owner_uuid", "in", ["zzzzz-j7d0g-fffffffffffffff", "zzzzz-tpzed-currentuseruuid"]]]'
 </pre>
 
 h3. tag

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list