[ARVADOS] updated: da0aee751d8cb039c9b6b85a03e7d62cb973e3b3

Git user git at public.curoverse.com
Tue Jan 24 15:29:21 EST 2017


Summary of changes:
 doc/api/methods.html.textile.liquid                |  2 +
 doc/sdk/cli/reference.html.textile.liquid          | 13 ++--
 sdk/go/arvados/resource_list.go                    |  2 +
 .../api/app/controllers/application_controller.rb  | 15 +++--
 .../controllers/arvados/v1/schema_controller.rb    | 10 ++-
 .../api/test/functional/arvados/v1/query_test.rb   | 29 +++++++++
 services/keep-balance/balance_run_test.go          |  4 +-
 services/keep-balance/collection.go                | 75 ++++++++++++++++------
 services/keep-balance/collection_test.go           | 57 ++++++++++++++++
 9 files changed, 176 insertions(+), 31 deletions(-)
 create mode 100644 services/keep-balance/collection_test.go

       via  da0aee751d8cb039c9b6b85a03e7d62cb973e3b3 (commit)
       via  a20c77028c182b684a3acb791c7de4183319737e (commit)
       via  1edd524ecd7b6776dd9b20ab81030e7c69c392b4 (commit)
       via  8e569c16ba035b131c148441ca5a590fb49811ac (commit)
       via  38ac8f3e065e74f6af172cee90144701d2f73b58 (commit)
       via  16fe80b0e93ed8c8416b2dcbc0e2ad49bc850738 (commit)
       via  b8de9b3e62e82b806576b237be5f317bf378169f (commit)
       via  e1fd558686c78d6edfd460b7531ec9b559299889 (commit)
       via  4696633ae5e955c267d50a14e790c93d833f41b0 (commit)
       via  609646134bcd8fc3a7fd500848220741ecc4a9d2 (commit)
       via  4032e4dc4284391f21f21630bdb7ca88f8329d8e (commit)
       via  0d0092442c009b8b3e387da18f828f3f0518b709 (commit)
       via  a4edc2a4a740d3908b907682a85e227eee80683b (commit)
       via  f65530a60d7b74da723d16eccd84576c53575401 (commit)
       via  be141b88fe871c7e72b19a5cf1e0aa56bf28283a (commit)
       via  43dcf83e8b5332004bddd01be22476e68b1cef0f (commit)
       via  bb037e3872214d2b709964405775f476c6b3b550 (commit)
      from  b172bbd9e4c780d9af79774aee81a1ac48b3a857 (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 da0aee751d8cb039c9b6b85a03e7d62cb973e3b3
Merge: b172bbd a20c770
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Jan 24 15:28:37 2017 -0500

    Merge branch '9998-no-count-items-available'
    
    closes #9998


commit a20c77028c182b684a3acb791c7de4183319737e
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Jan 24 15:28:04 2017 -0500

    9998: Update CLI usage.

diff --git a/doc/sdk/cli/reference.html.textile.liquid b/doc/sdk/cli/reference.html.textile.liquid
index c2fbf27..3deeac5 100644
--- a/doc/sdk/cli/reference.html.textile.liquid
+++ b/doc/sdk/cli/reference.html.textile.liquid
@@ -54,13 +54,13 @@ h4. @list@
 Arguments accepted by the @list@ subcommand include:
 
 <pre>
-    --limit, -l <i>:     Maximum number of resources to return.
-   --offset, -o <i>:     Number of users to skip before first returned record.
-  --filters, -f <s>:     Conditions for filtering users.
-    --order, -r <s>:     Order in which to return matching users.
-   --select, -s <s>:     Select which fields to return
-     --distinct, -d:     Return each distinct object.
-         --no-count:     Don't count items_available.
+  -l, --limit=<i>        Maximum number of items to return. (Default: 100)
+  -o, --offset=<i>       Number of items to skip before first returned record. (Default: 0)
+  -f, --filters=<s>      Conditions for filtering items.
+  -r, --order=<s>        Order in which to return matching items.
+  -s, --select=<s>       Select which fields to return.
+  -d, --distinct         Return each distinct object.
+  -c, --count=<s>        Type of count to return in items_available ('none' or 'exact'). (Default: exact)
 </pre>
 
 The @--filters@ option takes a string describing a JSON list of filters on which the returned resources should be returned. Each filter is a three-element list of _[field, operator, value]_, where the _operator_ may be one of @=@, @<@, @<=@, @>@, @>=@, @!=@, @like@, or @ilike at .

commit 1edd524ecd7b6776dd9b20ab81030e7c69c392b4
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Jan 24 15:18:52 2017 -0500

    9998: Remove superfluous word.

diff --git a/doc/api/methods.html.textile.liquid b/doc/api/methods.html.textile.liquid
index bb6622e..6f085ef 100644
--- a/doc/api/methods.html.textile.liquid
+++ b/doc/api/methods.html.textile.liquid
@@ -68,7 +68,7 @@ Default: all available attributes.  As a special case, collections do not return
 |distinct|boolean|@true@: (default) do not return duplicate objects
 @false@: permitted to return duplicates|query|
 |count|string|@"exact"@ (default): Include an @items_available@ response field giving the number of distinct matching items that can be retrieved (irrespective of @limit@ and @offset@ arguments).
-@"none"@: Omit the @items_available@ response field. This option will always produce a faster response.|query|
+@"none"@: Omit the @items_available@ response field. This option will produce a faster response.|query|
 
 h3(#filters). Available list method filters
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list