8767: Make offset work properly in ApiClientAuthorizationsController#index.
authorTom Clegg <tom@curoverse.com>
Tue, 22 Mar 2016 20:31:56 +0000 (16:31 -0400)
committerTom Clegg <tom@curoverse.com>
Thu, 24 Mar 2016 17:58:13 +0000 (13:58 -0400)
commit48fce933fec998722e669d7d33a62f3c0a10b05e
tree688e87b20a8e3c5bbbf8b2ec7118f679709562a0
parentf49a4d7ff243bb3e8b15f4c5adf77d6355fb6bcd
8767: Make offset work properly in ApiClientAuthorizationsController#index.

Before this, #index was ignoring the "offset" request param and was
not providing an "items_available" attribute in the response.  This
made Workbench's "get all pages" routine an infinite loop.
services/api/app/controllers/arvados/v1/api_client_authorizations_controller.rb
services/api/test/functional/arvados/v1/api_client_authorizations_controller_test.rb