[ARVADOS] updated: 4b8ecdc4d88c9dccbbcf07b5037ba4dcf4ea2d20

git at public.curoverse.com git at public.curoverse.com
Wed Jul 22 08:41:14 EDT 2015


Summary of changes:
 .../views/users/_manage_virtual_machines.html.erb  |   9 ++--
 .../test/controllers/jobs_controller_test.rb       |   4 ++
 .../test/helpers/collections_helper_test.rb        |   1 +
 .../test/integration/application_layout_test.rb    |  31 +++++++++++++
 doc/_config.yml                                    |   1 +
 doc/_includes/_tutorial_expectations.liquid        |   2 +-
 doc/images/vm-access-with-webshell.png             | Bin 0 -> 61121 bytes
 doc/install/install-api-server.html.textile.liquid |  28 ++++++-----
 ...l-manual-prerequisites-ruby.html.textile.liquid |  47 ++++++++++++++++---
 ...nstall-manual-prerequisites.html.textile.liquid |  38 ++++++---------
 doc/install/install-sso.html.textile.liquid        |  51 +++++++++++++++------
 .../check-environment.html.textile.liquid          |   2 +-
 .../ssh-access-unix.html.textile.liquid            |   2 +-
 .../ssh-access-windows.html.textile.liquid         |   2 +-
 .../vm-login-with-webshell.html.textile.liquid     |  19 ++++++++
 doc/user/reference/api-tokens.html.textile.liquid  |   2 +-
 16 files changed, 175 insertions(+), 64 deletions(-)
 create mode 100644 doc/images/vm-access-with-webshell.png
 create mode 100644 doc/user/getting_started/vm-login-with-webshell.html.textile.liquid

       via  4b8ecdc4d88c9dccbbcf07b5037ba4dcf4ea2d20 (commit)
       via  fe0f4c45a3e3bf2c28f389dce064aafd92a30b0b (commit)
       via  fe0e18020d6e817893417220df2afe3683393591 (commit)
       via  151064a2cbd152bb81ab1f8fdf102b36bc13ca2a (commit)
       via  9b2bf1dddd21c991623e4b2b8b412e1f3fb05d34 (commit)
       via  68b018141677e7147fe2b52a88561dc7d57e6d79 (commit)
       via  91a77b7ce2abca7d4297b2dfa5eca54fc78a1425 (commit)
       via  1794be475e5bb94d8dd6764329731bacc2a67f2b (commit)
       via  8c1a3773b9ae07e8f37e3567a9e7c225e47d2ea5 (commit)
       via  9e4957c362c398c4276833075f54b19fa4050041 (commit)
       via  8c8b6b67c412633c762af1769c71af56c2310f5c (commit)
       via  0bb9d575d4c9609693d71fa47f8958af10f40d2b (commit)
       via  e6e3409439ef6d72a701e409b1c079900e006913 (commit)
       via  847f47a1a86d40dc6ae5d13f62039e55d1afa36d (commit)
       via  d591acbac423d324cf00e5930851fff6957a19d9 (commit)
       via  2b41829bf0a889558c320121710ef3fd2e90ef7e (commit)
       via  623be7f83c1a88dd2eeae5ee6028daac47ad0e1c (commit)
       via  106df13f4470b75e6fb4114c94b32b6fc68736f4 (commit)
       via  7879727a44d761e633f7282fad6073549495be8a (commit)
       via  ddb83a220cd6f3b62171c3c374c58e553d82a5d6 (commit)
       via  b08e97355a492d9b4710721b5105e981e49e8238 (commit)
       via  61d432f332dd9314f8c4cd57c2393e80e8ecef59 (commit)
       via  a1ed06fc35101b054efa62a757c92c3c4d14ff06 (commit)
       via  4999699d7614f214eb8718b85c5c30e9fb382c23 (commit)
       via  85b29e4db84f53e390c7964f43caf91d3a764510 (commit)
       via  fb9730d1da1eab233e4e7ea01c1015cd70ba6cf7 (commit)
      from  f46a1e9489373ce076c71f7f52609a4e4a9c050a (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 4b8ecdc4d88c9dccbbcf07b5037ba4dcf4ea2d20
Author: radhika <radhika at curoverse.com>
Date:   Wed Jul 22 08:34:04 2015 -0400

    6465: Noticed a slight dip in code coverage in two areas and added tests to cover those situations. Details:
    1. Removal of integration "Test dashboard button all {jobs}" resulted in no test at all to visit /jobs page.
    Added a controller test for this.
    2. Not visiting the hash match page when only one collection matches (the controller test just verified the redirection),
    resulted in the unforeseen side effect of not testing preview allowed status for a file name extention that is not listed
    in application_mimetypes_with_view_icon (tar file in this case). Added this to test.

diff --git a/apps/workbench/test/controllers/jobs_controller_test.rb b/apps/workbench/test/controllers/jobs_controller_test.rb
index 609e58c..1e26435 100644
--- a/apps/workbench/test/controllers/jobs_controller_test.rb
+++ b/apps/workbench/test/controllers/jobs_controller_test.rb
@@ -1,4 +1,8 @@
 require 'test_helper'
 
 class JobsControllerTest < ActionController::TestCase
+  test "visit jobs index page" do
+    get :index, {}, session_for(:active)
+    assert_response :success
+  end
 end
diff --git a/apps/workbench/test/helpers/collections_helper_test.rb b/apps/workbench/test/helpers/collections_helper_test.rb
index 463dacc..9d41114 100644
--- a/apps/workbench/test/helpers/collections_helper_test.rb
+++ b/apps/workbench/test/helpers/collections_helper_test.rb
@@ -27,6 +27,7 @@ class CollectionsHelperTest < ActionView::TestCase
     ["filename.yml", true],
 
     ["filename.bam", false],
+    ["filename.tar", false],
     ["filename", false],
   ].each do |file_name, preview_allowed|
     test "verify '#{file_name}' is allowed for preview #{preview_allowed}" do

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list