pulp_rpm_client 3.17.4 → 3.17.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -6
- data/docs/AcsRpmApi.md +2 -2
- data/docs/ContentAdvisoriesApi.md +2 -2
- data/docs/ContentDistributionTreesApi.md +2 -2
- data/docs/ContentModulemdDefaultsApi.md +5 -3
- data/docs/ContentModulemdsApi.md +4 -2
- data/docs/ContentPackagecategoriesApi.md +2 -2
- data/docs/ContentPackageenvironmentsApi.md +2 -2
- data/docs/ContentPackagegroupsApi.md +2 -2
- data/docs/ContentPackagelangpacksApi.md +2 -2
- data/docs/ContentPackagesApi.md +5 -3
- data/docs/ContentRepoMetadataFilesApi.md +2 -2
- data/docs/DistributionsRpmApi.md +2 -2
- data/docs/PatchedrpmRpmRemote.md +2 -2
- data/docs/PatchedrpmUlnRemote.md +1 -1
- data/docs/PublicationsRpmApi.md +4 -2
- data/docs/RemotesRpmApi.md +2 -2
- data/docs/RemotesUlnApi.md +2 -2
- data/docs/Repair.md +17 -0
- data/docs/RepositoriesRpmApi.md +2 -2
- data/docs/RepositoriesRpmVersionsApi.md +6 -6
- data/docs/RpmModulemd.md +2 -0
- data/docs/RpmModulemdDefaults.md +2 -0
- data/docs/RpmPackage.md +3 -1
- data/docs/RpmRpmPublication.md +2 -2
- data/docs/RpmRpmPublicationResponse.md +2 -2
- data/docs/RpmRpmRemote.md +2 -2
- data/docs/RpmUlnRemote.md +1 -1
- data/docs/RpmUlnRemoteResponse.md +0 -4
- data/lib/pulp_rpm_client/api/acs_rpm_api.rb +7 -3
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +7 -3
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +7 -3
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +10 -3
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +10 -3
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +7 -3
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +7 -3
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +7 -3
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +7 -3
- data/lib/pulp_rpm_client/api/content_packages_api.rb +10 -3
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +7 -3
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +7 -3
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +10 -3
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +7 -3
- data/lib/pulp_rpm_client/api/remotes_uln_api.rb +7 -3
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +7 -3
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +16 -12
- data/lib/pulp_rpm_client/api_client.rb +1 -4
- data/lib/pulp_rpm_client/configuration.rb +1 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +2 -2
- data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +1 -1
- data/lib/pulp_rpm_client/models/{repository_version.rb → repair.rb} +13 -12
- data/lib/pulp_rpm_client/models/rpm_modulemd.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_package.rb +14 -4
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +0 -4
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +0 -4
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +2 -2
- data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +1 -31
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/lib/pulp_rpm_client.rb +1 -2
- data/spec/api/acs_rpm_api_spec.rb +1 -1
- data/spec/api/content_advisories_api_spec.rb +1 -1
- data/spec/api/content_distribution_trees_api_spec.rb +1 -1
- data/spec/api/content_modulemd_defaults_api_spec.rb +2 -1
- data/spec/api/content_modulemds_api_spec.rb +2 -1
- data/spec/api/content_packagecategories_api_spec.rb +1 -1
- data/spec/api/content_packageenvironments_api_spec.rb +1 -1
- data/spec/api/content_packagegroups_api_spec.rb +1 -1
- data/spec/api/content_packagelangpacks_api_spec.rb +1 -1
- data/spec/api/content_packages_api_spec.rb +2 -1
- data/spec/api/content_repo_metadata_files_api_spec.rb +1 -1
- data/spec/api/distributions_rpm_api_spec.rb +1 -1
- data/spec/api/publications_rpm_api_spec.rb +2 -1
- data/spec/api/remotes_rpm_api_spec.rb +1 -1
- data/spec/api/remotes_uln_api_spec.rb +1 -1
- data/spec/api/repositories_rpm_api_spec.rb +1 -1
- data/spec/api/repositories_rpm_versions_api_spec.rb +2 -2
- data/spec/models/{repository_version_spec.rb → repair_spec.rb} +7 -7
- data/spec/models/rpm_modulemd_defaults_spec.rb +6 -0
- data/spec/models/rpm_modulemd_spec.rb +6 -0
- data/spec/models/rpm_package_spec.rb +6 -0
- data/spec/models/rpm_uln_remote_response_spec.rb +0 -12
- metadata +73 -77
- data/docs/ContentSummary.md +0 -21
- data/docs/RepositoryVersion.md +0 -17
- data/lib/pulp_rpm_client/models/content_summary.rb +0 -246
- data/spec/models/content_summary_spec.rb +0 -53
@@ -38,12 +38,6 @@ module PulpRpmClient
|
|
38
38
|
# The proxy URL. Format: scheme://host:port
|
39
39
|
attr_accessor :proxy_url
|
40
40
|
|
41
|
-
# Your ULN account username.
|
42
|
-
attr_accessor :username
|
43
|
-
|
44
|
-
# Your ULN account password.
|
45
|
-
attr_accessor :password
|
46
|
-
|
47
41
|
attr_accessor :pulp_labels
|
48
42
|
|
49
43
|
# Timestamp of the most recent update of the remote.
|
@@ -90,8 +84,6 @@ module PulpRpmClient
|
|
90
84
|
:'client_cert' => :'client_cert',
|
91
85
|
:'tls_validation' => :'tls_validation',
|
92
86
|
:'proxy_url' => :'proxy_url',
|
93
|
-
:'username' => :'username',
|
94
|
-
:'password' => :'password',
|
95
87
|
:'pulp_labels' => :'pulp_labels',
|
96
88
|
:'pulp_last_updated' => :'pulp_last_updated',
|
97
89
|
:'download_concurrency' => :'download_concurrency',
|
@@ -118,8 +110,6 @@ module PulpRpmClient
|
|
118
110
|
:'client_cert' => :'String',
|
119
111
|
:'tls_validation' => :'Boolean',
|
120
112
|
:'proxy_url' => :'String',
|
121
|
-
:'username' => :'String',
|
122
|
-
:'password' => :'String',
|
123
113
|
:'pulp_labels' => :'Object',
|
124
114
|
:'pulp_last_updated' => :'DateTime',
|
125
115
|
:'download_concurrency' => :'Integer',
|
@@ -199,14 +189,6 @@ module PulpRpmClient
|
|
199
189
|
self.proxy_url = attributes[:'proxy_url']
|
200
190
|
end
|
201
191
|
|
202
|
-
if attributes.key?(:'username')
|
203
|
-
self.username = attributes[:'username']
|
204
|
-
end
|
205
|
-
|
206
|
-
if attributes.key?(:'password')
|
207
|
-
self.password = attributes[:'password']
|
208
|
-
end
|
209
|
-
|
210
192
|
if attributes.key?(:'pulp_labels')
|
211
193
|
self.pulp_labels = attributes[:'pulp_labels']
|
212
194
|
end
|
@@ -270,14 +252,6 @@ module PulpRpmClient
|
|
270
252
|
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
271
253
|
end
|
272
254
|
|
273
|
-
if @username.nil?
|
274
|
-
invalid_properties.push('invalid value for "username", username cannot be nil.')
|
275
|
-
end
|
276
|
-
|
277
|
-
if @password.nil?
|
278
|
-
invalid_properties.push('invalid value for "password", password cannot be nil.')
|
279
|
-
end
|
280
|
-
|
281
255
|
if !@download_concurrency.nil? && @download_concurrency < 1
|
282
256
|
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
283
257
|
end
|
@@ -306,8 +280,6 @@ module PulpRpmClient
|
|
306
280
|
def valid?
|
307
281
|
return false if @name.nil?
|
308
282
|
return false if @url.nil?
|
309
|
-
return false if @username.nil?
|
310
|
-
return false if @password.nil?
|
311
283
|
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
312
284
|
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
313
285
|
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
@@ -379,8 +351,6 @@ module PulpRpmClient
|
|
379
351
|
client_cert == o.client_cert &&
|
380
352
|
tls_validation == o.tls_validation &&
|
381
353
|
proxy_url == o.proxy_url &&
|
382
|
-
username == o.username &&
|
383
|
-
password == o.password &&
|
384
354
|
pulp_labels == o.pulp_labels &&
|
385
355
|
pulp_last_updated == o.pulp_last_updated &&
|
386
356
|
download_concurrency == o.download_concurrency &&
|
@@ -404,7 +374,7 @@ module PulpRpmClient
|
|
404
374
|
# Calculates hash code according to all attributes.
|
405
375
|
# @return [Integer] Hash code
|
406
376
|
def hash
|
407
|
-
[pulp_href, pulp_created, name, url, ca_cert, client_cert, tls_validation, proxy_url,
|
377
|
+
[pulp_href, pulp_created, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels, pulp_last_updated, download_concurrency, max_retries, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, uln_server_base_url].hash
|
408
378
|
end
|
409
379
|
|
410
380
|
# Builds the object from hash
|
data/lib/pulp_rpm_client.rb
CHANGED
@@ -22,7 +22,6 @@ require 'pulp_rpm_client/models/artifact_response'
|
|
22
22
|
require 'pulp_rpm_client/models/async_operation_response'
|
23
23
|
require 'pulp_rpm_client/models/checksum_response'
|
24
24
|
require 'pulp_rpm_client/models/comps_xml'
|
25
|
-
require 'pulp_rpm_client/models/content_summary'
|
26
25
|
require 'pulp_rpm_client/models/content_summary_response'
|
27
26
|
require 'pulp_rpm_client/models/copy'
|
28
27
|
require 'pulp_rpm_client/models/image_response'
|
@@ -51,8 +50,8 @@ require 'pulp_rpm_client/models/patchedrpm_rpm_remote'
|
|
51
50
|
require 'pulp_rpm_client/models/patchedrpm_rpm_repository'
|
52
51
|
require 'pulp_rpm_client/models/patchedrpm_uln_remote'
|
53
52
|
require 'pulp_rpm_client/models/policy_enum'
|
53
|
+
require 'pulp_rpm_client/models/repair'
|
54
54
|
require 'pulp_rpm_client/models/repository_add_remove_content'
|
55
|
-
require 'pulp_rpm_client/models/repository_version'
|
56
55
|
require 'pulp_rpm_client/models/repository_version_response'
|
57
56
|
require 'pulp_rpm_client/models/rpm_distribution_tree_response'
|
58
57
|
require 'pulp_rpm_client/models/rpm_modulemd'
|
@@ -67,7 +67,7 @@ describe 'AcsRpmApi' do
|
|
67
67
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
68
68
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
69
69
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
70
|
-
# @option opts [String] :ordering
|
70
|
+
# @option opts [Array<String>] :ordering Ordering
|
71
71
|
# @option opts [String] :fields A list of fields to include in the response.
|
72
72
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
73
73
|
# @return [PaginatedrpmRpmAlternateContentSourceResponseList]
|
@@ -53,7 +53,7 @@ describe 'ContentAdvisoriesApi' do
|
|
53
53
|
# @option opts [Array<String>] :id__in Filter results where id is in a comma-separated list of values
|
54
54
|
# @option opts [Integer] :limit Number of results to return per page.
|
55
55
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
56
|
-
# @option opts [String] :ordering
|
56
|
+
# @option opts [Array<String>] :ordering Ordering
|
57
57
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
58
58
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
59
59
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -38,7 +38,7 @@ describe 'ContentDistributionTreesApi' do
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
39
|
# @option opts [Integer] :limit Number of results to return per page.
|
40
40
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
41
|
-
# @option opts [String] :ordering
|
41
|
+
# @option opts [Array<String>] :ordering Ordering
|
42
42
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
43
43
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
44
44
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -43,6 +43,7 @@ describe 'ContentModulemdDefaultsApi' do
|
|
43
43
|
# @option opts [String] :artifact Artifact file representing the physical content
|
44
44
|
# @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
|
45
45
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
46
|
+
# @option opts [String] :upload An uncommitted upload that may be turned into the artifact of the content unit.
|
46
47
|
# @return [AsyncOperationResponse]
|
47
48
|
describe 'create test' do
|
48
49
|
it 'should work' do
|
@@ -58,7 +59,7 @@ describe 'ContentModulemdDefaultsApi' do
|
|
58
59
|
# @option opts [String] :_module Filter results where module matches value
|
59
60
|
# @option opts [Array<String>] :module__in Filter results where module is in a comma-separated list of values
|
60
61
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
61
|
-
# @option opts [String] :ordering
|
62
|
+
# @option opts [Array<String>] :ordering Ordering
|
62
63
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
63
64
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
64
65
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -47,6 +47,7 @@ describe 'ContentModulemdsApi' do
|
|
47
47
|
# @option opts [String] :artifact Artifact file representing the physical content
|
48
48
|
# @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
|
49
49
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
50
|
+
# @option opts [String] :upload An uncommitted upload that may be turned into the artifact of the content unit.
|
50
51
|
# @option opts [Boolean] :static_context Modulemd static-context flag.
|
51
52
|
# @option opts [Array<String>] :packages Modulemd artifacts' packages.
|
52
53
|
# @return [AsyncOperationResponse]
|
@@ -64,7 +65,7 @@ describe 'ContentModulemdsApi' do
|
|
64
65
|
# @option opts [String] :name Filter results where name matches value
|
65
66
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
66
67
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
67
|
-
# @option opts [String] :ordering
|
68
|
+
# @option opts [Array<String>] :ordering Ordering
|
68
69
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
69
70
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
70
71
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -38,7 +38,7 @@ describe 'ContentPackagecategoriesApi' do
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
39
|
# @option opts [Integer] :limit Number of results to return per page.
|
40
40
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
41
|
-
# @option opts [String] :ordering
|
41
|
+
# @option opts [Array<String>] :ordering Ordering
|
42
42
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
43
43
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
44
44
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -38,7 +38,7 @@ describe 'ContentPackageenvironmentsApi' do
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
39
|
# @option opts [Integer] :limit Number of results to return per page.
|
40
40
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
41
|
-
# @option opts [String] :ordering
|
41
|
+
# @option opts [Array<String>] :ordering Ordering
|
42
42
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
43
43
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
44
44
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -38,7 +38,7 @@ describe 'ContentPackagegroupsApi' do
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
39
|
# @option opts [Integer] :limit Number of results to return per page.
|
40
40
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
41
|
-
# @option opts [String] :ordering
|
41
|
+
# @option opts [Array<String>] :ordering Ordering
|
42
42
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
43
43
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
44
44
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -38,7 +38,7 @@ describe 'ContentPackagelangpacksApi' do
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
39
|
# @option opts [Integer] :limit Number of results to return per page.
|
40
40
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
41
|
-
# @option opts [String] :ordering
|
41
|
+
# @option opts [Array<String>] :ordering Ordering
|
42
42
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
43
43
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
44
44
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -40,6 +40,7 @@ describe 'ContentPackagesApi' do
|
|
40
40
|
# @option opts [String] :artifact Artifact file representing the physical content
|
41
41
|
# @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
|
42
42
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
43
|
+
# @option opts [String] :upload An uncommitted upload that may be turned into the artifact of the content unit.
|
43
44
|
# @return [AsyncOperationResponse]
|
44
45
|
describe 'create test' do
|
45
46
|
it 'should work' do
|
@@ -65,7 +66,7 @@ describe 'ContentPackagesApi' do
|
|
65
66
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
66
67
|
# @option opts [String] :name__ne Filter results where name not equal to value
|
67
68
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
68
|
-
# @option opts [String] :ordering
|
69
|
+
# @option opts [Array<String>] :ordering Ordering
|
69
70
|
# @option opts [String] :pkg_id Filter results where pkgId matches value
|
70
71
|
# @option opts [Array<String>] :pkg_id__in Filter results where pkgId is in a comma-separated list of values
|
71
72
|
# @option opts [String] :release Filter results where release matches value
|
@@ -38,7 +38,7 @@ describe 'ContentRepoMetadataFilesApi' do
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
39
|
# @option opts [Integer] :limit Number of results to return per page.
|
40
40
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
41
|
-
# @option opts [String] :ordering
|
41
|
+
# @option opts [Array<String>] :ordering Ordering
|
42
42
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
43
43
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
44
44
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -71,7 +71,7 @@ describe 'DistributionsRpmApi' do
|
|
71
71
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
72
72
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
73
73
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
74
|
-
# @option opts [String] :ordering
|
74
|
+
# @option opts [Array<String>] :ordering Ordering
|
75
75
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
76
76
|
# @option opts [String] :fields A list of fields to include in the response.
|
77
77
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
@@ -64,13 +64,14 @@ describe 'PublicationsRpmApi' do
|
|
64
64
|
# @option opts [String] :content__in Content Unit referenced by HREF
|
65
65
|
# @option opts [Integer] :limit Number of results to return per page.
|
66
66
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
67
|
-
# @option opts [String] :ordering
|
67
|
+
# @option opts [Array<String>] :ordering Ordering
|
68
68
|
# @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
|
69
69
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
70
70
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
71
71
|
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
72
72
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
73
73
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
74
|
+
# @option opts [String] :repository Repository referenced by HREF
|
74
75
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
75
76
|
# @option opts [String] :fields A list of fields to include in the response.
|
76
77
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
@@ -67,7 +67,7 @@ describe 'RemotesRpmApi' do
|
|
67
67
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
68
68
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
69
69
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
70
|
-
# @option opts [String] :ordering
|
70
|
+
# @option opts [Array<String>] :ordering Ordering
|
71
71
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
72
72
|
# @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
|
73
73
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
@@ -67,7 +67,7 @@ describe 'RemotesUlnApi' do
|
|
67
67
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
68
68
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
69
69
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
70
|
-
# @option opts [String] :ordering
|
70
|
+
# @option opts [Array<String>] :ordering Ordering
|
71
71
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
72
72
|
# @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
|
73
73
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
@@ -67,7 +67,7 @@ describe 'RepositoriesRpmApi' do
|
|
67
67
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
68
68
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
69
69
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
70
|
-
# @option opts [String] :ordering
|
70
|
+
# @option opts [Array<String>] :ordering Ordering
|
71
71
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
72
72
|
# @option opts [String] :fields A list of fields to include in the response.
|
73
73
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
@@ -59,7 +59,7 @@ describe 'RepositoriesRpmVersionsApi' do
|
|
59
59
|
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
60
60
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
61
61
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
62
|
-
# @option opts [String] :ordering
|
62
|
+
# @option opts [Array<String>] :ordering Ordering
|
63
63
|
# @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
|
64
64
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
65
65
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
@@ -92,7 +92,7 @@ describe 'RepositoriesRpmVersionsApi' do
|
|
92
92
|
# unit tests for repair
|
93
93
|
# Trigger an asynchronous task to repair a repository version.
|
94
94
|
# @param rpm_rpm_repository_version_href
|
95
|
-
# @param
|
95
|
+
# @param repair
|
96
96
|
# @param [Hash] opts the optional parameters
|
97
97
|
# @return [AsyncOperationResponse]
|
98
98
|
describe 'repair test' do
|
@@ -14,25 +14,25 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for PulpRpmClient::
|
17
|
+
# Unit tests for PulpRpmClient::Repair
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe '
|
20
|
+
describe 'Repair' do
|
21
21
|
before do
|
22
22
|
# run before each test
|
23
|
-
@instance = PulpRpmClient::
|
23
|
+
@instance = PulpRpmClient::Repair.new
|
24
24
|
end
|
25
25
|
|
26
26
|
after do
|
27
27
|
# run after each test
|
28
28
|
end
|
29
29
|
|
30
|
-
describe 'test an instance of
|
31
|
-
it 'should create an instance of
|
32
|
-
expect(@instance).to be_instance_of(PulpRpmClient::
|
30
|
+
describe 'test an instance of Repair' do
|
31
|
+
it 'should create an instance of Repair' do
|
32
|
+
expect(@instance).to be_instance_of(PulpRpmClient::Repair)
|
33
33
|
end
|
34
34
|
end
|
35
|
-
describe 'test attribute "
|
35
|
+
describe 'test attribute "verify_checksums"' 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
|
@@ -56,6 +56,12 @@ describe 'RpmModulemdDefaults' do
|
|
56
56
|
end
|
57
57
|
end
|
58
58
|
|
59
|
+
describe 'test attribute "upload"' do
|
60
|
+
it 'should work' do
|
61
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
62
|
+
end
|
63
|
+
end
|
64
|
+
|
59
65
|
describe 'test attribute "_module"' do
|
60
66
|
it 'should work' do
|
61
67
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -56,6 +56,12 @@ describe 'RpmModulemd' do
|
|
56
56
|
end
|
57
57
|
end
|
58
58
|
|
59
|
+
describe 'test attribute "upload"' do
|
60
|
+
it 'should work' do
|
61
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
62
|
+
end
|
63
|
+
end
|
64
|
+
|
59
65
|
describe 'test attribute "name"' do
|
60
66
|
it 'should work' do
|
61
67
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -80,18 +80,6 @@ describe 'RpmUlnRemoteResponse' do
|
|
80
80
|
end
|
81
81
|
end
|
82
82
|
|
83
|
-
describe 'test attribute "username"' do
|
84
|
-
it 'should work' do
|
85
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
86
|
-
end
|
87
|
-
end
|
88
|
-
|
89
|
-
describe 'test attribute "password"' do
|
90
|
-
it 'should work' do
|
91
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
92
|
-
end
|
93
|
-
end
|
94
|
-
|
95
83
|
describe 'test attribute "pulp_labels"' do
|
96
84
|
it 'should work' do
|
97
85
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|