[ARVADOS] updated: f16b7abe9b1ae5967ffaab62b9c9ae3f955f44f1

git at public.curoverse.com git at public.curoverse.com
Wed Feb 11 15:02:27 EST 2015


Summary of changes:
 .../views/application/_browser_unsupported.html    | 24 +++++++++++++++++++
 .../app/views/application/_show_sharing.html.erb   |  9 +++++++
 .../jobs/_rerun_job_with_options_popup.html.erb    |  6 ++---
 apps/workbench/app/views/layouts/body.html.erb     |  3 +++
 apps/workbench/app/views/users/welcome.html.erb    |  4 ++--
 apps/workbench/config/application.default.yml      |  4 ++--
 apps/workbench/public/browser_unsupported.js       | 14 +++++++++++
 .../test/integration/browser_unsupported_test.rb   | 17 +++++++++++++
 .../test/integration/pipeline_instances_test.rb    |  9 +++----
 apps/workbench/test/integration/projects_test.rb   | 28 ++++++++++++++++++++++
 apps/workbench/test/integration_helper.rb          | 17 +++++++++----
 apps/workbench/test/support/remove_file_api.js     |  1 +
 services/api/app/models/database_seeds.rb          |  1 +
 ...206210804_all_users_can_read_anonymous_group.rb | 12 ++++++++++
 services/api/db/structure.sql                      |  4 +++-
 services/api/lib/current_api_client.rb             | 12 ++++++++++
 services/api/test/fixtures/groups.yml              |  5 ++--
 services/api/test/fixtures/links.yml               | 14 +++++++++++
 services/api/test/unit/link_test.rb                |  5 ++++
 19 files changed, 168 insertions(+), 21 deletions(-)
 create mode 100644 apps/workbench/app/views/application/_browser_unsupported.html
 create mode 100644 apps/workbench/public/browser_unsupported.js
 create mode 100644 apps/workbench/test/integration/browser_unsupported_test.rb
 create mode 100644 apps/workbench/test/support/remove_file_api.js
 create mode 100644 services/api/db/migrate/20150206210804_all_users_can_read_anonymous_group.rb

       via  f16b7abe9b1ae5967ffaab62b9c9ae3f955f44f1 (commit)
       via  148ff097b57571dda1b6db063a2eca5a4eb98a35 (commit)
       via  d3a9326a2c92de950216fb2a88dbbc9de898e4b3 (commit)
       via  6bf9ae122958b25b4a22447f67fb11cf24765d97 (commit)
       via  5923d0fa912c73e3725e52c869d72793304ae44a (commit)
       via  58bf2ad27c760fb7da0641b239f1871918b84a42 (commit)
       via  8676d8d8fe7ea86db75fd9e6f53b07e21437cd6d (commit)
       via  fb181d9653d80317422e1d979697da908fa804c8 (commit)
       via  b599ef92fcfc25045eb6a366907555594496bfad (commit)
       via  67a4825340187c05cbada61d38c12645a17acb65 (commit)
       via  0215bf7b8c61d59462a476d850af999105856177 (commit)
       via  34d6dc1f56b59b7c7cc3e6dc7d54053149c49bc6 (commit)
       via  045bce46ede1995ed17747c48611f22c478cc82d (commit)
       via  d9e2de2e142fe1a79bd83064d8d9135ba44fd807 (commit)
       via  710b03568da92458279db56608cba84cb5151847 (commit)
       via  b48e7f0c19f1a7256222c220e938832789492aa3 (commit)
       via  7a71d74c538c37437e65f5d22205c224d0fe9207 (commit)
       via  ff49b1144f5b9f9f7624f3741f5af791073de03c (commit)
      from  31e1554c4372d8206618bf7fee48323b08f24ec3 (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 f16b7abe9b1ae5967ffaab62b9c9ae3f955f44f1
Author: Radhika Chippada <radhika at curoverse.com>
Date:   Wed Feb 11 15:01:28 2015 -0500

    5110: update a comment in test; this comment was reflecting ui from before project tabs.

diff --git a/apps/workbench/test/integration/pipeline_instances_test.rb b/apps/workbench/test/integration/pipeline_instances_test.rb
index 511428e..f012b09 100644
--- a/apps/workbench/test/integration/pipeline_instances_test.rb
+++ b/apps/workbench/test/integration/pipeline_instances_test.rb
@@ -111,7 +111,7 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
   test 'Create pipeline inside a project and run' do
     visit page_with_token('active_trustedclient', '/projects')
 
-    # Add collection to the project using collections menu from top nav
+    # Add collection to the project using Add data button
     find("#projects-menu").click
     find('.dropdown-menu a,button', text: 'A Project').click
     find('.btn', text: 'Add data').click

commit 148ff097b57571dda1b6db063a2eca5a4eb98a35
Author: Radhika Chippada <radhika at curoverse.com>
Date:   Wed Feb 11 14:58:28 2015 -0500

    5110: update couple more tests to do a single visit to page than visit home and then visit page.

diff --git a/apps/workbench/test/integration/pipeline_instances_test.rb b/apps/workbench/test/integration/pipeline_instances_test.rb
index d579961..511428e 100644
--- a/apps/workbench/test/integration/pipeline_instances_test.rb
+++ b/apps/workbench/test/integration/pipeline_instances_test.rb
@@ -6,9 +6,7 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
   end
 
   test 'Create and run a pipeline' do
-    visit page_with_token('active')
-
-    visit '/pipeline_templates'
+    visit page_with_token('active_trustedclient', '/pipeline_templates')
     within('tr', text: 'Two Part Pipeline Template') do
       find('a,button', text: 'Run').click
     end
@@ -111,10 +109,9 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
 
   # Create a pipeline instance from within a project and run
   test 'Create pipeline inside a project and run' do
-    visit page_with_token('active')
+    visit page_with_token('active_trustedclient', '/projects')
 
-    # Add this collection to the project using collections menu from top nav
-    visit '/projects'
+    # Add collection to the project using collections menu from top nav
     find("#projects-menu").click
     find('.dropdown-menu a,button', text: 'A Project').click
     find('.btn', text: 'Add data').click

commit d3a9326a2c92de950216fb2a88dbbc9de898e4b3
Merge: 31e1554 6bf9ae1
Author: Radhika Chippada <radhika at curoverse.com>
Date:   Wed Feb 11 14:49:26 2015 -0500

    Merge branch 'master' into 5110-workbench-full-text-search


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


hooks/post-receive
-- 




More information about the arvados-commits mailing list