[ARVADOS] updated: d6aab18f9688d46bc1f86f021d68e02e5601cfe7
Git user
git at public.curoverse.com
Fri Feb 10 16:36:26 EST 2017
Summary of changes:
.../controllers/pipeline_instances_controller.rb | 9 ++
apps/workbench/app/models/job.rb | 2 +-
apps/workbench/app/models/job_work_unit.rb | 4 +
apps/workbench/app/models/pipeline_instance.rb | 4 +
apps/workbench/app/models/work_unit.rb | 4 +
.../pipeline_instances/_show_tab_buttons.html.erb | 5 +-
.../app/views/work_units/_show_component.html.erb | 7 +-
apps/workbench/config/routes.rb | 1 +
apps/workbench/test/integration/work_units_test.rb | 32 +++-
.../app/controllers/arvados/v1/jobs_controller.rb | 2 +-
.../arvados/v1/pipeline_instances_controller.rb | 6 +
services/api/app/models/job.rb | 33 ++++
services/api/app/models/pipeline_instance.rb | 27 ++++
services/api/config/routes.rb | 4 +-
services/api/test/fixtures/jobs.yml | 175 +++++++++++++++++++++
services/api/test/fixtures/pipeline_instances.yml | 39 +++++
.../v1/pipeline_instances_controller_test.rb | 20 +++
services/api/test/unit/job_test.rb | 47 ++++++
18 files changed, 406 insertions(+), 15 deletions(-)
via d6aab18f9688d46bc1f86f021d68e02e5601cfe7 (commit)
via 2e9cb970e94c1ba259c6365ea4b456ca87e85cee (commit)
via 210af1cc7ede88914026fde078e45ef84c187a0c (commit)
via 3f8336875d5938afb6b00289e9d6c9941456b57f (commit)
from dc82c1c16a9b18e094e60af2c3973e034d5e2068 (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 d6aab18f9688d46bc1f86f021d68e02e5601cfe7
Merge: dc82c1c 2e9cb97
Author: radhika <radhika at curoverse.com>
Date: Fri Feb 10 16:36:13 2017 -0500
closes #10903
Merge branch '10903-wb-cancel-cascade'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list