container requests in the new codepath for controller
authorNico Cesar <nico@nicocesar.com>
Tue, 10 Nov 2020 14:00:52 +0000 (09:00 -0500)
committerNico Cesar <nico@nicocesar.com>
Thu, 10 Dec 2020 20:34:15 +0000 (15:34 -0500)
commit82469cf3c2075f738acef86ee8cb9d39f49e5589
tree8a75a4bfc226d9cd21e6da83c4bddabc23123597
parentf437716f309592d9b2ce801c344b82c1ddcd7e39
container requests in the new codepath for controller

Controller's "new" codepath is a step towards sunsetting railsapi. This
commit is the initial work to get Container Requests in that path

The reason for deleting some tests is intentional. This is part of the migration
from
   apps/workbench/test/controllers/container_requests_controller_test.rb
to
   lib/controller/integration_test.go

This single-commit is the result of collaboration with Lucas Di Pentima
and Tom Clegg in the branch 17014-controller-cr

Arvados-DCO-1.1-Signed-off-by: Nico Cesar <nico@curii.com>
lib/controller/federation.go
lib/controller/federation/conn.go
lib/controller/localdb/conn.go
lib/controller/router/response.go
lib/controller/rpc/conn.go
sdk/go/arvados/container.go