[ARVADOS] updated: 20524cb833e736d4baed4dcadca6fcc6d8bcc7a8
git at public.curoverse.com
git at public.curoverse.com
Fri Jul 10 18:46:02 EDT 2015
Summary of changes:
.../views/users/_manage_virtual_machines.html.erb | 2 +-
docker/build_tools/Makefile | 4 +-
docker/jobs/Dockerfile | 29 +++----
docker/{base => jobs}/apt.arvados.org.list | 0
docker/mkimage-debootstrap.sh | 11 +--
sdk/python/tests/manifest_examples.py | 21 +++++
.../tests/performance/performance_profiler.py | 4 +-
sdk/python/tests/test_benchmark_collections.py | 97 ++++++++++++++++++++++
services/keepstore/bufferpool.go | 19 +++++
services/keepstore/handlers.go | 75 ++++++++---------
services/keepstore/keepstore_test.go | 37 ---------
services/keepstore/volume_unix.go | 2 +-
services/keepstore/volume_unix_test.go | 20 +++++
13 files changed, 218 insertions(+), 103 deletions(-)
copy docker/{base => jobs}/apt.arvados.org.list (100%)
create mode 100644 sdk/python/tests/manifest_examples.py
create mode 100644 sdk/python/tests/test_benchmark_collections.py
via 20524cb833e736d4baed4dcadca6fcc6d8bcc7a8 (commit)
via 5ee1f6c05fe8b491afead3697a05401511a4d4b4 (commit)
via 5fa837af6e73abbcf70e66c6de785e3a24259328 (commit)
via c47db46c7f2aac3ad1b099d8716c44dbb9f8bbf6 (commit)
via 959ab858881801060b292a71b6e694c4801ef2eb (commit)
via 5b349796c7ddf23188c92dbe98e4ce75a2ac6ee6 (commit)
via c830768910678af42a92d8d0b63ac96d5636361c (commit)
via 97f5239f053b1691d7f2cb56230386921f8ea4d4 (commit)
via 1088f78459a6ac24b91673625ef72976dfb99fd3 (commit)
via 64736a9fa518af448b98e6277185acc269bd5ade (commit)
via dee0d839af1a7cd1eca4b31f7f2371ff3b0803ed (commit)
via 2414412bb3360e02a72e5459711cf077a5e50380 (commit)
via 2359eabb2e84dd9aa5109332c37b0f50aee896bc (commit)
from abe3b885cf4b123ad6e36f6d4d9ae6695e0fa32e (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 20524cb833e736d4baed4dcadca6fcc6d8bcc7a8
Author: radhika <radhika at curoverse.com>
Date: Fri Jul 10 18:44:59 2015 -0400
6279: open the webshell client in a blank window.
diff --git a/apps/workbench/app/views/users/_manage_virtual_machines.html.erb b/apps/workbench/app/views/users/_manage_virtual_machines.html.erb
index 2257df9..f635138 100644
--- a/apps/workbench/app/views/users/_manage_virtual_machines.html.erb
+++ b/apps/workbench/app/views/users/_manage_virtual_machines.html.erb
@@ -90,7 +90,7 @@
<% if Rails.configuration.shell_in_a_box_url %>
<td>
<% @my_vm_logins[vm[:uuid]].andand.each do |login| %>
- <%= link_to webshell_virtual_machine_path(vm, login: login), title: "Open a terminal session in your browser", class: 'btn btn-xs btn-default' do %>
+ <%= link_to webshell_virtual_machine_path(vm, login: login), title: "Open a terminal session in your browser", class: 'btn btn-xs btn-default', target: "_blank" do %>
Log in as <%= login %><br />
<% end %>
<% end %>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list