pulp_maven_client 0.18.0 → 0.20.0
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 +11 -4
- data/docs/MavenMavenDistribution.md +3 -1
- data/docs/MavenMavenDistributionResponse.md +3 -1
- data/docs/MavenMavenPublication.md +20 -0
- data/docs/MavenMavenPublicationResponse.md +28 -0
- data/docs/MavenMavenRepository.md +3 -1
- data/docs/MavenMavenRepositoryResponse.md +3 -1
- data/docs/PaginatedmavenMavenPublicationResponseList.md +24 -0
- data/docs/PatchedmavenMavenDistribution.md +3 -1
- data/docs/PatchedmavenMavenRepository.md +3 -1
- data/docs/PublicationsMavenApi.md +350 -0
- data/lib/pulp_maven_client/api/publications_maven_api.rb +356 -0
- data/lib/pulp_maven_client/models/maven_maven_distribution.rb +16 -5
- data/lib/pulp_maven_client/models/maven_maven_distribution_response.rb +16 -5
- data/lib/pulp_maven_client/models/maven_maven_publication.rb +225 -0
- data/lib/pulp_maven_client/models/maven_maven_publication_response.rb +264 -0
- data/lib/pulp_maven_client/models/maven_maven_repository.rb +17 -5
- data/lib/pulp_maven_client/models/maven_maven_repository_response.rb +17 -5
- data/lib/pulp_maven_client/models/paginatedmaven_maven_publication_response_list.rb +257 -0
- data/lib/pulp_maven_client/models/patchedmaven_maven_distribution.rb +16 -5
- data/lib/pulp_maven_client/models/patchedmaven_maven_repository.rb +17 -5
- data/lib/pulp_maven_client/version.rb +1 -1
- data/lib/pulp_maven_client.rb +4 -0
- data/spec/api/publications_maven_api_spec.rb +109 -0
- data/spec/models/maven_maven_distribution_response_spec.rb +6 -0
- data/spec/models/maven_maven_distribution_spec.rb +6 -0
- data/spec/models/maven_maven_publication_response_spec.rb +66 -0
- data/spec/models/maven_maven_publication_spec.rb +42 -0
- data/spec/models/maven_maven_repository_response_spec.rb +6 -0
- data/spec/models/maven_maven_repository_spec.rb +6 -0
- data/spec/models/paginatedmaven_maven_publication_response_list_spec.rb +54 -0
- data/spec/models/patchedmaven_maven_distribution_spec.rb +6 -0
- data/spec/models/patchedmaven_maven_repository_spec.rb +6 -0
- metadata +18 -2
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Pulp 3 API
|
|
3
|
+
|
|
4
|
+
#Fetch, Upload, Organize, and Distribute Software Packages
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: v3
|
|
7
|
+
Contact: pulp-list@redhat.com
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
Generator version: 7.10.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for PulpMavenClient::PaginatedmavenMavenPublicationResponseList
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe PulpMavenClient::PaginatedmavenMavenPublicationResponseList do
|
|
21
|
+
let(:instance) { PulpMavenClient::PaginatedmavenMavenPublicationResponseList.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of PaginatedmavenMavenPublicationResponseList' do
|
|
24
|
+
it 'should create an instance of PaginatedmavenMavenPublicationResponseList' do
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(PulpMavenClient::PaginatedmavenMavenPublicationResponseList)
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test attribute "count"' do
|
|
31
|
+
it 'should work' do
|
|
32
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
describe 'test attribute "_next"' do
|
|
37
|
+
it 'should work' do
|
|
38
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
describe 'test attribute "previous"' do
|
|
43
|
+
it 'should work' do
|
|
44
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
describe 'test attribute "results"' do
|
|
49
|
+
it 'should work' do
|
|
50
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
|
|
54
|
+
end
|
|
@@ -75,4 +75,10 @@ describe PulpMavenClient::PatchedmavenMavenDistribution do
|
|
|
75
75
|
end
|
|
76
76
|
end
|
|
77
77
|
|
|
78
|
+
describe 'test attribute "publication"' do
|
|
79
|
+
it 'should work' do
|
|
80
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
81
|
+
end
|
|
82
|
+
end
|
|
83
|
+
|
|
78
84
|
end
|
|
@@ -63,4 +63,10 @@ describe PulpMavenClient::PatchedmavenMavenRepository do
|
|
|
63
63
|
end
|
|
64
64
|
end
|
|
65
65
|
|
|
66
|
+
describe 'test attribute "autopublish"' do
|
|
67
|
+
it 'should work' do
|
|
68
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
|
|
66
72
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulp_maven_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.20.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-06-
|
|
11
|
+
date: 2026-06-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -97,6 +97,8 @@ files:
|
|
|
97
97
|
- docs/MavenMavenDistribution.md
|
|
98
98
|
- docs/MavenMavenDistributionResponse.md
|
|
99
99
|
- docs/MavenMavenMetadataResponse.md
|
|
100
|
+
- docs/MavenMavenPublication.md
|
|
101
|
+
- docs/MavenMavenPublicationResponse.md
|
|
100
102
|
- docs/MavenMavenRemote.md
|
|
101
103
|
- docs/MavenMavenRemoteResponse.md
|
|
102
104
|
- docs/MavenMavenRemoteResponseHiddenFieldsInner.md
|
|
@@ -106,12 +108,14 @@ files:
|
|
|
106
108
|
- docs/PaginatedmavenMavenArtifactResponseList.md
|
|
107
109
|
- docs/PaginatedmavenMavenDistributionResponseList.md
|
|
108
110
|
- docs/PaginatedmavenMavenMetadataResponseList.md
|
|
111
|
+
- docs/PaginatedmavenMavenPublicationResponseList.md
|
|
109
112
|
- docs/PaginatedmavenMavenRemoteResponseList.md
|
|
110
113
|
- docs/PaginatedmavenMavenRepositoryResponseList.md
|
|
111
114
|
- docs/PatchedmavenMavenDistribution.md
|
|
112
115
|
- docs/PatchedmavenMavenRemote.md
|
|
113
116
|
- docs/PatchedmavenMavenRepository.md
|
|
114
117
|
- docs/PolicyEnum.md
|
|
118
|
+
- docs/PublicationsMavenApi.md
|
|
115
119
|
- docs/PulpMavenApi.md
|
|
116
120
|
- docs/RemoteNetworkConfig.md
|
|
117
121
|
- docs/RemoteNetworkConfigResponse.md
|
|
@@ -130,6 +134,7 @@ files:
|
|
|
130
134
|
- lib/pulp_maven_client/api/content_artifact_api.rb
|
|
131
135
|
- lib/pulp_maven_client/api/content_metadata_api.rb
|
|
132
136
|
- lib/pulp_maven_client/api/distributions_maven_api.rb
|
|
137
|
+
- lib/pulp_maven_client/api/publications_maven_api.rb
|
|
133
138
|
- lib/pulp_maven_client/api/pulp_maven_api.rb
|
|
134
139
|
- lib/pulp_maven_client/api/remotes_maven_api.rb
|
|
135
140
|
- lib/pulp_maven_client/api/repositories_maven_api.rb
|
|
@@ -143,6 +148,8 @@ files:
|
|
|
143
148
|
- lib/pulp_maven_client/models/maven_maven_distribution.rb
|
|
144
149
|
- lib/pulp_maven_client/models/maven_maven_distribution_response.rb
|
|
145
150
|
- lib/pulp_maven_client/models/maven_maven_metadata_response.rb
|
|
151
|
+
- lib/pulp_maven_client/models/maven_maven_publication.rb
|
|
152
|
+
- lib/pulp_maven_client/models/maven_maven_publication_response.rb
|
|
146
153
|
- lib/pulp_maven_client/models/maven_maven_remote.rb
|
|
147
154
|
- lib/pulp_maven_client/models/maven_maven_remote_response.rb
|
|
148
155
|
- lib/pulp_maven_client/models/maven_maven_remote_response_hidden_fields_inner.rb
|
|
@@ -152,6 +159,7 @@ files:
|
|
|
152
159
|
- lib/pulp_maven_client/models/paginatedmaven_maven_artifact_response_list.rb
|
|
153
160
|
- lib/pulp_maven_client/models/paginatedmaven_maven_distribution_response_list.rb
|
|
154
161
|
- lib/pulp_maven_client/models/paginatedmaven_maven_metadata_response_list.rb
|
|
162
|
+
- lib/pulp_maven_client/models/paginatedmaven_maven_publication_response_list.rb
|
|
155
163
|
- lib/pulp_maven_client/models/paginatedmaven_maven_remote_response_list.rb
|
|
156
164
|
- lib/pulp_maven_client/models/paginatedmaven_maven_repository_response_list.rb
|
|
157
165
|
- lib/pulp_maven_client/models/patchedmaven_maven_distribution.rb
|
|
@@ -173,6 +181,7 @@ files:
|
|
|
173
181
|
- spec/api/content_artifact_api_spec.rb
|
|
174
182
|
- spec/api/content_metadata_api_spec.rb
|
|
175
183
|
- spec/api/distributions_maven_api_spec.rb
|
|
184
|
+
- spec/api/publications_maven_api_spec.rb
|
|
176
185
|
- spec/api/pulp_maven_api_spec.rb
|
|
177
186
|
- spec/api/remotes_maven_api_spec.rb
|
|
178
187
|
- spec/api/repositories_maven_api_spec.rb
|
|
@@ -183,6 +192,8 @@ files:
|
|
|
183
192
|
- spec/models/maven_maven_distribution_response_spec.rb
|
|
184
193
|
- spec/models/maven_maven_distribution_spec.rb
|
|
185
194
|
- spec/models/maven_maven_metadata_response_spec.rb
|
|
195
|
+
- spec/models/maven_maven_publication_response_spec.rb
|
|
196
|
+
- spec/models/maven_maven_publication_spec.rb
|
|
186
197
|
- spec/models/maven_maven_remote_response_hidden_fields_inner_spec.rb
|
|
187
198
|
- spec/models/maven_maven_remote_response_spec.rb
|
|
188
199
|
- spec/models/maven_maven_remote_spec.rb
|
|
@@ -192,6 +203,7 @@ files:
|
|
|
192
203
|
- spec/models/paginatedmaven_maven_artifact_response_list_spec.rb
|
|
193
204
|
- spec/models/paginatedmaven_maven_distribution_response_list_spec.rb
|
|
194
205
|
- spec/models/paginatedmaven_maven_metadata_response_list_spec.rb
|
|
206
|
+
- spec/models/paginatedmaven_maven_publication_response_list_spec.rb
|
|
195
207
|
- spec/models/paginatedmaven_maven_remote_response_list_spec.rb
|
|
196
208
|
- spec/models/paginatedmaven_maven_repository_response_list_spec.rb
|
|
197
209
|
- spec/models/patchedmaven_maven_distribution_spec.rb
|
|
@@ -237,9 +249,11 @@ test_files:
|
|
|
237
249
|
- spec/api/distributions_maven_api_spec.rb
|
|
238
250
|
- spec/api/content_artifact_api_spec.rb
|
|
239
251
|
- spec/api/remotes_maven_api_spec.rb
|
|
252
|
+
- spec/api/publications_maven_api_spec.rb
|
|
240
253
|
- spec/api/repositories_maven_versions_api_spec.rb
|
|
241
254
|
- spec/api/pulp_maven_api_spec.rb
|
|
242
255
|
- spec/api/content_metadata_api_spec.rb
|
|
256
|
+
- spec/models/paginatedmaven_maven_publication_response_list_spec.rb
|
|
243
257
|
- spec/models/maven_maven_metadata_response_spec.rb
|
|
244
258
|
- spec/models/content_summary_response_spec.rb
|
|
245
259
|
- spec/models/remote_network_config_spec.rb
|
|
@@ -263,9 +277,11 @@ test_files:
|
|
|
263
277
|
- spec/models/async_operation_response_spec.rb
|
|
264
278
|
- spec/models/paginatedmaven_maven_metadata_response_list_spec.rb
|
|
265
279
|
- spec/models/policy_enum_spec.rb
|
|
280
|
+
- spec/models/maven_maven_publication_response_spec.rb
|
|
266
281
|
- spec/models/repository_add_cached_content_spec.rb
|
|
267
282
|
- spec/models/set_label_response_spec.rb
|
|
268
283
|
- spec/models/paginatedmaven_maven_repository_response_list_spec.rb
|
|
284
|
+
- spec/models/maven_maven_publication_spec.rb
|
|
269
285
|
- spec/models/patchedmaven_maven_repository_spec.rb
|
|
270
286
|
- spec/models/repository_version_response_spec.rb
|
|
271
287
|
- spec/models/paginatedmaven_maven_artifact_response_list_spec.rb
|