rename projects
authorTom Clegg <tom@clinicalfuture.com>
Mon, 15 Apr 2013 02:19:25 +0000 (19:19 -0700)
committerTom Clegg <tom@clinicalfuture.com>
Mon, 15 Apr 2013 02:45:19 +0000 (19:45 -0700)
commit43c411ec1441ee1710dc33389d7451f7414a170f
treee356e593c17fe916e565875cb04de44d4767dc23
parenta4c6be78f4ba53ba1e8732f8f5815057378374c7
rename projects
92 files changed:
apps/workbench/Rakefile
apps/workbench/app/controllers/application_controller.rb
apps/workbench/app/controllers/collections_controller.rb
apps/workbench/app/controllers/sessions_controller.rb
apps/workbench/app/helpers/application_helper.rb
apps/workbench/app/helpers/pipeline_instances_helper.rb
apps/workbench/app/models/arvados_api_client.rb [moved from apps/workbench/app/models/orvos_api_client.rb with 72% similarity]
apps/workbench/app/models/arvados_base.rb [moved from apps/workbench/app/models/orvos_base.rb with 75% similarity]
apps/workbench/app/models/arvados_resource_list.rb [moved from apps/workbench/app/models/orvos_resource_list.rb with 81% similarity]
apps/workbench/app/models/collection.rb
apps/workbench/app/models/group.rb
apps/workbench/app/models/job.rb
apps/workbench/app/models/job_task.rb
apps/workbench/app/models/link.rb
apps/workbench/app/models/log.rb
apps/workbench/app/models/pipeline_instance.rb
apps/workbench/app/models/pipeline_template.rb
apps/workbench/app/models/specimen.rb
apps/workbench/app/models/user.rb
apps/workbench/app/views/application/_arvados_object.html.erb [moved from apps/workbench/app/views/application/_orvos_object.html.erb with 68% similarity]
apps/workbench/app/views/application/_arvados_object_attr.html.erb [moved from apps/workbench/app/views/application/_orvos_object_attr.html.erb with 85% similarity]
apps/workbench/app/views/collections/index.html.erb
apps/workbench/app/views/collections/show.html.erb
apps/workbench/app/views/groups/index.html.erb
apps/workbench/app/views/groups/show.html.erb
apps/workbench/app/views/jobs/index.html.erb
apps/workbench/app/views/jobs/show.html.erb
apps/workbench/app/views/logs/show.html.erb
apps/workbench/app/views/pipeline_instances/index.html.erb
apps/workbench/app/views/pipeline_instances/show.html.erb
apps/workbench/app/views/pipeline_templates/index.html.erb
apps/workbench/app/views/pipeline_templates/show.html.erb
apps/workbench/app/views/specimens/show.html.erb
apps/workbench/app/views/users/show.html.erb
apps/workbench/config.ru
apps/workbench/config/application.rb
apps/workbench/config/boot.rb
apps/workbench/config/environment.rb
apps/workbench/config/environments/development.rb.example
apps/workbench/config/environments/production.rb
apps/workbench/config/environments/test.rb
apps/workbench/config/initializers/arvados_api_client.rb [new file with mode: 0644]
apps/workbench/config/initializers/orvos_api_client.rb [deleted file]
apps/workbench/config/initializers/secret_token.rb
apps/workbench/config/initializers/session_store.rb
apps/workbench/config/routes.rb
doc/api/Jobs.textile
sdk/cli/wh
sdk/cli/wh-run-pipeline-instance
services/api/app/controllers/application_controller.rb
services/api/app/controllers/arvados/v1/collections_controller.rb [moved from services/api/app/controllers/orvos/v1/collections_controller.rb with 90% similarity]
services/api/app/controllers/arvados/v1/groups_controller.rb [new file with mode: 0644]
services/api/app/controllers/arvados/v1/job_tasks_controller.rb [new file with mode: 0644]
services/api/app/controllers/arvados/v1/jobs_controller.rb [moved from services/api/app/controllers/orvos/v1/jobs_controller.rb with 96% similarity]
services/api/app/controllers/arvados/v1/links_controller.rb [moved from services/api/app/controllers/orvos/v1/links_controller.rb with 79% similarity]
services/api/app/controllers/arvados/v1/logs_controller.rb [new file with mode: 0644]
services/api/app/controllers/arvados/v1/nodes_controller.rb [moved from services/api/app/controllers/orvos/v1/nodes_controller.rb with 73% similarity]
services/api/app/controllers/arvados/v1/pipeline_instances_controller.rb [moved from services/api/app/controllers/orvos/v1/pipeline_instances_controller.rb with 56% similarity]
services/api/app/controllers/arvados/v1/pipeline_templates_controller.rb [new file with mode: 0644]
services/api/app/controllers/arvados/v1/schema_controller.rb [moved from services/api/app/controllers/orvos/v1/schema_controller.rb with 83% similarity]
services/api/app/controllers/arvados/v1/specimens_controller.rb [new file with mode: 0644]
services/api/app/controllers/arvados/v1/users_controller.rb [moved from services/api/app/controllers/orvos/v1/users_controller.rb with 50% similarity]
services/api/app/controllers/orvos/v1/groups_controller.rb [deleted file]
services/api/app/controllers/orvos/v1/job_tasks_controller.rb [deleted file]
services/api/app/controllers/orvos/v1/logs_controller.rb [deleted file]
services/api/app/controllers/orvos/v1/pipeline_templates_controller.rb [deleted file]
services/api/app/controllers/orvos/v1/specimens_controller.rb [deleted file]
services/api/app/controllers/user_sessions_controller.rb
services/api/app/models/arvados_model.rb [moved from services/api/app/models/orvos_model.rb with 96% similarity]
services/api/app/models/collection.rb
services/api/app/models/group.rb
services/api/app/models/job.rb
services/api/app/models/job_task.rb
services/api/app/models/link.rb
services/api/app/models/log.rb
services/api/app/models/node.rb
services/api/app/models/pipeline_instance.rb
services/api/app/models/pipeline_template.rb
services/api/app/models/specimen.rb
services/api/app/models/user.rb
services/api/app/views/layouts/application.html.erb
services/api/app/views/static/intro.html.erb
services/api/config/database.yml.sample
services/api/config/environments/development.rb.example
services/api/config/environments/production.rb
services/api/config/environments/test.rb
services/api/config/initializers/omniauth.rb.example
services/api/config/routes.rb
services/api/db/migrate/20130415020241_rename_orvos_to_arvados.rb [new file with mode: 0644]
services/api/db/schema.rb
services/api/lib/kind_and_etag.rb
services/api/test/integration/collections_api_test.rb