pulp_ansible_client 0.5.0 → 0.5.5

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.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/AnsibleCollectionRemote.md +8 -0
  4. data/docs/AnsibleCollectionRemoteResponse.md +8 -0
  5. data/docs/AnsibleCollectionVersionResponse.md +2 -2
  6. data/docs/AnsibleRoleRemote.md +9 -1
  7. data/docs/AnsibleRoleRemoteResponse.md +9 -1
  8. data/docs/AnsibleRoleResponse.md +2 -2
  9. data/docs/PatchedansibleCollectionRemote.md +8 -0
  10. data/docs/PatchedansibleRoleRemote.md +9 -1
  11. data/docs/RepositoriesAnsibleVersionsApi.md +2 -2
  12. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +4 -4
  13. data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +105 -1
  14. data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +105 -1
  15. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +11 -11
  16. data/lib/pulp_ansible_client/models/ansible_role_remote.rb +108 -4
  17. data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +108 -4
  18. data/lib/pulp_ansible_client/models/ansible_role_response.rb +11 -11
  19. data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +105 -1
  20. data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +108 -4
  21. data/lib/pulp_ansible_client/version.rb +1 -1
  22. data/spec/api/repositories_ansible_versions_api_spec.rb +2 -2
  23. data/spec/models/ansible_collection_remote_response_spec.rb +24 -0
  24. data/spec/models/ansible_collection_remote_spec.rb +24 -0
  25. data/spec/models/ansible_collection_version_response_spec.rb +2 -2
  26. data/spec/models/ansible_role_remote_response_spec.rb +24 -0
  27. data/spec/models/ansible_role_remote_spec.rb +24 -0
  28. data/spec/models/ansible_role_response_spec.rb +2 -2
  29. data/spec/models/patchedansible_collection_remote_spec.rb +24 -0
  30. data/spec/models/patchedansible_role_remote_spec.rb +24 -0
  31. metadata +63 -63
@@ -116,4 +116,28 @@ describe 'AnsibleRoleRemoteResponse' do
116
116
  end
117
117
  end
118
118
 
119
+ describe 'test attribute "total_timeout"' do
120
+ it 'should work' do
121
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
122
+ end
123
+ end
124
+
125
+ describe 'test attribute "connect_timeout"' do
126
+ it 'should work' do
127
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
128
+ end
129
+ end
130
+
131
+ describe 'test attribute "sock_connect_timeout"' do
132
+ it 'should work' do
133
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
134
+ end
135
+ end
136
+
137
+ describe 'test attribute "sock_read_timeout"' do
138
+ it 'should work' do
139
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
140
+ end
141
+ end
142
+
119
143
  end
@@ -98,4 +98,28 @@ describe 'AnsibleRoleRemote' do
98
98
  end
99
99
  end
100
100
 
101
+ describe 'test attribute "total_timeout"' do
102
+ it 'should work' do
103
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
+ end
105
+ end
106
+
107
+ describe 'test attribute "connect_timeout"' do
108
+ it 'should work' do
109
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
110
+ end
111
+ end
112
+
113
+ describe 'test attribute "sock_connect_timeout"' do
114
+ it 'should work' do
115
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
116
+ end
117
+ end
118
+
119
+ describe 'test attribute "sock_read_timeout"' do
120
+ it 'should work' do
121
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
122
+ end
123
+ end
124
+
101
125
  end
@@ -38,13 +38,13 @@ describe 'AnsibleRoleResponse' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "pulp_created"' do
41
+ describe 'test attribute "artifact"' 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 "artifact"' do
47
+ describe 'test attribute "pulp_created"' 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
@@ -98,6 +98,30 @@ describe 'PatchedansibleCollectionRemote' do
98
98
  end
99
99
  end
100
100
 
101
+ describe 'test attribute "total_timeout"' do
102
+ it 'should work' do
103
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
+ end
105
+ end
106
+
107
+ describe 'test attribute "connect_timeout"' do
108
+ it 'should work' do
109
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
110
+ end
111
+ end
112
+
113
+ describe 'test attribute "sock_connect_timeout"' do
114
+ it 'should work' do
115
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
116
+ end
117
+ end
118
+
119
+ describe 'test attribute "sock_read_timeout"' do
120
+ it 'should work' do
121
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
122
+ end
123
+ end
124
+
101
125
  describe 'test attribute "requirements_file"' do
102
126
  it 'should work' do
103
127
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -98,4 +98,28 @@ describe 'PatchedansibleRoleRemote' do
98
98
  end
99
99
  end
100
100
 
101
+ describe 'test attribute "total_timeout"' do
102
+ it 'should work' do
103
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
+ end
105
+ end
106
+
107
+ describe 'test attribute "connect_timeout"' do
108
+ it 'should work' do
109
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
110
+ end
111
+ end
112
+
113
+ describe 'test attribute "sock_connect_timeout"' do
114
+ it 'should work' do
115
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
116
+ end
117
+ end
118
+
119
+ describe 'test attribute "sock_read_timeout"' do
120
+ it 'should work' do
121
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
122
+ end
123
+ end
124
+
101
125
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_ansible_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-29 00:00:00.000000000 Z
11
+ date: 2020-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -337,89 +337,89 @@ required_rubygems_version: !ruby/object:Gem::Requirement
337
337
  - !ruby/object:Gem::Version
