pulp_ansible_client 0.15.3 → 0.15.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +7 -5
- data/docs/AnsibleAnsibleRepository.md +1 -1
- data/docs/AnsibleAnsibleRepositoryResponse.md +1 -1
- data/docs/AnsibleCollectionRemote.md +1 -1
- data/docs/AnsibleCollectionRemoteResponse.md +1 -1
- data/docs/AnsibleCollectionVersion.md +4 -4
- data/docs/AnsibleCollectionVersionResponse.md +3 -3
- data/docs/AnsibleCollectionsApi.md +6 -2
- data/docs/AnsibleGitRemote.md +28 -28
- data/docs/AnsibleGitRemoteResponse.md +26 -26
- data/docs/AnsibleRoleRemote.md +1 -1
- data/docs/AnsibleRoleRemoteResponse.md +1 -1
- data/docs/AnsibleRoleResponse.md +3 -3
- data/docs/CollectionRefResponse.md +1 -1
- data/docs/CollectionResponse.md +6 -6
- data/docs/CollectionVersionListResponse.md +1 -1
- data/docs/CollectionVersionResponse.md +4 -4
- data/docs/ContentCollectionDeprecationsApi.md +6 -2
- data/docs/ContentCollectionSignaturesApi.md +6 -2
- data/docs/ContentCollectionVersionsApi.md +10 -6
- data/docs/ContentRolesApi.md +6 -2
- data/docs/DistributionsAnsibleApi.md +10 -2
- data/docs/GalaxyCollectionResponse.md +4 -4
- data/docs/GalaxyCollectionVersionResponse.md +4 -4
- data/docs/GalaxyRoleResponse.md +1 -1
- data/docs/GalaxyRoleVersionResponse.md +1 -1
- data/docs/PatchedansibleAnsibleRepository.md +1 -1
- data/docs/PatchedansibleCollectionRemote.md +1 -1
- data/docs/PatchedansibleGitRemote.md +28 -28
- data/docs/PatchedansibleRoleRemote.md +1 -1
- data/docs/PulpAnsibleApiV3CollectionsAllApi.md +6 -2
- data/docs/PulpAnsibleApiV3CollectionsApi.md +6 -2
- data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +6 -2
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +6 -2
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +6 -2
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +6 -2
- data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +6 -2
- data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +6 -2
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +6 -2
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +6 -2
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +6 -2
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +6 -2
- data/docs/RemotesCollectionApi.md +6 -2
- data/docs/RemotesGitApi.md +6 -2
- data/docs/RemotesRoleApi.md +6 -2
- data/docs/RepositoriesAnsibleApi.md +22 -2
- data/docs/RepositoriesAnsibleVersionsApi.md +4 -2
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/docs/UnpaginatedCollectionVersionResponse.md +4 -4
- data/lib/pulp_ansible_client/api/ansible_collections_api.rb +8 -2
- data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +8 -2
- data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +8 -2
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +14 -8
- data/lib/pulp_ansible_client/api/content_roles_api.rb +8 -2
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +14 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +8 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +8 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +8 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +8 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +8 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +8 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +8 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +8 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +8 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +8 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +8 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +8 -2
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +8 -2
- data/lib/pulp_ansible_client/api/remotes_git_api.rb +8 -2
- data/lib/pulp_ansible_client/api/remotes_role_api.rb +8 -2
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +32 -2
- data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +5 -2
- data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_collection_version.rb +15 -15
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +10 -10
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +249 -249
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +148 -148
- data/lib/pulp_ansible_client/models/ansible_role_remote.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +10 -10
- data/lib/pulp_ansible_client/models/collection_ref_response.rb +1 -0
- data/lib/pulp_ansible_client/models/collection_response.rb +6 -0
- data/lib/pulp_ansible_client/models/collection_version_list_response.rb +1 -0
- data/lib/pulp_ansible_client/models/collection_version_response.rb +4 -0
- data/lib/pulp_ansible_client/models/galaxy_collection_response.rb +4 -0
- data/lib/pulp_ansible_client/models/galaxy_collection_version_response.rb +4 -0
- data/lib/pulp_ansible_client/models/galaxy_role_response.rb +1 -0
- data/lib/pulp_ansible_client/models/galaxy_role_version_response.rb +1 -0
- data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +1 -1
- data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +1 -1
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +237 -237
- data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +1 -1
- data/lib/pulp_ansible_client/models/repository_add_remove_content.rb +2 -2
- data/lib/pulp_ansible_client/models/unpaginated_collection_version_response.rb +4 -0
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/api/ansible_collections_api_spec.rb +3 -1
- data/spec/api/content_collection_deprecations_api_spec.rb +3 -1
- data/spec/api/content_collection_signatures_api_spec.rb +3 -1
- data/spec/api/content_collection_versions_api_spec.rb +5 -3
- data/spec/api/content_roles_api_spec.rb +3 -1
- data/spec/api/distributions_ansible_api_spec.rb +5 -1
- data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +3 -1
- data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +3 -1
- data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +3 -1
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +3 -1
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +3 -1
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +3 -1
- data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +3 -1
- data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +3 -1
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +3 -1
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +3 -1
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +3 -1
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +3 -1
- data/spec/api/remotes_collection_api_spec.rb +3 -1
- data/spec/api/remotes_git_api_spec.rb +3 -1
- data/spec/api/remotes_role_api_spec.rb +3 -1
- data/spec/api/repositories_ansible_api_spec.rb +11 -1
- data/spec/api/repositories_ansible_versions_api_spec.rb +2 -1
- data/spec/models/ansible_collection_version_response_spec.rb +3 -3
- data/spec/models/ansible_collection_version_spec.rb +2 -2
- data/spec/models/ansible_git_remote_response_spec.rb +17 -17
- data/spec/models/ansible_git_remote_spec.rb +20 -20
- data/spec/models/ansible_role_response_spec.rb +3 -3
- data/spec/models/patchedansible_git_remote_spec.rb +20 -20
- metadata +102 -102
@@ -32,121 +32,121 @@ describe 'AnsibleGitRemote' do
|
|
32
32
|
expect(@instance).to be_instance_of(PulpAnsibleClient::AnsibleGitRemote)
|
33
33
|
end
|
34
34
|
end
|
35
|
-
describe 'test attribute "
|
35
|
+
describe 'test attribute "name"' 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 "client_cert"' 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 "proxy_username"' 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 "download_concurrency"' 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 "password"' 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 "total_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 "tls_validation"' 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 "client_key"' 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 "proxy_url"' 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
|
99
99
|
end
|
100
100
|
|
101
|
-
describe 'test attribute "
|
101
|
+
describe 'test attribute "proxy_password"' do
|
102
102
|
it 'should work' do
|
103
103
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
104
104
|
end
|
105
105
|
end
|
106
106
|
|
107
|
-
describe 'test attribute "
|
107
|
+
describe 'test attribute "url"' 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 "sock_connect_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 "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 "headers"' 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 "pulp_labels"' 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 "max_retries"' 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 "rate_limit"' 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 "sock_read_timeout"' 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
|
@@ -32,19 +32,19 @@ describe 'AnsibleRoleResponse' do
|
|
32
32
|
expect(@instance).to be_instance_of(PulpAnsibleClient::AnsibleRoleResponse)
|
33
33
|
end
|
34
34
|
end
|
35
|
-
describe 'test attribute "
|
35
|
+
describe 'test attribute "artifact"' 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 "pulp_created"' 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 "pulp_href"' 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
|
@@ -32,121 +32,121 @@ 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 "name"' 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 "client_cert"' 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 "proxy_username"' 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 "download_concurrency"' 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 "password"' 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 "total_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 "tls_validation"' 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 "client_key"' 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 "proxy_url"' 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
|
99
99
|
end
|
100
100
|
|
101
|
-
describe 'test attribute "
|
101
|
+
describe 'test attribute "proxy_password"' do
|
102
102
|
it 'should work' do
|
103
103
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
104
104
|
end
|
105
105
|
end
|
106
106
|
|
107
|
-
describe 'test attribute "
|
107
|
+
describe 'test attribute "url"' 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 "sock_connect_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 "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 "headers"' 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 "pulp_labels"' 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 "max_retries"' 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 "rate_limit"' 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 "sock_read_timeout"' 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,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.15.
|
4
|
+
version: 0.15.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:
|
11
|
+
date: 2024-05-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -488,131 +488,131 @@ signing_key:
|
|
488
488
|
specification_version: 4
|
489
489
|
summary: Pulp 3 API Ruby Gem
|
490
490
|
test_files:
|
491
|
-
- spec/api/
|
492
|
-
- spec/api/
|
491
|
+
- spec/api/pulp_ansible_api_v2_collections_versions_api_spec.rb
|
492
|
+
- spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb
|
493
|
+
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb
|
494
|
+
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb
|
495
|
+
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb
|
496
|
+
- spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb
|
497
|
+
- spec/api/remotes_git_api_spec.rb
|
498
|
+
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb
|
499
|
+
- spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb
|
493
500
|
- spec/api/pulp_ansible_default_api_v3_collection_versions_all_api_spec.rb
|
494
|
-
- spec/api/versions_api_spec.rb
|
495
|
-
- spec/api/repositories_ansible_api_spec.rb
|
496
|
-
- spec/api/pulp_ansible_default_api_v3_api_spec.rb
|
497
501
|
- spec/api/pulp_ansible_default_api_api_spec.rb
|
498
|
-
- spec/api/
|
502
|
+
- spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb
|
503
|
+
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api_spec.rb
|
504
|
+
- spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb
|
505
|
+
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb
|
506
|
+
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api_spec.rb
|
507
|
+
- spec/api/remotes_role_api_spec.rb
|
508
|
+
- spec/api/pulp_ansible_api_v3_artifacts_collections_api_spec.rb
|
509
|
+
- spec/api/repositories_ansible_versions_api_spec.rb
|
510
|
+
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api_spec.rb
|
511
|
+
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb
|
499
512
|
- spec/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api_spec.rb
|
500
|
-
- spec/api/
|
501
|
-
- spec/api/ansible_copy_api_spec.rb
|
513
|
+
- spec/api/repositories_ansible_api_spec.rb
|
502
514
|
- spec/api/remotes_collection_api_spec.rb
|
503
|
-
- spec/api/
|
515
|
+
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb
|
504
516
|
- spec/api/ansible_collections_api_spec.rb
|
505
|
-
- spec/api/
|
506
|
-
- spec/api/
|
507
|
-
- spec/api/
|
508
|
-
- spec/api/
|
509
|
-
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb
|
510
|
-
- spec/api/pulp_ansible_api_v3_api_spec.rb
|
511
|
-
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api_spec.rb
|
512
|
-
- spec/api/pulp_ansible_api_v3_artifacts_collections_api_spec.rb
|
513
|
-
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb
|
517
|
+
- spec/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api_spec.rb
|
518
|
+
- spec/api/versions_api_spec.rb
|
519
|
+
- spec/api/pulp_ansible_default_api_v3_api_spec.rb
|
520
|
+
- spec/api/content_collection_deprecations_api_spec.rb
|
514
521
|
- spec/api/distributions_ansible_api_spec.rb
|
515
|
-
- spec/api/
|
522
|
+
- spec/api/pulp_ansible_api_v3_collections_api_spec.rb
|
516
523
|
- spec/api/content_roles_api_spec.rb
|
517
|
-
- spec/api/
|
518
|
-
- spec/api/
|
519
|
-
- spec/api/
|
520
|
-
- spec/api/
|
524
|
+
- spec/api/pulp_ansible_api_api_spec.rb
|
525
|
+
- spec/api/pulp_ansible_api_v3_api_spec.rb
|
526
|
+
- spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb
|
527
|
+
- spec/api/collection_import_api_spec.rb
|
528
|
+
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb
|
521
529
|
- spec/api/pulp_ansible_default_api_v3_artifacts_collections_api_spec.rb
|
522
|
-
- spec/api/
|
523
|
-
- spec/api/
|
524
|
-
- spec/api/
|
525
|
-
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb
|
526
|
-
- spec/api/content_collection_deprecations_api_spec.rb
|
530
|
+
- spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb
|
531
|
+
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb
|
532
|
+
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb
|
527
533
|
- spec/api/api_roles_api_spec.rb
|
528
|
-
- spec/api/
|
529
|
-
- spec/api/
|
530
|
-
- spec/api/
|
531
|
-
- spec/api/galaxy_detail_api_spec.rb
|
532
|
-
- spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb
|
534
|
+
- spec/api/ansible_copy_api_spec.rb
|
535
|
+
- spec/api/content_collection_versions_api_spec.rb
|
536
|
+
- spec/api/content_collection_signatures_api_spec.rb
|
533
537
|
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb
|
534
|
-
- spec/api/
|
535
|
-
- spec/api/api_collections_api_spec.rb
|
536
|
-
- spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb
|
537
|
-
- spec/api/remotes_git_api_spec.rb
|
538
|
-
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb
|
539
|
-
- spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb
|
540
|
-
- spec/api/pulp_ansible_api_v2_collections_versions_api_spec.rb
|
541
|
-
- spec/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api_spec.rb
|
538
|
+
- spec/api/pulp_ansible_tags_api_spec.rb
|
542
539
|
- spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb
|
540
|
+
- spec/api/galaxy_detail_api_spec.rb
|
541
|
+
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb
|
542
|
+
- spec/api/api_collections_api_spec.rb
|
543
543
|
- spec/api_client_spec.rb
|
544
544
|
- spec/configuration_spec.rb
|
545
|
-
- spec/models/paginated_collection_response_list_links_spec.rb
|
546
|
-
- spec/models/ansible_ansible_repository_spec.rb
|
547
|
-
- spec/models/paginated_collection_response_list_spec.rb
|
548
|
-
- spec/models/paginatedansible_collection_version_signature_response_list_spec.rb
|
549
|
-
- spec/models/repo_metadata_response_spec.rb
|
550
|
-
- spec/models/collection_version_response_spec.rb
|
551
|
-
- spec/models/paginatedansible_git_remote_response_list_spec.rb
|
552
|
-
- spec/models/paginatedansible_role_response_list_spec.rb
|
553
|
-
- spec/models/paginatedansible_ansible_distribution_response_list_spec.rb
|
554
|
-
- spec/models/ansible_collection_remote_response_spec.rb
|
555
|
-
- spec/models/ansible_repository_rebuild_spec.rb
|
556
|
-
- spec/models/paginated_collection_response_list_meta_spec.rb
|
557
|
-
- spec/models/paginatedansible_ansible_repository_response_list_spec.rb
|
558
|
-
- spec/models/copy_spec.rb
|
559
|
-
- spec/models/ansible_collection_remote_response_hidden_fields_spec.rb
|
560
|
-
- spec/models/policy_enum_spec.rb
|
561
|
-
- spec/models/ansible_ansible_distribution_response_spec.rb
|
562
|
-
- spec/models/ansible_ansible_repository_response_spec.rb
|
563
545
|
- spec/models/ansible_collection_response_spec.rb
|
546
|
+
- spec/models/collection_import_detail_response_spec.rb
|
547
|
+
- spec/models/ansible_collection_version_signature_response_spec.rb
|
548
|
+
- spec/models/copy_spec.rb
|
564
549
|
- spec/models/collection_namespace_response_spec.rb
|
565
|
-
- spec/models/ansible_repository_signature_spec.rb
|
566
|
-
- spec/models/paginatedansible_collection_version_response_list_spec.rb
|
567
|
-
- spec/models/galaxy_role_response_spec.rb
|
568
550
|
- spec/models/ansible_role_remote_spec.rb
|
569
|
-
- spec/models/
|
551
|
+
- spec/models/ansible_repository_signature_spec.rb
|
552
|
+
- spec/models/ansible_collection_remote_spec.rb
|
570
553
|
- spec/models/paginatedansible_role_remote_response_list_spec.rb
|
571
|
-
- spec/models/
|
572
|
-
- spec/models/
|
554
|
+
- spec/models/paginated_collection_response_list_meta_spec.rb
|
555
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
556
|
+
- spec/models/ansible_ansible_repository_response_spec.rb
|
573
557
|
- spec/models/ansible_ansible_distribution_spec.rb
|
574
|
-
- spec/models/
|
558
|
+
- spec/models/paginated_galaxy_role_response_list_spec.rb
|
559
|
+
- spec/models/ansible_ansible_repository_spec.rb
|
575
560
|
- spec/models/patchedansible_collection_remote_spec.rb
|
576
|
-
- spec/models/collection_import_detail_response_spec.rb
|
577
|
-
- spec/models/collection_metadata_response_spec.rb
|
578
|
-
- spec/models/repository_add_remove_content_spec.rb
|
579
|
-
- spec/models/ansible_collection_version_signature_spec.rb
|
580
|
-
- spec/models/galaxy_role_version_response_spec.rb
|
581
|
-
- spec/models/client_configuration_response_spec.rb
|
582
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
583
|
-
- spec/models/ansible_repository_sync_url_spec.rb
|
584
|
-
- spec/models/galaxy_collection_spec.rb
|
585
|
-
- spec/models/tag_response_spec.rb
|
586
|
-
- spec/models/ansible_role_remote_response_spec.rb
|
587
|
-
- spec/models/collection_one_shot_spec.rb
|
588
|
-
- spec/models/galaxy_collection_version_response_spec.rb
|
589
|
-
- spec/models/collection_response_spec.rb
|
590
|
-
- spec/models/collection_version_docs_response_spec.rb
|
591
|
-
- spec/models/unpaginated_collection_version_response_spec.rb
|
592
|
-
- spec/models/paginated_tag_response_list_spec.rb
|
593
561
|
- spec/models/paginatedansible_collection_remote_response_list_spec.rb
|
594
|
-
- spec/models/paginated_galaxy_collection_response_list_spec.rb
|
595
|
-
- spec/models/patchedansible_ansible_repository_spec.rb
|
596
|
-
- spec/models/patchedansible_ansible_distribution_spec.rb
|
597
|
-
- spec/models/patchedansible_role_remote_spec.rb
|
598
|
-
- spec/models/async_operation_response_spec.rb
|
599
|
-
- spec/models/patchedansible_git_remote_spec.rb
|
600
|
-
- spec/models/ansible_collection_remote_spec.rb
|
601
|
-
- spec/models/ansible_collection_version_signature_response_spec.rb
|
602
562
|
- spec/models/galaxy_collection_response_spec.rb
|
603
|
-
- spec/models/
|
604
|
-
- spec/models/
|
605
|
-
- spec/models/collection_ref_response_spec.rb
|
606
|
-
- spec/models/ansible_collection_version_spec.rb
|
563
|
+
- spec/models/content_summary_response_spec.rb
|
564
|
+
- spec/models/paginatedansible_git_remote_response_list_spec.rb
|
607
565
|
- spec/models/repository_version_response_spec.rb
|
566
|
+
- spec/models/patchedansible_role_remote_spec.rb
|
608
567
|
- spec/models/artifact_ref_response_spec.rb
|
609
|
-
- spec/models/
|
610
|
-
- spec/models/
|
568
|
+
- spec/models/galaxy_collection_spec.rb
|
569
|
+
- spec/models/patchedansible_ansible_distribution_spec.rb
|
570
|
+
- spec/models/ansible_tag_response_spec.rb
|
571
|
+
- spec/models/client_configuration_response_spec.rb
|
572
|
+
- spec/models/patchedansible_ansible_repository_spec.rb
|
573
|
+
- spec/models/paginatedansible_collection_version_signature_response_list_spec.rb
|
574
|
+
- spec/models/paginated_galaxy_role_version_response_list_spec.rb
|
575
|
+
- spec/models/repair_spec.rb
|
576
|
+
- spec/models/paginated_collection_response_list_links_spec.rb
|
577
|
+
- spec/models/unpaginated_collection_version_response_spec.rb
|
578
|
+
- spec/models/collection_version_docs_response_spec.rb
|
579
|
+
- spec/models/ansible_collection_remote_response_spec.rb
|
580
|
+
- spec/models/ansible_role_remote_response_spec.rb
|
581
|
+
- spec/models/collection_version_response_spec.rb
|
582
|
+
- spec/models/ansible_role_spec.rb
|
583
|
+
- spec/models/paginatedansible_ansible_repository_response_list_spec.rb
|
584
|
+
- spec/models/paginatedansible_role_response_list_spec.rb
|
585
|
+
- spec/models/galaxy_collection_version_response_spec.rb
|
611
586
|
- spec/models/paginated_collection_version_list_response_list_spec.rb
|
587
|
+
- spec/models/ansible_collection_remote_response_hidden_fields_spec.rb
|
588
|
+
- spec/models/paginatedansible_collection_version_response_list_spec.rb
|
589
|
+
- spec/models/collection_one_shot_spec.rb
|
590
|
+
- spec/models/policy_enum_spec.rb
|
591
|
+
- spec/models/collection_metadata_response_spec.rb
|
592
|
+
- spec/models/paginated_galaxy_collection_response_list_spec.rb
|
593
|
+
- spec/models/collection_response_spec.rb
|
594
|
+
- spec/models/paginatedansible_collection_response_list_spec.rb
|
595
|
+
- spec/models/collection_ref_response_spec.rb
|
596
|
+
- spec/models/paginatedansible_ansible_distribution_response_list_spec.rb
|
597
|
+
- spec/models/ansible_repository_sync_url_spec.rb
|
598
|
+
- spec/models/repository_add_remove_content_spec.rb
|
599
|
+
- spec/models/ansible_collection_version_signature_spec.rb
|
600
|
+
- spec/models/ansible_repository_rebuild_spec.rb
|
612
601
|
- spec/models/ansible_git_remote_response_spec.rb
|
613
|
-
- spec/models/
|
602
|
+
- spec/models/ansible_git_remote_spec.rb
|
603
|
+
- spec/models/paginated_tag_response_list_spec.rb
|
604
|
+
- spec/models/ansible_ansible_distribution_response_spec.rb
|
605
|
+
- spec/models/tag_response_spec.rb
|
606
|
+
- spec/models/ansible_collection_spec.rb
|
607
|
+
- spec/models/patchedansible_git_remote_spec.rb
|
608
|
+
- spec/models/galaxy_role_response_spec.rb
|
614
609
|
- spec/models/paginated_galaxy_collection_version_response_list_spec.rb
|
615
|
-
- spec/models/ansible_tag_response_spec.rb
|
616
610
|
- spec/models/ansible_collection_version_response_spec.rb
|
617
|
-
- spec/models/
|
611
|
+
- spec/models/ansible_role_response_spec.rb
|
612
|
+
- spec/models/galaxy_role_version_response_spec.rb
|
613
|
+
- spec/models/collection_version_list_response_spec.rb
|
614
|
+
- spec/models/repo_metadata_response_spec.rb
|
615
|
+
- spec/models/ansible_collection_version_spec.rb
|
616
|
+
- spec/models/async_operation_response_spec.rb
|
617
|
+
- spec/models/paginated_collection_response_list_spec.rb
|
618
618
|
- spec/spec_helper.rb
|