[ARVADOS] updated: 2.1.0-34-g17dd947ac

Git user git at public.arvados.org
Mon Nov 9 19:52:30 UTC 2020


Summary of changes:
 apps/workbench/app/models/container_work_unit.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  17dd947acba89d3c645f38540afd641864253095 (commit)
      from  e4ae433b7360975d1c631e46e7cd456dd5ceed6d (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 17dd947acba89d3c645f38540afd641864253095
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Mon Nov 9 16:51:58 2020 -0300

    17014: Restores container uuid check.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>

diff --git a/apps/workbench/app/models/container_work_unit.rb b/apps/workbench/app/models/container_work_unit.rb
index 1ebbf9520..292bc3679 100644
--- a/apps/workbench/app/models/container_work_unit.rb
+++ b/apps/workbench/app/models/container_work_unit.rb
@@ -10,7 +10,7 @@ class ContainerWorkUnit < ProxyWorkUnit
     super proxied, label, parent
     if @proxied.is_a?(ContainerRequest)
       container_uuid = get(:container_uuid)
-      if container_uuid and uuid.length < 27 #REVIEW: is this a good place to match with a "valid UUID" regexp?
+      if container_uuid
         @container = Container.find(container_uuid)
       end
     end

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list