[ARVADOS] updated: 60cf64002cee6af43fe8b6a122c104a12c1fd7bf
git at public.curoverse.com
git at public.curoverse.com
Mon Nov 24 12:22:50 EST 2014
Summary of changes:
services/api/app/controllers/application_controller.rb | 1 +
1 file changed, 1 insertion(+)
via 60cf64002cee6af43fe8b6a122c104a12c1fd7bf (commit)
from 1a4282c6d30b209a882c255e0d5777851ff6f034 (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 60cf64002cee6af43fe8b6a122c104a12c1fd7bf
Author: Tom Clegg <tom at curoverse.com>
Date: Mon Nov 24 12:18:54 2014 -0500
4651: ensure_unique_name param is not required.
diff --git a/services/api/app/controllers/application_controller.rb b/services/api/app/controllers/application_controller.rb
index 27c4bc8..5013c09 100644
--- a/services/api/app/controllers/application_controller.rb
+++ b/services/api/app/controllers/application_controller.rb
@@ -475,6 +475,7 @@ class ApplicationController < ActionController::Base
type: "boolean",
description: "Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.",
location: "query",
+ required: false,
default: false
}
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list