pulp_ansible_client 0.7.1 → 0.7.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (203) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +6 -6
  4. data/docs/AnsibleCollectionRemote.md +7 -1
  5. data/docs/AnsibleCollectionRemoteResponse.md +3 -7
  6. data/docs/AnsibleCollectionVersionResponse.md +3 -3
  7. data/docs/AnsibleCollectionsApi.md +4 -4
  8. data/docs/AnsibleRoleRemote.md +7 -1
  9. data/docs/AnsibleRoleRemoteResponse.md +3 -7
  10. data/docs/AnsibleRoleResponse.md +3 -3
  11. data/docs/ContentCollectionVersionsApi.md +18 -18
  12. data/docs/ContentRolesApi.md +12 -12
  13. data/docs/ContentSummary.md +3 -3
  14. data/docs/ContentSummaryResponse.md +3 -3
  15. data/docs/DistributionsAnsibleApi.md +20 -20
  16. data/docs/PatchedansibleCollectionRemote.md +7 -1
  17. data/docs/PatchedansibleRoleRemote.md +7 -1
  18. data/docs/PulpAnsibleGalaxyApiCollectionsApi.md +6 -6
  19. data/docs/PulpAnsibleGalaxyApiV3AllApi.md +6 -24
  20. data/docs/PulpAnsibleGalaxyApiV3VersionsApi.md +18 -18
  21. data/docs/RemotesCollectionApi.md +24 -24
  22. data/docs/RemotesRoleApi.md +24 -24
  23. data/docs/RepositoriesAnsibleApi.md +12 -12
  24. data/docs/RepositoriesAnsibleVersionsApi.md +28 -28
  25. data/docs/RepositoryAddRemoveContent.md +2 -2
  26. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +5 -5
  27. data/lib/pulp_ansible_client/api/ansible_copy_api.rb +1 -1
  28. data/lib/pulp_ansible_client/api/api_collections_api.rb +1 -1
  29. data/lib/pulp_ansible_client/api/api_roles_api.rb +1 -1
  30. data/lib/pulp_ansible_client/api/collection_import_api.rb +1 -1
  31. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +19 -19
  32. data/lib/pulp_ansible_client/api/content_roles_api.rb +13 -13
  33. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +23 -23
  34. data/lib/pulp_ansible_client/api/galaxy_detail_api.rb +1 -1
  35. data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +1 -1
  36. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_collections_api.rb +7 -7
  37. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v2_versions_api.rb +1 -1
  38. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_all_api.rb +7 -34
  39. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_api.rb +1 -1
  40. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api.rb +1 -1
  41. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_versions_api.rb +19 -19
  42. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_v3_api.rb +1 -1
  43. data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +1 -1
  44. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +27 -27
  45. data/lib/pulp_ansible_client/api/remotes_role_api.rb +27 -27
  46. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +14 -14
  47. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +31 -31
  48. data/lib/pulp_ansible_client/api/versions_api.rb +1 -1
  49. data/lib/pulp_ansible_client/api_client.rb +12 -8
  50. data/lib/pulp_ansible_client/api_error.rb +1 -1
  51. data/lib/pulp_ansible_client/configuration.rb +8 -1
  52. data/lib/pulp_ansible_client/models/ansible_ansible_distribution.rb +1 -1
  53. data/lib/pulp_ansible_client/models/ansible_ansible_distribution_response.rb +1 -1
  54. data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +1 -1
  55. data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +1 -1
  56. data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +37 -3
  57. data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +15 -36
  58. data/lib/pulp_ansible_client/models/ansible_collection_response.rb +1 -1
  59. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +16 -16
  60. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +27 -27
  61. data/lib/pulp_ansible_client/models/ansible_repository_sync_url.rb +1 -1
  62. data/lib/pulp_ansible_client/models/ansible_role.rb +1 -1
  63. data/lib/pulp_ansible_client/models/ansible_role_remote.rb +37 -3
  64. data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +15 -36
  65. data/lib/pulp_ansible_client/models/ansible_role_response.rb +12 -12
  66. data/lib/pulp_ansible_client/models/ansible_tag_response.rb +1 -1
  67. data/lib/pulp_ansible_client/models/artifact_ref_response.rb +1 -1
  68. data/lib/pulp_ansible_client/models/async_operation_response.rb +1 -1
  69. data/lib/pulp_ansible_client/models/collection_import_detail_response.rb +1 -1
  70. data/lib/pulp_ansible_client/models/collection_metadata_response.rb +1 -1
  71. data/lib/pulp_ansible_client/models/collection_namespace_response.rb +1 -1
  72. data/lib/pulp_ansible_client/models/collection_one_shot.rb +1 -1
  73. data/lib/pulp_ansible_client/models/collection_ref_response.rb +1 -1
  74. data/lib/pulp_ansible_client/models/collection_response.rb +1 -1
  75. data/lib/pulp_ansible_client/models/collection_version_docs_response.rb +1 -1
  76. data/lib/pulp_ansible_client/models/collection_version_response.rb +1 -1
  77. data/lib/pulp_ansible_client/models/content_summary.rb +13 -7
  78. data/lib/pulp_ansible_client/models/content_summary_response.rb +13 -7
  79. data/lib/pulp_ansible_client/models/copy.rb +1 -1
  80. data/lib/pulp_ansible_client/models/galaxy_collection.rb +1 -1
  81. data/lib/pulp_ansible_client/models/galaxy_collection_response.rb +1 -1
  82. data/lib/pulp_ansible_client/models/galaxy_collection_version_response.rb +1 -1
  83. data/lib/pulp_ansible_client/models/galaxy_role_response.rb +1 -1
  84. data/lib/pulp_ansible_client/models/galaxy_role_version_response.rb +1 -1
  85. data/lib/pulp_ansible_client/models/paginated_collection_response_list.rb +1 -1
  86. data/lib/pulp_ansible_client/models/paginated_collection_response_list_links.rb +1 -1
  87. data/lib/pulp_ansible_client/models/paginated_collection_response_list_meta.rb +1 -1
  88. data/lib/pulp_ansible_client/models/paginated_collection_version_response_list.rb +1 -1
  89. data/lib/pulp_ansible_client/models/paginated_galaxy_collection_response_list.rb +1 -1
  90. data/lib/pulp_ansible_client/models/paginated_galaxy_collection_version_response_list.rb +1 -1
  91. data/lib/pulp_ansible_client/models/paginated_galaxy_role_response_list.rb +1 -1
  92. data/lib/pulp_ansible_client/models/paginated_galaxy_role_version_response_list.rb +1 -1
  93. data/lib/pulp_ansible_client/models/paginated_repository_version_response_list.rb +1 -1
  94. data/lib/pulp_ansible_client/models/paginated_tag_response_list.rb +1 -1
  95. data/lib/pulp_ansible_client/models/paginatedansible_ansible_distribution_response_list.rb +1 -1
  96. data/lib/pulp_ansible_client/models/paginatedansible_ansible_repository_response_list.rb +1 -1
  97. data/lib/pulp_ansible_client/models/paginatedansible_collection_remote_response_list.rb +1 -1
  98. data/lib/pulp_ansible_client/models/paginatedansible_collection_response_list.rb +1 -1
  99. data/lib/pulp_ansible_client/models/paginatedansible_collection_version_response_list.rb +1 -1
  100. data/lib/pulp_ansible_client/models/paginatedansible_role_remote_response_list.rb +1 -1
  101. data/lib/pulp_ansible_client/models/paginatedansible_role_response_list.rb +1 -1
  102. data/lib/pulp_ansible_client/models/patchedansible_ansible_distribution.rb +1 -1
  103. data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +1 -1
  104. data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +37 -3
  105. data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +37 -3
  106. data/lib/pulp_ansible_client/models/policy_enum.rb +1 -1
  107. data/lib/pulp_ansible_client/models/repo_metadata_response.rb +1 -1
  108. data/lib/pulp_ansible_client/models/repository_add_remove_content.rb +3 -3
  109. data/lib/pulp_ansible_client/models/repository_version.rb +1 -1
  110. data/lib/pulp_ansible_client/models/repository_version_response.rb +1 -1
  111. data/lib/pulp_ansible_client/models/tag_response.rb +1 -1
  112. data/lib/pulp_ansible_client/models/unpaginated_collection_version_response.rb +1 -1
  113. data/lib/pulp_ansible_client/version.rb +2 -2
  114. data/lib/pulp_ansible_client.rb +1 -1
  115. data/pulp_ansible_client.gemspec +2 -2
  116. data/spec/api/ansible_collections_api_spec.rb +3 -3
  117. data/spec/api/ansible_copy_api_spec.rb +1 -1
  118. data/spec/api/api_collections_api_spec.rb +1 -1
  119. data/spec/api/api_roles_api_spec.rb +1 -1
  120. data/spec/api/collection_import_api_spec.rb +1 -1
  121. data/spec/api/content_collection_versions_api_spec.rb +10 -10
  122. data/spec/api/content_roles_api_spec.rb +7 -7
  123. data/spec/api/distributions_ansible_api_spec.rb +11 -11
  124. data/spec/api/galaxy_detail_api_spec.rb +1 -1
  125. data/spec/api/pulp_ansible_api_api_spec.rb +1 -1
  126. data/spec/api/pulp_ansible_galaxy_api_collections_api_spec.rb +4 -4
  127. data/spec/api/pulp_ansible_galaxy_api_v2_versions_api_spec.rb +1 -1
  128. data/spec/api/pulp_ansible_galaxy_api_v3_all_api_spec.rb +4 -13
  129. data/spec/api/pulp_ansible_galaxy_api_v3_collections_api_spec.rb +1 -1
  130. data/spec/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api_spec.rb +1 -1
  131. data/spec/api/pulp_ansible_galaxy_api_v3_versions_api_spec.rb +10 -10
  132. data/spec/api/pulp_ansible_galaxy_v3_api_spec.rb +1 -1
  133. data/spec/api/pulp_ansible_tags_api_spec.rb +1 -1
  134. data/spec/api/remotes_collection_api_spec.rb +13 -13
  135. data/spec/api/remotes_role_api_spec.rb +13 -13
  136. data/spec/api/repositories_ansible_api_spec.rb +7 -7
  137. data/spec/api/repositories_ansible_versions_api_spec.rb +15 -15
  138. data/spec/api/versions_api_spec.rb +1 -1
  139. data/spec/api_client_spec.rb +2 -2
  140. data/spec/configuration_spec.rb +1 -1
  141. data/spec/models/ansible_ansible_distribution_response_spec.rb +1 -1
  142. data/spec/models/ansible_ansible_distribution_spec.rb +1 -1
  143. data/spec/models/ansible_ansible_repository_response_spec.rb +1 -1
  144. data/spec/models/ansible_ansible_repository_spec.rb +1 -1
  145. data/spec/models/ansible_collection_remote_response_spec.rb +7 -19
  146. data/spec/models/ansible_collection_remote_spec.rb +19 -1
  147. data/spec/models/ansible_collection_response_spec.rb +1 -1
  148. data/spec/models/ansible_collection_version_response_spec.rb +4 -4
  149. data/spec/models/ansible_collection_version_spec.rb +1 -1
  150. data/spec/models/ansible_repository_sync_url_spec.rb +1 -1
  151. data/spec/models/ansible_role_remote_response_spec.rb +7 -19
  152. data/spec/models/ansible_role_remote_spec.rb +19 -1
  153. data/spec/models/ansible_role_response_spec.rb +4 -4
  154. data/spec/models/ansible_role_spec.rb +1 -1
  155. data/spec/models/ansible_tag_response_spec.rb +1 -1
  156. data/spec/models/artifact_ref_response_spec.rb +1 -1
  157. data/spec/models/async_operation_response_spec.rb +1 -1
  158. data/spec/models/collection_import_detail_response_spec.rb +1 -1
  159. data/spec/models/collection_metadata_response_spec.rb +1 -1
  160. data/spec/models/collection_namespace_response_spec.rb +1 -1
  161. data/spec/models/collection_one_shot_spec.rb +1 -1
  162. data/spec/models/collection_ref_response_spec.rb +1 -1
  163. data/spec/models/collection_response_spec.rb +1 -1
  164. data/spec/models/collection_version_docs_response_spec.rb +1 -1
  165. data/spec/models/collection_version_response_spec.rb +1 -1
  166. data/spec/models/content_summary_response_spec.rb +1 -1
  167. data/spec/models/content_summary_spec.rb +1 -1
  168. data/spec/models/copy_spec.rb +1 -1
  169. data/spec/models/galaxy_collection_response_spec.rb +1 -1
  170. data/spec/models/galaxy_collection_spec.rb +1 -1
  171. data/spec/models/galaxy_collection_version_response_spec.rb +1 -1
  172. data/spec/models/galaxy_role_response_spec.rb +1 -1
  173. data/spec/models/galaxy_role_version_response_spec.rb +1 -1
  174. data/spec/models/paginated_collection_response_list_links_spec.rb +1 -1
  175. data/spec/models/paginated_collection_response_list_meta_spec.rb +1 -1
  176. data/spec/models/paginated_collection_response_list_spec.rb +1 -1
  177. data/spec/models/paginated_collection_version_response_list_spec.rb +1 -1
  178. data/spec/models/paginated_galaxy_collection_response_list_spec.rb +1 -1
  179. data/spec/models/paginated_galaxy_collection_version_response_list_spec.rb +1 -1
  180. data/spec/models/paginated_galaxy_role_response_list_spec.rb +1 -1
  181. data/spec/models/paginated_galaxy_role_version_response_list_spec.rb +1 -1
  182. data/spec/models/paginated_repository_version_response_list_spec.rb +1 -1
  183. data/spec/models/paginated_tag_response_list_spec.rb +1 -1
  184. data/spec/models/paginatedansible_ansible_distribution_response_list_spec.rb +1 -1
  185. data/spec/models/paginatedansible_ansible_repository_response_list_spec.rb +1 -1
  186. data/spec/models/paginatedansible_collection_remote_response_list_spec.rb +1 -1
  187. data/spec/models/paginatedansible_collection_response_list_spec.rb +1 -1
  188. data/spec/models/paginatedansible_collection_version_response_list_spec.rb +1 -1
  189. data/spec/models/paginatedansible_role_remote_response_list_spec.rb +1 -1
  190. data/spec/models/paginatedansible_role_response_list_spec.rb +1 -1
  191. data/spec/models/patchedansible_ansible_distribution_spec.rb +1 -1
  192. data/spec/models/patchedansible_ansible_repository_spec.rb +1 -1
  193. data/spec/models/patchedansible_collection_remote_spec.rb +19 -1
  194. data/spec/models/patchedansible_role_remote_spec.rb +19 -1
  195. data/spec/models/policy_enum_spec.rb +1 -1
  196. data/spec/models/repo_metadata_response_spec.rb +1 -1
  197. data/spec/models/repository_add_remove_content_spec.rb +1 -1
  198. data/spec/models/repository_version_response_spec.rb +1 -1
  199. data/spec/models/repository_version_spec.rb +1 -1
  200. data/spec/models/tag_response_spec.rb +1 -1
  201. data/spec/models/unpaginated_collection_version_response_spec.rb +1 -1
  202. data/spec/spec_helper.rb +1 -1
  203. metadata +74 -68
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,10 +6,10 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
13
13
  module PulpAnsibleClient
