pulp_ansible_client 0.26.0 → 0.27.0
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 +10 -7
- data/docs/AnsibleCollectionVersionResponse.md +7 -7
- data/docs/AnsibleCollectionsApi.md +26 -8
- data/docs/AnsibleCopyApi.md +8 -4
- data/docs/AnsibleGitRemote.md +26 -26
- data/docs/AnsibleGitRemoteResponse.md +30 -30
- data/docs/AnsibleRole.md +2 -2
- data/docs/AnsibleRoleResponse.md +6 -6
- data/docs/ApiPluginAnsibleSearchCollectionVersionsApi.md +10 -4
- data/docs/ApiRolesApi.md +2 -0
- data/docs/CollectionImportApi.md +2 -0
- data/docs/CollectionMetadataResponse.md +1 -1
- data/docs/CollectionSummaryResponse.md +1 -1
- data/docs/CollectionSummaryResponseTagsInner.md +18 -0
- data/docs/ContentCollectionDeprecationsApi.md +28 -12
- data/docs/ContentCollectionMarksApi.md +28 -12
- data/docs/ContentCollectionSignaturesApi.md +22 -8
- data/docs/ContentCollectionVersionsApi.md +32 -18
- 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 +14 -6
- 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 +14 -6
- 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 +14 -6
- 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 +14 -6
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md +16 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi.md +10 -4
- data/docs/PulpAnsibleTagsApi.md +6 -4
- 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 +28 -12
- 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 +30 -15
- 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 +12 -3
- 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 +12 -3
- 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 +12 -3
- 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 +12 -3
- 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 +5 -2
- 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 +15 -0
- data/lib/pulp_ansible_client/api/versions_api.rb +3 -0
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +26 -26
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +224 -224
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +167 -167
- data/lib/pulp_ansible_client/models/ansible_role.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +27 -27
- data/lib/pulp_ansible_client/models/collection_metadata_response.rb +0 -7
- data/lib/pulp_ansible_client/models/collection_summary_response.rb +1 -1
- data/lib/pulp_ansible_client/models/{ansible_tag_response.rb → collection_summary_response_tags_inner.rb} +3 -5
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +218 -218
- data/lib/pulp_ansible_client/models/tag_response.rb +1 -1
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/lib/pulp_ansible_client.rb +1 -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 +10 -5
- 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 +4 -1
- 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 +4 -1
- 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 +4 -1
- 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 +4 -1
- 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 +2 -1
- 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 +5 -0
- 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 +19 -19
- data/spec/models/ansible_git_remote_spec.rb +19 -19
- data/spec/models/ansible_role_response_spec.rb +5 -5
- data/spec/models/ansible_role_spec.rb +3 -3
- data/spec/models/{ansible_tag_response_spec.rb → collection_summary_response_tags_inner_spec.rb} +6 -6
- data/spec/models/patchedansible_git_remote_spec.rb +19 -19
- metadata +124 -124
- data/docs/AnsibleTagResponse.md +0 -18
@@ -36,6 +36,7 @@ describe 'PulpAnsibleApiV3NamespacesApi' do
|
|
36
36
|
# Legacy v3 endpoint.
|
37
37
|
# @param 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 [String] :company Filter results where company matches value
|
40
41
|
# @option opts [String] :company__contains Filter results where company contains value
|
41
42
|
# @option opts [String] :company__icontains Filter results where company contains value
|
@@ -77,6 +78,7 @@ describe 'PulpAnsibleApiV3NamespacesApi' do
|
|
77
78
|
# @param name
|
78
79
|
# @param path
|
79
80
|
# @param [Hash] opts the optional parameters
|
81
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
80
82
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
81
83
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
82
84
|
# @return [AnsibleAnsibleNamespaceMetadataResponse]
|
@@ -36,6 +36,7 @@ describe 'PulpAnsibleApiV3PluginAnsibleClientConfigurationApi' do
|
|
36
36
|
# Return configurations for the ansible-galaxy client.
|
37
37
|
# @param 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 [ClientConfigurationResponse]
|
data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb
CHANGED
@@ -37,6 +37,7 @@ describe 'PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi' do
|
|
37
37
|
# @param distro_base_path
|
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 [Boolean] :deprecated
|
41
42
|
# @option opts [String] :name
|
42
43
|
# @option opts [String] :namespace
|
data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb
CHANGED
@@ -37,6 +37,7 @@ describe 'PulpAnsibleApiV3PluginAnsibleContentCollectionsAllVersionsApi' do
|
|
37
37
|
# @param distro_base_path
|
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 [Array<UnpaginatedCollectionVersionResponse>]
|
@@ -37,6 +37,7 @@ describe 'PulpAnsibleApiV3PluginAnsibleContentCollectionsApi' do
|
|
37
37
|
# @param distro_base_path
|
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 [RepoMetadataResponse]
|
@@ -38,6 +38,7 @@ describe 'PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsApi' do
|
|
38
38
|
# @param filename
|
39
39
|
# @param path
|
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 [nil]
|
@@ -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,11 +55,12 @@ 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
|
60
62
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
61
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
63
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `tags` - Tags * `-tags` - Tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
62
64
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
63
65
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
64
66
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
@@ -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,11 +51,12 @@ 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
|
56
58
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
57
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
59
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `tags` - Tags * `-tags` - Tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
58
60
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
59
61
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
60
62
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
@@ -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,11 +53,12 @@ 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
|
58
60
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
59
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
61
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `tags` - Tags * `-tags` - Tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
60
62
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
61
63
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
62
64
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
@@ -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
|
@@ -33,9 +33,10 @@ describe 'PulpAnsibleTagsApi' do
|
|
33
33
|
end
|
34
34
|
|
35
35
|
# unit tests for list
|
36
|
-
# List
|
36
|
+
# List collection versions
|
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.
|