pulp_ansible_client 0.21.7 → 0.22.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +8 -15
- data/docs/{AnsibleCollection.md → AnsibleAnsibleCollectionDeprecated.md} +4 -2
- data/docs/AnsibleAnsibleCollectionDeprecatedResponse.md +25 -0
- data/docs/AnsibleCollectionVersion.md +2 -2
- data/docs/AnsibleCollectionVersionResponse.md +10 -10
- data/docs/AnsibleCollectionsApi.md +60 -0
- data/docs/AnsibleGitRemote.md +25 -25
- data/docs/AnsibleGitRemoteResponse.md +22 -22
- data/docs/AnsibleRoleResponse.md +5 -5
- data/docs/CollectionImportDetailResponse.md +2 -2
- data/docs/CollectionMetadataResponse.md +2 -2
- data/docs/CollectionSummaryResponse.md +2 -2
- data/docs/CollectionVersionDocsResponse.md +1 -1
- data/docs/CollectionVersionResponse.md +2 -2
- data/docs/ContentCollectionDeprecationsApi.md +10 -10
- data/docs/ContentCollectionVersionsApi.md +2 -2
- data/docs/Copy.md +1 -1
- data/docs/{PaginatedGalaxyCollectionVersionResponseList.md → PaginatedansibleAnsibleCollectionDeprecatedResponseList.md} +5 -5
- data/docs/PatchedansibleGitRemote.md +25 -25
- data/docs/VersionsApi.md +0 -55
- data/lib/pulp_ansible_client/api/ansible_collections_api.rb +68 -0
- data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +20 -20
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +3 -3
- data/lib/pulp_ansible_client/api/versions_api.rb +0 -69
- data/lib/pulp_ansible_client/models/{ansible_collection.rb → ansible_ansible_collection_deprecated.rb} +15 -5
- data/lib/pulp_ansible_client/models/{galaxy_collection_version_response.rb → ansible_ansible_collection_deprecated_response.rb} +45 -54
- data/lib/pulp_ansible_client/models/ansible_collection_version.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +22 -22
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +203 -203
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +139 -139
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +17 -17
- data/lib/pulp_ansible_client/models/collection_import_detail_response.rb +2 -2
- data/lib/pulp_ansible_client/models/collection_metadata_response.rb +2 -2
- data/lib/pulp_ansible_client/models/collection_summary_response.rb +2 -2
- data/lib/pulp_ansible_client/models/collection_version_docs_response.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_version_response.rb +2 -2
- data/lib/pulp_ansible_client/models/copy.rb +1 -1
- data/lib/pulp_ansible_client/models/{paginated_galaxy_collection_response_list.rb → paginatedansible_ansible_collection_deprecated_response_list.rb} +4 -4
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +203 -203
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/lib/pulp_ansible_client.rb +3 -9
- data/spec/api/ansible_collections_api_spec.rb +14 -0
- data/spec/api/content_collection_deprecations_api_spec.rb +5 -5
- data/spec/api/content_collection_versions_api_spec.rb +1 -1
- data/spec/api/versions_api_spec.rb +0 -14
- data/spec/models/{galaxy_collection_version_response_spec.rb → ansible_ansible_collection_deprecated_response_spec.rb} +11 -17
- data/spec/models/{ansible_collection_spec.rb → ansible_ansible_collection_deprecated_spec.rb} +12 -6
- data/spec/models/ansible_collection_version_response_spec.rb +3 -3
- data/spec/models/ansible_collection_version_spec.rb +3 -3
- data/spec/models/ansible_git_remote_response_spec.rb +18 -18
- data/spec/models/ansible_git_remote_spec.rb +19 -19
- data/spec/models/ansible_role_response_spec.rb +3 -3
- data/spec/models/{paginated_galaxy_collection_version_response_list_spec.rb → paginatedansible_ansible_collection_deprecated_response_list_spec.rb} +6 -6
- data/spec/models/patchedansible_git_remote_spec.rb +19 -19
- metadata +13 -37
- data/docs/ApiCollectionsApi.md +0 -112
- data/docs/GalaxyCollection.md +0 -23
- data/docs/GalaxyCollectionResponse.md +0 -31
- data/docs/GalaxyCollectionVersionResponse.md +0 -27
- data/docs/GalaxyDetailApi.md +0 -61
- data/docs/PaginatedGalaxyCollectionResponseList.md +0 -23
- data/docs/PulpAnsibleApiV2CollectionsVersionsApi.md +0 -66
- data/lib/pulp_ansible_client/api/api_collections_api.rb +0 -159
- data/lib/pulp_ansible_client/api/galaxy_detail_api.rb +0 -88
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v2_collections_versions_api.rb +0 -104
- data/lib/pulp_ansible_client/models/galaxy_collection.rb +0 -292
- data/lib/pulp_ansible_client/models/galaxy_collection_response.rb +0 -294
- data/lib/pulp_ansible_client/models/paginated_galaxy_collection_version_response_list.rb +0 -247
- data/spec/api/api_collections_api_spec.rb +0 -61
- data/spec/api/galaxy_detail_api_spec.rb +0 -48
- data/spec/api/pulp_ansible_api_v2_collections_versions_api_spec.rb +0 -51
- data/spec/models/galaxy_collection_response_spec.rb +0 -83
- data/spec/models/galaxy_collection_spec.rb +0 -59
- data/spec/models/paginated_galaxy_collection_response_list_spec.rb +0 -59
@@ -32,67 +32,67 @@ describe 'PatchedansibleGitRemote' do
|
|
32
32
|
expect(@instance).to be_instance_of(PulpAnsibleClient::PatchedansibleGitRemote)
|
33
33
|
end
|
34
34
|
end
|
35
|
-
describe 'test attribute "
|
35
|
+
describe 'test attribute "max_retries"' do
|
36
36
|
it 'should work' do
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
38
|
end
|
39
39
|
end
|
40
40
|
|
41
|
-
describe 'test attribute "
|
41
|
+
describe 'test attribute "connect_timeout"' do
|
42
42
|
it 'should work' do
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
-
describe 'test attribute "
|
47
|
+
describe 'test attribute "sock_connect_timeout"' do
|
48
48
|
it 'should work' do
|
49
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
50
|
end
|
51
51
|
end
|
52
52
|
|
53
|
-
describe 'test attribute "
|
53
|
+
describe 'test attribute "password"' do
|
54
54
|
it 'should work' do
|
55
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
56
|
end
|
57
57
|
end
|
58
58
|
|
59
|
-
describe 'test attribute "
|
59
|
+
describe 'test attribute "tls_validation"' do
|
60
60
|
it 'should work' do
|
61
61
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
62
62
|
end
|
63
63
|
end
|
64
64
|
|
65
|
-
describe 'test attribute "
|
65
|
+
describe 'test attribute "proxy_url"' do
|
66
66
|
it 'should work' do
|
67
67
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
68
|
end
|
69
69
|
end
|
70
70
|
|
71
|
-
describe 'test attribute "
|
71
|
+
describe 'test attribute "sock_read_timeout"' do
|
72
72
|
it 'should work' do
|
73
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
74
74
|
end
|
75
75
|
end
|
76
76
|
|
77
|
-
describe 'test attribute "
|
77
|
+
describe 'test attribute "proxy_username"' do
|
78
78
|
it 'should work' do
|
79
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
80
80
|
end
|
81
81
|
end
|
82
82
|
|
83
|
-
describe 'test attribute "
|
83
|
+
describe 'test attribute "name"' do
|
84
84
|
it 'should work' do
|
85
85
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
86
86
|
end
|
87
87
|
end
|
88
88
|
|
89
|
-
describe 'test attribute "
|
89
|
+
describe 'test attribute "url"' do
|
90
90
|
it 'should work' do
|
91
91
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
92
92
|
end
|
93
93
|
end
|
94
94
|
|
95
|
-
describe 'test attribute "
|
95
|
+
describe 'test attribute "rate_limit"' do
|
96
96
|
it 'should work' do
|
97
97
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
98
98
|
end
|
@@ -104,49 +104,49 @@ describe 'PatchedansibleGitRemote' do
|
|
104
104
|
end
|
105
105
|
end
|
106
106
|
|
107
|
-
describe 'test attribute "
|
107
|
+
describe 'test attribute "username"' do
|
108
108
|
it 'should work' do
|
109
109
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
110
110
|
end
|
111
111
|
end
|
112
112
|
|
113
|
-
describe 'test attribute "
|
113
|
+
describe 'test attribute "ca_cert"' do
|
114
114
|
it 'should work' do
|
115
115
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
116
116
|
end
|
117
117
|
end
|
118
118
|
|
119
|
-
describe 'test attribute "
|
119
|
+
describe 'test attribute "total_timeout"' do
|
120
120
|
it 'should work' do
|
121
121
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
122
122
|
end
|
123
123
|
end
|
124
124
|
|
125
|
-
describe 'test attribute "
|
125
|
+
describe 'test attribute "download_concurrency"' do
|
126
126
|
it 'should work' do
|
127
127
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
128
128
|
end
|
129
129
|
end
|
130
130
|
|
131
|
-
describe 'test attribute "
|
131
|
+
describe 'test attribute "proxy_password"' do
|
132
132
|
it 'should work' do
|
133
133
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
134
134
|
end
|
135
135
|
end
|
136
136
|
|
137
|
-
describe 'test attribute "
|
137
|
+
describe 'test attribute "pulp_labels"' do
|
138
138
|
it 'should work' do
|
139
139
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
140
140
|
end
|
141
141
|
end
|
142
142
|
|
143
|
-
describe 'test attribute "
|
143
|
+
describe 'test attribute "headers"' do
|
144
144
|
it 'should work' do
|
145
145
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
146
146
|
end
|
147
147
|
end
|
148
148
|
|
149
|
-
describe 'test attribute "
|
149
|
+
describe 'test attribute "client_key"' do
|
150
150
|
it 'should work' do
|
151
151
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
152
152
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_ansible_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.22.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
@@ -80,13 +80,14 @@ files:
|
|
80
80
|
- Gemfile
|
81
81
|
- README.md
|
82
82
|
- Rakefile
|
83
|
+
- docs/AnsibleAnsibleCollectionDeprecated.md
|
84
|
+
- docs/AnsibleAnsibleCollectionDeprecatedResponse.md
|
83
85
|
- docs/AnsibleAnsibleDistribution.md
|
84
86
|
- docs/AnsibleAnsibleDistributionResponse.md
|
85
87
|
- docs/AnsibleAnsibleNamespaceMetadata.md
|
86
88
|
- docs/AnsibleAnsibleNamespaceMetadataResponse.md
|
87
89
|
- docs/AnsibleAnsibleRepository.md
|
88
90
|
- docs/AnsibleAnsibleRepositoryResponse.md
|
89
|
-
- docs/AnsibleCollection.md
|
90
91
|
- docs/AnsibleCollectionRemote.md
|
91
92
|
- docs/AnsibleCollectionRemoteResponse.md
|
92
93
|
- docs/AnsibleCollectionRemoteResponseHiddenFields.md
|
@@ -110,7 +111,6 @@ files:
|
|
110
111
|
- docs/AnsibleRoleRemoteResponse.md
|
111
112
|
- docs/AnsibleRoleResponse.md
|
112
113
|
- docs/AnsibleTagResponse.md
|
113
|
-
- docs/ApiCollectionsApi.md
|
114
114
|
- docs/ApiPluginAnsibleSearchCollectionVersionsApi.md
|
115
115
|
- docs/ApiRolesApi.md
|
116
116
|
- docs/ArtifactRefResponse.md
|
@@ -140,10 +140,6 @@ files:
|
|
140
140
|
- docs/ContentSummaryResponse.md
|
141
141
|
- docs/Copy.md
|
142
142
|
- docs/DistributionsAnsibleApi.md
|
143
|
-
- docs/GalaxyCollection.md
|
144
|
-
- docs/GalaxyCollectionResponse.md
|
145
|
-
- docs/GalaxyCollectionVersionResponse.md
|
146
|
-
- docs/GalaxyDetailApi.md
|
147
143
|
- docs/GalaxyRoleResponse.md
|
148
144
|
- docs/GalaxyRoleVersionResponse.md
|
149
145
|
- docs/MyPermissionsResponse.md
|
@@ -157,12 +153,11 @@ files:
|
|
157
153
|
- docs/PaginatedCollectionResponseListMeta.md
|
158
154
|
- docs/PaginatedCollectionVersionListResponseList.md
|
159
155
|
- docs/PaginatedCollectionVersionSearchListResponseList.md
|
160
|
-
- docs/PaginatedGalaxyCollectionResponseList.md
|
161
|
-
- docs/PaginatedGalaxyCollectionVersionResponseList.md
|
162
156
|
- docs/PaginatedGalaxyRoleResponseList.md
|
163
157
|
- docs/PaginatedGalaxyRoleVersionResponseList.md
|
164
158
|
- docs/PaginatedRepositoryVersionResponseList.md
|
165
159
|
- docs/PaginatedTagResponseList.md
|
160
|
+
- docs/PaginatedansibleAnsibleCollectionDeprecatedResponseList.md
|
166
161
|
- docs/PaginatedansibleAnsibleDistributionResponseList.md
|
167
162
|
- docs/PaginatedansibleAnsibleNamespaceMetadataResponseList.md
|
168
163
|
- docs/PaginatedansibleAnsibleRepositoryResponseList.md
|
@@ -183,7 +178,6 @@ files:
|
|
183
178
|
- docs/PatchedansibleRoleRemote.md
|
184
179
|
- docs/PolicyEnum.md
|
185
180
|
- docs/PulpAnsibleApiApi.md
|
186
|
-
- docs/PulpAnsibleApiV2CollectionsVersionsApi.md
|
187
181
|
- docs/PulpAnsibleApiV3Api.md
|
188
182
|
- docs/PulpAnsibleApiV3ArtifactsCollectionsApi.md
|
189
183
|
- docs/PulpAnsibleApiV3CollectionVersionsAllApi.md
|
@@ -243,7 +237,6 @@ files:
|
|
243
237
|
- lib/pulp_ansible_client.rb
|
244
238
|
- lib/pulp_ansible_client/api/ansible_collections_api.rb
|
245
239
|
- lib/pulp_ansible_client/api/ansible_copy_api.rb
|
246
|
-
- lib/pulp_ansible_client/api/api_collections_api.rb
|
247
240
|
- lib/pulp_ansible_client/api/api_plugin_ansible_search_collection_versions_api.rb
|
248
241
|
- lib/pulp_ansible_client/api/api_roles_api.rb
|
249
242
|
- lib/pulp_ansible_client/api/collection_import_api.rb
|
@@ -254,9 +247,7 @@ files:
|
|
254
247
|
- lib/pulp_ansible_client/api/content_namespaces_api.rb
|
255
248
|
- lib/pulp_ansible_client/api/content_roles_api.rb
|
256
249
|
- lib/pulp_ansible_client/api/distributions_ansible_api.rb
|
257
|
-
- lib/pulp_ansible_client/api/galaxy_detail_api.rb
|
258
250
|
- lib/pulp_ansible_client/api/pulp_ansible_api_api.rb
|
259
|
-
- lib/pulp_ansible_client/api/pulp_ansible_api_v2_collections_versions_api.rb
|
260
251
|
- lib/pulp_ansible_client/api/pulp_ansible_api_v3_api.rb
|
261
252
|
- lib/pulp_ansible_client/api/pulp_ansible_api_v3_artifacts_collections_api.rb
|
262
253
|
- lib/pulp_ansible_client/api/pulp_ansible_api_v3_collection_versions_all_api.rb
|
@@ -304,13 +295,14 @@ files:
|
|
304
295
|
- lib/pulp_ansible_client/api_client.rb
|
305
296
|
- lib/pulp_ansible_client/api_error.rb
|
306
297
|
- lib/pulp_ansible_client/configuration.rb
|
298
|
+
- lib/pulp_ansible_client/models/ansible_ansible_collection_deprecated.rb
|
299
|
+
- lib/pulp_ansible_client/models/ansible_ansible_collection_deprecated_response.rb
|
307
300
|
- lib/pulp_ansible_client/models/ansible_ansible_distribution.rb
|
308
301
|
- lib/pulp_ansible_client/models/ansible_ansible_distribution_response.rb
|
309
302
|
- lib/pulp_ansible_client/models/ansible_ansible_namespace_metadata.rb
|
310
303
|
- lib/pulp_ansible_client/models/ansible_ansible_namespace_metadata_response.rb
|
311
304
|
- lib/pulp_ansible_client/models/ansible_ansible_repository.rb
|
312
305
|
- lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb
|
313
|
-
- lib/pulp_ansible_client/models/ansible_collection.rb
|
314
306
|
- lib/pulp_ansible_client/models/ansible_collection_remote.rb
|
315
307
|
- lib/pulp_ansible_client/models/ansible_collection_remote_response.rb
|
316
308
|
- lib/pulp_ansible_client/models/ansible_collection_remote_response_hidden_fields.rb
|
@@ -351,9 +343,6 @@ files:
|
|
351
343
|
- lib/pulp_ansible_client/models/collection_version_signature_response.rb
|
352
344
|
- lib/pulp_ansible_client/models/content_summary_response.rb
|
353
345
|
- lib/pulp_ansible_client/models/copy.rb
|
354
|
-
- lib/pulp_ansible_client/models/galaxy_collection.rb
|
355
|
-
- lib/pulp_ansible_client/models/galaxy_collection_response.rb
|
356
|
-
- lib/pulp_ansible_client/models/galaxy_collection_version_response.rb
|
357
346
|
- lib/pulp_ansible_client/models/galaxy_role_response.rb
|
358
347
|
- lib/pulp_ansible_client/models/galaxy_role_version_response.rb
|
359
348
|
- lib/pulp_ansible_client/models/my_permissions_response.rb
|
@@ -367,12 +356,11 @@ files:
|
|
367
356
|
- lib/pulp_ansible_client/models/paginated_collection_response_list_meta.rb
|
368
357
|
- lib/pulp_ansible_client/models/paginated_collection_version_list_response_list.rb
|
369
358
|
- lib/pulp_ansible_client/models/paginated_collection_version_search_list_response_list.rb
|
370
|
-
- lib/pulp_ansible_client/models/paginated_galaxy_collection_response_list.rb
|
371
|
-
- lib/pulp_ansible_client/models/paginated_galaxy_collection_version_response_list.rb
|
372
359
|
- lib/pulp_ansible_client/models/paginated_galaxy_role_response_list.rb
|
373
360
|
- lib/pulp_ansible_client/models/paginated_galaxy_role_version_response_list.rb
|
374
361
|
- lib/pulp_ansible_client/models/paginated_repository_version_response_list.rb
|
375
362
|
- lib/pulp_ansible_client/models/paginated_tag_response_list.rb
|
363
|
+
- lib/pulp_ansible_client/models/paginatedansible_ansible_collection_deprecated_response_list.rb
|
376
364
|
- lib/pulp_ansible_client/models/paginatedansible_ansible_distribution_response_list.rb
|
377
365
|
- lib/pulp_ansible_client/models/paginatedansible_ansible_namespace_metadata_response_list.rb
|
378
366
|
- lib/pulp_ansible_client/models/paginatedansible_ansible_repository_response_list.rb
|
@@ -408,7 +396,6 @@ files:
|
|
408
396
|
- pulp_ansible_client.gemspec
|
409
397
|
- spec/api/ansible_collections_api_spec.rb
|
410
398
|
- spec/api/ansible_copy_api_spec.rb
|
411
|
-
- spec/api/api_collections_api_spec.rb
|
412
399
|
- spec/api/api_plugin_ansible_search_collection_versions_api_spec.rb
|
413
400
|
- spec/api/api_roles_api_spec.rb
|
414
401
|
- spec/api/collection_import_api_spec.rb
|
@@ -419,9 +406,7 @@ files:
|
|
419
406
|
- spec/api/content_namespaces_api_spec.rb
|
420
407
|
- spec/api/content_roles_api_spec.rb
|
421
408
|
- spec/api/distributions_ansible_api_spec.rb
|
422
|
-
- spec/api/galaxy_detail_api_spec.rb
|
423
409
|
- spec/api/pulp_ansible_api_api_spec.rb
|
424
|
-
- spec/api/pulp_ansible_api_v2_collections_versions_api_spec.rb
|
425
410
|
- spec/api/pulp_ansible_api_v3_api_spec.rb
|
426
411
|
- spec/api/pulp_ansible_api_v3_artifacts_collections_api_spec.rb
|
427
412
|
- spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb
|
@@ -468,6 +453,8 @@ files:
|
|
468
453
|
- spec/api/versions_api_spec.rb
|
469
454
|
- spec/api_client_spec.rb
|
470
455
|
- spec/configuration_spec.rb
|
456
|
+
- spec/models/ansible_ansible_collection_deprecated_response_spec.rb
|
457
|
+
- spec/models/ansible_ansible_collection_deprecated_spec.rb
|
471
458
|
- spec/models/ansible_ansible_distribution_response_spec.rb
|
472
459
|
- spec/models/ansible_ansible_distribution_spec.rb
|
473
460
|
- spec/models/ansible_ansible_namespace_metadata_response_spec.rb
|
@@ -478,7 +465,6 @@ files:
|
|
478
465
|
- spec/models/ansible_collection_remote_response_spec.rb
|
479
466
|
- spec/models/ansible_collection_remote_spec.rb
|
480
467
|
- spec/models/ansible_collection_response_spec.rb
|
481
|
-
- spec/models/ansible_collection_spec.rb
|
482
468
|
- spec/models/ansible_collection_version_mark_response_spec.rb
|
483
469
|
- spec/models/ansible_collection_version_mark_spec.rb
|
484
470
|
- spec/models/ansible_collection_version_response_spec.rb
|
@@ -515,9 +501,6 @@ files:
|
|
515
501
|
- spec/models/collection_version_signature_response_spec.rb
|
516
502
|
- spec/models/content_summary_response_spec.rb
|
517
503
|
- spec/models/copy_spec.rb
|
518
|
-
- spec/models/galaxy_collection_response_spec.rb
|
519
|
-
- spec/models/galaxy_collection_spec.rb
|
520
|
-
- spec/models/galaxy_collection_version_response_spec.rb
|
521
504
|
- spec/models/galaxy_role_response_spec.rb
|
522
505
|
- spec/models/galaxy_role_version_response_spec.rb
|
523
506
|
- spec/models/my_permissions_response_spec.rb
|
@@ -531,12 +514,11 @@ files:
|
|
531
514
|
- spec/models/paginated_collection_response_list_spec.rb
|
532
515
|
- spec/models/paginated_collection_version_list_response_list_spec.rb
|
533
516
|
- spec/models/paginated_collection_version_search_list_response_list_spec.rb
|
534
|
-
- spec/models/paginated_galaxy_collection_response_list_spec.rb
|
535
|
-
- spec/models/paginated_galaxy_collection_version_response_list_spec.rb
|
536
517
|
- spec/models/paginated_galaxy_role_response_list_spec.rb
|
537
518
|
- spec/models/paginated_galaxy_role_version_response_list_spec.rb
|
538
519
|
- spec/models/paginated_repository_version_response_list_spec.rb
|
539
520
|
- spec/models/paginated_tag_response_list_spec.rb
|
521
|
+
- spec/models/paginatedansible_ansible_collection_deprecated_response_list_spec.rb
|
540
522
|
- spec/models/paginatedansible_ansible_distribution_response_list_spec.rb
|
541
523
|
- spec/models/paginatedansible_ansible_namespace_metadata_response_list_spec.rb
|
542
524
|
- spec/models/paginatedansible_ansible_repository_response_list_spec.rb
|
@@ -596,7 +578,6 @@ test_files:
|
|
596
578
|
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb
|
597
579
|
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb
|
598
580
|
- spec/api/remotes_git_api_spec.rb
|
599
|
-
- spec/api/pulp_ansible_api_v2_collections_versions_api_spec.rb
|
600
581
|
- spec/api/pulp_ansible_default_api_api_spec.rb
|
601
582
|
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb
|
602
583
|
- spec/api/pulp_ansible_api_v3_artifacts_collections_api_spec.rb
|
@@ -625,7 +606,6 @@ test_files:
|
|
625
606
|
- spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb
|
626
607
|
- spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb
|
627
608
|
- spec/api/content_namespaces_api_spec.rb
|
628
|
-
- spec/api/api_collections_api_spec.rb
|
629
609
|
- spec/api/ansible_collections_api_spec.rb
|
630
610
|
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb
|
631
611
|
- spec/api/pulp_ansible_tags_api_spec.rb
|
@@ -652,7 +632,6 @@ test_files:
|
|
652
632
|
- spec/api/pulp_ansible_default_api_v3_collection_versions_all_api_spec.rb
|
653
633
|
- spec/api/distributions_ansible_api_spec.rb
|
654
634
|
- spec/api/remotes_collection_api_spec.rb
|
655
|
-
- spec/api/galaxy_detail_api_spec.rb
|
656
635
|
- spec/api_client_spec.rb
|
657
636
|
- spec/configuration_spec.rb
|
658
637
|
- spec/models/ansible_role_spec.rb
|
@@ -663,10 +642,11 @@ test_files:
|
|
663
642
|
- spec/models/paginatedansible_git_remote_response_list_spec.rb
|
664
643
|
- spec/models/paginated_collection_version_list_response_list_spec.rb
|
665
644
|
- spec/models/artifact_ref_response_spec.rb
|
645
|
+
- spec/models/paginatedansible_ansible_collection_deprecated_response_list_spec.rb
|
666
646
|
- spec/models/ansible_repository_rebuild_spec.rb
|
667
647
|
- spec/models/ansible_role_remote_spec.rb
|
668
648
|
- spec/models/collection_summary_response_spec.rb
|
669
|
-
- spec/models/
|
649
|
+
- spec/models/ansible_ansible_collection_deprecated_spec.rb
|
670
650
|
- spec/models/paginatedansible_collection_version_response_list_spec.rb
|
671
651
|
- spec/models/paginatedansible_role_response_list_spec.rb
|
672
652
|
- spec/models/repo_metadata_response_spec.rb
|
@@ -680,14 +660,12 @@ test_files:
|
|
680
660
|
- spec/models/ansible_repository_sync_url_spec.rb
|
681
661
|
- spec/models/unpaginated_collection_version_response_spec.rb
|
682
662
|
- spec/models/collection_version_signature_response_spec.rb
|
683
|
-
- spec/models/ansible_collection_spec.rb
|
684
663
|
- spec/models/patchedansible_collection_remote_spec.rb
|
685
664
|
- spec/models/collection_version_docs_response_spec.rb
|
686
665
|
- spec/models/object_roles_response_spec.rb
|
687
666
|
- spec/models/repository_version_response_spec.rb
|
688
667
|
- spec/models/client_configuration_response_spec.rb
|
689
668
|
- spec/models/collection_version_list_response_spec.rb
|
690
|
-
- spec/models/galaxy_collection_spec.rb
|
691
669
|
- spec/models/content_summary_response_spec.rb
|
692
670
|
- spec/models/collection_metadata_response_spec.rb
|
693
671
|
- spec/models/repository_response_spec.rb
|
@@ -724,9 +702,8 @@ test_files:
|
|
724
702
|
- spec/models/ansible_role_response_spec.rb
|
725
703
|
- spec/models/collection_version_copy_move_spec.rb
|
726
704
|
- spec/models/async_operation_response_spec.rb
|
727
|
-
- spec/models/galaxy_collection_version_response_spec.rb
|
728
|
-
- spec/models/galaxy_collection_response_spec.rb
|
729
705
|
- spec/models/collection_version_search_list_response_spec.rb
|
706
|
+
- spec/models/ansible_ansible_collection_deprecated_response_spec.rb
|
730
707
|
- spec/models/patchedansible_git_remote_spec.rb
|
731
708
|
- spec/models/paginated_galaxy_role_version_response_list_spec.rb
|
732
709
|
- spec/models/ansible_collection_version_mark_response_spec.rb
|
@@ -752,7 +729,6 @@ test_files:
|
|
752
729
|
- spec/models/unset_label_spec.rb
|
753
730
|
- spec/models/ansible_role_remote_response_spec.rb
|
754
731
|
- spec/models/ansible_ansible_namespace_metadata_spec.rb
|
755
|
-
- spec/models/paginated_galaxy_collection_response_list_spec.rb
|
756
732
|
- spec/models/ansible_ansible_repository_response_spec.rb
|
757
733
|
- spec/models/ansible_collection_remote_response_hidden_fields_spec.rb
|
758
734
|
- spec/spec_helper.rb
|
data/docs/ApiCollectionsApi.md
DELETED
@@ -1,112 +0,0 @@
|
|
1
|
-
# PulpAnsibleClient::ApiCollectionsApi
|
2
|
-
|
3
|
-
All URIs are relative to *http://localhost:24817*
|
4
|
-
|
5
|
-
Method | HTTP request | Description
|
6
|
-
------------- | ------------- | -------------
|
7
|
-
[**get**](ApiCollectionsApi.md#get) | **GET** {ansible_collection_href}api/v2/collections/ |
|
8
|
-
[**post**](ApiCollectionsApi.md#post) | **POST** {ansible_collection_href}api/v2/collections/ |
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
## get
|
13
|
-
|
14
|
-
> PaginatedGalaxyCollectionResponseList get(ansible_collection_href, opts)
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
View for Collection models.
|
19
|
-
|
20
|
-
### Example
|
21
|
-
|
22
|
-
```ruby
|
23
|
-
# load the gem
|
24
|
-
require 'pulp_ansible_client'
|
25
|
-
|
26
|
-
api_instance = PulpAnsibleClient::ApiCollectionsApi.new
|
27
|
-
ansible_collection_href = 'ansible_collection_href_example' # String |
|
28
|
-
opts = {
|
29
|
-
page: 56, # Integer | A page number within the paginated result set.
|
30
|
-
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
31
|
-
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
32
|
-
}
|
33
|
-
|
34
|
-
begin
|
35
|
-
result = api_instance.get(ansible_collection_href, opts)
|
36
|
-
p result
|
37
|
-
rescue PulpAnsibleClient::ApiError => e
|
38
|
-
puts "Exception when calling ApiCollectionsApi->get: #{e}"
|
39
|
-
end
|
40
|
-
```
|
41
|
-
|
42
|
-
### Parameters
|
43
|
-
|
44
|
-
|
45
|
-
Name | Type | Description | Notes
|
46
|
-
------------- | ------------- | ------------- | -------------
|
47
|
-
**ansible_collection_href** | **String**| |
|
48
|
-
**page** | **Integer**| A page number within the paginated result set. | [optional]
|
49
|
-
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
50
|
-
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
51
|
-
|
52
|
-
### Return type
|
53
|
-
|
54
|
-
[**PaginatedGalaxyCollectionResponseList**](PaginatedGalaxyCollectionResponseList.md)
|
55
|
-
|
56
|
-
### Authorization
|
57
|
-
|
58
|
-
No authorization required
|
59
|
-
|
60
|
-
### HTTP request headers
|
61
|
-
|
62
|
-
- **Content-Type**: Not defined
|
63
|
-
- **Accept**: application/json
|
64
|
-
|
65
|
-
|
66
|
-
## post
|
67
|
-
|
68
|
-
> GalaxyCollectionResponse post(ansible_collection_href, galaxy_collection)
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
Queues a task that creates a new Collection from an uploaded artifact.
|
73
|
-
|
74
|
-
### Example
|
75
|
-
|
76
|
-
```ruby
|
77
|
-
# load the gem
|
78
|
-
require 'pulp_ansible_client'
|
79
|
-
|
80
|
-
api_instance = PulpAnsibleClient::ApiCollectionsApi.new
|
81
|
-
ansible_collection_href = 'ansible_collection_href_example' # String |
|
82
|
-
galaxy_collection = PulpAnsibleClient::GalaxyCollection.new # GalaxyCollection |
|
83
|
-
|
84
|
-
begin
|
85
|
-
result = api_instance.post(ansible_collection_href, galaxy_collection)
|
86
|
-
p result
|
87
|
-
rescue PulpAnsibleClient::ApiError => e
|
88
|
-
puts "Exception when calling ApiCollectionsApi->post: #{e}"
|
89
|
-
end
|
90
|
-
```
|
91
|
-
|
92
|
-
### Parameters
|
93
|
-
|
94
|
-
|
95
|
-
Name | Type | Description | Notes
|
96
|
-
------------- | ------------- | ------------- | -------------
|
97
|
-
**ansible_collection_href** | **String**| |
|
98
|
-
**galaxy_collection** | [**GalaxyCollection**](GalaxyCollection.md)| |
|
99
|
-
|
100
|
-
### Return type
|
101
|
-
|
102
|
-
[**GalaxyCollectionResponse**](GalaxyCollectionResponse.md)
|
103
|
-
|
104
|
-
### Authorization
|
105
|
-
|
106
|
-
No authorization required
|
107
|
-
|
108
|
-
### HTTP request headers
|
109
|
-
|
110
|
-
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
111
|
-
- **Accept**: application/json
|
112
|
-
|
data/docs/GalaxyCollection.md
DELETED
@@ -1,23 +0,0 @@
|
|
1
|
-
# PulpAnsibleClient::GalaxyCollection
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**id** | **String** | |
|
8
|
-
**name** | **String** | |
|
9
|
-
**created** | **DateTime** | |
|
10
|
-
**modified** | **DateTime** | |
|
11
|
-
|
12
|
-
## Code Sample
|
13
|
-
|
14
|
-
```ruby
|
15
|
-
require 'PulpAnsibleClient'
|
16
|
-
|
17
|
-
instance = PulpAnsibleClient::GalaxyCollection.new(id: null,
|
18
|
-
name: null,
|
19
|
-
created: null,
|
20
|
-
modified: null)
|
21
|
-
```
|
22
|
-
|
23
|
-
|
@@ -1,31 +0,0 @@
|
|
1
|
-
# PulpAnsibleClient::GalaxyCollectionResponse
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**id** | **String** | |
|
8
|
-
**name** | **String** | |
|
9
|
-
**namespace** | [**Object**](.md) | Create a namespace dict. | [optional] [readonly]
|
10
|
-
**href** | **String** | Get href. | [optional] [readonly]
|
11
|
-
**versions_url** | **String** | Get versions_url. | [optional] [readonly]
|
12
|
-
**created** | **DateTime** | |
|
13
|
-
**modified** | **DateTime** | |
|
14
|
-
**latest_version** | [**Object**](.md) | Get latest version. | [optional] [readonly]
|
15
|
-
|
16
|
-
## Code Sample
|
17
|
-
|
18
|
-
```ruby
|
19
|
-
require 'PulpAnsibleClient'
|
20
|
-
|
21
|
-
instance = PulpAnsibleClient::GalaxyCollectionResponse.new(id: null,
|
22
|
-
name: null,
|
23
|
-
namespace: null,
|
24
|
-
href: null,
|
25
|
-
versions_url: null,
|
26
|
-
created: null,
|
27
|
-
modified: null,
|
28
|
-
latest_version: null)
|
29
|
-
```
|
30
|
-
|
31
|
-
|
@@ -1,27 +0,0 @@
|
|
1
|
-
# PulpAnsibleClient::GalaxyCollectionVersionResponse
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**version** | **String** | |
|
8
|
-
**href** | **String** | Get href. | [optional] [readonly]
|
9
|
-
**namespace** | [**Object**](.md) | Create a namespace dict. | [optional] [readonly]
|
10
|
-
**collection** | [**Object**](.md) | Create a collection dict. | [optional] [readonly]
|
11
|
-
**artifact** | [**Object**](.md) | Create an artifact dict. | [optional] [readonly]
|
12
|
-
**metadata** | [**CollectionMetadataResponse**](CollectionMetadataResponse.md) | |
|
13
|
-
|
14
|
-
## Code Sample
|
15
|
-
|
16
|
-
```ruby
|
17
|
-
require 'PulpAnsibleClient'
|
18
|
-
|
19
|
-
instance = PulpAnsibleClient::GalaxyCollectionVersionResponse.new(version: null,
|
20
|
-
href: null,
|
21
|
-
namespace: null,
|
22
|
-
collection: null,
|
23
|
-
artifact: null,
|
24
|
-
metadata: null)
|
25
|
-
```
|
26
|
-
|
27
|
-
|
data/docs/GalaxyDetailApi.md
DELETED
@@ -1,61 +0,0 @@
|
|
1
|
-
# PulpAnsibleClient::GalaxyDetailApi
|
2
|
-
|
3
|
-
All URIs are relative to *http://localhost:24817*
|
4
|
-
|
5
|
-
Method | HTTP request | Description
|
6
|
-
------------- | ------------- | -------------
|
7
|
-
[**get**](GalaxyDetailApi.md#get) | **GET** {ansible_collection_href} |
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
## get
|
12
|
-
|
13
|
-
> GalaxyCollectionResponse get(ansible_collection_href, opts)
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
Get the detail view of a Collection.
|
18
|
-
|
19
|
-
### Example
|
20
|
-
|
21
|
-
```ruby
|
22
|
-
# load the gem
|
23
|
-
require 'pulp_ansible_client'
|
24
|
-
|
25
|
-
api_instance = PulpAnsibleClient::GalaxyDetailApi.new
|
26
|
-
ansible_collection_href = 'ansible_collection_href_example' # String |
|
27
|
-
opts = {
|
28
|
-
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
29
|
-
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
30
|
-
}
|
31
|
-
|
32
|
-
begin
|
33
|
-
result = api_instance.get(ansible_collection_href, opts)
|
34
|
-
p result
|
35
|
-
rescue PulpAnsibleClient::ApiError => e
|
36
|
-
puts "Exception when calling GalaxyDetailApi->get: #{e}"
|
37
|
-
end
|
38
|
-
```
|
39
|
-
|
40
|
-
### Parameters
|
41
|
-
|
42
|
-
|
43
|
-
Name | Type | Description | Notes
|
44
|
-
------------- | ------------- | ------------- | -------------
|
45
|
-
**ansible_collection_href** | **String**| |
|
46
|
-
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
47
|
-
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
48
|
-
|
49
|
-
### Return type
|
50
|
-
|
51
|
-
[**GalaxyCollectionResponse**](GalaxyCollectionResponse.md)
|
52
|
-
|
53
|
-
### Authorization
|
54
|
-
|
55
|
-
No authorization required
|
56
|
-
|
57
|
-
### HTTP request headers
|
58
|
-
|
59
|
-
- **Content-Type**: Not defined
|
60
|
-
- **Accept**: application/json
|
61
|
-
|
@@ -1,23 +0,0 @@
|
|
1
|
-
# PulpAnsibleClient::PaginatedGalaxyCollectionResponseList
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
8
|
-
**_next** | **String** | | [optional]
|
9
|
-
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<GalaxyCollectionResponse>**](GalaxyCollectionResponse.md) | |
|
11
|
-
|
12
|
-
## Code Sample
|
13
|
-
|
14
|
-
```ruby
|
15
|
-
require 'PulpAnsibleClient'
|
16
|
-
|
17
|
-
instance = PulpAnsibleClient::PaginatedGalaxyCollectionResponseList.new(count: 123,
|
18
|
-
_next: http://api.example.org/accounts/?page=4,
|
19
|
-
previous: http://api.example.org/accounts/?page=2,
|
20
|
-
results: null)
|
21
|
-
```
|
22
|
-
|
23
|
-
|