14
- VERSION = '0.7.1'
14
+ VERSION = '0.7.5'
15
15
  end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -8,7 +8,7 @@
8
8
  The version of the OpenAPI document: v3
9
9
  Contact: pulp-list@redhat.com
10
10
  Generated by: https://openapi-generator.tech
11
- OpenAPI Generator version: 4.2.3
11
+ OpenAPI Generator version: 4.3.1
12
12
 
13
13
  =end
14
14
 
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
27
27
  s.license = 'GPL-2.0+'
28
28
  s.required_ruby_version = ">= 1.9"
29
29
 
30
- s.add_runtime_dependency 'faraday', '>= 0.14.0'
30
+ s.add_runtime_dependency 'faraday', '~> 1.0', '< 1.9.0'
31
31
  s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
32
32
 
33
33
  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -37,8 +37,8 @@ describe 'AnsibleCollectionsApi' do
37
37
  # Viewset for Ansible Collections.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Integer] :limit Number of results to return per page.
40
- # @option opts [String] :name name
41
- # @option opts [String] :namespace namespace
40
+ # @option opts [String] :name
41
+ # @option opts [String] :namespace
42
42
  # @option opts [Integer] :offset The initial index from which to return the results.
43
43
  # @option opts [String] :ordering Which field to use when ordering the results.
