[ARVADOS] updated: f5db24cc5434844e370cb2d959c6aa7800179159

git at public.curoverse.com git at public.curoverse.com
Wed Feb 12 12:43:16 EST 2014


Summary of changes:
 apps/workbench/app/views/users/_tables.html.erb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

       via  f5db24cc5434844e370cb2d959c6aa7800179159 (commit)
      from  e28dffcdee490a7da674f69d4b9d5cec086f8c41 (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 f5db24cc5434844e370cb2d959c6aa7800179159
Author: Ward Vandewege <ward at curoverse.com>
Date:   Wed Feb 12 12:42:25 2014 -0500

    Fix regular expression for collection UUIDs to it can also handle with UUIDs like
    
      8764db1235674a08afabcdef709f6c49+2986

diff --git a/apps/workbench/app/views/users/_tables.html.erb b/apps/workbench/app/views/users/_tables.html.erb
index 2920bca..0a54e8f 100644
--- a/apps/workbench/app/views/users/_tables.html.erb
+++ b/apps/workbench/app/views/users/_tables.html.erb
@@ -50,7 +50,7 @@
 <td>
   <small>
     <% if j.log %>
-      <% fixup = /([a-f0-9]{32}\+\d+)(\+.*)/.match(j.log)%>
+      <% fixup = /([a-f0-9]{32}\+\d+)(\+?.*)/.match(j.log)%>
       <% Collection.limit(1).where(uuid: fixup[1]).each do |c| %>
         <% c.files.each do |file| %>
           <a href="<%= collection_path(j.log) %>/<%= file[1] %>?disposition=inline&size=<%= file[2] %>">Log</a>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list