[ARVADOS] updated: 804d23f38fb98ec648349703f74a229f225ee22a
Git user
git at public.curoverse.com
Mon Jan 30 13:32:18 EST 2017
Summary of changes:
apps/workbench/app/controllers/pipeline_instances_controller.rb | 1 +
1 file changed, 1 insertion(+)
via 804d23f38fb98ec648349703f74a229f225ee22a (commit)
from 49aa7305a80547bc7fb8c32f1073d7add2506ece (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 804d23f38fb98ec648349703f74a229f225ee22a
Author: Lucas Di Pentima <lucas at curoverse.com>
Date: Mon Jan 30 15:31:16 2017 -0300
10694: Changed Pipeline Instance's Graph orientation to match Collections and Jobs.
diff --git a/apps/workbench/app/controllers/pipeline_instances_controller.rb b/apps/workbench/app/controllers/pipeline_instances_controller.rb
index 83fe0dd..e1862b9 100644
--- a/apps/workbench/app/controllers/pipeline_instances_controller.rb
+++ b/apps/workbench/app/controllers/pipeline_instances_controller.rb
@@ -188,6 +188,7 @@ class PipelineInstancesController < ApplicationController
if provenance
@prov_svg = ProvenanceHelper::create_provenance_graph provenance, "provenance_svg", {
:request => request,
+ :direction => :bottom_up,
:all_script_parameters => true,
:combine_jobs => :script_and_version,
:pips => pips,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list