44
44
  # @option opts [String] :fields A list of fields to include in the response.
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -48,18 +48,18 @@ describe 'ContentCollectionVersionsApi' do
48
48
  # List collection versions
49
49
  # ViewSet for Ansible Collection.
50
50
  # @param [Hash] opts the optional parameters
51
- # @option opts [String] :is_highest is_highest
51
+ # @option opts [Boolean] :is_highest
52
52
  # @option opts [Integer] :limit Number of results to return per page.
53
- # @option opts [String] :name name
54
- # @option opts [String] :namespace namespace
53
+ # @option opts [String] :name
54
+ # @option opts [String] :namespace
55
55
  # @option opts [Integer] :offset The initial index from which to return the results.
56
56
  # @option opts [String] :ordering Which field to use when ordering the results.
57
- # @option opts [String] :q q
58
- # @option opts [String] :repository_version repository_version
59
- # @option opts [String] :repository_version_added repository_version_added
60
- # @option opts [String] :repository_version_removed repository_version_removed
61
- # @option opts [String] :tags tags
62
- # @option opts [String] :version version
57
+ # @option opts [String] :q
58
+ # @option opts [String] :repository_version Repository Version referenced by HREF
59
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
60
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
61
+ # @option opts [String] :tags Filter by comma separate list of tags that must all be matched
62
+ # @option opts [String] :version Filter results where version matches value
63
63
  # @option opts [String] :fields A list of fields to include in the response.
