pulp_ansible_client 0.24.5 → 0.24.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +8 -5
- data/docs/AnsibleCollectionVersionResponse.md +8 -8
- data/docs/AnsibleCollectionsApi.md +26 -8
- data/docs/AnsibleCopyApi.md +8 -4
- data/docs/AnsibleGitRemote.md +26 -26
- data/docs/AnsibleGitRemoteResponse.md +22 -22
- data/docs/AnsibleRole.md +4 -4
- data/docs/AnsibleRoleResponse.md +8 -8
- data/docs/ApiPluginAnsibleSearchCollectionVersionsApi.md +10 -4
- data/docs/ApiRolesApi.md +2 -0
- data/docs/CollectionImportApi.md +2 -0
- data/docs/ContentCollectionDeprecationsApi.md +28 -12
- data/docs/ContentCollectionMarksApi.md +28 -12
- data/docs/ContentCollectionSignaturesApi.md +22 -8
- data/docs/ContentCollectionVersionsApi.md +30 -16
- data/docs/ContentNamespacesApi.md +22 -8
- data/docs/ContentRolesApi.md +28 -12
- data/docs/DistributionsAnsibleApi.md +72 -32
- data/docs/PatchedansibleGitRemote.md +26 -26
- data/docs/PulpAnsibleApiApi.md +2 -0
- data/docs/PulpAnsibleApiV3Api.md +2 -0
- data/docs/PulpAnsibleApiV3ArtifactsCollectionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3CollectionVersionsAllApi.md +2 -0
- data/docs/PulpAnsibleApiV3CollectionsAllApi.md +2 -0
- data/docs/PulpAnsibleApiV3CollectionsApi.md +20 -8
- data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +12 -4
- data/docs/PulpAnsibleApiV3CollectionsVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleApiV3NamespacesApi.md +4 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +20 -8
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +12 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.md +16 -4
- data/docs/PulpAnsibleArtifactsCollectionsV3Api.md +8 -0
- data/docs/PulpAnsibleDefaultApiApi.md +14 -5
- data/docs/PulpAnsibleDefaultApiV3Api.md +14 -5
- data/docs/PulpAnsibleDefaultApiV3ArtifactsCollectionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3CollectionVersionsAllApi.md +14 -5
- data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +20 -8
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +12 -4
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3NamespacesApi.md +4 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi.md +14 -5
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +20 -8
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +12 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md +16 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi.md +10 -4
- data/docs/PulpAnsibleTagsApi.md +2 -0
- data/docs/RemotesCollectionApi.md +72 -32
- data/docs/RemotesGitApi.md +72 -32
- data/docs/RemotesRoleApi.md +72 -32
- data/docs/RepositoriesAnsibleApi.md +136 -64
- data/docs/RepositoriesAnsibleVersionsApi.md +30 -14
- data/docs/VersionsApi.md +2 -0
- data/lib/pulp_ansible_client/api/ansible_collections_api.rb +21 -0
- data/lib/pulp_ansible_client/api/ansible_copy_api.rb +3 -0
- data/lib/pulp_ansible_client/api/api_plugin_ansible_search_collection_versions_api.rb +6 -0
- data/lib/pulp_ansible_client/api/api_roles_api.rb +3 -0
- data/lib/pulp_ansible_client/api/collection_import_api.rb +3 -0
- data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +15 -0
- data/lib/pulp_ansible_client/api/content_collection_marks_api.rb +15 -0
- data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +15 -0
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +27 -12
- data/lib/pulp_ansible_client/api/content_namespaces_api.rb +15 -0
- data/lib/pulp_ansible_client/api/content_roles_api.rb +15 -0
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +36 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_artifacts_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collection_versions_all_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_docs_blob_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_namespaces_api.rb +6 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +15 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_artifacts_collections_v3_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_artifacts_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collection_versions_all_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_namespaces_api.rb +6 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +15 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api.rb +6 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +3 -0
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +36 -0
- data/lib/pulp_ansible_client/api/remotes_git_api.rb +36 -0
- data/lib/pulp_ansible_client/api/remotes_role_api.rb +36 -0
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +60 -0
- data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +18 -3
- data/lib/pulp_ansible_client/api/versions_api.rb +3 -0
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +32 -32
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +220 -220
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +139 -139
- data/lib/pulp_ansible_client/models/ansible_role.rb +17 -17
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +34 -34
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +217 -217
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/pulp_ansible_client.gemspec +0 -1
- data/spec/api/ansible_collections_api_spec.rb +7 -0
- data/spec/api/ansible_copy_api_spec.rb +1 -0
- data/spec/api/api_plugin_ansible_search_collection_versions_api_spec.rb +2 -0
- data/spec/api/api_roles_api_spec.rb +1 -0
- data/spec/api/collection_import_api_spec.rb +1 -0
- data/spec/api/content_collection_deprecations_api_spec.rb +5 -0
- data/spec/api/content_collection_marks_api_spec.rb +5 -0
- data/spec/api/content_collection_signatures_api_spec.rb +5 -0
- data/spec/api/content_collection_versions_api_spec.rb +9 -4
- data/spec/api/content_namespaces_api_spec.rb +5 -0
- data/spec/api/content_roles_api_spec.rb +5 -0
- data/spec/api/distributions_ansible_api_spec.rb +12 -0
- data/spec/api/pulp_ansible_api_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_artifacts_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb +2 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb +5 -0
- data/spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_default_api_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_artifacts_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_collection_versions_all_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb +2 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb +5 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api_spec.rb +2 -0
- data/spec/api/pulp_ansible_tags_api_spec.rb +1 -0
- data/spec/api/remotes_collection_api_spec.rb +12 -0
- data/spec/api/remotes_git_api_spec.rb +12 -0
- data/spec/api/remotes_role_api_spec.rb +12 -0
- data/spec/api/repositories_ansible_api_spec.rb +20 -0
- data/spec/api/repositories_ansible_versions_api_spec.rb +6 -1
- data/spec/api/versions_api_spec.rb +1 -0
- data/spec/models/ansible_collection_version_response_spec.rb +5 -5
- data/spec/models/ansible_git_remote_response_spec.rb +18 -18
- data/spec/models/ansible_git_remote_spec.rb +20 -20
- data/spec/models/ansible_role_response_spec.rb +5 -5
- data/spec/models/ansible_role_spec.rb +2 -2
- data/spec/models/patchedansible_git_remote_spec.rb +20 -20
- metadata +124 -144
@@ -39,6 +39,7 @@ describe 'PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi' do
|
|
39
39
|
# @param namespace
|
40
40
|
# @param path
|
41
41
|
# @param [Hash] opts the optional parameters
|
42
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
42
43
|
# @return [AsyncOperationResponse]
|
43
44
|
describe 'delete test' do
|
44
45
|
it 'should work' do
|
@@ -51,6 +52,7 @@ describe 'PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi' do
|
|
51
52
|
# @param distro_base_path
|
52
53
|
# @param path
|
53
54
|
# @param [Hash] opts the optional parameters
|
55
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
54
56
|
# @option opts [Boolean] :deprecated
|
55
57
|
# @option opts [Integer] :limit Number of results to return per page.
|
56
58
|
# @option opts [String] :name
|
@@ -77,6 +79,7 @@ describe 'PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi' do
|
|
77
79
|
# @param namespace
|
78
80
|
# @param path
|
79
81
|
# @param [Hash] opts the optional parameters
|
82
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
80
83
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
81
84
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
82
85
|
# @return [CollectionResponse]
|
@@ -94,6 +97,7 @@ describe 'PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi' do
|
|
94
97
|
# @param path
|
95
98
|
# @param patched_collection
|
96
99
|
# @param [Hash] opts the optional parameters
|
100
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
97
101
|
# @return [AsyncOperationResponse]
|
98
102
|
describe 'update test' do
|
99
103
|
it 'should work' do
|
data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb
CHANGED
@@ -40,6 +40,7 @@ describe 'PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi' do
|
|
40
40
|
# @param path
|
41
41
|
# @param version
|
42
42
|
# @param [Hash] opts the optional parameters
|
43
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
43
44
|
# @return [AsyncOperationResponse]
|
44
45
|
describe 'delete test' do
|
45
46
|
it 'should work' do
|
@@ -54,6 +55,7 @@ describe 'PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi' do
|
|
54
55
|
# @param namespace
|
55
56
|
# @param path
|
56
57
|
# @param [Hash] opts the optional parameters
|
58
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
57
59
|
# @option opts [Integer] :limit Number of results to return per page.
|
58
60
|
# @option opts [String] :name2
|
59
61
|
# @option opts [String] :namespace2
|
@@ -87,6 +89,7 @@ describe 'PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi' do
|
|
87
89
|
# @param path
|
88
90
|
# @param version
|
89
91
|
# @param [Hash] opts the optional parameters
|
92
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
90
93
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
91
94
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
92
95
|
# @return [CollectionVersionResponse]
|
@@ -40,6 +40,7 @@ describe 'PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobAp
|
|
40
40
|
# @param path
|
41
41
|
# @param version
|
42
42
|
# @param [Hash] opts the optional parameters
|
43
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
43
44
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
44
45
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
45
46
|
# @return [CollectionVersionDocsResponse]
|
@@ -38,6 +38,7 @@ describe 'PulpAnsibleApiV3PluginAnsibleContentNamespacesApi' do
|
|
38
38
|
# @param path
|
39
39
|
# @param name Required named, only accepts lowercase, numbers and underscores.
|
40
40
|
# @param [Hash] opts the optional parameters
|
41
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
41
42
|
# @option opts [String] :company Optional namespace company owner.
|
42
43
|
# @option opts [String] :email Optional namespace contact email.
|
43
44
|
# @option opts [String] :description Optional short description.
|
@@ -57,6 +58,7 @@ describe 'PulpAnsibleApiV3PluginAnsibleContentNamespacesApi' do
|
|
57
58
|
# @param name
|
58
59
|
# @param path
|
59
60
|
# @param [Hash] opts the optional parameters
|
61
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
60
62
|
# @return [AsyncOperationResponse]
|
61
63
|
describe 'delete test' do
|
62
64
|
it 'should work' do
|
@@ -69,6 +71,7 @@ describe 'PulpAnsibleApiV3PluginAnsibleContentNamespacesApi' do
|
|
69
71
|
# @param distro_base_path
|
70
72
|
# @param path
|
71
73
|
# @param [Hash] opts the optional parameters
|
74
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
72
75
|
# @option opts [String] :company Filter results where company matches value
|
73
76
|
# @option opts [String] :company__contains Filter results where company contains value
|
74
77
|
# @option opts [String] :company__icontains Filter results where company contains value
|
@@ -111,6 +114,7 @@ describe 'PulpAnsibleApiV3PluginAnsibleContentNamespacesApi' do
|
|
111
114
|
# @param name
|
112
115
|
# @param path
|
113
116
|
# @param [Hash] opts the optional parameters
|
117
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
114
118
|
# @option opts [String] :name2 Required named, only accepts lowercase, numbers and underscores.
|
115
119
|
# @option opts [String] :company Optional namespace company owner.
|
116
120
|
# @option opts [String] :email Optional namespace contact email.
|
@@ -131,6 +135,7 @@ describe 'PulpAnsibleApiV3PluginAnsibleContentNamespacesApi' do
|
|
131
135
|
# @param name
|
132
136
|
# @param path
|
133
137
|
# @param [Hash] opts the optional parameters
|
138
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
134
139
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
135
140
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
136
141
|
# @return [AnsibleAnsibleNamespaceMetadataResponse]
|
@@ -38,6 +38,7 @@ describe 'PulpAnsibleArtifactsCollectionsV3Api' do
|
|
38
38
|
# @param path
|
39
39
|
# @param file The Collection tarball.
|
40
40
|
# @param [Hash] opts the optional parameters
|
41
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
41
42
|
# @option opts [String] :sha256 An optional sha256 checksum of the uploaded file.
|
42
43
|
# @option opts [String] :expected_namespace The expected 'namespace' of the Collection to be verified against the metadata during import.
|
43
44
|
# @option opts [String] :expected_name The expected 'name' of the Collection to be verified against the metadata during import.
|
@@ -56,6 +57,7 @@ describe 'PulpAnsibleArtifactsCollectionsV3Api' do
|
|
56
57
|
# @param path
|
57
58
|
# @param file The Collection tarball.
|
58
59
|
# @param [Hash] opts the optional parameters
|
60
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
59
61
|
# @option opts [String] :sha256 An optional sha256 checksum of the uploaded file.
|
60
62
|
# @option opts [String] :expected_namespace The expected 'namespace' of the Collection to be verified against the metadata during import.
|
61
63
|
# @option opts [String] :expected_name The expected 'name' of the Collection to be verified against the metadata during import.
|
@@ -72,6 +74,7 @@ describe 'PulpAnsibleArtifactsCollectionsV3Api' do
|
|
72
74
|
# Create an artifact and trigger an asynchronous task to create Collection content from it.
|
73
75
|
# @param file The Collection tarball.
|
74
76
|
# @param [Hash] opts the optional parameters
|
77
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
75
78
|
# @option opts [String] :sha256 An optional sha256 checksum of the uploaded file.
|
76
79
|
# @option opts [String] :expected_namespace The expected 'namespace' of the Collection to be verified against the metadata during import.
|
77
80
|
# @option opts [String] :expected_name The expected 'name' of the Collection to be verified against the metadata during import.
|
@@ -89,6 +92,7 @@ describe 'PulpAnsibleArtifactsCollectionsV3Api' do
|
|
89
92
|
# @param distro_base_path
|
90
93
|
# @param file The Collection tarball.
|
91
94
|
# @param [Hash] opts the optional parameters
|
95
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
92
96
|
# @option opts [String] :sha256 An optional sha256 checksum of the uploaded file.
|
93
97
|
# @option opts [String] :expected_namespace The expected 'namespace' of the Collection to be verified against the metadata during import.
|
94
98
|
# @option opts [String] :expected_name The expected 'name' of the Collection to be verified against the metadata during import.
|
@@ -35,6 +35,9 @@ describe 'PulpAnsibleDefaultApiApi' do
|
|
35
35
|
# unit tests for get
|
36
36
|
# Return a response to the \"GET\" action.
|
37
37
|
# @param [Hash] opts the optional parameters
|
38
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
39
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
40
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
38
41
|
# @return [nil]
|
39
42
|
describe 'get test' do
|
40
43
|
it 'should work' do
|
@@ -35,6 +35,9 @@ describe 'PulpAnsibleDefaultApiV3Api' do
|
|
35
35
|
# unit tests for read
|
36
36
|
# Legacy v3 endpoint.
|
37
37
|
# @param [Hash] opts the optional parameters
|
38
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
39
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
40
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
38
41
|
# @return [RepoMetadataResponse]
|
39
42
|
describe 'read test' do
|
40
43
|
it 'should work' do
|
@@ -37,6 +37,7 @@ describe 'PulpAnsibleDefaultApiV3ArtifactsCollectionsApi' do
|
|
37
37
|
# @param filename
|
38
38
|
# @param path
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
40
41
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
41
42
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
42
43
|
# @return [nil]
|
@@ -35,6 +35,9 @@ describe 'PulpAnsibleDefaultApiV3CollectionVersionsAllApi' do
|
|
35
35
|
# unit tests for list
|
36
36
|
# Legacy v3 endpoint.
|
37
37
|
# @param [Hash] opts the optional parameters
|
38
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
39
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
40
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
38
41
|
# @return [Array<UnpaginatedCollectionVersionResponse>]
|
39
42
|
describe 'list test' do
|
40
43
|
it 'should work' do
|
@@ -35,6 +35,7 @@ describe 'PulpAnsibleDefaultApiV3CollectionsAllApi' do
|
|
35
35
|
# unit tests for list
|
36
36
|
# Legacy v3 endpoint.
|
37
37
|
# @param [Hash] opts the optional parameters
|
38
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
38
39
|
# @option opts [Boolean] :deprecated
|
39
40
|
# @option opts [String] :name
|
40
41
|
# @option opts [String] :namespace
|
@@ -37,6 +37,7 @@ describe 'PulpAnsibleDefaultApiV3CollectionsApi' do
|
|
37
37
|
# @param name
|
38
38
|
# @param namespace
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
40
41
|
# @return [AsyncOperationResponse]
|
41
42
|
describe 'delete test' do
|
42
43
|
it 'should work' do
|
@@ -47,6 +48,7 @@ describe 'PulpAnsibleDefaultApiV3CollectionsApi' do
|
|
47
48
|
# unit tests for list
|
48
49
|
# Legacy v3 endpoint.
|
49
50
|
# @param [Hash] opts the optional parameters
|
51
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
50
52
|
# @option opts [Boolean] :deprecated
|
51
53
|
# @option opts [Integer] :limit Number of results to return per page.
|
52
54
|
# @option opts [String] :name
|
@@ -71,6 +73,7 @@ describe 'PulpAnsibleDefaultApiV3CollectionsApi' do
|
|
71
73
|
# @param name
|
72
74
|
# @param namespace
|
73
75
|
# @param [Hash] opts the optional parameters
|
76
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
74
77
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
75
78
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
76
79
|
# @return [CollectionResponse]
|
@@ -86,6 +89,7 @@ describe 'PulpAnsibleDefaultApiV3CollectionsApi' do
|
|
86
89
|
# @param namespace
|
87
90
|
# @param patched_collection
|
88
91
|
# @param [Hash] opts the optional parameters
|
92
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
89
93
|
# @return [AsyncOperationResponse]
|
90
94
|
describe 'update test' do
|
91
95
|
it 'should work' do
|
@@ -38,6 +38,7 @@ describe 'PulpAnsibleDefaultApiV3CollectionsVersionsApi' do
|
|
38
38
|
# @param namespace
|
39
39
|
# @param version
|
40
40
|
# @param [Hash] opts the optional parameters
|
41
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
41
42
|
# @return [AsyncOperationResponse]
|
42
43
|
describe 'delete test' do
|
43
44
|
it 'should work' do
|
@@ -50,6 +51,7 @@ describe 'PulpAnsibleDefaultApiV3CollectionsVersionsApi' do
|
|
50
51
|
# @param name
|
51
52
|
# @param namespace
|
52
53
|
# @param [Hash] opts the optional parameters
|
54
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
53
55
|
# @option opts [Integer] :limit Number of results to return per page.
|
54
56
|
# @option opts [String] :name2
|
55
57
|
# @option opts [String] :namespace2
|
@@ -81,6 +83,7 @@ describe 'PulpAnsibleDefaultApiV3CollectionsVersionsApi' do
|
|
81
83
|
# @param namespace
|
82
84
|
# @param version
|
83
85
|
# @param [Hash] opts the optional parameters
|
86
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
84
87
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
85
88
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
86
89
|
# @return [CollectionVersionResponse]
|
@@ -38,6 +38,7 @@ describe 'PulpAnsibleDefaultApiV3CollectionsVersionsDocsBlobApi' do
|
|
38
38
|
# @param namespace
|
39
39
|
# @param version
|
40
40
|
# @param [Hash] opts the optional parameters
|
41
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
41
42
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
42
43
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
43
44
|
# @return [CollectionVersionDocsResponse]
|
@@ -35,6 +35,7 @@ describe 'PulpAnsibleDefaultApiV3NamespacesApi' do
|
|
35
35
|
# unit tests for list
|
36
36
|
# Legacy v3 endpoint.
|
37
37
|
# @param [Hash] opts the optional parameters
|
38
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
38
39
|
# @option opts [String] :company Filter results where company matches value
|
39
40
|
# @option opts [String] :company__contains Filter results where company contains value
|
40
41
|
# @option opts [String] :company__icontains Filter results where company contains value
|
@@ -75,6 +76,7 @@ describe 'PulpAnsibleDefaultApiV3NamespacesApi' do
|
|
75
76
|
# Legacy v3 endpoint.
|
76
77
|
# @param name
|
77
78
|
# @param [Hash] opts the optional parameters
|
79
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
78
80
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
79
81
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
80
82
|
# @return [AnsibleAnsibleNamespaceMetadataResponse]
|
@@ -35,6 +35,9 @@ describe 'PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi' do
|
|
35
35
|
# unit tests for read
|
36
36
|
# Return configurations for the ansible-galaxy client.
|
37
37
|
# @param [Hash] opts the optional parameters
|
38
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
39
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
40
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
38
41
|
# @return [ClientConfigurationResponse]
|
39
42
|
describe 'read test' do
|
40
43
|
it 'should work' do
|
@@ -36,6 +36,7 @@ describe 'PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsAp
|
|
36
36
|
# Unpaginated ViewSet for Collections.
|
37
37
|
# @param distro_base_path
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
39
40
|
# @option opts [Boolean] :deprecated
|
40
41
|
# @option opts [String] :name
|
41
42
|
# @option opts [String] :namespace
|
@@ -36,6 +36,7 @@ describe 'PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsApi'
|
|
36
36
|
# Returns paginated CollectionVersions list.
|
37
37
|
# @param distro_base_path
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
39
40
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
40
41
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
41
42
|
# @return [Array<UnpaginatedCollectionVersionResponse>]
|
@@ -36,6 +36,7 @@ describe 'PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi' do
|
|
36
36
|
# ViewSet for Repository Metadata.
|
37
37
|
# @param distro_base_path
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
39
40
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
40
41
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
41
42
|
# @return [RepoMetadataResponse]
|
data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb
CHANGED
@@ -37,6 +37,7 @@ describe 'PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi' do
|
|
37
37
|
# @param distro_base_path
|
38
38
|
# @param filename
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
40
41
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
41
42
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
42
43
|
# @return [nil]
|
data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb
CHANGED
@@ -38,6 +38,7 @@ describe 'PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi' do
|
|
38
38
|
# @param name
|
39
39
|
# @param namespace
|
40
40
|
# @param [Hash] opts the optional parameters
|
41
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
41
42
|
# @return [AsyncOperationResponse]
|
42
43
|
describe 'delete test' do
|
43
44
|
it 'should work' do
|
@@ -49,6 +50,7 @@ describe 'PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi' do
|
|
49
50
|
# ViewSet for Collections.
|
50
51
|
# @param distro_base_path
|
51
52
|
# @param [Hash] opts the optional parameters
|
53
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
52
54
|
# @option opts [Boolean] :deprecated
|
53
55
|
# @option opts [Integer] :limit Number of results to return per page.
|
54
56
|
# @option opts [String] :name
|
@@ -74,6 +76,7 @@ describe 'PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi' do
|
|
74
76
|
# @param name
|
75
77
|
# @param namespace
|
76
78
|
# @param [Hash] opts the optional parameters
|
79
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
77
80
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
78
81
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
79
82
|
# @return [CollectionResponse]
|
@@ -90,6 +93,7 @@ describe 'PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi' do
|
|
90
93
|
# @param namespace
|
91
94
|
# @param patched_collection
|
92
95
|
# @param [Hash] opts the optional parameters
|
96
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
93
97
|
# @return [AsyncOperationResponse]
|
94
98
|
describe 'update test' do
|
95
99
|
it 'should work' do
|
@@ -39,6 +39,7 @@ describe 'PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi
|
|
39
39
|
# @param namespace
|
40
40
|
# @param version
|
41
41
|
# @param [Hash] opts the optional parameters
|
42
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
42
43
|
# @return [AsyncOperationResponse]
|
43
44
|
describe 'delete test' do
|
44
45
|
it 'should work' do
|
@@ -52,6 +53,7 @@ describe 'PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi
|
|
52
53
|
# @param name
|
53
54
|
# @param namespace
|
54
55
|
# @param [Hash] opts the optional parameters
|
56
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
55
57
|
# @option opts [Integer] :limit Number of results to return per page.
|
56
58
|
# @option opts [String] :name2
|
57
59
|
# @option opts [String] :namespace2
|
@@ -84,6 +86,7 @@ describe 'PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi
|
|
84
86
|
# @param namespace
|
85
87
|
# @param version
|
86
88
|
# @param [Hash] opts the optional parameters
|
89
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
87
90
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
88
91
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
89
92
|
# @return [CollectionVersionResponse]
|
@@ -39,6 +39,7 @@ describe 'PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDoc
|
|
39
39
|
# @param namespace
|
40
40
|
# @param version
|
41
41
|
# @param [Hash] opts the optional parameters
|
42
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
42
43
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
43
44
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
44
45
|
# @return [CollectionVersionDocsResponse]
|
@@ -37,6 +37,7 @@ describe 'PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi' do
|
|
37
37
|
# @param distro_base_path
|
38
38
|
# @param name Required named, only accepts lowercase, numbers and underscores.
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
40
41
|
# @option opts [String] :company Optional namespace company owner.
|
41
42
|
# @option opts [String] :email Optional namespace contact email.
|
42
43
|
# @option opts [String] :description Optional short description.
|
@@ -55,6 +56,7 @@ describe 'PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi' do
|
|
55
56
|
# @param distro_base_path
|
56
57
|
# @param name
|
57
58
|
# @param [Hash] opts the optional parameters
|
59
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
58
60
|
# @return [AsyncOperationResponse]
|
59
61
|
describe 'delete test' do
|
60
62
|
it 'should work' do
|
@@ -66,6 +68,7 @@ describe 'PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi' do
|
|
66
68
|
# Provides the authentication and permission classes from settings.
|
67
69
|
# @param distro_base_path
|
68
70
|
# @param [Hash] opts the optional parameters
|
71
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
69
72
|
# @option opts [String] :company Filter results where company matches value
|
70
73
|
# @option opts [String] :company__contains Filter results where company contains value
|
71
74
|
# @option opts [String] :company__icontains Filter results where company contains value
|
@@ -107,6 +110,7 @@ describe 'PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi' do
|
|
107
110
|
# @param distro_base_path
|
108
111
|
# @param name
|
109
112
|
# @param [Hash] opts the optional parameters
|
113
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
110
114
|
# @option opts [String] :name2 Required named, only accepts lowercase, numbers and underscores.
|
111
115
|
# @option opts [String] :company Optional namespace company owner.
|
112
116
|
# @option opts [String] :email Optional namespace contact email.
|
@@ -126,6 +130,7 @@ describe 'PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi' do
|
|
126
130
|
# @param distro_base_path
|
127
131
|
# @param name
|
128
132
|
# @param [Hash] opts the optional parameters
|
133
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
129
134
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
130
135
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
131
136
|
# @return [AnsibleAnsibleNamespaceMetadataResponse]
|
data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api_spec.rb
CHANGED
@@ -36,6 +36,7 @@ describe 'PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi' do
|
|
36
36
|
# List cross repository collection version indexs
|
37
37
|
# A viewset for cross-repo searches.
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
39
40
|
# @option opts [String] :dependency
|
40
41
|
# @option opts [Boolean] :deprecated
|
41
42
|
# @option opts [Array<String>] :distribution Filter collectionversions that are in these distrubtion ids.
|
@@ -72,6 +73,7 @@ describe 'PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi' do
|
|
72
73
|
# A viewset for cross-repo searches.
|
73
74
|
# @param collection_version_search_list
|
74
75
|
# @param [Hash] opts the optional parameters
|
76
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
75
77
|
# @return [CollectionVersionSearchListResponse]
|
76
78
|
describe 'rebuild test' do
|
77
79
|
it 'should work' do
|
@@ -36,6 +36,7 @@ describe 'PulpAnsibleTagsApi' do
|
|
36
36
|
# List tags
|
37
37
|
# ViewSet for Tag models.
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
39
40
|
# @option opts [Integer] :limit Number of results to return per page.
|
40
41
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
41
42
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
@@ -38,6 +38,7 @@ describe 'RemotesCollectionApi' do
|
|
38
38
|
# @param ansible_collection_remote_href
|
39
39
|
# @param nested_role
|
40
40
|
# @param [Hash] opts the optional parameters
|
41
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
41
42
|
# @return [NestedRoleResponse]
|
42
43
|
describe 'add_role test' do
|
43
44
|
it 'should work' do
|
@@ -50,6 +51,7 @@ describe 'RemotesCollectionApi' do
|
|
50
51
|
# ViewSet for Collection Remotes.
|
51
52
|
# @param ansible_collection_remote
|
52
53
|
# @param [Hash] opts the optional parameters
|
54
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
53
55
|
# @return [AnsibleCollectionRemoteResponse]
|
54
56
|
describe 'create test' do
|
55
57
|
it 'should work' do
|
@@ -62,6 +64,7 @@ describe 'RemotesCollectionApi' do
|
|
62
64
|
# Trigger an asynchronous delete task
|
63
65
|
# @param ansible_collection_remote_href
|
64
66
|
# @param [Hash] opts the optional parameters
|
67
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
65
68
|
# @return [AsyncOperationResponse]
|
66
69
|
describe 'delete test' do
|
67
70
|
it 'should work' do
|
@@ -73,6 +76,7 @@ describe 'RemotesCollectionApi' do
|
|
73
76
|
# List collection remotes
|
74
77
|
# ViewSet for Collection Remotes.
|
75
78
|
# @param [Hash] opts the optional parameters
|
79
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
76
80
|
# @option opts [Integer] :limit Number of results to return per page.
|
77
81
|
# @option opts [String] :name Filter results where name matches value
|
78
82
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -115,6 +119,7 @@ describe 'RemotesCollectionApi' do
|
|
115
119
|
# List roles assigned to this object.
|
116
120
|
# @param ansible_collection_remote_href
|
117
121
|
# @param [Hash] opts the optional parameters
|
122
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
118
123
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
119
124
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
120
125
|
# @return [ObjectRolesResponse]
|
@@ -129,6 +134,7 @@ describe 'RemotesCollectionApi' do
|
|
129
134
|
# List permissions available to the current user on this object.
|
130
135
|
# @param ansible_collection_remote_href
|
131
136
|
# @param [Hash] opts the optional parameters
|
137
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
132
138
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
133
139
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
134
140
|
# @return [MyPermissionsResponse]
|
@@ -144,6 +150,7 @@ describe 'RemotesCollectionApi' do
|
|
144
150
|
# @param ansible_collection_remote_href
|
145
151
|
# @param patchedansible_collection_remote
|
146
152
|
# @param [Hash] opts the optional parameters
|
153
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
147
154
|
# @return [AsyncOperationResponse]
|
148
155
|
describe 'partial_update test' do
|
149
156
|
it 'should work' do
|
@@ -156,6 +163,7 @@ describe 'RemotesCollectionApi' do
|
|
156
163
|
# ViewSet for Collection Remotes.
|
157
164
|
# @param ansible_collection_remote_href
|
158
165
|
# @param [Hash] opts the optional parameters
|
166
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
159
167
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
160
168
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
161
169
|
# @return [AnsibleCollectionRemoteResponse]
|
@@ -171,6 +179,7 @@ describe 'RemotesCollectionApi' do
|
|
171
179
|
# @param ansible_collection_remote_href
|
172
180
|
# @param nested_role
|
173
181
|
# @param [Hash] opts the optional parameters
|
182
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
174
183
|
# @return [NestedRoleResponse]
|
175
184
|
describe 'remove_role test' do
|
176
185
|
it 'should work' do
|
@@ -184,6 +193,7 @@ describe 'RemotesCollectionApi' do
|
|
184
193
|
# @param ansible_collection_remote_href
|
185
194
|
# @param set_label
|
186
195
|
# @param [Hash] opts the optional parameters
|
196
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
187
197
|
# @return [SetLabelResponse]
|
188
198
|
describe 'set_label test' do
|
189
199
|
it 'should work' do
|
@@ -197,6 +207,7 @@ describe 'RemotesCollectionApi' do
|
|
197
207
|
# @param ansible_collection_remote_href
|
198
208
|
# @param unset_label
|
199
209
|
# @param [Hash] opts the optional parameters
|
210
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
200
211
|
# @return [UnsetLabelResponse]
|
201
212
|
describe 'unset_label test' do
|
202
213
|
it 'should work' do
|
@@ -210,6 +221,7 @@ describe 'RemotesCollectionApi' do
|
|
210
221
|
# @param ansible_collection_remote_href
|
211
222
|
# @param ansible_collection_remote
|
212
223
|
# @param [Hash] opts the optional parameters
|
224
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
213
225
|
# @return [AsyncOperationResponse]
|
214
226
|
describe 'update test' do
|
215
227
|
it 'should work' do
|
@@ -38,6 +38,7 @@ describe 'RemotesGitApi' do
|
|
38
38
|
# @param ansible_git_remote_href
|
39
39
|
# @param nested_role
|
40
40
|
# @param [Hash] opts the optional parameters
|
41
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
41
42
|
# @return [NestedRoleResponse]
|
42
43
|
describe 'add_role test' do
|
43
44
|
it 'should work' do
|
@@ -50,6 +51,7 @@ describe 'RemotesGitApi' do
|
|
50
51
|
# ViewSet for Ansible Remotes. This is a tech preview feature. The functionality may change in the future.
|
51
52
|
# @param ansible_git_remote
|
52
53
|
# @param [Hash] opts the optional parameters
|
54
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
53
55
|
# @return [AnsibleGitRemoteResponse]
|
54
56
|
describe 'create test' do
|
55
57
|
it 'should work' do
|
@@ -62,6 +64,7 @@ describe 'RemotesGitApi' do
|
|
62
64
|
# Trigger an asynchronous delete task
|
63
65
|
# @param ansible_git_remote_href
|
64
66
|
# @param [Hash] opts the optional parameters
|
67
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
65
68
|
# @return [AsyncOperationResponse]
|
66
69
|
describe 'delete test' do
|
67
70
|
it 'should work' do
|
@@ -73,6 +76,7 @@ describe 'RemotesGitApi' do
|
|
73
76
|
# List git remotes
|
74
77
|
# ViewSet for Ansible Remotes. This is a tech preview feature. The functionality may change in the future.
|
75
78
|
# @param [Hash] opts the optional parameters
|
79
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
76
80
|
# @option opts [Integer] :limit Number of results to return per page.
|
77
81
|
# @option opts [String] :name Filter results where name matches value
|
78
82
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -111,6 +115,7 @@ describe 'RemotesGitApi' do
|
|
111
115
|
# List roles assigned to this object.
|
112
116
|
# @param ansible_git_remote_href
|
113
117
|
# @param [Hash] opts the optional parameters
|
118
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
114
119
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
115
120
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
116
121
|
# @return [ObjectRolesResponse]
|
@@ -125,6 +130,7 @@ describe 'RemotesGitApi' do
|
|
125
130
|
# List permissions available to the current user on this object.
|
126
131
|
# @param ansible_git_remote_href
|
127
132
|
# @param [Hash] opts the optional parameters
|
133
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
128
134
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
129
135
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
130
136
|
# @return [MyPermissionsResponse]
|
@@ -140,6 +146,7 @@ describe 'RemotesGitApi' do
|
|
140
146
|
# @param ansible_git_remote_href
|
141
147
|
# @param patchedansible_git_remote
|
142
148
|
# @param [Hash] opts the optional parameters
|
149
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
143
150
|
# @return [AsyncOperationResponse]
|
144
151
|
describe 'partial_update test' do
|
145
152
|
it 'should work' do
|
@@ -152,6 +159,7 @@ describe 'RemotesGitApi' do
|
|
152
159
|
# ViewSet for Ansible Remotes. This is a tech preview feature. The functionality may change in the future.
|
153
160
|
# @param ansible_git_remote_href
|
154
161
|
# @param [Hash] opts the optional parameters
|
162
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
155
163
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
156
164
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
157
165
|
# @return [AnsibleGitRemoteResponse]
|
@@ -167,6 +175,7 @@ describe 'RemotesGitApi' do
|
|
167
175
|
# @param ansible_git_remote_href
|
168
176
|
# @param nested_role
|
169
177
|
# @param [Hash] opts the optional parameters
|
178
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
170
179
|
# @return [NestedRoleResponse]
|
171
180
|
describe 'remove_role test' do
|
172
181
|
it 'should work' do
|
@@ -180,6 +189,7 @@ describe 'RemotesGitApi' do
|
|
180
189
|
# @param ansible_git_remote_href
|
181
190
|
# @param set_label
|
182
191
|
# @param [Hash] opts the optional parameters
|
192
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
183
193
|
# @return [SetLabelResponse]
|
184
194
|
describe 'set_label test' do
|
185
195
|
it 'should work' do
|
@@ -193,6 +203,7 @@ describe 'RemotesGitApi' do
|
|
193
203
|
# @param ansible_git_remote_href
|
194
204
|
# @param unset_label
|
195
205
|
# @param [Hash] opts the optional parameters
|
206
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
196
207
|
# @return [UnsetLabelResponse]
|
197
208
|
describe 'unset_label test' do
|
198
209
|
it 'should work' do
|
@@ -206,6 +217,7 @@ describe 'RemotesGitApi' do
|
|
206
217
|
# @param ansible_git_remote_href
|
207
218
|
# @param ansible_git_remote
|
208
219
|
# @param [Hash] opts the optional parameters
|
220
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
209
221
|
# @return [AsyncOperationResponse]
|
210
222
|
describe 'update test' do
|
211
223
|
it 'should work' do
|