[arvados] updated: 2.1.0-2493-gdac277750

git repository hosting git at public.arvados.org
Fri May 20 14:39:43 UTC 2022


Summary of changes:
 apps/workbench/app/views/projects/_show_dashboard.html.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  dac27775017bab861a9fe3e3f85766df7cd8f80d (commit)
      from  d58c2423e8e038e4c47c2329299059978abc7fbf (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 dac27775017bab861a9fe3e3f85766df7cd8f80d
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Fri May 20 10:39:25 2022 -0400

    19129: add missing exit_code from select
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/apps/workbench/app/views/projects/_show_dashboard.html.erb b/apps/workbench/app/views/projects/_show_dashboard.html.erb
index f26d89780..61ceaf9fe 100644
--- a/apps/workbench/app/views/projects/_show_dashboard.html.erb
+++ b/apps/workbench/app/views/projects/_show_dashboard.html.erb
@@ -10,7 +10,7 @@ SPDX-License-Identifier: AGPL-3.0 %>
   recent_cr_containers = recent_crs.map {|cr| cr.container_uuid}.compact.uniq
   if recent_cr_containers.andand.any?
     preload_objects_for_dataclass(Container, recent_cr_containers, nil,
-				["uuid", "started_at", "finished_at", "state", "runtime_status", "created_at", "modified_at"])
+				["uuid", "started_at", "finished_at", "state", "runtime_status", "created_at", "modified_at", "exit_code"])
   end
 
   wus = {}

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list