[ARVADOS] updated: 1ad669e1a65f24363d8f6b45798d96e6592e2bb7

git at public.curoverse.com git at public.curoverse.com
Tue Feb 4 15:56:08 EST 2014


Summary of changes:
 .../app/controllers/collections_controller.rb      |    3 +-
 .../controllers/pipeline_instances_controller.rb   |   34 ++++++++---
 apps/workbench/app/helpers/provenance_helper.rb    |   20 +++++-
 apps/workbench/app/models/collection.rb            |    4 +
 .../app/views/application/_svg_div.html.erb        |   28 ++++++----
 .../workbench/app/views/application/index.html.erb |    2 +-
 apps/workbench/app/views/application/show.html.erb |    2 +-
 .../collections/_show_provenance_graph.html.erb    |    7 +-
 .../app/views/collections/_show_used_by.html.erb   |   11 ++++
 .../app/views/pipeline_instances/compare.html.erb  |   12 ++++
 .../api/app/controllers/application_controller.rb  |   10 +++-
 .../arvados/v1/collections_controller.rb           |   59 ++++++++++++++++++++
 services/api/config/routes.rb                      |    1 +
 13 files changed, 160 insertions(+), 33 deletions(-)
 create mode 100644 apps/workbench/app/views/collections/_show_used_by.html.erb

       via  1ad669e1a65f24363d8f6b45798d96e6592e2bb7 (commit)
       via  e5d1f2f918be2c6a59ac4085276342cc4533fe2a (commit)
       via  0c0bdf1c00e1f0a50bc5977f171ae1ac720c79bb (commit)
       via  9e3bb9b984ff700fc3455f87437a8f1ac5841f0e (commit)
       via  b2a75b1d0eab457047564a6901016c27a08fa36d (commit)
      from  345960e59c01e6f2071ee65a44fbc62288b278dc (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 1ad669e1a65f24363d8f6b45798d96e6592e2bb7
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Tue Feb 4 15:57:00 2014 -0500

    Added stroke-linecap: round to make lines look nicer.

diff --git a/apps/workbench/app/views/application/_svg_div.html.erb b/apps/workbench/app/views/application/_svg_div.html.erb
index 1e7fdf7..ddc8e61 100644
--- a/apps/workbench/app/views/application/_svg_div.html.erb
+++ b/apps/workbench/app/views/application/_svg_div.html.erb
@@ -12,6 +12,9 @@
 path:hover {
 stroke-width: 5;
 }
+path {
+stroke-linecap: round;
+}
 <% end %>
 
 <%= content_for :js do %>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list