rename foreign uuid attributes
authorTom Clegg <tom@clinicalfuture.com>
Mon, 8 Jul 2013 18:18:43 +0000 (14:18 -0400)
committerTom Clegg <tom@clinicalfuture.com>
Mon, 8 Jul 2013 18:18:50 +0000 (14:18 -0400)
commit5620a47e20e004188e0f1d0245ae9e916575e806
treecc49e2cf1c73cbee872297a74fb328d5e1f8b248
parent60e48dca02fae8a6930c074bd6869d3a4baef237
rename foreign uuid attributes
41 files changed:
apps/workbench/app/controllers/collections_controller.rb
apps/workbench/app/controllers/groups_controller.rb
apps/workbench/app/controllers/users_controller.rb
apps/workbench/app/models/arvados_base.rb
apps/workbench/app/views/application/_arvados_object_attr.html.erb
apps/workbench/app/views/application/_index.html.erb
apps/workbench/app/views/groups/index.html.erb
apps/workbench/app/views/links/index.html.erb
apps/workbench/app/views/pipeline_instances/index.html.erb
apps/workbench/app/views/pipeline_templates/index.html.erb
apps/workbench/app/views/users/index.html.erb
doc/api/Collections.textile
doc/api/Jobs.textile
doc/api/authentication.textile
doc/api/methods.textile
doc/api/resources.textile
doc/install/install-api-server.md
sdk/python/arvados.py
services/api/app/controllers/application_controller.rb
services/api/app/controllers/arvados/v1/jobs_controller.rb
services/api/app/models/api_client_authorization.rb
services/api/app/models/arvados_model.rb
services/api/app/models/job.rb
services/api/app/models/job_task.rb
services/api/app/models/link.rb
services/api/app/models/user.rb
services/api/db/migrate/20130708163414_rename_foreign_uuid_attributes.rb [new file with mode: 0644]
services/api/db/schema.rb
services/api/lib/common_api_template.rb
services/api/lib/current_api_client.rb
services/api/script/crunch-dispatch.rb
services/api/test/fixtures/api_clients.yml
services/api/test/fixtures/authorized_keys.yml
services/api/test/fixtures/collections.yml
services/api/test/fixtures/humans.yml
services/api/test/fixtures/logs.yml
services/api/test/fixtures/specimens.yml
services/api/test/fixtures/traits.yml
services/api/test/fixtures/users.yml
services/api/test/fixtures/virtual_machines.yml
services/crunch/crunch-job