[ARVADOS] updated: 4d629923847cac25ed6bdaf5c96e1f33a1a8e0c8
git at public.curoverse.com
git at public.curoverse.com
Thu Apr 17 10:06:24 EDT 2014
Summary of changes:
apps/workbench/.gitignore | 1 -
.../app/controllers/application_controller.rb | 12 ++-
.../controllers/pipeline_instances_controller.rb | 41 ---------
apps/workbench/app/helpers/application_helper.rb | 96 +++++++++-----------
.../app/helpers/pipeline_instances_helper.rb | 18 +----
.../app/helpers/pipeline_templates_helper.rb | 24 -----
apps/workbench/app/models/arvados_api_client.rb | 2 +-
apps/workbench/app/models/arvados_base.rb | 8 +-
.../pipeline_instances/_show_components.html.erb | 2 +-
.../_show_components_editable.html.erb | 48 ++++++++++
.../pipeline_templates/_show_components.html.erb | 2 +-
.../_show_components_template.html.erb | 54 -----------
apps/workbench/config/environments/test.rb | 1 +
.../pipeline_instances_controller_test.rb | 58 ++++++++++++
.../test/functional/users_controller_test.rb | 5 +
.../app/controllers/arvados/v1/jobs_controller.rb | 25 ++++--
.../app/controllers/arvados/v1/nodes_controller.rb | 2 +-
.../app/controllers/arvados/v1/users_controller.rb | 4 +-
services/api/app/models/arvados_model.rb | 2 +-
services/api/app/models/pipeline_instance.rb | 3 +-
services/api/script/crunch-dispatch.rb | 2 +-
services/api/test/fixtures/links.yml | 12 +++
services/api/test/fixtures/pipeline_templates.yml | 36 ++++++++
.../functional/arvados/v1/links_controller_test.rb | 37 ++++++++
.../v1/pipeline_instances_controller_test.rb | 24 +++++
services/api/test/unit/user_notifier_test.rb | 4 +-
26 files changed, 303 insertions(+), 220 deletions(-)
delete mode 100644 apps/workbench/app/helpers/pipeline_templates_helper.rb
create mode 100644 apps/workbench/app/views/pipeline_instances/_show_components_editable.html.erb
delete mode 100644 apps/workbench/app/views/pipeline_templates/_show_components_template.html.erb
create mode 120000 apps/workbench/config/environments/test.rb
create mode 100644 services/api/test/fixtures/pipeline_templates.yml
via 4d629923847cac25ed6bdaf5c96e1f33a1a8e0c8 (commit)
via c0deafee7a8c1938af6592b488a46fca2f0c1688 (commit)
via 86b78741c1d70ae5551a68dbee0cb51a5749edaf (commit)
via d0fce657daf5b12744538f8364faf7c6d352f280 (commit)
via 2340ebeaf34778645e6071e8b077df50e5ae3df5 (commit)
via 1881da329b33f722e35bef267c616a784163e482 (commit)
via fe046f1313fe9a0d56d4a000347b64f8686b7b48 (commit)
via eb7227693e8847a65798afa7f7e8a4ffe8a199a4 (commit)
via 7c5ae57edcd37b5be47e0578b709f41cb97f0748 (commit)
via 1452044e468074674b5a16c1990ada4f2c1485ec (commit)
via 05d6da1868a2ecef39bcf17bbc336e1c58eba7ea (commit)
via 481e341b75f1c6c0015171539c008e540dea2c2d (commit)
via 0589ee6c2384e9a38720d67c8b86f5adf1d27902 (commit)
via f64a44536ad550ba4424a7f34f7358938b0e4dcc (commit)
via 60a660385c1643efbdf11a8e5fa1deae1f008d2b (commit)
via 4729ceb08aa3846326d1729f766f8f10179a2a78 (commit)
via 2e86954da9d4561cc42d52e8505eb12aa95f6470 (commit)
via 10b0009bb8d4a5bf30f521f2e7fac6e69dd09a68 (commit)
via 2d743356fb98a857f31be21eb398688d9ba96d71 (commit)
via 085e614c8e7d1a29e675cf839a1ce9d92ffc5d5c (commit)
from 2f91702d89b7a64093465a1923b87acade6b9715 (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 4d629923847cac25ed6bdaf5c96e1f33a1a8e0c8
Merge: 2f91702 c0deafe
Author: Tom Clegg <tom at curoverse.com>
Date: Thu Apr 17 10:06:25 2014 -0400
Merge branch '2596-refactor-pipeline-create'
closes #2596
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list