64
64
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
65
65
  # @return [PaginatedansibleCollectionVersionResponseList]
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -49,14 +49,14 @@ describe 'ContentRolesApi' do
49
49
  # ViewSet for Role.
50
50
  # @param [Hash] opts the optional parameters
51
51
  # @option opts [Integer] :limit Number of results to return per page.
52
- # @option opts [String] :name name
53
- # @option opts [String] :namespace namespace
52
+ # @option opts [String] :name Filter results where name matches value
53
+ # @option opts [String] :namespace Filter results where namespace matches value
54
54
  # @option opts [Integer] :offset The initial index from which to return the results.
55
55
  # @option opts [String] :ordering Which field to use when ordering the results.
56
- # @option opts [String] :repository_version repository_version
57
- # @option opts [String] :repository_version_added repository_version_added
58
- # @option opts [String] :repository_version_removed repository_version_removed
59
- # @option opts [String] :version version
56
+ # @option opts [String] :repository_version Repository Version referenced by HREF
57
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
58
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
59
+ # @option opts [String] :version Filter results where version matches value
60
60
  # @option opts [String] :fields A list of fields to include in the response.
61
61
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
62
62
  # @return [PaginatedansibleRoleResponseList]
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -60,19 +60,19 @@ describe 'DistributionsAnsibleApi' do
60
60
  # List ansible distributions
