pulp_ansible_client 0.11.0.dev1636946173 → 0.11.0.dev1638328524
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.
Potentially problematic release.
This version of pulp_ansible_client might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/AnsibleCollectionVersionResponse.md +2 -2
- data/docs/AnsibleGitRemote.md +30 -28
- data/docs/AnsibleGitRemoteResponse.md +28 -26
- data/docs/AnsibleRoleResponse.md +2 -2
- data/docs/CollectionVersionResponse.md +4 -0
- data/docs/PatchedansibleGitRemote.md +30 -28
- data/docs/UnpaginatedCollectionVersionResponse.md +5 -1
- data/lib/pulp_ansible_client/api/ansible_collections_api.rb +16 -0
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_artifacts_collections_v3_api.rb +16 -0
- data/lib/pulp_ansible_client/models/ansible_ansible_distribution.rb +38 -0
- data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +34 -0
- data/lib/pulp_ansible_client/models/ansible_collection.rb +38 -0
- data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +191 -0
- data/lib/pulp_ansible_client/models/ansible_collection_version.rb +27 -0
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +11 -16
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +336 -153
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +153 -143
- data/lib/pulp_ansible_client/models/ansible_role.rb +57 -0
- data/lib/pulp_ansible_client/models/ansible_role_remote.rb +158 -0
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +11 -11
- data/lib/pulp_ansible_client/models/collection_one_shot.rb +60 -0
- data/lib/pulp_ansible_client/models/collection_version_response.rb +19 -1
- data/lib/pulp_ansible_client/models/galaxy_collection.rb +38 -0
- data/lib/pulp_ansible_client/models/patchedansible_ansible_distribution.rb +30 -0
- data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +30 -0
- data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +183 -0
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +323 -148
- data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +150 -0
- data/lib/pulp_ansible_client/models/unpaginated_collection_version_response.rb +22 -4
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/models/ansible_collection_version_response_spec.rb +2 -2
- data/spec/models/ansible_git_remote_response_spec.rb +22 -16
- data/spec/models/ansible_git_remote_spec.rb +24 -18
- data/spec/models/ansible_role_response_spec.rb +2 -2
- data/spec/models/collection_version_response_spec.rb +12 -0
- data/spec/models/patchedansible_git_remote_spec.rb +24 -18
- data/spec/models/unpaginated_collection_version_response_spec.rb +12 -0
- metadata +70 -70
@@ -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 "proxy_password"' 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 "name"' 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 "username"' 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 "client_key"' 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 "sock_read_timeout"' 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 "client_cert"' 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 "headers"' 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_url"' 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 "ca_cert"' 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 "password"' 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 "sock_connect_timeout"' 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,31 +104,31 @@ describe 'PatchedansibleGitRemote' do
|
|
104
104
|
end
|
105
105
|
end
|
106
106
|
|
107
|
-
describe 'test attribute "
|
107
|
+
describe 'test attribute "rate_limit"' 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 "total_timeout"' 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 "proxy_username"' 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 "connect_timeout"' 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 "tls_validation"' 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
|
@@ -140,13 +140,13 @@ describe 'PatchedansibleGitRemote' do
|
|
140
140
|
end
|
141
141
|
end
|
142
142
|
|
143
|
-
describe 'test attribute "
|
143
|
+
describe 'test attribute "url"' 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 "download_concurrency"' 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
|
@@ -158,4 +158,10 @@ describe 'PatchedansibleGitRemote' do
|
|
158
158
|
end
|
159
159
|
end
|
160
160
|
|
161
|
+
describe 'test attribute "git_ref"' do
|
162
|
+
it 'should work' do
|
163
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
164
|
+
end
|
165
|
+
end
|
166
|
+
|
161
167
|
end
|
@@ -98,4 +98,16 @@ describe 'UnpaginatedCollectionVersionResponse' do
|
|
98
98
|
end
|
99
99
|
end
|
100
100
|
|
101
|
+
describe 'test attribute "git_url"' 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 "git_commit_sha"' 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
|
+
|
101
113
|
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.11.0.
|
4
|
+
version: 0.11.0.dev1638328524
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-12-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -384,98 +384,98 @@ signing_key:
|
|
384
384
|
specification_version: 4
|
385
385
|
summary: Pulp 3 API Ruby Gem
|
386
386
|
test_files:
|
387
|
-
- spec/api/pulp_ansible_api_v2_collections_versions_api_spec.rb
|
388
387
|
- spec/api/content_collection_deprecations_api_spec.rb
|
389
|
-
- spec/api/repositories_ansible_versions_api_spec.rb
|
390
388
|
- spec/api/api_roles_api_spec.rb
|
389
|
+
- spec/api/pulp_ansible_tags_api_spec.rb
|
390
|
+
- spec/api/repositories_ansible_api_spec.rb
|
391
|
+
- spec/api/pulp_ansible_api_v3_api_spec.rb
|
392
|
+
- spec/api/pulp_ansible_api_v2_collections_versions_api_spec.rb
|
393
|
+
- spec/api/collection_import_api_spec.rb
|
391
394
|
- spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb
|
392
|
-
- spec/api/
|
395
|
+
- spec/api/remotes_git_api_spec.rb
|
396
|
+
- spec/api/distributions_ansible_api_spec.rb
|
393
397
|
- spec/api/pulp_ansible_api_v3_collections_api_spec.rb
|
394
|
-
- spec/api/content_roles_api_spec.rb
|
395
|
-
- spec/api/galaxy_detail_api_spec.rb
|
396
|
-
- spec/api/collection_import_api_spec.rb
|
397
|
-
- spec/api/ansible_copy_api_spec.rb
|
398
|
-
- spec/api/repositories_ansible_api_spec.rb
|
399
398
|
- spec/api/pulp_ansible_api_api_spec.rb
|
400
|
-
- spec/api/
|
401
|
-
- spec/api/distributions_ansible_api_spec.rb
|
399
|
+
- spec/api/ansible_collections_api_spec.rb
|
402
400
|
- spec/api/content_collection_versions_api_spec.rb
|
403
|
-
- spec/api/
|
404
|
-
- spec/api/
|
405
|
-
- spec/api/pulp_ansible_api_v3_api_spec.rb
|
406
|
-
- spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb
|
407
|
-
- spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb
|
401
|
+
- spec/api/ansible_copy_api_spec.rb
|
402
|
+
- spec/api/repositories_ansible_versions_api_spec.rb
|
408
403
|
- spec/api/remotes_role_api_spec.rb
|
404
|
+
- spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb
|
405
|
+
- spec/api/content_roles_api_spec.rb
|
406
|
+
- spec/api/api_collections_api_spec.rb
|
407
|
+
- spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb
|
409
408
|
- spec/api/remotes_collection_api_spec.rb
|
409
|
+
- spec/api/galaxy_detail_api_spec.rb
|
410
410
|
- spec/api/versions_api_spec.rb
|
411
|
+
- spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb
|
411
412
|
- spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb
|
412
|
-
- spec/api/remotes_git_api_spec.rb
|
413
413
|
- spec/api_client_spec.rb
|
414
414
|
- spec/configuration_spec.rb
|
415
|
-
- spec/models/
|
416
|
-
- spec/models/
|
417
|
-
- spec/models/
|
418
|
-
- spec/models/paginated_galaxy_role_version_response_list_spec.rb
|
419
|
-
- spec/models/paginatedansible_git_remote_response_list_spec.rb
|
420
|
-
- spec/models/tag_response_spec.rb
|
421
|
-
- spec/models/galaxy_collection_version_response_spec.rb
|
422
|
-
- spec/models/ansible_role_remote_spec.rb
|
423
|
-
- spec/models/ansible_collection_remote_spec.rb
|
424
|
-
- spec/models/collection_metadata_response_spec.rb
|
425
|
-
- spec/models/content_summary_spec.rb
|
426
|
-
- spec/models/collection_version_response_spec.rb
|
415
|
+
- spec/models/galaxy_collection_spec.rb
|
416
|
+
- spec/models/collection_one_shot_spec.rb
|
417
|
+
- spec/models/paginatedansible_ansible_distribution_response_list_spec.rb
|
427
418
|
- spec/models/patchedansible_ansible_distribution_spec.rb
|
419
|
+
- spec/models/collection_version_response_spec.rb
|
420
|
+
- spec/models/galaxy_role_version_response_spec.rb
|
428
421
|
- spec/models/galaxy_collection_response_spec.rb
|
429
|
-
- spec/models/
|
422
|
+
- spec/models/paginatedansible_role_remote_response_list_spec.rb
|
423
|
+
- spec/models/patchedansible_ansible_repository_spec.rb
|
424
|
+
- spec/models/ansible_collection_remote_response_spec.rb
|
425
|
+
- spec/models/ansible_role_remote_spec.rb
|
426
|
+
- spec/models/paginated_galaxy_role_version_response_list_spec.rb
|
430
427
|
- spec/models/paginatedansible_collection_remote_response_list_spec.rb
|
431
|
-
- spec/models/
|
432
|
-
- spec/models/patchedansible_role_remote_spec.rb
|
433
|
-
- spec/models/collection_version_docs_response_spec.rb
|
434
|
-
- spec/models/patchedansible_git_remote_spec.rb
|
435
|
-
- spec/models/async_operation_response_spec.rb
|
436
|
-
- spec/models/policy_enum_spec.rb
|
437
|
-
- spec/models/paginated_galaxy_collection_response_list_spec.rb
|
438
|
-
- spec/models/repository_version_spec.rb
|
439
|
-
- spec/models/ansible_ansible_distribution_spec.rb
|
440
|
-
- spec/models/ansible_role_remote_response_spec.rb
|
428
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
441
429
|
- spec/models/paginatedansible_collection_version_response_list_spec.rb
|
442
|
-
- spec/models/
|
443
|
-
- spec/models/
|
430
|
+
- spec/models/copy_spec.rb
|
431
|
+
- spec/models/ansible_ansible_repository_spec.rb
|
432
|
+
- spec/models/paginatedansible_git_remote_response_list_spec.rb
|
433
|
+
- spec/models/collection_namespace_response_spec.rb
|
444
434
|
- spec/models/repository_version_response_spec.rb
|
445
|
-
- spec/models/
|
446
|
-
- spec/models/
|
447
|
-
- spec/models/
|
448
|
-
- spec/models/ansible_ansible_distribution_response_spec.rb
|
449
|
-
- spec/models/paginated_galaxy_collection_version_response_list_spec.rb
|
435
|
+
- spec/models/paginated_galaxy_collection_response_list_spec.rb
|
436
|
+
- spec/models/repository_add_remove_content_spec.rb
|
437
|
+
- spec/models/ansible_tag_response_spec.rb
|
450
438
|
- spec/models/ansible_collection_response_spec.rb
|
451
|
-
- spec/models/
|
452
|
-
- spec/models/
|
453
|
-
- spec/models/
|
454
|
-
- spec/models/
|
455
|
-
- spec/models/copy_spec.rb
|
456
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
457
|
-
- spec/models/paginatedansible_ansible_distribution_response_list_spec.rb
|
439
|
+
- spec/models/ansible_role_response_spec.rb
|
440
|
+
- spec/models/ansible_git_remote_response_spec.rb
|
441
|
+
- spec/models/ansible_ansible_distribution_response_spec.rb
|
442
|
+
- spec/models/paginated_collection_response_list_meta_spec.rb
|
458
443
|
- spec/models/patchedansible_collection_remote_spec.rb
|
459
|
-
- spec/models/
|
460
|
-
- spec/models/paginated_collection_response_list_links_spec.rb
|
461
|
-
- spec/models/ansible_role_spec.rb
|
444
|
+
- spec/models/content_summary_spec.rb
|
462
445
|
- spec/models/ansible_collection_version_spec.rb
|
463
|
-
- spec/models/
|
464
|
-
- spec/models/collection_import_detail_response_spec.rb
|
465
|
-
- spec/models/ansible_collection_spec.rb
|
446
|
+
- spec/models/patchedansible_role_remote_spec.rb
|
466
447
|
- spec/models/unpaginated_collection_version_response_spec.rb
|
467
|
-
- spec/models/
|
448
|
+
- spec/models/ansible_git_remote_spec.rb
|
468
449
|
- spec/models/ansible_collection_version_response_spec.rb
|
450
|
+
- spec/models/paginated_galaxy_collection_version_response_list_spec.rb
|
451
|
+
- spec/models/artifact_ref_response_spec.rb
|
452
|
+
- spec/models/paginatedansible_collection_response_list_spec.rb
|
453
|
+
- spec/models/collection_import_detail_response_spec.rb
|
454
|
+
- spec/models/collection_metadata_response_spec.rb
|
455
|
+
- spec/models/paginated_collection_response_list_links_spec.rb
|
456
|
+
- spec/models/galaxy_collection_version_response_spec.rb
|
457
|
+
- spec/models/patchedansible_git_remote_spec.rb
|
469
458
|
- spec/models/galaxy_role_response_spec.rb
|
470
|
-
- spec/models/
|
459
|
+
- spec/models/ansible_ansible_distribution_spec.rb
|
460
|
+
- spec/models/tag_response_spec.rb
|
471
461
|
- spec/models/paginated_collection_version_response_list_spec.rb
|
472
|
-
- spec/models/
|
473
|
-
- spec/models/
|
474
|
-
- spec/models/patchedansible_ansible_repository_spec.rb
|
475
|
-
- spec/models/repository_add_remove_content_spec.rb
|
476
|
-
- spec/models/paginated_tag_response_list_spec.rb
|
462
|
+
- spec/models/ansible_collection_spec.rb
|
463
|
+
- spec/models/ansible_role_spec.rb
|
477
464
|
- spec/models/paginatedansible_role_response_list_spec.rb
|
478
|
-
- spec/models/
|
465
|
+
- spec/models/collection_ref_response_spec.rb
|
466
|
+
- spec/models/repository_version_spec.rb
|
467
|
+
- spec/models/async_operation_response_spec.rb
|
468
|
+
- spec/models/content_summary_response_spec.rb
|
469
|
+
- spec/models/collection_response_spec.rb
|
479
470
|
- spec/models/paginated_collection_response_list_spec.rb
|
480
|
-
- spec/models/
|
471
|
+
- spec/models/paginated_galaxy_role_response_list_spec.rb
|
472
|
+
- spec/models/ansible_role_remote_response_spec.rb
|
473
|
+
- spec/models/repo_metadata_response_spec.rb
|
474
|
+
- spec/models/collection_version_docs_response_spec.rb
|
475
|
+
- spec/models/policy_enum_spec.rb
|
476
|
+
- spec/models/ansible_repository_sync_url_spec.rb
|
477
|
+
- spec/models/paginated_tag_response_list_spec.rb
|
478
|
+
- spec/models/ansible_ansible_repository_response_spec.rb
|
479
|
+
- spec/models/paginatedansible_ansible_repository_response_list_spec.rb
|
480
|
+
- spec/models/ansible_collection_remote_spec.rb
|
481
481
|
- spec/spec_helper.rb
|