[ARVADOS] updated: ad825d1c73655d3f62fd485a1bc32fc3e76531f6
Git user
git at public.curoverse.com
Wed Nov 16 16:35:22 EST 2016
Summary of changes:
services/api/app/models/container_request.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via ad825d1c73655d3f62fd485a1bc32fc3e76531f6 (commit)
from b6bc9bbe45a68a07b1ea8139e1f4d698873739a7 (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 ad825d1c73655d3f62fd485a1bc32fc3e76531f6
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Wed Nov 16 16:35:08 2016 -0500
Permit use_existing in create-and-commit container requests. refs #10216
diff --git a/services/api/app/models/container_request.rb b/services/api/app/models/container_request.rb
index 7dcfbe3..f84869f 100644
--- a/services/api/app/models/container_request.rb
+++ b/services/api/app/models/container_request.rb
@@ -279,7 +279,7 @@ class ContainerRequest < ArvadosModel
permitted.push :command, :container_image, :cwd, :description, :environment,
:filters, :mounts, :name, :output_path, :properties,
:requesting_container_uuid, :runtime_constraints,
- :state, :container_uuid, :scheduling_parameters
+ :state, :container_uuid, :use_existing, :scheduling_parameters
end
when Final
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list