61
61
  # ViewSet for Ansible Distributions.
62
62
  # @param [Hash] opts the optional parameters
63
- # @option opts [String] :base_path base_path
64
- # @option opts [String] :base_path__contains base_path__contains
65
- # @option opts [String] :base_path__icontains base_path__icontains
66
- # @option opts [String] :base_path__in base_path__in
63
+ # @option opts [String] :base_path
64
+ # @option opts [String] :base_path__contains Filter results where base_path contains value
65
+ # @option opts [String] :base_path__icontains Filter results where base_path contains value
66
+ # @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
67
67
  # @option opts [Integer] :limit Number of results to return per page.
68
- # @option opts [String] :name name
69
- # @option opts [String] :name__contains name__contains
70
- # @option opts [String] :name__icontains name__icontains
71
- # @option opts [String] :name__in name__in
72
- # @option opts [String] :name__startswith name__startswith
68
+ # @option opts [String] :name
69
+ # @option opts [String] :name__contains Filter results where name contains value
70
+ # @option opts [String] :name__icontains Filter results where name contains value
71
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
72
+ # @option opts [String] :name__startswith Filter results where name starts with value
73
73
  # @option opts [Integer] :offset The initial index from which to return the results.
74
74
  # @option opts [String] :ordering Which field to use when ordering the results.
