]> git.arvados.org - arvados.git/commit
2879: API server maps Job Docker image constraints to Collections.
authorBrett Smith <brett@curoverse.com>
Wed, 11 Jun 2014 21:43:27 +0000 (17:43 -0400)
committerBrett Smith <brett@curoverse.com>
Mon, 16 Jun 2014 19:18:16 +0000 (15:18 -0400)
commitf6572fcdead970fbf4eeace0e72ea7a9096591c7
tree2e07c2b5dde0ae828c327d13a106215290282c7b
parentac2d25e6b90c6d9bbab7e620b57b11113a60b28f
2879: API server maps Job Docker image constraints to Collections.

Doing this translation in the API server helps ensure that one piece
of software makes one consistent decision about which Docker image
should be used to run the Job.
services/api/app/models/collection.rb
services/api/app/models/job.rb
services/api/db/migrate/20140611173003_add_docker_locator_to_jobs.rb [new file with mode: 0644]
services/api/db/schema.rb
services/api/test/fixtures/collections.yml
services/api/test/fixtures/links.yml
services/api/test/integration/select_test.rb
services/api/test/integration/serialized_encoding_test.rb
services/api/test/unit/job_test.rb