[ARVADOS] updated: 41863948b43264bbd09358d145177a7fadd864cf
git at public.curoverse.com
git at public.curoverse.com
Thu Apr 24 15:06:55 EDT 2014
Summary of changes:
.../api/app/controllers/api_clients_controller.rb | 2 -
.../api/app/controllers/collections_controller.rb | 2 -
.../app/controllers/commit_ancestors_controller.rb | 2 -
services/api/app/controllers/commits_controller.rb | 2 -
services/api/app/controllers/nodes_controller.rb | 30 ----
.../controllers/pipeline_instances_controller.rb | 2 -
services/api/app/controllers/users_controller.rb | 2 -
services/api/config/application.rb | 2 +
services/api/config/routes.rb | 160 ++++++--------------
.../api/test/functional/admin_notifier_test.rb | 7 -
.../arvados/v1/collections_controller_test.rb | 6 +-
.../arvados/v1/keep_disks_controller_test.rb | 2 +-
.../functional/arvados/v1/nodes_controller_test.rb | 4 +-
.../functional/arvados/v1/users_controller_test.rb | 10 +-
.../functional/commit_ancestors_controller_test.rb | 7 -
.../api/test/functional/commits_controller_test.rb | 7 -
services/api/test/functional/user_notifier_test.rb | 7 -
services/api/test/integration/errors_test.rb | 27 ++++
18 files changed, 86 insertions(+), 195 deletions(-)
delete mode 100644 services/api/app/controllers/api_clients_controller.rb
delete mode 100644 services/api/app/controllers/collections_controller.rb
delete mode 100644 services/api/app/controllers/commit_ancestors_controller.rb
delete mode 100644 services/api/app/controllers/commits_controller.rb
delete mode 100644 services/api/app/controllers/nodes_controller.rb
delete mode 100644 services/api/app/controllers/pipeline_instances_controller.rb
delete mode 100644 services/api/app/controllers/users_controller.rb
delete mode 100644 services/api/test/functional/admin_notifier_test.rb
delete mode 100644 services/api/test/functional/commit_ancestors_controller_test.rb
delete mode 100644 services/api/test/functional/commits_controller_test.rb
delete mode 100644 services/api/test/functional/user_notifier_test.rb
create mode 100644 services/api/test/integration/errors_test.rb
via 41863948b43264bbd09358d145177a7fadd864cf (commit)
via b6a0ff1443bb40b52df7b30fd269aa6f05591b31 (commit)
from 725b9459d878b11d8d45fa12c99a06b400171574 (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 41863948b43264bbd09358d145177a7fadd864cf
Merge: 725b945 b6a0ff1
Author: Tom Clegg <tom at curoverse.com>
Date: Thu Apr 24 15:05:51 2014 -0400
Merge branch '2409-remove-unused-controllers'
closes #2409
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list