75
- # @option opts [String] :pulp_label_select pulp_label_select
75
+ # @option opts [String] :pulp_label_select Filter labels by search string
76
76
  # @option opts [String] :fields A list of fields to include in the response.
77
77
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
78
78
  # @return [PaginatedansibleAnsibleDistributionResponseList]
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -36,10 +36,10 @@ describe 'PulpAnsibleGalaxyApiCollectionsApi' do
36
36
  # ViewSet for Collections.
37
37
  # @param path
38
38
  # @param [Hash] opts the optional parameters
39
- # @option opts [String] :deprecated deprecated
39
+ # @option opts [String] :deprecated
40
40
  # @option opts [Integer] :limit Number of results to return per page.
41
- # @option opts [String] :name name
42
- # @option opts [String] :namespace namespace
41
+ # @option opts [String] :name
42
+ # @option opts [String] :namespace
43
43
  # @option opts [Integer] :offset The initial index from which to return the results.
44
44
  # @option opts [String] :fields A list of fields to include in the response.
45
45
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -36,15 +36,6 @@ describe 'PulpAnsibleGalaxyApiV3AllApi' do
36
36
  # Returns paginated CollectionVersions list.
37
37
  # @param path
38
38
  # @param [Hash] opts the optional parameters
39
- # @option opts [String] :is_highest is_highest
40
- # @option opts [String] :name name
41
- # @option opts [String] :namespace namespace
42
- # @option opts [String] :q q
43
- # @option opts [String] :repository_version repository_version
44
- # @option opts [String] :repository_version_added repository_version_added
45
- # @option opts [String] :repository_version_removed repository_version_removed
46
- # @option opts [String] :tags tags
47
- # @option opts [String] :version version
48
39
  # @option opts [String] :fields A list of fields to include in the response.
49
40
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
50
41
  # @return [Array<UnpaginatedCollectionVersionResponse>]
@@ -58,9 +49,9 @@ describe 'PulpAnsibleGalaxyApiV3AllApi' do
58
49
  # Unpaginated ViewSet for Collections.
59
50
  # @param path
60
51
  # @param [Hash] opts the optional parameters
61
- # @option opts [String] :deprecated deprecated
62
- # @option opts [String] :name name
63
- # @option opts [String] :namespace namespace
52
+ # @option opts [String] :deprecated
53
+ # @option opts [String] :name
54
+ # @option opts [String] :namespace
64
55
  # @option opts [String] :fields A list of fields to include in the response.
