Fixed botched 'distinct' parameter, now is a boolean instead of taking a
authorPeter Amstutz <peter.amstutz@curoverse.com>
Fri, 2 May 2014 19:54:45 +0000 (15:54 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Fri, 2 May 2014 19:54:45 +0000 (15:54 -0400)
commitdca6cfe9750d8d1be4f3b63895b8cb73cc6c4cfe
treee355e290170ca6912f31b80f9985b4d2441f8eb7
parentde54cdcea8dca015e3b08bb23f7221faa4814ef0
Fixed botched 'distinct' parameter, now is a boolean instead of taking a
column.  New tests.  Also changed syntax of 'order' to take a JSON array for
consistency with 'filters' and 'select'.
apps/workbench/app/controllers/users_controller.rb
doc/api/methods.html.textile.liquid
services/api/app/controllers/application_controller.rb
services/api/app/controllers/arvados/v1/jobs_controller.rb
services/api/app/controllers/arvados/v1/schema_controller.rb
services/api/lib/load_param.rb
services/api/test/integration/select_test.rb
services/api/test/test_helper.rb