[ARVADOS] updated: 735f1ed1f3c9bf4d876981ccd94a0ad723300d18

git at public.curoverse.com git at public.curoverse.com
Wed Sep 17 10:10:33 EDT 2014


Summary of changes:
 .../views/application/_arvados_attr_value.html.erb |   2 +-
 apps/workbench/test/diagnostics_test_helper.rb     |   3 +
 services/api/app/models/node.rb                    |   9 +-
 .../functional/arvados/v1/nodes_controller_test.rb |   1 +
 services/keepstore/block_work_list.go              | 160 +++++++++++++++++++++
 services/keepstore/block_work_list_test.go         | 149 +++++++++++++++++++
 services/keepstore/handler_test.go                 |  13 +-
 services/keepstore/handlers.go                     |  24 +++-
 services/keepstore/keepstore.go                    |   3 +-
 services/keepstore/pull_list/pull_list.go          |  81 -----------
 10 files changed, 346 insertions(+), 99 deletions(-)
 create mode 100644 services/keepstore/block_work_list.go
 create mode 100644 services/keepstore/block_work_list_test.go
 delete mode 100644 services/keepstore/pull_list/pull_list.go

       via  735f1ed1f3c9bf4d876981ccd94a0ad723300d18 (commit)
       via  283a6c020649948fe9164c851836a171800afadd (commit)
       via  1f1963df75f584d575fd440206e3ac64064cf06c (commit)
       via  2749cf271f44f3783a3c2c9c309e0508da7d9446 (commit)
       via  4cfb296612f7b483b56c36f119ca175def706d2f (commit)
       via  87163a6ec678b841ced3824cbbe40ac20544821b (commit)
       via  82c5dcae45765d61f9af973bb3c02f878aa40804 (commit)
       via  391c3551e763834bdc4c18db8051905d2c338f83 (commit)
       via  c49db117daf8993185cb271ea90d89e841e01117 (commit)
       via  5df584b3e49ccb52419449da016d86b08510f959 (commit)
       via  7faaccf29475d419f55fe43e53dffd40392f48fa (commit)
       via  b9ce584056c53253ef5c8fd19f30c20cb521b0b8 (commit)
       via  577bd728e410d6a9b57b11578264b61220a50d76 (commit)
       via  0bf498cd8a240f70517d44e3dab0fa000468531d (commit)
      from  b4d7d4a3144a84ac2332b94fb12047cb57dcc572 (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 735f1ed1f3c9bf4d876981ccd94a0ad723300d18
Author: radhika <radhika at curoverse.com>
Date:   Wed Sep 17 10:10:16 2014 -0400

    2761: added some comments

diff --git a/apps/workbench/test/diagnostics_test_helper.rb b/apps/workbench/test/diagnostics_test_helper.rb
index 392e7d0..01d351a 100644
--- a/apps/workbench/test/diagnostics_test_helper.rb
+++ b/apps/workbench/test/diagnostics_test_helper.rb
@@ -7,6 +7,8 @@ require 'yaml'
 
 class DiagnosticsTest < ActionDispatch::IntegrationTest
 
+  # Prepends workbench URL to the path provided and visits that page
+  # Expects path parameters such as "/collections/<uuid>"
   def visit_page_with_token token_name, path='/'
     workbench_url = Rails.configuration.arvados_workbench_url
     if workbench_url.end_with? '/'
@@ -16,6 +18,7 @@ class DiagnosticsTest < ActionDispatch::IntegrationTest
     visit page_with_token(tokens[token_name], (workbench_url + path))
   end
 
+  # Looks for the text_to_look_for for up to the max_time provided
   def wait_until_page_has text_to_look_for, max_time=30
     max_time = 30 if (!max_time || (max_time.to_s != max_time.to_i.to_s))
     Timeout.timeout(max_time) do

commit 283a6c020649948fe9164c851836a171800afadd
Merge: b4d7d4a 1f1963d
Author: radhika <radhika at curoverse.com>
Date:   Wed Sep 17 10:04:49 2014 -0400

    Merge branch 'master' into 2761-diagnostic-suite


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


hooks/post-receive
-- 




More information about the arvados-commits mailing list