[ARVADOS] updated: 9313b300d47c3e74eeafd9955b59dfc0c2067686

git at public.curoverse.com git at public.curoverse.com
Tue May 20 15:19:25 EDT 2014


Summary of changes:
 .../app/assets/javascripts/collections.js          |  1 -
 .../app/controllers/collections_controller.rb      |  1 +
 apps/workbench/app/models/arvados_api_client.rb    |  9 +++++-
 apps/workbench/test/integration_helper.rb          |  5 ++++
 services/api/app/models/arvados_model.rb           |  4 ++-
 .../20140422011506_pipeline_instance_state.rb      |  2 ++
 services/api/lib/has_uuid.rb                       |  5 +++-
 services/api/test/unit/arvados_model_test.rb       | 34 ++++++++++++++++++++++
 services/fuse/arvados_fuse/__init__.py             | 27 +++++++++--------
 services/fuse/bin/arv-mount                        |  4 +--
 10 files changed, 74 insertions(+), 18 deletions(-)
 create mode 100644 services/api/test/unit/arvados_model_test.rb

       via  9313b300d47c3e74eeafd9955b59dfc0c2067686 (commit)
       via  df616ae554f8975f23d8fb61d47eb6a62ec30a07 (commit)
       via  c3367d7b827035d0cfc3418bc028a67142696e13 (commit)
       via  7ed1dcf8b0bfa8fc78f228a07b2318094b68abea (commit)
       via  5da718633e3663073a624db78274cd69e5dfe6e0 (commit)
       via  90744f405977dcfac40d5dea3dbe79391080b80d (commit)
       via  471cc718e0cf5a1846feb444887c35c285f33cdf (commit)
       via  043002e8d0dfd2a5dbb3cfc135ac21732c199c05 (commit)
       via  278fe7048f9035b350a60e032432c9119f151add (commit)
       via  7a873b4adfd0a7f94a4e7dfa64eb088caece46df (commit)
       via  7b4d7faff279490a40190208bd571a86090e2bf5 (commit)
       via  83c873af757aea4217648cc5a909fcadcf3e93e4 (commit)
      from  c0c7bbed0ccd2f967900215db745b7f49f7bd6b1 (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 9313b300d47c3e74eeafd9955b59dfc0c2067686
Author: Brett Smith <brett at curoverse.com>
Date:   Tue May 20 15:15:11 2014 -0400

    2764: Reset browser session between Workbench integration tests.
    
    Peter and I just debugged an issue where a test was falsely passing
    because the session had authorization state in it.  This prevents it
    from passing.

diff --git a/apps/workbench/test/integration_helper.rb b/apps/workbench/test/integration_helper.rb
index a8788ce..93455ee 100644
--- a/apps/workbench/test/integration_helper.rb
+++ b/apps/workbench/test/integration_helper.rb
@@ -25,6 +25,11 @@ class ActionDispatch::IntegrationTest
 
   @@API_AUTHS = self.api_fixture('api_client_authorizations')
 
+  def setup
+    reset_session!
+    super
+  end
+
   def page_with_token(token, path='/')
     # Generate a page path with an embedded API token.
     # Typical usage: visit page_with_token('token_name', page)

commit df616ae554f8975f23d8fb61d47eb6a62ec30a07
Merge: c0c7bbe c3367d7
Author: Brett Smith <brett at curoverse.com>
Date:   Tue May 20 15:03:27 2014 -0400

    Merge branch 'master' into 2764-wget-collections-wip


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


hooks/post-receive
-- 




More information about the arvados-commits mailing list