[ARVADOS] updated: 1.3.0-732-g2f8df0600

Git user git at public.curoverse.com
Wed May 8 13:11:59 UTC 2019


Summary of changes:
 apps/workbench/app/controllers/websocket_controller.rb | 2 +-
 apps/workbench/{app => test}/mailers/.gitkeep          | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 copy apps/workbench/{app => test}/mailers/.gitkeep (100%)

       via  2f8df060079db30ec690a1ca5f1e06f2547ce757 (commit)
       via  4e543a284e2b03b916c28ac7f92b956154b81b3a (commit)
      from  41a86f4d59ac63acb8c78d55b8c4a0d042941568 (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 2f8df060079db30ec690a1ca5f1e06f2547ce757
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date:   Wed May 8 10:10:48 2019 -0300

    14988: Fixes exception raising due to a change in rails5 behavior.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>

diff --git a/apps/workbench/app/controllers/websocket_controller.rb b/apps/workbench/app/controllers/websocket_controller.rb
index ead7ac636..35993dc20 100644
--- a/apps/workbench/app/controllers/websocket_controller.rb
+++ b/apps/workbench/app/controllers/websocket_controller.rb
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0
 
 class WebsocketController < ApplicationController
-  skip_before_action :find_objects_for_index
+  skip_before_action :find_objects_for_index, raise: false
 
   def index
   end

commit 4e543a284e2b03b916c28ac7f92b956154b81b3a
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date:   Wed May 8 10:09:58 2019 -0300

    14988: Adds empty subdir to test/ as it's required by rails.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>

diff --git a/apps/workbench/test/mailers/.gitkeep b/apps/workbench/test/mailers/.gitkeep
new file mode 100644
index 000000000..e69de29bb

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list