[ARVADOS] updated: a7824d56a519db6d729323ca56e653db7e895f3c
git at public.curoverse.com
git at public.curoverse.com
Fri Jul 18 11:27:57 EDT 2014
Summary of changes:
.../app/controllers/application_controller.rb | 2 +-
.../test/integration/pipeline_instances_test.rb | 1 +
apps/workbench/test/integration/projects_test.rb | 2 +
sdk/python/.gitignore | 1 +
sdk/python/README.rst | 63 ++++++++++++++++++++++
sdk/python/requirements.txt | 6 ---
sdk/python/setup.py | 9 ++++
sdk/python/{arvados/commands => tests}/__init__.py | 0
sdk/python/tests/test_arv_put.py | 54 ++++++++++---------
services/fuse/README.rst | 62 +++++++++++++++++++++
services/fuse/readme.llfuse | 1 -
services/fuse/requirements.txt | 3 --
services/fuse/setup.py | 9 +++-
.../commands => services/fuse/tests}/__init__.py | 0
14 files changed, 175 insertions(+), 38 deletions(-)
create mode 100644 sdk/python/README.rst
delete mode 100644 sdk/python/requirements.txt
copy sdk/python/{arvados/commands => tests}/__init__.py (100%)
create mode 100644 services/fuse/README.rst
delete mode 100644 services/fuse/readme.llfuse
delete mode 100644 services/fuse/requirements.txt
copy {sdk/python/arvados/commands => services/fuse/tests}/__init__.py (100%)
via a7824d56a519db6d729323ca56e653db7e895f3c (commit)
via 8dd2205fa58f113aff5b855484c8d933521e3cde (commit)
via a7a6110f549ae87f6397b53c6d0292bb0cc2ce04 (commit)
via 2815aa511233f674009587bc1a896720a27b008c (commit)
via 028d44becf330be95a1d9f44e6c929b983bef30c (commit)
via e16c1ecc8097fd586e86fc90206836000b5f5004 (commit)
via 688c0eec8c0af1a18a581b3d8725ec88d39682f2 (commit)
via 533d3511169d756e3148632d24756c13879a0701 (commit)
via 6850ef5b2e9b65cf6fd1658817c788c3abaebef6 (commit)
via 87368d7ec97e940dd468a433afed0c6b65f30a4e (commit)
from 5722da5b7a5735873b439c0eff2bc4cf2c959002 (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 a7824d56a519db6d729323ca56e653db7e895f3c
Merge: 8dd2205 a7a6110
Author: radhika <radhika at curoverse.com>
Date: Fri Jul 18 11:27:36 2014 -0400
Merge branch 'master' into 3140-project-content-tabs
commit 8dd2205fa58f113aff5b855484c8d933521e3cde
Author: radhika <radhika at curoverse.com>
Date: Fri Jul 18 11:26:34 2014 -0400
3140: fix tests to match the project content display related ui updates
diff --git a/apps/workbench/test/integration/pipeline_instances_test.rb b/apps/workbench/test/integration/pipeline_instances_test.rb
index 5071fb4..7053d39 100644
--- a/apps/workbench/test/integration/pipeline_instances_test.rb
+++ b/apps/workbench/test/integration/pipeline_instances_test.rb
@@ -45,6 +45,7 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
find('.btn', text: 'Add').click
end
+ click_link 'Jobs and pipelines'
find('tr[data-kind="arvados#pipelineInstance"]', text: 'New pipeline instance').
find('a', text: 'Show').
click
diff --git a/apps/workbench/test/integration/projects_test.rb b/apps/workbench/test/integration/projects_test.rb
index 5758fc7..bdd13c0 100644
--- a/apps/workbench/test/integration/projects_test.rb
+++ b/apps/workbench/test/integration/projects_test.rb
@@ -29,6 +29,7 @@ class ProjectsTest < ActionDispatch::IntegrationTest
project_uuid = api_fixture('groups')['aproject']['uuid']
specimen_uuid = api_fixture('specimens')['owned_by_aproject_with_no_name_link']['uuid']
visit page_with_token 'active', '/projects/' + project_uuid
+ click_link 'Other objects'
within(".selection-action-container") do
within (first('tr', text: 'Specimen')) do
find(".fa-pencil").click
@@ -43,6 +44,7 @@ class ProjectsTest < ActionDispatch::IntegrationTest
find('.editable', text: 'Now I have a new name.')
end
visit current_path
+ click_link 'Other objects'
within '.selection-action-container' do
find '.editable', text: 'Now I have a new name.'
page.assert_no_selector '.editable', text: 'Now I have a name.'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list