X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a11c56ef66604a9117e3db8c2fa2273c98f88b51..b0c0e63f7f3c5a58947db8d4dcc8572362f0e7a1:/services/api/test/fixtures/pipeline_templates.yml diff --git a/services/api/test/fixtures/pipeline_templates.yml b/services/api/test/fixtures/pipeline_templates.yml index 4659da3490..cbd82de924 100644 --- a/services/api/test/fixtures/pipeline_templates.yml +++ b/services/api/test/fixtures/pipeline_templates.yml @@ -165,6 +165,25 @@ template_with_dataclass_file: array_with_value: # important to test repeating values in the array! value: [1,1,2,3,5] +template_with_dataclass_number: + uuid: zzzzz-p5p6p-numbertemplatea + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + created_at: 2015-01-14 12:35:04 -0400 + updated_at: 2015-01-14 12:35:04 -0400 + modified_at: 2015-01-14 12:35:04 -0400 + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + name: Template with dataclass number + components: + work: + script: foo + script_version: master + script_parameters: + input: + required: true + dataclass: number + title: "Input number" + pipeline_template_in_publicly_accessible_project: uuid: zzzzz-p5p6p-tmpltpublicproj owner_uuid: zzzzz-j7d0g-zhxawtyetzwc5f0 @@ -184,3 +203,43 @@ pipeline_template_in_publicly_accessible_project: dataclass: Collection title: "default input" description: "input collection" + +# Used to test renaming when removed from the "aproject" subproject +# while another such object with same name exists in home project. +template_in_active_user_home_project_to_test_unique_key_violation: + uuid: zzzzz-p5p6p-templatsamenam1 + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + created_at: 2013-04-14 12:35:04 -0400 + updated_at: 2013-04-14 12:35:04 -0400 + modified_at: 2013-04-14 12:35:04 -0400 + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + name: Template to test owner uuid and name unique key violation upon removal + components: + script: foo + script_version: master + script_parameters: + input: + required: true + dataclass: Collection + title: "Foo/bar pair" + description: "Provide a collection containing at least two files." + +template_in_asubproject_with_same_name_as_one_in_active_user_home: + uuid: zzzzz-p5p6p-templatsamenam2 + owner_uuid: zzzzz-j7d0g-axqo7eu9pwvna1x + created_at: 2013-04-14 12:35:04 -0400 + updated_at: 2013-04-14 12:35:04 -0400 + modified_at: 2013-04-14 12:35:04 -0400 + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + name: Template to test owner uuid and name unique key violation upon removal + components: + script: foo + script_version: master + script_parameters: + input: + required: true + dataclass: Collection + title: "Foo/bar pair" + description: "Provide a collection containing at least two files."