65
56
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
66
57
  # @return [Array<CollectionResponse>]
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -38,17 +38,17 @@ describe 'PulpAnsibleGalaxyApiV3VersionsApi' do
38
38
  # @param namespace
39
39
  # @param path
40
40
  # @param [Hash] opts the optional parameters
41
- # @option opts [String] :is_highest is_highest
41
+ # @option opts [Boolean] :is_highest
42
42
  # @option opts [Integer] :limit Number of results to return per page.
43
- # @option opts [String] :name2 name
44
- # @option opts [String] :namespace2 namespace
43
+ # @option opts [String] :name2
44
+ # @option opts [String] :namespace2
45
45
  # @option opts [Integer] :offset The initial index from which to return the results.
46
- # @option opts [String] :q q
47
- # @option opts [String] :repository_version repository_version
48
- # @option opts [String] :repository_version_added repository_version_added
49
- # @option opts [String] :repository_version_removed repository_version_removed
50
- # @option opts [String] :tags tags
51
- # @option opts [String] :version version
46
+ # @option opts [String] :q
47
+ # @option opts [String] :repository_version Repository Version referenced by HREF
48
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
49
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
50
+ # @option opts [String] :tags Filter by comma separate list of tags that must all be matched
51
+ # @option opts [String] :version Filter results where version matches value
52
52
  # @option opts [String] :fields A list of fields to include in the response.
53
53
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
54
54
  # @return [PaginatedCollectionVersionResponseList]
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -61,20 +61,20 @@ describe 'RemotesCollectionApi' do
61
61
  # ViewSet for Collection Remotes.
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [Integer] :limit Number of results to return per page.
64
- # @option opts [String] :name name
65
- # @option opts [String] :name__contains name__contains
66
- # @option opts [String] :name__icontains name__icontains
67
- # @option opts [String] :name__in name__in
68
- # @option opts [String] :name__startswith name__startswith
64
+ # @option opts [String] :name
65
+ # @option opts [String] :name__contains Filter results where name contains value
66
+ # @option opts [String] :name__icontains Filter results where name contains value
67
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
68
+ # @option opts [String] :name__startswith Filter results where name starts with value
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
70
  # @option opts [String] :ordering Which field to use when ordering the results.
71
- # @option opts [String] :pulp_label_select pulp_label_select
72
- # @option opts [String] :pulp_last_updated pulp_last_updated
73
- # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
74
- # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
75
- # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
76
- # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
77
- # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
71
+ # @option opts [String] :pulp_label_select Filter labels by search string
72
+ # @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
73
+ # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
74
+ # @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
75
+ # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
76
+ # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
77
+ # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
78
78
  # @option opts [String] :fields A list of fields to include in the response.
79
79
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
80
80
  # @return [PaginatedansibleCollectionRemoteResponseList]
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -61,20 +61,20 @@ describe 'RemotesRoleApi' do
61
61
  # ViewSet for Role Remotes.
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [Integer] :limit Number of results to return per page.
64
- # @option opts [String] :name name
65
- # @option opts [String] :name__contains name__contains
66
- # @option opts [String] :name__icontains name__icontains
67
- # @option opts [String] :name__in name__in
68
- # @option opts [String] :name__startswith name__startswith
64
+ # @option opts [String] :name
65
+ # @option opts [String] :name__contains Filter results where name contains value
66
+ # @option opts [String] :name__icontains Filter results where name contains value
67
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
68
+ # @option opts [String] :name__startswith Filter results where name starts with value
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
70
  # @option opts [String] :ordering Which field to use when ordering the results.
71
- # @option opts [String] :pulp_label_select pulp_label_select
72
- # @option opts [String] :pulp_last_updated pulp_last_updated
73
- # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
74
- # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
75
- # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
76
- # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
77
- # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
71
+ # @option opts [String] :pulp_label_select Filter labels by search string
72
+ # @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
73
+ # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
74
+ # @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
75
+ # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
76
+ # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
77
+ # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
78
78
  # @option opts [String] :fields A list of fields to include in the response.
