[ARVADOS] updated: 90744f405977dcfac40d5dea3dbe79391080b80d
git at public.curoverse.com
git at public.curoverse.com
Fri May 16 15:28:55 EDT 2014
Summary of changes:
apps/workbench/app/assets/javascripts/collections.js | 1 -
apps/workbench/app/controllers/collections_controller.rb | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
via 90744f405977dcfac40d5dea3dbe79391080b80d (commit)
via 471cc718e0cf5a1846feb444887c35c285f33cdf (commit)
from 043002e8d0dfd2a5dbb3cfc135ac21732c199c05 (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 90744f405977dcfac40d5dea3dbe79391080b80d
Author: Tom Clegg <tom at curoverse.com>
Date: Fri May 16 15:28:20 2014 -0400
2809: Fix arvados_api_client usage in FileStreamer. refs #2809
diff --git a/apps/workbench/app/controllers/collections_controller.rb b/apps/workbench/app/controllers/collections_controller.rb
index 7ef85a5..1c9d385 100644
--- a/apps/workbench/app/controllers/collections_controller.rb
+++ b/apps/workbench/app/controllers/collections_controller.rb
@@ -225,6 +225,7 @@ class CollectionsController < ApplicationController
end
class FileStreamer
+ include ArvadosApiClientHelper
def initialize(opts={})
@opts = opts
end
commit 471cc718e0cf5a1846feb444887c35c285f33cdf
Author: Tom Clegg <tom at curoverse.com>
Date: Fri May 16 10:57:32 2014 -0400
Remove debug log message. refs #1969
diff --git a/apps/workbench/app/assets/javascripts/collections.js b/apps/workbench/app/assets/javascripts/collections.js
index 7f4b510..e957835 100644
--- a/apps/workbench/app/assets/javascripts/collections.js
+++ b/apps/workbench/app/assets/javascripts/collections.js
@@ -3,7 +3,6 @@ jQuery(function($){
var toggle_group = $(this).parents('[data-remote-href]').first();
var want_persist = !toggle_group.find('button').hasClass('active');
var want_state = want_persist ? 'persistent' : 'cache';
- console.log(want_persist);
toggle_group.find('button').
toggleClass('active', want_persist).
html(want_persist ? 'Persistent' : 'Cache');
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list