moved api server code into new directory structure
authorWard Vandewege <ward@jhvc.com>
Wed, 10 Apr 2013 15:26:58 +0000 (11:26 -0400)
committerWard Vandewege <ward@jhvc.com>
Wed, 10 Apr 2013 15:26:58 +0000 (11:26 -0400)
commit43773cb247a1fb744b57070b715bfa5d53a00822
treea85139e284c4d83e1ec0071bb8227e555447bfcf
parentfdbd7d958bd1c463e3d40adfdb6a8ddd241c308a
moved api server code into new directory structure
258 files changed:
services/api/.gitignore [moved from .gitignore with 100% similarity]
services/api/Capfile [moved from Capfile with 100% similarity]
services/api/Capfile.ant [moved from Capfile.ant with 100% similarity]
services/api/Gemfile [moved from Gemfile with 100% similarity]
services/api/Gemfile.lock [moved from Gemfile.lock with 100% similarity]
services/api/README [moved from README with 100% similarity]
services/api/Rakefile [moved from Rakefile with 100% similarity]
services/api/app/assets/images/logo.png [moved from app/assets/images/logo.png with 100% similarity]
services/api/app/assets/images/rails.png [moved from app/assets/images/rails.png with 100% similarity]
services/api/app/assets/javascripts/api_client_authorizations.js.coffee [moved from app/assets/javascripts/api_client_authorizations.js.coffee with 100% similarity]
services/api/app/assets/javascripts/api_clients.js.coffee [moved from app/assets/javascripts/api_clients.js.coffee with 100% similarity]
services/api/app/assets/javascripts/application.js [moved from app/assets/javascripts/application.js with 100% similarity]
services/api/app/assets/javascripts/collections.js.coffee [moved from app/assets/javascripts/collections.js.coffee with 100% similarity]
services/api/app/assets/javascripts/commit_ancestors.js.coffee [moved from app/assets/javascripts/commit_ancestors.js.coffee with 100% similarity]
services/api/app/assets/javascripts/commits.js.coffee [moved from app/assets/javascripts/commits.js.coffee with 100% similarity]
services/api/app/assets/javascripts/groups.js.coffee [moved from app/assets/javascripts/groups.js.coffee with 100% similarity]
services/api/app/assets/javascripts/job_tasks.js.coffee [moved from app/assets/javascripts/job_tasks.js.coffee with 100% similarity]
services/api/app/assets/javascripts/jobs.js.coffee [moved from app/assets/javascripts/jobs.js.coffee with 100% similarity]
services/api/app/assets/javascripts/links.js.coffee [moved from app/assets/javascripts/links.js.coffee with 100% similarity]
services/api/app/assets/javascripts/logs.js.coffee [moved from app/assets/javascripts/logs.js.coffee with 100% similarity]
services/api/app/assets/javascripts/nodes.js [moved from app/assets/javascripts/nodes.js with 100% similarity]
services/api/app/assets/javascripts/nodes.js.coffee [moved from app/assets/javascripts/nodes.js.coffee with 100% similarity]
services/api/app/assets/javascripts/pipeline_instances.js.coffee [moved from app/assets/javascripts/pipeline_instances.js.coffee with 100% similarity]
services/api/app/assets/javascripts/pipeline_templates.js.coffee [moved from app/assets/javascripts/pipeline_templates.js.coffee with 100% similarity]
services/api/app/assets/javascripts/specimens.js.coffee [moved from app/assets/javascripts/specimens.js.coffee with 100% similarity]
services/api/app/assets/stylesheets/api_client_authorizations.css.scss [moved from app/assets/stylesheets/api_client_authorizations.css.scss with 100% similarity]
services/api/app/assets/stylesheets/api_clients.css.scss [moved from app/assets/stylesheets/api_clients.css.scss with 100% similarity]
services/api/app/assets/stylesheets/application.css [moved from app/assets/stylesheets/application.css with 100% similarity]
services/api/app/assets/stylesheets/collections.css.scss [moved from app/assets/stylesheets/collections.css.scss with 100% similarity]
services/api/app/assets/stylesheets/commit_ancestors.css.scss [moved from app/assets/stylesheets/commit_ancestors.css.scss with 100% similarity]
services/api/app/assets/stylesheets/commits.css.scss [moved from app/assets/stylesheets/commits.css.scss with 100% similarity]
services/api/app/assets/stylesheets/groups.css.scss [moved from app/assets/stylesheets/groups.css.scss with 100% similarity]
services/api/app/assets/stylesheets/job_tasks.css.scss [moved from app/assets/stylesheets/job_tasks.css.scss with 100% similarity]
services/api/app/assets/stylesheets/jobs.css.scss [moved from app/assets/stylesheets/jobs.css.scss with 100% similarity]
services/api/app/assets/stylesheets/links.css.scss [moved from app/assets/stylesheets/links.css.scss with 100% similarity]
services/api/app/assets/stylesheets/logs.css.scss [moved from app/assets/stylesheets/logs.css.scss with 100% similarity]
services/api/app/assets/stylesheets/nodes.css [moved from app/assets/stylesheets/nodes.css with 100% similarity]
services/api/app/assets/stylesheets/nodes.css.scss [moved from app/assets/stylesheets/nodes.css.scss with 100% similarity]
services/api/app/assets/stylesheets/pipeline_instances.css.scss [moved from app/assets/stylesheets/pipeline_instances.css.scss with 100% similarity]
services/api/app/assets/stylesheets/pipeline_templates.css.scss [moved from app/assets/stylesheets/pipeline_templates.css.scss with 100% similarity]
services/api/app/assets/stylesheets/scaffolds.css.scss [moved from app/assets/stylesheets/scaffolds.css.scss with 100% similarity]
services/api/app/assets/stylesheets/specimens.css.scss [moved from app/assets/stylesheets/specimens.css.scss with 100% similarity]
services/api/app/controllers/api_client_authorizations_controller.rb [moved from app/controllers/api_client_authorizations_controller.rb with 100% similarity]
services/api/app/controllers/api_clients_controller.rb [moved from app/controllers/api_clients_controller.rb with 100% similarity]
services/api/app/controllers/application_controller.rb [moved from app/controllers/application_controller.rb with 100% similarity]
services/api/app/controllers/collections_controller.rb [moved from app/controllers/collections_controller.rb with 100% similarity]
services/api/app/controllers/commit_ancestors_controller.rb [moved from app/controllers/commit_ancestors_controller.rb with 100% similarity]
services/api/app/controllers/commits_controller.rb [moved from app/controllers/commits_controller.rb with 100% similarity]
services/api/app/controllers/nodes_controller.rb [moved from app/controllers/nodes_controller.rb with 100% similarity]
services/api/app/controllers/orvos/v1/collections_controller.rb [moved from app/controllers/orvos/v1/collections_controller.rb with 100% similarity]
services/api/app/controllers/orvos/v1/groups_controller.rb [moved from app/controllers/orvos/v1/groups_controller.rb with 100% similarity]
services/api/app/controllers/orvos/v1/job_tasks_controller.rb [moved from app/controllers/orvos/v1/job_tasks_controller.rb with 100% similarity]
services/api/app/controllers/orvos/v1/jobs_controller.rb [moved from app/controllers/orvos/v1/jobs_controller.rb with 100% similarity]
services/api/app/controllers/orvos/v1/links_controller.rb [moved from app/controllers/orvos/v1/links_controller.rb with 100% similarity]
services/api/app/controllers/orvos/v1/logs_controller.rb [moved from app/controllers/orvos/v1/logs_controller.rb with 100% similarity]
services/api/app/controllers/orvos/v1/nodes_controller.rb [moved from app/controllers/orvos/v1/nodes_controller.rb with 100% similarity]
services/api/app/controllers/orvos/v1/pipeline_instances_controller.rb [moved from app/controllers/orvos/v1/pipeline_instances_controller.rb with 100% similarity]
services/api/app/controllers/orvos/v1/pipeline_templates_controller.rb [moved from app/controllers/orvos/v1/pipeline_templates_controller.rb with 100% similarity]
services/api/app/controllers/orvos/v1/schema_controller.rb [moved from app/controllers/orvos/v1/schema_controller.rb with 100% similarity]
services/api/app/controllers/orvos/v1/specimens_controller.rb [moved from app/controllers/orvos/v1/specimens_controller.rb with 100% similarity]
services/api/app/controllers/orvos/v1/users_controller.rb [moved from app/controllers/orvos/v1/users_controller.rb with 100% similarity]
services/api/app/controllers/pipeline_instances_controller.rb [moved from app/controllers/pipeline_instances_controller.rb with 100% similarity]
services/api/app/controllers/static_controller.rb [moved from app/controllers/static_controller.rb with 100% similarity]
services/api/app/controllers/user_sessions_controller.rb [moved from app/controllers/user_sessions_controller.rb with 100% similarity]
services/api/app/controllers/users_controller.rb [moved from app/controllers/users_controller.rb with 100% similarity]
services/api/app/helpers/api_client_authorizations_helper.rb [moved from app/helpers/api_client_authorizations_helper.rb with 100% similarity]
services/api/app/helpers/api_clients_helper.rb [moved from app/helpers/api_clients_helper.rb with 100% similarity]
services/api/app/helpers/application_helper.rb [moved from app/helpers/application_helper.rb with 100% similarity]
services/api/app/helpers/collections_helper.rb [moved from app/helpers/collections_helper.rb with 100% similarity]
services/api/app/helpers/commit_ancestors_helper.rb [moved from app/helpers/commit_ancestors_helper.rb with 100% similarity]
services/api/app/helpers/commits_helper.rb [moved from app/helpers/commits_helper.rb with 100% similarity]
services/api/app/helpers/groups_helper.rb [moved from app/helpers/groups_helper.rb with 100% similarity]
services/api/app/helpers/job_tasks_helper.rb [moved from app/helpers/job_tasks_helper.rb with 100% similarity]
services/api/app/helpers/jobs_helper.rb [moved from app/helpers/jobs_helper.rb with 100% similarity]
services/api/app/helpers/links_helper.rb [moved from app/helpers/links_helper.rb with 100% similarity]
services/api/app/helpers/logs_helper.rb [moved from app/helpers/logs_helper.rb with 100% similarity]
services/api/app/helpers/nodes_helper.rb [moved from app/helpers/nodes_helper.rb with 100% similarity]
services/api/app/helpers/pipeline_instances_helper.rb [moved from app/helpers/pipeline_instances_helper.rb with 100% similarity]
services/api/app/helpers/pipeline_templates_helper.rb [moved from app/helpers/pipeline_templates_helper.rb with 100% similarity]
services/api/app/helpers/specimens_helper.rb [moved from app/helpers/specimens_helper.rb with 100% similarity]
services/api/app/mailers/.gitkeep [moved from app/mailers/.gitkeep with 100% similarity]
services/api/app/models/.gitkeep [moved from app/models/.gitkeep with 100% similarity]
services/api/app/models/api_client.rb [moved from app/models/api_client.rb with 100% similarity]
services/api/app/models/api_client_authorization.rb [moved from app/models/api_client_authorization.rb with 100% similarity]
services/api/app/models/collection.rb [moved from app/models/collection.rb with 100% similarity]
services/api/app/models/commit.rb [moved from app/models/commit.rb with 100% similarity]
services/api/app/models/commit_ancestor.rb [moved from app/models/commit_ancestor.rb with 100% similarity]
services/api/app/models/group.rb [moved from app/models/group.rb with 100% similarity]
services/api/app/models/job.rb [moved from app/models/job.rb with 100% similarity]
services/api/app/models/job_task.rb [moved from app/models/job_task.rb with 100% similarity]
services/api/app/models/link.rb [moved from app/models/link.rb with 100% similarity]
services/api/app/models/log.rb [moved from app/models/log.rb with 100% similarity]
services/api/app/models/node.rb [moved from app/models/node.rb with 100% similarity]
services/api/app/models/orvos_model.rb [moved from app/models/orvos_model.rb with 100% similarity]
services/api/app/models/pipeline_instance.rb [moved from app/models/pipeline_instance.rb with 100% similarity]
services/api/app/models/pipeline_template.rb [moved from app/models/pipeline_template.rb with 100% similarity]
services/api/app/models/specimen.rb [moved from app/models/specimen.rb with 100% similarity]
services/api/app/models/user.rb [moved from app/models/user.rb with 100% similarity]
services/api/app/views/api_client_authorizations/index.html.erb [moved from app/views/api_client_authorizations/index.html.erb with 100% similarity]
services/api/app/views/collections/index.html.erb [moved from app/views/collections/index.html.erb with 100% similarity]
services/api/app/views/layouts/application.html.erb [moved from app/views/layouts/application.html.erb with 100% similarity]
services/api/app/views/nodes/index.html.erb [moved from app/views/nodes/index.html.erb with 100% similarity]
services/api/app/views/pipeline_instances/index.html.erb [moved from app/views/pipeline_instances/index.html.erb with 100% similarity]
services/api/app/views/static/intro.html.erb [moved from app/views/static/intro.html.erb with 100% similarity]
services/api/app/views/user_sessions/failure.html.erb [moved from app/views/user_sessions/failure.html.erb with 100% similarity]
services/api/config.ru [moved from config.ru with 100% similarity]
services/api/config/application.rb [moved from config/application.rb with 100% similarity]
services/api/config/boot.rb [moved from config/boot.rb with 100% similarity]
services/api/config/database.yml.sample [moved from config/database.yml.sample with 100% similarity]
services/api/config/deploy.ant.rb [moved from config/deploy.ant.rb with 100% similarity]
services/api/config/deploy.common.rb [moved from config/deploy.common.rb with 100% similarity]
services/api/config/deploy.rb [moved from config/deploy.rb with 100% similarity]
services/api/config/environment.rb [moved from config/environment.rb with 100% similarity]
services/api/config/environments/development.rb.example [moved from config/environments/development.rb.example with 100% similarity]
services/api/config/environments/production.rb [moved from config/environments/production.rb with 100% similarity]
services/api/config/environments/test.rb [moved from config/environments/test.rb with 100% similarity]
services/api/config/initializers/assign_uuid.rb [moved from config/initializers/assign_uuid.rb with 100% similarity]
services/api/config/initializers/backtrace_silencers.rb [moved from config/initializers/backtrace_silencers.rb with 100% similarity]
services/api/config/initializers/common_api_template.rb [moved from config/initializers/common_api_template.rb with 100% similarity]
services/api/config/initializers/current_api_client.rb [moved from config/initializers/current_api_client.rb with 100% similarity]
services/api/config/initializers/hardcoded_api_tokens.rb.example [moved from config/initializers/hardcoded_api_tokens.rb.example with 100% similarity]
services/api/config/initializers/inflections.rb [moved from config/initializers/inflections.rb with 100% similarity]
services/api/config/initializers/kind_and_etag.rb [moved from config/initializers/kind_and_etag.rb with 100% similarity]
services/api/config/initializers/mime_types.rb [moved from config/initializers/mime_types.rb with 100% similarity]
services/api/config/initializers/net_http.rb [moved from config/initializers/net_http.rb with 100% similarity]
services/api/config/initializers/omniauth.rb.example [moved from config/initializers/omniauth.rb.example with 100% similarity]
services/api/config/initializers/secret_token.rb [moved from config/initializers/secret_token.rb with 100% similarity]
services/api/config/initializers/session_store.rb [moved from config/initializers/session_store.rb with 100% similarity]
services/api/config/initializers/wrap_parameters.rb [moved from config/initializers/wrap_parameters.rb with 100% similarity]
services/api/config/locales/en.yml [moved from config/locales/en.yml with 100% similarity]
services/api/config/routes.rb [moved from config/routes.rb with 100% similarity]
services/api/db/migrate/20121016005009_create_collections.rb [moved from db/migrate/20121016005009_create_collections.rb with 100% similarity]
services/api/db/migrate/20130105203021_create_metadata.rb [moved from db/migrate/20130105203021_create_metadata.rb with 100% similarity]
services/api/db/migrate/20130105224358_rename_metadata_class.rb [moved from db/migrate/20130105224358_rename_metadata_class.rb with 100% similarity]
services/api/db/migrate/20130105224618_rename_collection_created_by_client.rb [moved from db/migrate/20130105224618_rename_collection_created_by_client.rb with 100% similarity]
services/api/db/migrate/20130107181109_add_uuid_to_collections.rb [moved from db/migrate/20130107181109_add_uuid_to_collections.rb with 100% similarity]
services/api/db/migrate/20130107212832_create_nodes.rb [moved from db/migrate/20130107212832_create_nodes.rb with 100% similarity]
services/api/db/migrate/20130109175700_create_pipelines.rb [moved from db/migrate/20130109175700_create_pipelines.rb with 100% similarity]
services/api/db/migrate/20130109220548_create_pipeline_invocations.rb [moved from db/migrate/20130109220548_create_pipeline_invocations.rb with 100% similarity]
services/api/db/migrate/20130113214204_add_index_to_collections_and_metadata.rb [moved from db/migrate/20130113214204_add_index_to_collections_and_metadata.rb with 100% similarity]
services/api/db/migrate/20130116024233_create_specimens.rb [moved from db/migrate/20130116024233_create_specimens.rb with 100% similarity]
services/api/db/migrate/20130116215213_create_projects.rb [moved from db/migrate/20130116215213_create_projects.rb with 100% similarity]
services/api/db/migrate/20130118002239_rename_metadata_attributes.rb [moved from db/migrate/20130118002239_rename_metadata_attributes.rb with 100% similarity]
services/api/db/migrate/20130122020042_create_users.rb [moved from db/migrate/20130122020042_create_users.rb with 100% similarity]
services/api/db/migrate/20130122201442_create_logs.rb [moved from db/migrate/20130122201442_create_logs.rb with 100% similarity]
services/api/db/migrate/20130122221616_add_modified_at_to_logs.rb [moved from db/migrate/20130122221616_add_modified_at_to_logs.rb with 100% similarity]
services/api/db/migrate/20130123174514_add_uuid_index_to_users.rb [moved from db/migrate/20130123174514_add_uuid_index_to_users.rb with 100% similarity]
services/api/db/migrate/20130123180224_create_api_clients.rb [moved from db/migrate/20130123180224_create_api_clients.rb with 100% similarity]
services/api/db/migrate/20130123180228_create_api_client_authorizations.rb [moved from db/migrate/20130123180228_create_api_client_authorizations.rb with 100% similarity]
services/api/db/migrate/20130125220425_rename_created_by_to_owner.rb [moved from db/migrate/20130125220425_rename_created_by_to_owner.rb with 100% similarity]
services/api/db/migrate/20130128202518_rename_metadata_to_links.rb [moved from db/migrate/20130128202518_rename_metadata_to_links.rb with 100% similarity]
services/api/db/migrate/20130128231343_add_properties_to_specimen.rb [moved from db/migrate/20130128231343_add_properties_to_specimen.rb with 100% similarity]
services/api/db/migrate/20130130205749_add_manifest_text_to_collection.rb [moved from db/migrate/20130130205749_add_manifest_text_to_collection.rb with 100% similarity]
services/api/db/migrate/20130203104818_create_jobs.rb [moved from db/migrate/20130203104818_create_jobs.rb with 100% similarity]
services/api/db/migrate/20130203104824_create_job_steps.rb [moved from db/migrate/20130203104824_create_job_steps.rb with 100% similarity]
services/api/db/migrate/20130203115329_add_priority_to_jobs.rb [moved from db/migrate/20130203115329_add_priority_to_jobs.rb with 100% similarity]
services/api/db/migrate/20130207195855_add_index_on_timestamps.rb [moved from db/migrate/20130207195855_add_index_on_timestamps.rb with 100% similarity]
services/api/db/migrate/20130218181504_add_properties_to_pipeline_invocations.rb [moved from db/migrate/20130218181504_add_properties_to_pipeline_invocations.rb with 100% similarity]
services/api/db/migrate/20130226170000_remove_native_target_from_links.rb [moved from db/migrate/20130226170000_remove_native_target_from_links.rb with 100% similarity]
services/api/db/migrate/20130313175417_rename_projects_to_groups.rb [moved from db/migrate/20130313175417_rename_projects_to_groups.rb with 100% similarity]
services/api/db/migrate/20130315155820_add_is_locked_by_to_jobs.rb [moved from db/migrate/20130315155820_add_is_locked_by_to_jobs.rb with 100% similarity]
services/api/db/migrate/20130315183626_add_log_to_jobs.rb [moved from db/migrate/20130315183626_add_log_to_jobs.rb with 100% similarity]
services/api/db/migrate/20130315213205_add_tasks_summary_to_jobs.rb [moved from db/migrate/20130315213205_add_tasks_summary_to_jobs.rb with 100% similarity]
services/api/db/migrate/20130318002138_add_resource_limits_to_jobs.rb [moved from db/migrate/20130318002138_add_resource_limits_to_jobs.rb with 100% similarity]
services/api/db/migrate/20130319165853_rename_job_command_to_script.rb [moved from db/migrate/20130319165853_rename_job_command_to_script.rb with 100% similarity]
services/api/db/migrate/20130319180730_rename_pipeline_invocation_to_pipeline_instance.rb [moved from db/migrate/20130319180730_rename_pipeline_invocation_to_pipeline_instance.rb with 100% similarity]
services/api/db/migrate/20130319194637_rename_pipelines_to_pipeline_templates.rb [moved from db/migrate/20130319194637_rename_pipelines_to_pipeline_templates.rb with 100% similarity]
services/api/db/migrate/20130319201431_rename_job_steps_to_job_tasks.rb [moved from db/migrate/20130319201431_rename_job_steps_to_job_tasks.rb with 100% similarity]
services/api/db/migrate/20130319235957_add_default_owner_to_users.rb [moved from db/migrate/20130319235957_add_default_owner_to_users.rb with 100% similarity]
services/api/db/migrate/20130320000107_add_default_owner_to_api_client_authorizations.rb [moved from db/migrate/20130320000107_add_default_owner_to_api_client_authorizations.rb with 100% similarity]
services/api/db/migrate/20130326173804_create_commits.rb [moved from db/migrate/20130326173804_create_commits.rb with 100% similarity]
services/api/db/migrate/20130326182917_create_commit_ancestors.rb [moved from db/migrate/20130326182917_create_commit_ancestors.rb with 100% similarity]
services/api/db/schema.rb [moved from db/schema.rb with 100% similarity]
services/api/db/seeds.rb [moved from db/seeds.rb with 100% similarity]
services/api/lib/assets/.gitkeep [moved from lib/assets/.gitkeep with 100% similarity]
services/api/lib/assign_uuid.rb [moved from lib/assign_uuid.rb with 100% similarity]
services/api/lib/common_api_template.rb [moved from lib/common_api_template.rb with 100% similarity]
services/api/lib/current_api_client.rb [moved from lib/current_api_client.rb with 100% similarity]
services/api/lib/josh_id.rb [moved from lib/josh_id.rb with 100% similarity]
services/api/lib/kind_and_etag.rb [moved from lib/kind_and_etag.rb with 100% similarity]
services/api/lib/tasks/.gitkeep [moved from lib/tasks/.gitkeep with 100% similarity]
services/api/log/.gitkeep [moved from log/.gitkeep with 100% similarity]
services/api/public/404.html [moved from public/404.html with 100% similarity]
services/api/public/422.html [moved from public/422.html with 100% similarity]
services/api/public/500.html [moved from public/500.html with 100% similarity]
services/api/public/favicon.ico [moved from public/favicon.ico with 100% similarity]
services/api/public/robots.txt [moved from public/robots.txt with 100% similarity]
services/api/script/dispatch_jobs.rb [moved from script/dispatch_jobs.rb with 100% similarity]
services/api/script/import_commits.rb [moved from script/import_commits.rb with 100% similarity]
services/api/script/rails [moved from script/rails with 100% similarity]
services/api/script/restart-dnsmasq [moved from script/restart-dnsmasq with 100% similarity]
services/api/test/fixtures/.gitkeep [moved from test/fixtures/.gitkeep with 100% similarity]
services/api/test/fixtures/api_client_authorizations.yml [moved from test/fixtures/api_client_authorizations.yml with 100% similarity]
services/api/test/fixtures/api_clients.yml [moved from test/fixtures/api_clients.yml with 100% similarity]
services/api/test/fixtures/collections.yml [moved from test/fixtures/collections.yml with 100% similarity]
services/api/test/fixtures/commit_ancestors.yml [moved from test/fixtures/commit_ancestors.yml with 100% similarity]
services/api/test/fixtures/commits.yml [moved from test/fixtures/commits.yml with 100% similarity]
services/api/test/fixtures/groups.yml [moved from test/fixtures/groups.yml with 100% similarity]
services/api/test/fixtures/job_tasks.yml [moved from test/fixtures/job_tasks.yml with 100% similarity]
services/api/test/fixtures/jobs.yml [moved from test/fixtures/jobs.yml with 100% similarity]
services/api/test/fixtures/links.yml [moved from test/fixtures/links.yml with 100% similarity]
services/api/test/fixtures/logs.yml [moved from test/fixtures/logs.yml with 100% similarity]
services/api/test/fixtures/nodes.yml [moved from test/fixtures/nodes.yml with 100% similarity]
services/api/test/fixtures/pipeline_instances.yml [moved from test/fixtures/pipeline_instances.yml with 100% similarity]
services/api/test/fixtures/pipeline_templates.yml [moved from test/fixtures/pipeline_templates.yml with 100% similarity]
services/api/test/fixtures/specimens.yml [moved from test/fixtures/specimens.yml with 100% similarity]
services/api/test/fixtures/users.yml [moved from test/fixtures/users.yml with 100% similarity]
services/api/test/functional/.gitkeep [moved from test/functional/.gitkeep with 100% similarity]
services/api/test/functional/api_client_authorizations_controller_test.rb [moved from test/functional/api_client_authorizations_controller_test.rb with 100% similarity]
services/api/test/functional/api_clients_controller_test.rb [moved from test/functional/api_clients_controller_test.rb with 100% similarity]
services/api/test/functional/collections_controller_test.rb [moved from test/functional/collections_controller_test.rb with 100% similarity]
services/api/test/functional/commit_ancestors_controller_test.rb [moved from test/functional/commit_ancestors_controller_test.rb with 100% similarity]
services/api/test/functional/commits_controller_test.rb [moved from test/functional/commits_controller_test.rb with 100% similarity]
services/api/test/functional/groups_controller_test.rb [moved from test/functional/groups_controller_test.rb with 100% similarity]
services/api/test/functional/job_tasks_controller_test.rb [moved from test/functional/job_tasks_controller_test.rb with 100% similarity]
services/api/test/functional/jobs_controller_test.rb [moved from test/functional/jobs_controller_test.rb with 100% similarity]
services/api/test/functional/links_controller_test.rb [moved from test/functional/links_controller_test.rb with 100% similarity]
services/api/test/functional/logs_controller_test.rb [moved from test/functional/logs_controller_test.rb with 100% similarity]
services/api/test/functional/nodes_controller_test.rb [moved from test/functional/nodes_controller_test.rb with 100% similarity]
services/api/test/functional/pipeline_instances_controller_test.rb [moved from test/functional/pipeline_instances_controller_test.rb with 100% similarity]
services/api/test/functional/pipeline_templates_controller_test.rb [moved from test/functional/pipeline_templates_controller_test.rb with 100% similarity]
services/api/test/functional/specimens_controller_test.rb [moved from test/functional/specimens_controller_test.rb with 100% similarity]
services/api/test/integration/.gitkeep [moved from test/integration/.gitkeep with 100% similarity]
services/api/test/integration/collections_api_test.rb [moved from test/integration/collections_api_test.rb with 100% similarity]
services/api/test/performance/browsing_test.rb [moved from test/performance/browsing_test.rb with 100% similarity]
services/api/test/test_helper.rb [moved from test/test_helper.rb with 100% similarity]
services/api/test/unit/.gitkeep [moved from test/unit/.gitkeep with 100% similarity]
services/api/test/unit/api_client_authorization_test.rb [moved from test/unit/api_client_authorization_test.rb with 100% similarity]
services/api/test/unit/api_client_test.rb [moved from test/unit/api_client_test.rb with 100% similarity]
services/api/test/unit/collection_test.rb [moved from test/unit/collection_test.rb with 100% similarity]
services/api/test/unit/commit_ancestor_test.rb [moved from test/unit/commit_ancestor_test.rb with 100% similarity]
services/api/test/unit/commit_test.rb [moved from test/unit/commit_test.rb with 100% similarity]
services/api/test/unit/group_test.rb [moved from test/unit/group_test.rb with 100% similarity]
services/api/test/unit/helpers/api_client_authorizations_helper_test.rb [moved from test/unit/helpers/api_client_authorizations_helper_test.rb with 100% similarity]
services/api/test/unit/helpers/api_clients_helper_test.rb [moved from test/unit/helpers/api_clients_helper_test.rb with 100% similarity]
services/api/test/unit/helpers/collections_helper_test.rb [moved from test/unit/helpers/collections_helper_test.rb with 100% similarity]
services/api/test/unit/helpers/commit_ancestors_helper_test.rb [moved from test/unit/helpers/commit_ancestors_helper_test.rb with 100% similarity]
services/api/test/unit/helpers/commits_helper_test.rb [moved from test/unit/helpers/commits_helper_test.rb with 100% similarity]
services/api/test/unit/helpers/groups_helper_test.rb [moved from test/unit/helpers/groups_helper_test.rb with 100% similarity]
services/api/test/unit/helpers/job_tasks_helper_test.rb [moved from test/unit/helpers/job_tasks_helper_test.rb with 100% similarity]
services/api/test/unit/helpers/jobs_helper_test.rb [moved from test/unit/helpers/jobs_helper_test.rb with 100% similarity]
services/api/test/unit/helpers/links_helper_test.rb [moved from test/unit/helpers/links_helper_test.rb with 100% similarity]
services/api/test/unit/helpers/logs_helper_test.rb [moved from test/unit/helpers/logs_helper_test.rb with 100% similarity]
services/api/test/unit/helpers/nodes_helper_test.rb [moved from test/unit/helpers/nodes_helper_test.rb with 100% similarity]
services/api/test/unit/helpers/pipeline_instances_helper_test.rb [moved from test/unit/helpers/pipeline_instances_helper_test.rb with 100% similarity]
services/api/test/unit/helpers/pipeline_templates_helper_test.rb [moved from test/unit/helpers/pipeline_templates_helper_test.rb with 100% similarity]
services/api/test/unit/helpers/specimens_helper_test.rb [moved from test/unit/helpers/specimens_helper_test.rb with 100% similarity]
services/api/test/unit/job_task_test.rb [moved from test/unit/job_task_test.rb with 100% similarity]
services/api/test/unit/job_test.rb [moved from test/unit/job_test.rb with 100% similarity]
services/api/test/unit/link_test.rb [moved from test/unit/link_test.rb with 100% similarity]
services/api/test/unit/log_test.rb [moved from test/unit/log_test.rb with 100% similarity]
services/api/test/unit/node_test.rb [moved from test/unit/node_test.rb with 100% similarity]
services/api/test/unit/pipeline_instance_test.rb [moved from test/unit/pipeline_instance_test.rb with 100% similarity]
services/api/test/unit/pipeline_template_test.rb [moved from test/unit/pipeline_template_test.rb with 100% similarity]
services/api/test/unit/specimen_test.rb [moved from test/unit/specimen_test.rb with 100% similarity]
services/api/test/unit/user_test.rb [moved from test/unit/user_test.rb with 100% similarity]
services/api/vendor/assets/stylesheets/.gitkeep [moved from vendor/assets/stylesheets/.gitkeep with 100% similarity]
services/api/vendor/plugins/.gitkeep [moved from vendor/plugins/.gitkeep with 100% similarity]