79
79
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
80
80
  # @return [PaginatedansibleRoleRemoteResponseList]
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -61,14 +61,14 @@ describe 'RepositoriesAnsibleApi' do
61
61
  # ViewSet for Ansible Repositories.
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [Integer] :limit Number of results to return per page.
64
- # @option opts [String] :name name
65
- # @option opts [String] :name__contains name__contains
66
- # @option opts [String] :name__icontains name__icontains
67
- # @option opts [String] :name__in name__in
68
- # @option opts [String] :name__startswith name__startswith
64
+ # @option opts [String] :name
65
+ # @option opts [String] :name__contains Filter results where name contains value
66
+ # @option opts [String] :name__icontains Filter results where name contains value
67
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
68
+ # @option opts [String] :name__startswith Filter results where name starts with value
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
70
  # @option opts [String] :ordering Which field to use when ordering the results.
71
- # @option opts [String] :pulp_label_select pulp_label_select
71
+ # @option opts [String] :pulp_label_select Filter labels by search string
72
72
  # @option opts [String] :fields A list of fields to include in the response.
73
73
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
74
74
  # @return [PaginatedansibleAnsibleRepositoryResponseList]
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -49,23 +49,23 @@ describe 'RepositoriesAnsibleVersionsApi' do
49
49
  # AnsibleRepositoryVersion represents a single file repository version.
50
50
  # @param ansible_ansible_repository_href
51
51
  # @param [Hash] opts the optional parameters
52
- # @option opts [String] :content content
53
- # @option opts [String] :content__in content__in
52
+ # @option opts [String] :content Content Unit referenced by HREF
53
+ # @option opts [String] :content__in Content Unit referenced by HREF
54
54
  # @option opts [Integer] :limit Number of results to return per page.
55
- # @option opts [String] :number number
56
- # @option opts [String] :number__gt number__gt
57
- # @option opts [String] :number__gte number__gte
58
- # @option opts [String] :number__lt number__lt
59
- # @option opts [String] :number__lte number__lte
60
- # @option opts [String] :number__range number__range
55
+ # @option opts [Integer] :number
56
+ # @option opts [Integer] :number__gt Filter results where number is greater than value
57
+ # @option opts [Integer] :number__gte Filter results where number is greater than or equal to value
58
+ # @option opts [Integer] :number__lt Filter results where number is less than value
59
+ # @option opts [Integer] :number__lte Filter results where number is less than or equal to value
60
+ # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
61
61
  # @option opts [Integer] :offset The initial index from which to return the results.
62
62
  # @option opts [String] :ordering Which field to use when ordering the results.
63
- # @option opts [String] :pulp_created pulp_created
64
- # @option opts [String] :pulp_created__gt pulp_created__gt
65
- # @option opts [String] :pulp_created__gte pulp_created__gte
66
- # @option opts [String] :pulp_created__lt pulp_created__lt
67
- # @option opts [String] :pulp_created__lte pulp_created__lte
68
- # @option opts [String] :pulp_created__range pulp_created__range
63
+ # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
64
+ # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
65
+ # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
66
+ # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
67
+ # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
68
+ # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
69
69
  # @option opts [String] :fields A list of fields to include in the response.
70
70
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
71
71
  # @return [PaginatedRepositoryVersionResponseList]
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -118,7 +118,7 @@ describe PulpAnsibleClient::ApiClient do
118
118
  end
119
119
 
120
120
  it 'fails for invalid collection format' do
121
- expect{api_client.build_collection_param(param, :INVALID)}.to raise_error(RuntimeError, 'unknown collection format: :INVALID')
121
+ expect { api_client.build_collection_param(param, :INVALID) }.to raise_error(RuntimeError, 'unknown collection format: :INVALID')
122
122
  end
123
123
  end
124
124
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12