5989: API repo perms method always returns all repos. 5989-api-all-repos-permissions-wip
authorBrett Smith <brett@curoverse.com>
Sun, 5 Jul 2015 11:39:09 +0000 (07:39 -0400)
committerBrett Smith <brett@curoverse.com>
Sun, 5 Jul 2015 11:39:09 +0000 (07:39 -0400)
commit0e239ef805b8c6eda936073197cf96d0329db048
tree11e7e252756ddda79e98545c9da3fbfd6349fada
parent76e74a7feb2142ff48a1189957626cc8f6deb360
5989: API repo perms method always returns all repos.

Previously the method would not return repositories that were not
accessible to any authorized key.  This change helps deployment tools
like update-gitolite do repository setup correctly with a single API
call.
services/api/app/controllers/arvados/v1/repositories_controller.rb
services/api/test/functional/arvados/v1/repositories_controller_test.rb