[ARVADOS] updated: 1.1.0-44-g25ce0f6

Git user git at public.curoverse.com
Tue Nov 21 14:10:13 EST 2017


Summary of changes:
 apps/workbench/app/views/projects/_show_dashboard.html.erb | 2 +-
 apps/workbench/test/integration/application_layout_test.rb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

       via  25ce0f6576f76f569502bc55629c2f292dbba07e (commit)
       via  a14d826813a64223c9b9ddda5d918b3a20bcef6f (commit)
      from  56776607fe1846810bb0396216e09ec09845b426 (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 25ce0f6576f76f569502bc55629c2f292dbba07e
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Tue Nov 21 14:08:50 2017 -0500

    Match the actual name of the CR in the
    ApplicationLayoutTest#test_visit_dashboard_as_* tests, rather than the
    state of the CR. It's confusing that the name is 'running'!
    
    refs #12513
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/apps/workbench/test/integration/application_layout_test.rb b/apps/workbench/test/integration/application_layout_test.rb
index a848185..74a4287 100644
--- a/apps/workbench/test/integration/application_layout_test.rb
+++ b/apps/workbench/test/integration/application_layout_test.rb
@@ -262,7 +262,7 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest
       within('.recent-processes') do
 
         within('.row-zzzzz-xvhdp-cr4runningcntnr') do
-          assert_text 'Running'
+          assert_text 'running'
         end
 
         assert_text 'zzzzz-d1hrv-twodonepipeline'

commit a14d826813a64223c9b9ddda5d918b3a20bcef6f
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Tue Nov 21 14:03:47 2017 -0500

    Make sure to apply the text-overflow-ellipsis class to the name of
    running container requests, too.
    
    refs #12513
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/apps/workbench/app/views/projects/_show_dashboard.html.erb b/apps/workbench/app/views/projects/_show_dashboard.html.erb
index db31501..7135826 100644
--- a/apps/workbench/app/views/projects/_show_dashboard.html.erb
+++ b/apps/workbench/app/views/projects/_show_dashboard.html.erb
@@ -116,7 +116,7 @@ SPDX-License-Identifier: AGPL-3.0 %>
             <% else %>
             <div class="dashboard-panel-info-row row-<%=wu.uuid%>">
               <div class="row">
-                <div class="col-md-6">
+                <div class="col-md-6 text-overflow-ellipsis">
                   <%= link_to_if_arvados_object p, {friendly_name: true} %>
                 </div>
                 <div class="col-md-2">

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list