338
338
  version: '0'
339
339
  requirements: []
340
- rubygems_version: 3.0.6
340
+ rubygems_version: 3.0.3
341
341
  signing_key:
342
342
  specification_version: 4
343
343
  summary: Pulp 3 API Ruby Gem
344
344
  test_files:
345
- - spec/api/pulp_ansible_galaxy_api_v2_versions_api_spec.rb
346
- - spec/api/pulp_ansible_tags_api_spec.rb
347
- - spec/api/repositories_ansible_versions_api_spec.rb
348
- - spec/api/ansible_collections_api_spec.rb
349
- - spec/api/versions_api_spec.rb
345
+ - spec/api/pulp_ansible_galaxy_api_v3_collections_api_spec.rb
346
+ - spec/api/collection_import_api_spec.rb
350
347
  - spec/api/pulp_ansible_galaxy_api_collections_api_spec.rb
351
- - spec/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api_spec.rb
352
348
  - spec/api/pulp_ansible_api_api_spec.rb
353
- - spec/api/pulp_ansible_galaxy_api_v3_versions_api_spec.rb
354
- - spec/api/content_roles_api_spec.rb
355
- - spec/api/pulp_ansible_galaxy_api_v3_collections_api_spec.rb
356
- - spec/api/remotes_collection_api_spec.rb
357
- - spec/api/api_collections_api_spec.rb
358
- - spec/api/content_collection_versions_api_spec.rb
359
- - spec/api/ansible_copy_api_spec.rb
360
349
  - spec/api/remotes_role_api_spec.rb
361
- - spec/api/collection_import_api_spec.rb
362
- - spec/api/repositories_ansible_api_spec.rb
363
- - spec/api/galaxy_detail_api_spec.rb
364
350
  - spec/api/distributions_ansible_api_spec.rb
351
+ - spec/api/content_roles_api_spec.rb
352
+ - spec/api/content_collection_versions_api_spec.rb
353
+ - spec/api/pulp_ansible_galaxy_api_v3_versions_api_spec.rb
354
+ - spec/api/pulp_ansible_tags_api_spec.rb
365
355
  - spec/api/api_roles_api_spec.rb
356
+ - spec/api/galaxy_detail_api_spec.rb
357
+ - spec/api/ansible_collections_api_spec.rb
358
+ - spec/api/repositories_ansible_versions_api_spec.rb
359
+ - spec/api/repositories_ansible_api_spec.rb
360
+ - spec/api/api_collections_api_spec.rb
361
+ - spec/api/ansible_copy_api_spec.rb
362
+ - spec/api/versions_api_spec.rb
363
+ - spec/api/remotes_collection_api_spec.rb
364
+ - spec/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api_spec.rb
365
+ - spec/api/pulp_ansible_galaxy_api_v2_versions_api_spec.rb
366
366
  - spec/api_client_spec.rb
367
367
  - spec/configuration_spec.rb
368
- - spec/models/ansible_role_remote_spec.rb
369
- - spec/models/galaxy_role_response_spec.rb
370
- - spec/models/paginatedansible_ansible_distribution_response_list_spec.rb
368
+ - spec/models/ansible_ansible_repository_spec.rb
371
369
  - spec/models/paginatedansible_collection_remote_response_list_spec.rb
372
- - spec/models/content_summary_response_spec.rb
370
+ - spec/models/repository_version_spec.rb
371
+ - spec/models/ansible_collection_remote_spec.rb
372
+ - spec/models/collection_one_shot_spec.rb
373
+ - spec/models/patched_collection_spec.rb
373
374
  - spec/models/paginated_repository_version_response_list_spec.rb
374
375
  - spec/models/paginated_galaxy_collection_response_list_spec.rb
375
- - spec/models/repository_add_remove_content_spec.rb
376
- - spec/models/collection_import_detail_response_spec.rb
377
- - spec/models/ansible_role_response_spec.rb
378
- - spec/models/ansible_ansible_repository_response_spec.rb
379
- - spec/models/collection_response_spec.rb
380
- - spec/models/patchedansible_ansible_distribution_spec.rb
381
- - spec/models/tag_response_spec.rb
382
- - spec/models/galaxy_role_version_response_spec.rb
376
+ - spec/models/ansible_role_remote_response_spec.rb
377
+ - spec/models/content_summary_spec.rb
378
+ - spec/models/repository_sync_url_spec.rb
379
+ - spec/models/paginated_collection_version_response_list_spec.rb
383
380
  - spec/models/ansible_tag_response_spec.rb
