[ARVADOS] updated: d10c79192b333191796d949841ec792e61a6006c

Git user git at public.curoverse.com
Tue Jun 7 17:06:33 EDT 2016


Summary of changes:
 apps/workbench/app/helpers/application_helper.rb   |   4 +
 .../app/helpers/pipeline_instances_helper.rb       |   5 +-
 apps/workbench/app/models/job.rb                   |   4 +
 apps/workbench/app/models/job_task.rb              |   3 +
 apps/workbench/app/models/job_task_work_unit.rb    |   5 +
 apps/workbench/app/models/job_work_unit.rb         |  90 ++++++
 apps/workbench/app/models/pipeline_instance.rb     |   4 +
 .../app/models/pipeline_instance_work_unit.rb      |  43 +++
 apps/workbench/app/models/proxy_work_unit.rb       | 324 +++++++++++++++++++++
 apps/workbench/app/models/work_unit.rb             | 154 ++++++++++
 .../workbench/app/views/jobs/_show_status.html.erb |   3 +-
 .../pipeline_instances/_show_components.html.erb   |   2 +-
 .../_show_components_json.html.erb                 |   2 +
 .../app/views/work_unit/_component_detail.html.erb |  97 ++++++
 .../app/views/work_unit/_progress.html.erb         |  12 +
 .../app/views/work_unit/_show_child.html.erb       |  72 +++++
 .../app/views/work_unit/_show_component.html.erb   |  75 +++++
 .../pipeline_instances_controller_test.rb          |   8 +-
 apps/workbench/test/integration/jobs_test.rb       |  65 ++++-
 apps/workbench/test/unit/work_unit_test.rb         |  92 ++++++
 .../test/fixtures/api_client_authorizations.yml    |   9 +-
 services/api/test/fixtures/job_tasks.yml           |  11 +
 services/api/test/fixtures/jobs.yml                |   4 +-
 services/api/test/fixtures/links.yml               |  45 +++
 services/api/test/fixtures/pipeline_instances.yml  |   2 +
 services/api/test/fixtures/users.yml               |  16 +
 26 files changed, 1139 insertions(+), 12 deletions(-)
 create mode 100644 apps/workbench/app/models/job_task_work_unit.rb
 create mode 100644 apps/workbench/app/models/job_work_unit.rb
 create mode 100644 apps/workbench/app/models/pipeline_instance_work_unit.rb
 create mode 100644 apps/workbench/app/models/proxy_work_unit.rb
 create mode 100644 apps/workbench/app/models/work_unit.rb
 create mode 100644 apps/workbench/app/views/work_unit/_component_detail.html.erb
 create mode 100644 apps/workbench/app/views/work_unit/_progress.html.erb
 create mode 100644 apps/workbench/app/views/work_unit/_show_child.html.erb
 create mode 100644 apps/workbench/app/views/work_unit/_show_component.html.erb
 create mode 100644 apps/workbench/test/unit/work_unit_test.rb
 create mode 100644 services/api/test/fixtures/job_tasks.yml

       via  d10c79192b333191796d949841ec792e61a6006c (commit)
       via  b7dbb80a0745d5daec4b3a04b6c9e9e19732cb3e (commit)
       via  8bbc3c48c7211b8bf497edcb0816a4b9bdd94d4c (commit)
       via  c400bf1e7a52d5557c2031bdf2c8de9957425577 (commit)
       via  aface0b74e6b3cfaaa8d773218a5ada423a7654b (commit)
       via  d1d4aba8c3eb7e3b605639a4b02cb9d26c033ad2 (commit)
       via  3d60a5dcfb6765b223d224dda3980226230464d0 (commit)
       via  8a56164a8a9d3c7b3b58df77d1e5aa3f1d6cad12 (commit)
       via  20d912bf005dcb170048a1c9167d484c91a1f8e6 (commit)
       via  7027a116acc02d8c2968d7a6f269172b45f0cd04 (commit)
       via  0a98952530fb465fa31566fa5e0192bea9fc16e4 (commit)
       via  ee65176b19d66ea3b862a65590f9f819c5e69a96 (commit)
       via  2c3500ce771ff9a7cc63a0c92424def877798635 (commit)
       via  5cbcd7b2923a9c4e58189dbaa0b482e357291c57 (commit)
       via  a31816b03c8249178d51621524f05437f5f9478a (commit)
       via  a0187bc7327e7abfc759a43cee81cb77fe063bf0 (commit)
       via  bbbf60994bf4fc2733d3395b870359b5a96df227 (commit)
       via  9122f814b4c22828f64d82c48409dd4cc6cacc3f (commit)
       via  17e79aa5b26b8c0b3228247451172999ad81baff (commit)
       via  a4f061a5bf48f0335238da72b8d03ca349fa7553 (commit)
       via  2d7b22fd7d905e4fa44452775d9db6a06a50da8c (commit)
       via  7f5a540ea4b1bad1a7b1646543e0cd48ff2af7ba (commit)
       via  f3658ececac430166ee9766be1deee6a61153d0f (commit)
      from  b7db50d724c258c89da5b5d7b005de2f04d92653 (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 d10c79192b333191796d949841ec792e61a6006c
Merge: b7db50d b7dbb80
Author: radhika <radhika at curoverse.com>
Date:   Tue Jun 7 17:07:04 2016 -0400

    closes #8876
    Merge branch '8876-work-unit'


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


hooks/post-receive
-- 




More information about the arvados-commits mailing list