pulp_rpm_client 3.27.2 → 3.27.3
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 +4 -4
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +20 -20
- data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +20 -20
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +20 -20
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +20 -20
- data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +20 -20
- data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +20 -20
- data/lib/pulp_rpm_client/version.rb +1 -1
- metadata +88 -88
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91786adab18fb947102183a003fcaa8b178227832855bf28886b2822a1b45bc5
|
4
|
+
data.tar.gz: e79b7d6ea69387170a241e65b1237cc0317acaa9aa68f0863ed035d651748001
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98c20e9dd7020df169d1908e41227c7f9c5205b74f214d45ef83d8b83c069ffd3dca382495cf69bd5544b975af6b0a7facff8b90a3b4217f85f1efac57de1812
|
7
|
+
data.tar.gz: 70d4f21a6fc77bc9e601bc5cab48d4da2e847098b4841e1749fb6bd25562361da4c3a6728d975379b863fb1ac103d868bf6bf4b16b2300b03c6cf24240697687
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: v3
|
10
|
-
- Package version: 3.27.
|
10
|
+
- Package version: 3.27.3
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
13
13
|
|
@@ -24,16 +24,16 @@ gem build pulp_rpm_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_rpm_client-3.27.
|
27
|
+
gem install ./pulp_rpm_client-3.27.3.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_rpm_client-3.27.
|
30
|
+
(for development, run `gem install --dev ./pulp_rpm_client-3.27.3.gem` to install the development dependencies)
|
31
31
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
33
|
|
34
34
|
Finally add this to the Gemfile:
|
35
35
|
|
36
|
-
gem 'pulp_rpm_client', '~> 3.27.
|
36
|
+
gem 'pulp_rpm_client', '~> 3.27.3'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -314,20 +314,20 @@ module PulpRpmClient
|
|
314
314
|
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
315
315
|
end
|
316
316
|
|
317
|
-
if !@total_timeout.nil? && @total_timeout < 0
|
318
|
-
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
|
317
|
+
if !@total_timeout.nil? && @total_timeout < 0.0
|
318
|
+
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
|
319
319
|
end
|
320
320
|
|
321
|
-
if !@connect_timeout.nil? && @connect_timeout < 0
|
322
|
-
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
|
321
|
+
if !@connect_timeout.nil? && @connect_timeout < 0.0
|
322
|
+
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
|
323
323
|
end
|
324
324
|
|
325
|
-
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
326
|
-
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
|
325
|
+
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
326
|
+
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
|
327
327
|
end
|
328
328
|
|
329
|
-
if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
330
|
-
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
|
329
|
+
if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
330
|
+
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
|
331
331
|
end
|
332
332
|
|
333
333
|
if !@sles_auth_token.nil? && @sles_auth_token.to_s.length < 1
|
@@ -351,10 +351,10 @@ module PulpRpmClient
|
|
351
351
|
return false if !@username.nil? && @username.to_s.length < 1
|
352
352
|
return false if !@password.nil? && @password.to_s.length < 1
|
353
353
|
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
354
|
-
return false if !@total_timeout.nil? && @total_timeout < 0
|
355
|
-
return false if !@connect_timeout.nil? && @connect_timeout < 0
|
356
|
-
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
357
|
-
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
354
|
+
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
355
|
+
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
356
|
+
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
357
|
+
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
358
358
|
return false if !@sles_auth_token.nil? && @sles_auth_token.to_s.length < 1
|
359
359
|
true
|
360
360
|
end
|
@@ -472,8 +472,8 @@ module PulpRpmClient
|
|
472
472
|
# Custom attribute writer method with validation
|
473
473
|
# @param [Object] total_timeout Value to be assigned
|
474
474
|
def total_timeout=(total_timeout)
|
475
|
-
if !total_timeout.nil? && total_timeout < 0
|
476
|
-
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
|
475
|
+
if !total_timeout.nil? && total_timeout < 0.0
|
476
|
+
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
|
477
477
|
end
|
478
478
|
|
479
479
|
@total_timeout = total_timeout
|
@@ -482,8 +482,8 @@ module PulpRpmClient
|
|
482
482
|
# Custom attribute writer method with validation
|
483
483
|
# @param [Object] connect_timeout Value to be assigned
|
484
484
|
def connect_timeout=(connect_timeout)
|
485
|
-
if !connect_timeout.nil? && connect_timeout < 0
|
486
|
-
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
|
485
|
+
if !connect_timeout.nil? && connect_timeout < 0.0
|
486
|
+
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
|
487
487
|
end
|
488
488
|
|
489
489
|
@connect_timeout = connect_timeout
|
@@ -492,8 +492,8 @@ module PulpRpmClient
|
|
492
492
|
# Custom attribute writer method with validation
|
493
493
|
# @param [Object] sock_connect_timeout Value to be assigned
|
494
494
|
def sock_connect_timeout=(sock_connect_timeout)
|
495
|
-
if !sock_connect_timeout.nil? && sock_connect_timeout < 0
|
496
|
-
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
|
495
|
+
if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
|
496
|
+
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
|
497
497
|
end
|
498
498
|
|
499
499
|
@sock_connect_timeout = sock_connect_timeout
|
@@ -502,8 +502,8 @@ module PulpRpmClient
|
|
502
502
|
# Custom attribute writer method with validation
|
503
503
|
# @param [Object] sock_read_timeout Value to be assigned
|
504
504
|
def sock_read_timeout=(sock_read_timeout)
|
505
|
-
if !sock_read_timeout.nil? && sock_read_timeout < 0
|
506
|
-
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
|
505
|
+
if !sock_read_timeout.nil? && sock_read_timeout < 0.0
|
506
|
+
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
|
507
507
|
end
|
508
508
|
|
509
509
|
@sock_read_timeout = sock_read_timeout
|
@@ -312,20 +312,20 @@ module PulpRpmClient
|
|
312
312
|
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
313
313
|
end
|
314
314
|
|
315
|
-
if !@total_timeout.nil? && @total_timeout < 0
|
316
|
-
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
|
315
|
+
if !@total_timeout.nil? && @total_timeout < 0.0
|
316
|
+
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
|
317
317
|
end
|
318
318
|
|
319
|
-
if !@connect_timeout.nil? && @connect_timeout < 0
|
320
|
-
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
|
319
|
+
if !@connect_timeout.nil? && @connect_timeout < 0.0
|
320
|
+
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
|
321
321
|
end
|
322
322
|
|
323
|
-
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
324
|
-
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
|
323
|
+
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
324
|
+
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
|
325
325
|
end
|
326
326
|
|
327
|
-
if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
328
|
-
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
|
327
|
+
if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
328
|
+
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
|
329
329
|
end
|
330
330
|
|
331
331
|
if !@uln_server_base_url.nil? && @uln_server_base_url.to_s.length < 1
|
@@ -349,10 +349,10 @@ module PulpRpmClient
|
|
349
349
|
return false if !@username.nil? && @username.to_s.length < 1
|
350
350
|
return false if !@password.nil? && @password.to_s.length < 1
|
351
351
|
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
352
|
-
return false if !@total_timeout.nil? && @total_timeout < 0
|
353
|
-
return false if !@connect_timeout.nil? && @connect_timeout < 0
|
354
|
-
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
355
|
-
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
352
|
+
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
353
|
+
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
354
|
+
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
355
|
+
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
356
356
|
return false if !@uln_server_base_url.nil? && @uln_server_base_url.to_s.length < 1
|
357
357
|
true
|
358
358
|
end
|
@@ -470,8 +470,8 @@ module PulpRpmClient
|
|
470
470
|
# Custom attribute writer method with validation
|
471
471
|
# @param [Object] total_timeout Value to be assigned
|
472
472
|
def total_timeout=(total_timeout)
|
473
|
-
if !total_timeout.nil? && total_timeout < 0
|
474
|
-
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
|
473
|
+
if !total_timeout.nil? && total_timeout < 0.0
|
474
|
+
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
|
475
475
|
end
|
476
476
|
|
477
477
|
@total_timeout = total_timeout
|
@@ -480,8 +480,8 @@ module PulpRpmClient
|
|
480
480
|
# Custom attribute writer method with validation
|
481
481
|
# @param [Object] connect_timeout Value to be assigned
|
482
482
|
def connect_timeout=(connect_timeout)
|
483
|
-
if !connect_timeout.nil? && connect_timeout < 0
|
484
|
-
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
|
483
|
+
if !connect_timeout.nil? && connect_timeout < 0.0
|
484
|
+
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
|
485
485
|
end
|
486
486
|
|
487
487
|
@connect_timeout = connect_timeout
|
@@ -490,8 +490,8 @@ module PulpRpmClient
|
|
490
490
|
# Custom attribute writer method with validation
|
491
491
|
# @param [Object] sock_connect_timeout Value to be assigned
|
492
492
|
def sock_connect_timeout=(sock_connect_timeout)
|
493
|
-
if !sock_connect_timeout.nil? && sock_connect_timeout < 0
|
494
|
-
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
|
493
|
+
if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
|
494
|
+
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
|
495
495
|
end
|
496
496
|
|
497
497
|
@sock_connect_timeout = sock_connect_timeout
|
@@ -500,8 +500,8 @@ module PulpRpmClient
|
|
500
500
|
# Custom attribute writer method with validation
|
501
501
|
# @param [Object] sock_read_timeout Value to be assigned
|
502
502
|
def sock_read_timeout=(sock_read_timeout)
|
503
|
-
if !sock_read_timeout.nil? && sock_read_timeout < 0
|
504
|
-
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
|
503
|
+
if !sock_read_timeout.nil? && sock_read_timeout < 0.0
|
504
|
+
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
|
505
505
|
end
|
506
506
|
|
507
507
|
@sock_read_timeout = sock_read_timeout
|
@@ -322,20 +322,20 @@ module PulpRpmClient
|
|
322
322
|
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
323
323
|
end
|
324
324
|
|
325
|
-
if !@total_timeout.nil? && @total_timeout < 0
|
326
|
-
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
|
325
|
+
if !@total_timeout.nil? && @total_timeout < 0.0
|
326
|
+
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
|
327
327
|
end
|
328
328
|
|
329
|
-
if !@connect_timeout.nil? && @connect_timeout < 0
|
330
|
-
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
|
329
|
+
if !@connect_timeout.nil? && @connect_timeout < 0.0
|
330
|
+
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
|
331
331
|
end
|
332
332
|
|
333
|
-
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
334
|
-
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
|
333
|
+
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
334
|
+
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
|
335
335
|
end
|
336
336
|
|
337
|
-
if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
338
|
-
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
|
337
|
+
if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
338
|
+
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
|
339
339
|
end
|
340
340
|
|
341
341
|
if !@sles_auth_token.nil? && @sles_auth_token.to_s.length < 1
|
@@ -361,10 +361,10 @@ module PulpRpmClient
|
|
361
361
|
return false if !@username.nil? && @username.to_s.length < 1
|
362
362
|
return false if !@password.nil? && @password.to_s.length < 1
|
363
363
|
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
364
|
-
return false if !@total_timeout.nil? && @total_timeout < 0
|
365
|
-
return false if !@connect_timeout.nil? && @connect_timeout < 0
|
366
|
-
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
367
|
-
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
364
|
+
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
365
|
+
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
366
|
+
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
367
|
+
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
368
368
|
return false if !@sles_auth_token.nil? && @sles_auth_token.to_s.length < 1
|
369
369
|
true
|
370
370
|
end
|
@@ -490,8 +490,8 @@ module PulpRpmClient
|
|
490
490
|
# Custom attribute writer method with validation
|
491
491
|
# @param [Object] total_timeout Value to be assigned
|
492
492
|
def total_timeout=(total_timeout)
|
493
|
-
if !total_timeout.nil? && total_timeout < 0
|
494
|
-
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
|
493
|
+
if !total_timeout.nil? && total_timeout < 0.0
|
494
|
+
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
|
495
495
|
end
|
496
496
|
|
497
497
|
@total_timeout = total_timeout
|
@@ -500,8 +500,8 @@ module PulpRpmClient
|
|
500
500
|
# Custom attribute writer method with validation
|
501
501
|
# @param [Object] connect_timeout Value to be assigned
|
502
502
|
def connect_timeout=(connect_timeout)
|
503
|
-
if !connect_timeout.nil? && connect_timeout < 0
|
504
|
-
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
|
503
|
+
if !connect_timeout.nil? && connect_timeout < 0.0
|
504
|
+
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
|
505
505
|
end
|
506
506
|
|
507
507
|
@connect_timeout = connect_timeout
|
@@ -510,8 +510,8 @@ module PulpRpmClient
|
|
510
510
|
# Custom attribute writer method with validation
|
511
511
|
# @param [Object] sock_connect_timeout Value to be assigned
|
512
512
|
def sock_connect_timeout=(sock_connect_timeout)
|
513
|
-
if !sock_connect_timeout.nil? && sock_connect_timeout < 0
|
514
|
-
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
|
513
|
+
if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
|
514
|
+
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
|
515
515
|
end
|
516
516
|
|
517
517
|
@sock_connect_timeout = sock_connect_timeout
|
@@ -520,8 +520,8 @@ module PulpRpmClient
|
|
520
520
|
# Custom attribute writer method with validation
|
521
521
|
# @param [Object] sock_read_timeout Value to be assigned
|
522
522
|
def sock_read_timeout=(sock_read_timeout)
|
523
|
-
if !sock_read_timeout.nil? && sock_read_timeout < 0
|
524
|
-
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
|
523
|
+
if !sock_read_timeout.nil? && sock_read_timeout < 0.0
|
524
|
+
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
|
525
525
|
end
|
526
526
|
|
527
527
|
@sock_read_timeout = sock_read_timeout
|
@@ -278,20 +278,20 @@ module PulpRpmClient
|
|
278
278
|
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
279
279
|
end
|
280
280
|
|
281
|
-
if !@total_timeout.nil? && @total_timeout < 0
|
282
|
-
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
|
281
|
+
if !@total_timeout.nil? && @total_timeout < 0.0
|
282
|
+
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
|
283
283
|
end
|
284
284
|
|
285
|
-
if !@connect_timeout.nil? && @connect_timeout < 0
|
286
|
-
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
|
285
|
+
if !@connect_timeout.nil? && @connect_timeout < 0.0
|
286
|
+
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
|
287
287
|
end
|
288
288
|
|
289
|
-
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
290
|
-
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
|
289
|
+
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
290
|
+
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
|
291
291
|
end
|
292
292
|
|
293
|
-
if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
294
|
-
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
|
293
|
+
if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
294
|
+
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
|
295
295
|
end
|
296
296
|
|
297
297
|
invalid_properties
|
@@ -303,10 +303,10 @@ module PulpRpmClient
|
|
303
303
|
return false if @name.nil?
|
304
304
|
return false if @url.nil?
|
305
305
|
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
306
|
-
return false if !@total_timeout.nil? && @total_timeout < 0
|
307
|
-
return false if !@connect_timeout.nil? && @connect_timeout < 0
|
308
|
-
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
309
|
-
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
306
|
+
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
307
|
+
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
308
|
+
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
309
|
+
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
310
310
|
true
|
311
311
|
end
|
312
312
|
|
@@ -323,8 +323,8 @@ module PulpRpmClient
|
|
323
323
|
# Custom attribute writer method with validation
|
324
324
|
# @param [Object] total_timeout Value to be assigned
|
325
325
|
def total_timeout=(total_timeout)
|
326
|
-
if !total_timeout.nil? && total_timeout < 0
|
327
|
-
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
|
326
|
+
if !total_timeout.nil? && total_timeout < 0.0
|
327
|
+
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
|
328
328
|
end
|
329
329
|
|
330
330
|
@total_timeout = total_timeout
|
@@ -333,8 +333,8 @@ module PulpRpmClient
|
|
333
333
|
# Custom attribute writer method with validation
|
334
334
|
# @param [Object] connect_timeout Value to be assigned
|
335
335
|
def connect_timeout=(connect_timeout)
|
336
|
-
if !connect_timeout.nil? && connect_timeout < 0
|
337
|
-
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
|
336
|
+
if !connect_timeout.nil? && connect_timeout < 0.0
|
337
|
+
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
|
338
338
|
end
|
339
339
|
|
340
340
|
@connect_timeout = connect_timeout
|
@@ -343,8 +343,8 @@ module PulpRpmClient
|
|
343
343
|
# Custom attribute writer method with validation
|
344
344
|
# @param [Object] sock_connect_timeout Value to be assigned
|
345
345
|
def sock_connect_timeout=(sock_connect_timeout)
|
346
|
-
if !sock_connect_timeout.nil? && sock_connect_timeout < 0
|
347
|
-
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
|
346
|
+
if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
|
347
|
+
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
|
348
348
|
end
|
349
349
|
|
350
350
|
@sock_connect_timeout = sock_connect_timeout
|
@@ -353,8 +353,8 @@ module PulpRpmClient
|
|
353
353
|
# Custom attribute writer method with validation
|
354
354
|
# @param [Object] sock_read_timeout Value to be assigned
|
355
355
|
def sock_read_timeout=(sock_read_timeout)
|
356
|
-
if !sock_read_timeout.nil? && sock_read_timeout < 0
|
357
|
-
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
|
356
|
+
if !sock_read_timeout.nil? && sock_read_timeout < 0.0
|
357
|
+
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
|
358
358
|
end
|
359
359
|
|
360
360
|
@sock_read_timeout = sock_read_timeout
|
@@ -328,20 +328,20 @@ module PulpRpmClient
|
|
328
328
|
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
329
329
|
end
|
330
330
|
|
331
|
-
if !@total_timeout.nil? && @total_timeout < 0
|
332
|
-
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
|
331
|
+
if !@total_timeout.nil? && @total_timeout < 0.0
|
332
|
+
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
|
333
333
|
end
|
334
334
|
|
335
|
-
if !@connect_timeout.nil? && @connect_timeout < 0
|
336
|
-
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
|
335
|
+
if !@connect_timeout.nil? && @connect_timeout < 0.0
|
336
|
+
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
|
337
337
|
end
|
338
338
|
|
339
|
-
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
340
|
-
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
|
339
|
+
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
340
|
+
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
|
341
341
|
end
|
342
342
|
|
343
|
-
if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
344
|
-
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
|
343
|
+
if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
344
|
+
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
|
345
345
|
end
|
346
346
|
|
347
347
|
if !@uln_server_base_url.nil? && @uln_server_base_url.to_s.length < 1
|
@@ -369,10 +369,10 @@ module PulpRpmClient
|
|
369
369
|
return false if @password.nil?
|
370
370
|
return false if @password.to_s.length < 1
|
371
371
|
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
372
|
-
return false if !@total_timeout.nil? && @total_timeout < 0
|
373
|
-
return false if !@connect_timeout.nil? && @connect_timeout < 0
|
374
|
-
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
375
|
-
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
372
|
+
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
373
|
+
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
374
|
+
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
375
|
+
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
376
376
|
return false if !@uln_server_base_url.nil? && @uln_server_base_url.to_s.length < 1
|
377
377
|
true
|
378
378
|
end
|
@@ -506,8 +506,8 @@ module PulpRpmClient
|
|
506
506
|
# Custom attribute writer method with validation
|
507
507
|
# @param [Object] total_timeout Value to be assigned
|
508
508
|
def total_timeout=(total_timeout)
|
509
|
-
if !total_timeout.nil? && total_timeout < 0
|
510
|
-
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
|
509
|
+
if !total_timeout.nil? && total_timeout < 0.0
|
510
|
+
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
|
511
511
|
end
|
512
512
|
|
513
513
|
@total_timeout = total_timeout
|
@@ -516,8 +516,8 @@ module PulpRpmClient
|
|
516
516
|
# Custom attribute writer method with validation
|
517
517
|
# @param [Object] connect_timeout Value to be assigned
|
518
518
|
def connect_timeout=(connect_timeout)
|
519
|
-
if !connect_timeout.nil? && connect_timeout < 0
|
520
|
-
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
|
519
|
+
if !connect_timeout.nil? && connect_timeout < 0.0
|
520
|
+
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
|
521
521
|
end
|
522
522
|
|
523
523
|
@connect_timeout = connect_timeout
|
@@ -526,8 +526,8 @@ module PulpRpmClient
|
|
526
526
|
# Custom attribute writer method with validation
|
527
527
|
# @param [Object] sock_connect_timeout Value to be assigned
|
528
528
|
def sock_connect_timeout=(sock_connect_timeout)
|
529
|
-
if !sock_connect_timeout.nil? && sock_connect_timeout < 0
|
530
|
-
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
|
529
|
+
if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
|
530
|
+
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
|
531
531
|
end
|
532
532
|
|
533
533
|
@sock_connect_timeout = sock_connect_timeout
|
@@ -536,8 +536,8 @@ module PulpRpmClient
|
|
536
536
|
# Custom attribute writer method with validation
|
537
537
|
# @param [Object] sock_read_timeout Value to be assigned
|
538
538
|
def sock_read_timeout=(sock_read_timeout)
|
539
|
-
if !sock_read_timeout.nil? && sock_read_timeout < 0
|
540
|
-
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
|
539
|
+
if !sock_read_timeout.nil? && sock_read_timeout < 0.0
|
540
|
+
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
|
541
541
|
end
|
542
542
|
|
543
543
|
@sock_read_timeout = sock_read_timeout
|
@@ -278,20 +278,20 @@ module PulpRpmClient
|
|
278
278
|
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
279
279
|
end
|
280
280
|
|
281
|
-
if !@total_timeout.nil? && @total_timeout < 0
|
282
|
-
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
|
281
|
+
if !@total_timeout.nil? && @total_timeout < 0.0
|
282
|
+
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
|
283
283
|
end
|
284
284
|
|
285
|
-
if !@connect_timeout.nil? && @connect_timeout < 0
|
286
|
-
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
|
285
|
+
if !@connect_timeout.nil? && @connect_timeout < 0.0
|
286
|
+
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
|
287
287
|
end
|
288
288
|
|
289
|
-
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
290
|
-
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
|
289
|
+
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
290
|
+
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
|
291
291
|
end
|
292
292
|
|
293
|
-
if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
294
|
-
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
|
293
|
+
if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
294
|
+
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
|
295
295
|
end
|
296
296
|
|
297
297
|
invalid_properties
|
@@ -303,10 +303,10 @@ module PulpRpmClient
|
|
303
303
|
return false if @name.nil?
|
304
304
|
return false if @url.nil?
|
305
305
|
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
306
|
-
return false if !@total_timeout.nil? && @total_timeout < 0
|
307
|
-
return false if !@connect_timeout.nil? && @connect_timeout < 0
|
308
|
-
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
309
|
-
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
306
|
+
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
307
|
+
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
308
|
+
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
309
|
+
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
310
310
|
true
|
311
311
|
end
|
312
312
|
|
@@ -323,8 +323,8 @@ module PulpRpmClient
|
|
323
323
|
# Custom attribute writer method with validation
|
324
324
|
# @param [Object] total_timeout Value to be assigned
|
325
325
|
def total_timeout=(total_timeout)
|
326
|
-
if !total_timeout.nil? && total_timeout < 0
|
327
|
-
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
|
326
|
+
if !total_timeout.nil? && total_timeout < 0.0
|
327
|
+
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
|
328
328
|
end
|
329
329
|
|
330
330
|
@total_timeout = total_timeout
|
@@ -333,8 +333,8 @@ module PulpRpmClient
|
|
333
333
|
# Custom attribute writer method with validation
|
334
334
|
# @param [Object] connect_timeout Value to be assigned
|
335
335
|
def connect_timeout=(connect_timeout)
|
336
|
-
if !connect_timeout.nil? && connect_timeout < 0
|
337
|
-
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
|
336
|
+
if !connect_timeout.nil? && connect_timeout < 0.0
|
337
|
+
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
|
338
338
|
end
|
339
339
|
|
340
340
|
@connect_timeout = connect_timeout
|
@@ -343,8 +343,8 @@ module PulpRpmClient
|
|
343
343
|
# Custom attribute writer method with validation
|
344
344
|
# @param [Object] sock_connect_timeout Value to be assigned
|
345
345
|
def sock_connect_timeout=(sock_connect_timeout)
|
346
|
-
if !sock_connect_timeout.nil? && sock_connect_timeout < 0
|
347
|
-
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
|
346
|
+
if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
|
347
|
+
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
|
348
348
|
end
|
349
349
|
|
350
350
|
@sock_connect_timeout = sock_connect_timeout
|
@@ -353,8 +353,8 @@ module PulpRpmClient
|
|
353
353
|
# Custom attribute writer method with validation
|
354
354
|
# @param [Object] sock_read_timeout Value to be assigned
|
355
355
|
def sock_read_timeout=(sock_read_timeout)
|
356
|
-
if !sock_read_timeout.nil? && sock_read_timeout < 0
|
357
|
-
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
|
356
|
+
if !sock_read_timeout.nil? && sock_read_timeout < 0.0
|
357
|
+
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
|
358
358
|
end
|
359
359
|
|
360
360
|
@sock_read_timeout = sock_read_timeout
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_rpm_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.27.
|
4
|
+
version: 3.27.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-04-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -402,7 +402,7 @@ homepage: https://github.com/pulp/pulp_rpm
|
|
402
402
|
licenses:
|
403
403
|
- GPLv2+
|
404
404
|
metadata: {}
|
405
|
-
post_install_message:
|
405
|
+
post_install_message:
|
406
406
|
rdoc_options: []
|
407
407
|
require_paths:
|
408
408
|
- lib
|
@@ -417,114 +417,114 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
417
417
|
- !ruby/object:Gem::Version
|
418
418
|
version: '0'
|
419
419
|
requirements: []
|
420
|
-
rubygems_version: 3.
|
421
|
-
signing_key:
|
420
|
+
rubygems_version: 3.4.20
|
421
|
+
signing_key:
|
422
422
|
specification_version: 4
|
423
423
|
summary: Pulp 3 API Ruby Gem
|
424
424
|
test_files:
|
425
|
-
- spec/api/content_distribution_trees_api_spec.rb
|
426
|
-
- spec/api/content_packagelangpacks_api_spec.rb
|
427
|
-
- spec/api/content_repo_metadata_files_api_spec.rb
|
428
|
-
- spec/api/distributions_rpm_api_spec.rb
|
429
|
-
- spec/api/rpm_comps_api_spec.rb
|
430
|
-
- spec/api/remotes_rpm_api_spec.rb
|
431
|
-
- spec/api/repositories_rpm_versions_api_spec.rb
|
432
|
-
- spec/api/content_advisories_api_spec.rb
|
433
425
|
- spec/api/rpm_prune_api_spec.rb
|
434
|
-
- spec/api/content_packageenvironments_api_spec.rb
|
435
426
|
- spec/api/repositories_rpm_api_spec.rb
|
427
|
+
- spec/api/repositories_rpm_versions_api_spec.rb
|
428
|
+
- spec/api/content_repo_metadata_files_api_spec.rb
|
429
|
+
- spec/api/rpm_comps_api_spec.rb
|
430
|
+
- spec/api/content_packagegroups_api_spec.rb
|
431
|
+
- spec/api/remotes_uln_api_spec.rb
|
436
432
|
- spec/api/rpm_copy_api_spec.rb
|
437
|
-
- spec/api/
|
433
|
+
- spec/api/content_modulemds_api_spec.rb
|
434
|
+
- spec/api/content_packageenvironments_api_spec.rb
|
435
|
+
- spec/api/content_distribution_trees_api_spec.rb
|
438
436
|
- spec/api/content_packagecategories_api_spec.rb
|
437
|
+
- spec/api/distributions_rpm_api_spec.rb
|
439
438
|
- spec/api/content_modulemd_defaults_api_spec.rb
|
440
|
-
- spec/api/acs_rpm_api_spec.rb
|
441
|
-
- spec/api/content_packages_api_spec.rb
|
442
|
-
- spec/api/content_packagegroups_api_spec.rb
|
443
|
-
- spec/api/content_modulemds_api_spec.rb
|
444
439
|
- spec/api/content_modulemd_obsoletes_api_spec.rb
|
445
|
-
- spec/api/
|
440
|
+
- spec/api/content_packages_api_spec.rb
|
441
|
+
- spec/api/publications_rpm_api_spec.rb
|
442
|
+
- spec/api/content_packagelangpacks_api_spec.rb
|
443
|
+
- spec/api/remotes_rpm_api_spec.rb
|
444
|
+
- spec/api/acs_rpm_api_spec.rb
|
445
|
+
- spec/api/content_advisories_api_spec.rb
|
446
446
|
- spec/api_client_spec.rb
|
447
447
|
- spec/configuration_spec.rb
|
448
|
-
- spec/models/
|
448
|
+
- spec/models/rpm_modulemd_response_spec.rb
|
449
|
+
- spec/models/rpm_uln_remote_spec.rb
|
450
|
+
- spec/models/rpm_rpm_remote_response_spec.rb
|
451
|
+
- spec/models/repair_spec.rb
|
452
|
+
- spec/models/rpm_modulemd_spec.rb
|
449
453
|
- spec/models/paginatedrpm_repo_metadata_file_response_list_spec.rb
|
450
|
-
- spec/models/
|
451
|
-
- spec/models/
|
452
|
-
- spec/models/repository_add_remove_content_spec.rb
|
453
|
-
- spec/models/rpm_package_langpacks_response_spec.rb
|
454
|
-
- spec/models/set_label_response_spec.rb
|
454
|
+
- spec/models/patchedrpm_rpm_remote_spec.rb
|
455
|
+
- spec/models/checksum_response_spec.rb
|
455
456
|
- spec/models/rpm_modulemd_obsolete_spec.rb
|
456
|
-
- spec/models/paginatedrpm_rpm_repository_response_list_spec.rb
|
457
|
-
- spec/models/rpm_rpm_publication_response_spec.rb
|
458
|
-
- spec/models/patchedrpm_uln_remote_spec.rb
|
459
|
-
- spec/models/rpm_package_response_spec.rb
|
460
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
461
|
-
- spec/models/paginatedrpm_modulemd_obsolete_response_list_spec.rb
|
462
|
-
- spec/models/object_roles_response_spec.rb
|
463
457
|
- spec/models/task_group_operation_response_spec.rb
|
464
|
-
- spec/models/
|
458
|
+
- spec/models/paginatedrpm_rpm_remote_response_list_spec.rb
|
459
|
+
- spec/models/set_label_spec.rb
|
460
|
+
- spec/models/skip_types_enum_spec.rb
|
465
461
|
- spec/models/policy_enum_spec.rb
|
466
|
-
- spec/models/
|
467
|
-
- spec/models/
|
468
|
-
- spec/models/
|
469
|
-
- spec/models/
|
470
|
-
- spec/models/
|
471
|
-
- spec/models/
|
472
|
-
- spec/models/
|
462
|
+
- spec/models/sync_policy_enum_spec.rb
|
463
|
+
- spec/models/addon_response_spec.rb
|
464
|
+
- spec/models/rpm_modulemd_obsolete_response_spec.rb
|
465
|
+
- spec/models/comps_xml_spec.rb
|
466
|
+
- spec/models/paginatedrpm_update_record_response_list_spec.rb
|
467
|
+
- spec/models/repository_add_remove_content_spec.rb
|
468
|
+
- spec/models/variant_response_spec.rb
|
473
469
|
- spec/models/copy_spec.rb
|
474
|
-
- spec/models/rpm_modulemd_response_spec.rb
|
475
|
-
- spec/models/prune_packages_spec.rb
|
476
|
-
- spec/models/patchedrpm_rpm_remote_spec.rb
|
477
|
-
- spec/models/paginatedrpm_package_category_response_list_spec.rb
|
478
|
-
- spec/models/nested_role_response_spec.rb
|
479
|
-
- spec/models/async_operation_response_spec.rb
|
480
470
|
- spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb
|
481
|
-
- spec/models/rpm_modulemd_obsolete_response_spec.rb
|
482
|
-
- spec/models/rpm_rpm_alternate_content_source_response_spec.rb
|
483
|
-
- spec/models/rpm_update_record_spec.rb
|
484
|
-
- spec/models/rpm_package_environment_response_spec.rb
|
485
|
-
- spec/models/paginatedrpm_distribution_tree_response_list_spec.rb
|
486
|
-
- spec/models/artifact_response_spec.rb
|
487
|
-
- spec/models/image_response_spec.rb
|
488
|
-
- spec/models/content_summary_response_spec.rb
|
489
471
|
- spec/models/paginatedrpm_rpm_alternate_content_source_response_list_spec.rb
|
490
|
-
- spec/models/
|
491
|
-
- spec/models/rpm_uln_remote_spec.rb
|
492
|
-
- spec/models/rpm_modulemd_defaults_spec.rb
|
493
|
-
- spec/models/paginatedrpm_package_response_list_spec.rb
|
494
|
-
- spec/models/rpm_rpm_publication_spec.rb
|
495
|
-
- spec/models/rpm_repo_metadata_file_response_spec.rb
|
472
|
+
- spec/models/patchedrpm_uln_remote_spec.rb
|
496
473
|
- spec/models/paginatedrpm_rpm_publication_response_list_spec.rb
|
497
|
-
- spec/models/
|
498
|
-
- spec/models/
|
499
|
-
- spec/models/
|
474
|
+
- spec/models/paginatedrpm_rpm_repository_response_list_spec.rb
|
475
|
+
- spec/models/rpm_update_collection_response_spec.rb
|
476
|
+
- spec/models/paginatedrpm_package_response_list_spec.rb
|
477
|
+
- spec/models/rpm_update_record_spec.rb
|
478
|
+
- spec/models/rpm_package_langpacks_response_spec.rb
|
500
479
|
- spec/models/paginatedrpm_uln_remote_response_list_spec.rb
|
501
|
-
- spec/models/
|
502
|
-
- spec/models/
|
503
|
-
- spec/models/
|
480
|
+
- spec/models/paginatedrpm_modulemd_response_list_spec.rb
|
481
|
+
- spec/models/patchedrpm_rpm_repository_spec.rb
|
482
|
+
- spec/models/nested_role_response_spec.rb
|
483
|
+
- spec/models/rpm_rpm_publication_spec.rb
|
484
|
+
- spec/models/nested_role_spec.rb
|
485
|
+
- spec/models/rpm_package_category_response_spec.rb
|
486
|
+
- spec/models/compression_type_enum_spec.rb
|
487
|
+
- spec/models/rpm_update_record_response_spec.rb
|
504
488
|
- spec/models/unset_label_spec.rb
|
505
|
-
- spec/models/my_permissions_response_spec.rb
|
506
|
-
- spec/models/rpm_rpm_remote_response_spec.rb
|
507
|
-
- spec/models/checksum_response_spec.rb
|
508
|
-
- spec/models/package_checksum_type_enum_spec.rb
|
509
489
|
- spec/models/rpm_uln_remote_response_spec.rb
|
510
|
-
- spec/models/rpm_rpm_distribution_response_spec.rb
|
511
|
-
- spec/models/patchedrpm_rpm_alternate_content_source_spec.rb
|
512
|
-
- spec/models/addon_response_spec.rb
|
513
|
-
- spec/models/rpm_repository_sync_url_spec.rb
|
514
490
|
- spec/models/rpm_package_group_response_spec.rb
|
515
|
-
- spec/models/
|
516
|
-
- spec/models/
|
517
|
-
- spec/models/compression_type_enum_spec.rb
|
518
|
-
- spec/models/paginatedrpm_update_record_response_list_spec.rb
|
519
|
-
- spec/models/set_label_spec.rb
|
520
|
-
- spec/models/paginatedrpm_modulemd_response_list_spec.rb
|
521
|
-
- spec/models/sync_policy_enum_spec.rb
|
522
|
-
- spec/models/rpm_rpm_repository_response_spec.rb
|
491
|
+
- spec/models/rpm_package_spec.rb
|
492
|
+
- spec/models/paginatedrpm_package_group_response_list_spec.rb
|
523
493
|
- spec/models/rpm_update_collection_spec.rb
|
524
|
-
- spec/models/
|
525
|
-
- spec/models/
|
494
|
+
- spec/models/paginatedrpm_rpm_distribution_response_list_spec.rb
|
495
|
+
- spec/models/artifact_response_spec.rb
|
496
|
+
- spec/models/unset_label_response_spec.rb
|
497
|
+
- spec/models/rpm_rpm_remote_response_hidden_fields_spec.rb
|
526
498
|
- spec/models/rpm_modulemd_defaults_response_spec.rb
|
527
|
-
- spec/models/
|
528
|
-
- spec/models/
|
499
|
+
- spec/models/paginatedrpm_package_langpacks_response_list_spec.rb
|
500
|
+
- spec/models/repository_version_response_spec.rb
|
501
|
+
- spec/models/rpm_rpm_publication_response_spec.rb
|
502
|
+
- spec/models/rpm_rpm_distribution_response_spec.rb
|
503
|
+
- spec/models/rpm_package_response_spec.rb
|
504
|
+
- spec/models/rpm_package_environment_response_spec.rb
|
505
|
+
- spec/models/rpm_rpm_repository_response_spec.rb
|
506
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
507
|
+
- spec/models/my_permissions_response_spec.rb
|
508
|
+
- spec/models/paginatedrpm_package_environment_response_list_spec.rb
|
509
|
+
- spec/models/object_roles_response_spec.rb
|
510
|
+
- spec/models/patchedrpm_rpm_distribution_spec.rb
|
511
|
+
- spec/models/image_response_spec.rb
|
512
|
+
- spec/models/rpm_repo_metadata_file_response_spec.rb
|
513
|
+
- spec/models/rpm_rpm_alternate_content_source_spec.rb
|
514
|
+
- spec/models/rpm_repository_sync_url_spec.rb
|
515
|
+
- spec/models/paginatedrpm_distribution_tree_response_list_spec.rb
|
516
|
+
- spec/models/package_checksum_type_enum_spec.rb
|
517
|
+
- spec/models/rpm_rpm_remote_spec.rb
|
518
|
+
- spec/models/paginatedrpm_modulemd_obsolete_response_list_spec.rb
|
519
|
+
- spec/models/prune_packages_spec.rb
|
520
|
+
- spec/models/set_label_response_spec.rb
|
529
521
|
- spec/models/rpm_rpm_distribution_spec.rb
|
522
|
+
- spec/models/rpm_modulemd_defaults_spec.rb
|
523
|
+
- spec/models/rpm_distribution_tree_response_spec.rb
|
524
|
+
- spec/models/rpm_rpm_alternate_content_source_response_spec.rb
|
525
|
+
- spec/models/paginatedrpm_package_category_response_list_spec.rb
|
526
|
+
- spec/models/patchedrpm_rpm_alternate_content_source_spec.rb
|
527
|
+
- spec/models/content_summary_response_spec.rb
|
528
|
+
- spec/models/rpm_rpm_repository_spec.rb
|
529
|
+
- spec/models/async_operation_response_spec.rb
|
530
530
|
- spec/spec_helper.rb
|