384
- - spec/models/paginatedansible_ansible_repository_response_list_spec.rb
385
- - spec/models/ansible_collection_remote_response_spec.rb
386
- - spec/models/ansible_ansible_distribution_spec.rb
387
- - spec/models/paginatedansible_role_remote_response_list_spec.rb
388
- - spec/models/galaxy_collection_spec.rb
389
- - spec/models/paginated_galaxy_collection_version_response_list_spec.rb
390
- - spec/models/ansible_role_spec.rb
391
381
  - spec/models/collection_version_docs_response_spec.rb
382
+ - spec/models/copy_spec.rb
392
383
  - spec/models/paginated_collection_response_list_spec.rb
393
- - spec/models/paginated_collection_version_response_list_spec.rb
384
+ - spec/models/patchedansible_collection_remote_spec.rb
385
+ - spec/models/policy_enum_spec.rb
386
+ - spec/models/galaxy_role_response_spec.rb
387
+ - spec/models/paginatedansible_role_response_list_spec.rb
388
+ - spec/models/patchedansible_ansible_distribution_spec.rb
389
+ - spec/models/paginatedansible_collection_version_response_list_spec.rb
390
+ - spec/models/galaxy_collection_response_spec.rb
394
391
  - spec/models/collection_ref_response_spec.rb
395
- - spec/models/patched_collection_spec.rb
392
+ - spec/models/collection_namespace_response_spec.rb
393
+ - spec/models/ansible_collection_remote_response_spec.rb
394
+ - spec/models/ansible_role_spec.rb
396
395
  - spec/models/paginated_galaxy_role_version_response_list_spec.rb
397
- - spec/models/ansible_collection_remote_spec.rb
398
- - spec/models/collection_version_response_spec.rb
399
- - spec/models/patchedansible_role_remote_spec.rb
400
- - spec/models/ansible_ansible_repository_spec.rb
401
- - spec/models/ansible_role_remote_response_spec.rb
402
- - spec/models/paginatedansible_collection_version_response_list_spec.rb
403
- - spec/models/async_operation_response_spec.rb
404
- - spec/models/ansible_ansible_distribution_response_spec.rb
405
- - spec/models/policy_enum_spec.rb
406
396
  - spec/models/ansible_collection_version_spec.rb
407
- - spec/models/copy_spec.rb
408
- - spec/models/paginatedansible_collection_response_list_spec.rb
409
- - spec/models/paginated_tag_response_list_spec.rb
410
- - spec/models/collection_namespace_response_spec.rb
411
- - spec/models/content_summary_spec.rb
412
- - spec/models/collection_one_shot_spec.rb
413
397
  - spec/models/ansible_collection_response_spec.rb
414
- - spec/models/repository_version_spec.rb
398
+ - spec/models/collection_import_detail_response_spec.rb
415
399
  - spec/models/collection_metadata_response_spec.rb
416
- - spec/models/repository_version_response_spec.rb
417
- - spec/models/paginatedansible_role_response_list_spec.rb
418
- - spec/models/patchedansible_collection_remote_spec.rb
419
- - spec/models/ansible_collection_version_response_spec.rb
420
- - spec/models/paginated_galaxy_role_response_list_spec.rb
421
- - spec/models/repository_sync_url_spec.rb
400
+ - spec/models/ansible_role_remote_spec.rb
401
+ - spec/models/patchedansible_role_remote_spec.rb
422
402
  - spec/models/patchedansible_ansible_repository_spec.rb
403
+ - spec/models/paginatedansible_collection_response_list_spec.rb
404
+ - spec/models/paginatedansible_ansible_repository_response_list_spec.rb
405
+ - spec/models/paginated_galaxy_role_response_list_spec.rb
406
+ - spec/models/paginatedansible_role_remote_response_list_spec.rb
407
+ - spec/models/galaxy_role_version_response_spec.rb
408
+ - spec/models/paginatedansible_ansible_distribution_response_list_spec.rb
409
+ - spec/models/content_summary_response_spec.rb
410
+ - spec/models/ansible_role_response_spec.rb
411
+ - spec/models/collection_response_spec.rb
412
+ - spec/models/repository_add_remove_content_spec.rb
423
413
  - spec/models/galaxy_collection_version_response_spec.rb
424
- - spec/models/galaxy_collection_response_spec.rb
414
+ - spec/models/paginated_galaxy_collection_version_response_list_spec.rb
415
+ - spec/models/ansible_ansible_distribution_response_spec.rb
416
+ - spec/models/paginated_tag_response_list_spec.rb
417
+ - spec/models/ansible_collection_version_response_spec.rb
418
+ - spec/models/galaxy_collection_spec.rb
419
+ - spec/models/async_operation_response_spec.rb
420
+ - spec/models/ansible_ansible_repository_response_spec.rb
421
+ - spec/models/repository_version_response_spec.rb
422
+ - spec/models/tag_response_spec.rb
423
+ - spec/models/ansible_ansible_distribution_spec.rb
424
+ - spec/models/collection_version_response_spec.rb
425
425
  - spec/spec_helper.rb