[ARVADOS] updated: b0fa2109b62079c50c5228d227c591fde7b40ab7

git at public.curoverse.com git at public.curoverse.com
Wed Sep 24 17:35:00 EDT 2014


Summary of changes:
 apps/workbench/app/controllers/projects_controller.rb | 2 ++
 1 file changed, 2 insertions(+)

       via  b0fa2109b62079c50c5228d227c591fde7b40ab7 (commit)
      from  77ad02138232ebf8885ceef5b4c398bf6fd39587 (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 b0fa2109b62079c50c5228d227c591fde7b40ab7
Author: radhika <radhika at curoverse.com>
Date:   Wed Sep 24 17:33:53 2014 -0400

    3836: if rescued an error other than unique constraint violation, raise it back.

diff --git a/apps/workbench/app/controllers/projects_controller.rb b/apps/workbench/app/controllers/projects_controller.rb
index 2cbdcc9..435e0cd 100644
--- a/apps/workbench/app/controllers/projects_controller.rb
+++ b/apps/workbench/app/controllers/projects_controller.rb
@@ -140,6 +140,8 @@ class ProjectsController < ApplicationController
             updates[:owner_uuid] = current_user.uuid
             item.update_attributes updates
             @removed_uuids << item.uuid
+          else
+            raise
           end
         end
       end

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list