pulp_deb_client 3.2.1 → 3.3.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 +5 -5
- data/docs/ContentGenericContentsApi.md +1 -1
- data/docs/ContentInstallerFileIndicesApi.md +1 -1
- data/docs/ContentInstallerPackagesApi.md +1 -1
- data/docs/ContentPackageIndicesApi.md +1 -1
- data/docs/ContentPackageReleaseComponentsApi.md +1 -1
- data/docs/ContentPackagesApi.md +1 -1
- data/docs/ContentReleaseArchitecturesApi.md +1 -1
- data/docs/ContentReleaseComponentsApi.md +1 -1
- data/docs/ContentReleaseFilesApi.md +1 -1
- data/docs/ContentReleasesApi.md +4 -4
- data/docs/ContentSourceIndicesApi.md +1 -1
- data/docs/ContentSourcePackagesApi.md +1 -1
- data/docs/ContentSourceReleaseComponentsApi.md +1 -1
- data/docs/Copy.md +1 -1
- data/docs/DebCopyApi.md +1 -1
- data/docs/DebRelease.md +5 -1
- data/docs/DebReleaseResponse.md +5 -1
- data/docs/DistributionsAptApi.md +1 -1
- data/docs/PublicationsAptApi.md +1 -1
- data/docs/PublicationsVerbatimApi.md +1 -1
- data/docs/RemotesAptApi.md +1 -1
- data/docs/RepositoriesAptApi.md +1 -1
- data/docs/RepositoriesAptVersionsApi.md +1 -1
- data/lib/pulp_deb_client/api/content_releases_api.rb +5 -5
- data/lib/pulp_deb_client/configuration.rb +2 -2
- data/lib/pulp_deb_client/models/copy.rb +1 -1
- data/lib/pulp_deb_client/models/deb_apt_remote.rb +20 -20
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +20 -20
- data/lib/pulp_deb_client/models/deb_release.rb +27 -5
- data/lib/pulp_deb_client/models/deb_release_response.rb +27 -5
- data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +20 -20
- data/lib/pulp_deb_client/version.rb +1 -1
- data/spec/api/content_releases_api_spec.rb +2 -2
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/deb_release_response_spec.rb +12 -0
- data/spec/models/deb_release_spec.rb +12 -0
- metadata +85 -85
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5681723275f0b402d0f42404cc5926c071cdad4b6ff28375feef0b69db627b1f
|
4
|
+
data.tar.gz: 450683fe0ba3de16da9daf475d0ca580785aa1937c46fb9b384ba7056aea21cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65a550e926d51a99271743d7c6ad5d54bdd330743c821f47c492200ecd5b1859d591182a0ccae0bb07fd0c3bc8924befcb453e2b3bb09668d812b145d5071dc7
|
7
|
+
data.tar.gz: 62f2b010ca17b870fa43f38ec5792e768fbd2116b0c87e6e6f888b7cef46250052d94456e9ad6589f82263c11fbac4707d8006dbb23c52688ed6cba6037fac0c
|
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.
|
10
|
+
- Package version: 3.3.0
|
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_deb_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_deb_client-3.
|
27
|
+
gem install ./pulp_deb_client-3.3.0.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_deb_client-3.
|
30
|
+
(for development, run `gem install --dev ./pulp_deb_client-3.3.0.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_deb_client', '~> 3.
|
36
|
+
gem 'pulp_deb_client', '~> 3.3.0'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -85,7 +85,7 @@ end
|
|
85
85
|
|
86
86
|
## Documentation for API Endpoints
|
87
87
|
|
88
|
-
All URIs are relative to *http://
|
88
|
+
All URIs are relative to *http://pulp*
|
89
89
|
|
90
90
|
Class | Method | HTTP request | Description
|
91
91
|
------------ | ------------- | ------------- | -------------
|
data/docs/ContentPackagesApi.md
CHANGED
data/docs/ContentReleasesApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentReleasesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -12,11 +12,11 @@ Method | HTTP request | Description
|
|
12
12
|
|
13
13
|
## create
|
14
14
|
|
15
|
-
>
|
15
|
+
> AsyncOperationResponse create(deb_release)
|
16
16
|
|
17
17
|
Create a release
|
18
18
|
|
19
|
-
|
19
|
+
Trigger an asynchronous task to create content,optionally create new repository version.
|
20
20
|
|
21
21
|
### Example
|
22
22
|
|
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
|
|
51
51
|
|
52
52
|
### Return type
|
53
53
|
|
54
|
-
[**
|
54
|
+
[**AsyncOperationResponse**](AsyncOperationResponse.md)
|
55
55
|
|
56
56
|
### Authorization
|
57
57
|
|
data/docs/Copy.md
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**config** | [**
|
7
|
+
**config** | [**AnyType**](.md) | A JSON document describing sources, destinations, and content to be copied |
|
8
8
|
**structured** | **Boolean** | Also copy any distributions, components, and releases as needed for any packages being copied. This will allow for structured publications of the target repository.Default is set to True | [optional] [default to true]
|
9
9
|
**dependency_solving** | **Boolean** | Also copy dependencies of any packages being copied. NOT YETIMPLEMENTED! You must keep this at \"False\"! | [optional] [default to false]
|
10
10
|
|
data/docs/DebCopyApi.md
CHANGED
data/docs/DebRelease.md
CHANGED
@@ -12,6 +12,8 @@ Name | Type | Description | Notes
|
|
12
12
|
**origin** | **String** | | [optional]
|
13
13
|
**label** | **String** | | [optional]
|
14
14
|
**description** | **String** | | [optional]
|
15
|
+
**architectures** | **Array<String>** | | [optional]
|
16
|
+
**components** | **Array<String>** | | [optional]
|
15
17
|
|
16
18
|
## Code Sample
|
17
19
|
|
@@ -25,7 +27,9 @@ instance = PulpDebClient::DebRelease.new(repository: null,
|
|
25
27
|
version: null,
|
26
28
|
origin: null,
|
27
29
|
label: null,
|
28
|
-
description: null
|
30
|
+
description: null,
|
31
|
+
architectures: null,
|
32
|
+
components: null)
|
29
33
|
```
|
30
34
|
|
31
35
|
|
data/docs/DebReleaseResponse.md
CHANGED
@@ -14,6 +14,8 @@ Name | Type | Description | Notes
|
|
14
14
|
**origin** | **String** | | [optional]
|
15
15
|
**label** | **String** | | [optional]
|
16
16
|
**description** | **String** | | [optional]
|
17
|
+
**architectures** | **Array<String>** | | [optional]
|
18
|
+
**components** | **Array<String>** | | [optional]
|
17
19
|
|
18
20
|
## Code Sample
|
19
21
|
|
@@ -29,7 +31,9 @@ instance = PulpDebClient::DebReleaseResponse.new(pulp_href: null,
|
|
29
31
|
version: null,
|
30
32
|
origin: null,
|
31
33
|
label: null,
|
32
|
-
description: null
|
34
|
+
description: null,
|
35
|
+
architectures: null,
|
36
|
+
components: null)
|
33
37
|
```
|
34
38
|
|
35
39
|
|
data/docs/DistributionsAptApi.md
CHANGED
data/docs/PublicationsAptApi.md
CHANGED
data/docs/RemotesAptApi.md
CHANGED
data/docs/RepositoriesAptApi.md
CHANGED
@@ -20,20 +20,20 @@ module PulpDebClient
|
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
22
|
# Create a release
|
23
|
-
#
|
23
|
+
# Trigger an asynchronous task to create content,optionally create new repository version.
|
24
24
|
# @param deb_release [DebRelease]
|
25
25
|
# @param [Hash] opts the optional parameters
|
26
|
-
# @return [
|
26
|
+
# @return [AsyncOperationResponse]
|
27
27
|
def create(deb_release, opts = {})
|
28
28
|
data, _status_code, _headers = create_with_http_info(deb_release, opts)
|
29
29
|
data
|
30
30
|
end
|
31
31
|
|
32
32
|
# Create a release
|
33
|
-
#
|
33
|
+
# Trigger an asynchronous task to create content,optionally create new repository version.
|
34
34
|
# @param deb_release [DebRelease]
|
35
35
|
# @param [Hash] opts the optional parameters
|
36
|
-
# @return [Array<(
|
36
|
+
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
37
37
|
def create_with_http_info(deb_release, opts = {})
|
38
38
|
if @api_client.config.debugging
|
39
39
|
@api_client.config.logger.debug 'Calling API: ContentReleasesApi.create ...'
|
@@ -62,7 +62,7 @@ module PulpDebClient
|
|
62
62
|
post_body = opts[:body] || @api_client.object_to_http_body(deb_release)
|
63
63
|
|
64
64
|
# return_type
|
65
|
-
return_type = opts[:return_type] || '
|
65
|
+
return_type = opts[:return_type] || 'AsyncOperationResponse'
|
66
66
|
|
67
67
|
# auth_names
|
68
68
|
auth_names = opts[:auth_names] || ['basicAuth']
|
@@ -128,7 +128,7 @@ module PulpDebClient
|
|
128
128
|
|
129
129
|
def initialize
|
130
130
|
@scheme = 'http'
|
131
|
-
@host = '
|
131
|
+
@host = 'pulp'
|
132
132
|
@base_path = ''
|
133
133
|
@api_key = {}
|
134
134
|
@api_key_prefix = {}
|
@@ -210,7 +210,7 @@ module PulpDebClient
|
|
210
210
|
def server_settings
|
211
211
|
[
|
212
212
|
{
|
213
|
-
url: "http://
|
213
|
+
url: "http://pulp/",
|
214
214
|
description: "No description provided",
|
215
215
|
}
|
216
216
|
]
|
@@ -387,20 +387,20 @@ module PulpDebClient
|
|
387
387
|
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
388
388
|
end
|
389
389
|
|
390
|
-
if !@total_timeout.nil? && @total_timeout < 0
|
391
|
-
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
|
390
|
+
if !@total_timeout.nil? && @total_timeout < 0.0
|
391
|
+
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
|
392
392
|
end
|
393
393
|
|
394
|
-
if !@connect_timeout.nil? && @connect_timeout < 0
|
395
|
-
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
|
394
|
+
if !@connect_timeout.nil? && @connect_timeout < 0.0
|
395
|
+
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
|
396
396
|
end
|
397
397
|
|
398
|
-
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
399
|
-
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
|
398
|
+
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
399
|
+
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
|
400
400
|
end
|
401
401
|
|
402
|
-
if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
403
|
-
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
|
402
|
+
if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
403
|
+
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
|
404
404
|
end
|
405
405
|
|
406
406
|
if @distributions.nil?
|
@@ -442,10 +442,10 @@ module PulpDebClient
|
|
442
442
|
return false if !@username.nil? && @username.to_s.length < 1
|
443
443
|
return false if !@password.nil? && @password.to_s.length < 1
|
444
444
|
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
445
|
-
return false if !@total_timeout.nil? && @total_timeout < 0
|
446
|
-
return false if !@connect_timeout.nil? && @connect_timeout < 0
|
447
|
-
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
448
|
-
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
445
|
+
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
446
|
+
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
447
|
+
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
448
|
+
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
449
449
|
return false if @distributions.nil?
|
450
450
|
return false if @distributions.to_s.length < 1
|
451
451
|
return false if !@components.nil? && @components.to_s.length < 1
|
@@ -575,8 +575,8 @@ module PulpDebClient
|
|
575
575
|
# Custom attribute writer method with validation
|
576
576
|
# @param [Object] total_timeout Value to be assigned
|
577
577
|
def total_timeout=(total_timeout)
|
578
|
-
if !total_timeout.nil? && total_timeout < 0
|
579
|
-
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
|
578
|
+
if !total_timeout.nil? && total_timeout < 0.0
|
579
|
+
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
|
580
580
|
end
|
581
581
|
|
582
582
|
@total_timeout = total_timeout
|
@@ -585,8 +585,8 @@ module PulpDebClient
|
|
585
585
|
# Custom attribute writer method with validation
|
586
586
|
# @param [Object] connect_timeout Value to be assigned
|
587
587
|
def connect_timeout=(connect_timeout)
|
588
|
-
if !connect_timeout.nil? && connect_timeout < 0
|
589
|
-
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
|
588
|
+
if !connect_timeout.nil? && connect_timeout < 0.0
|
589
|
+
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
|
590
590
|
end
|
591
591
|
|
592
592
|
@connect_timeout = connect_timeout
|
@@ -595,8 +595,8 @@ module PulpDebClient
|
|
595
595
|
# Custom attribute writer method with validation
|
596
596
|
# @param [Object] sock_connect_timeout Value to be assigned
|
597
597
|
def sock_connect_timeout=(sock_connect_timeout)
|
598
|
-
if !sock_connect_timeout.nil? && sock_connect_timeout < 0
|
599
|
-
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
|
598
|
+
if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
|
599
|
+
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
|
600
600
|
end
|
601
601
|
|
602
602
|
@sock_connect_timeout = sock_connect_timeout
|
@@ -605,8 +605,8 @@ module PulpDebClient
|
|
605
605
|
# Custom attribute writer method with validation
|
606
606
|
# @param [Object] sock_read_timeout Value to be assigned
|
607
607
|
def sock_read_timeout=(sock_read_timeout)
|
608
|
-
if !sock_read_timeout.nil? && sock_read_timeout < 0
|
609
|
-
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
|
608
|
+
if !sock_read_timeout.nil? && sock_read_timeout < 0.0
|
609
|
+
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
|
610
610
|
end
|
611
611
|
|
612
612
|
@sock_read_timeout = sock_read_timeout
|
@@ -334,20 +334,20 @@ module PulpDebClient
|
|
334
334
|
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
335
335
|
end
|
336
336
|
|
337
|
-
if !@total_timeout.nil? && @total_timeout < 0
|
338
|
-
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
|
337
|
+
if !@total_timeout.nil? && @total_timeout < 0.0
|
338
|
+
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
|
339
339
|
end
|
340
340
|
|
341
|
-
if !@connect_timeout.nil? && @connect_timeout < 0
|
342
|
-
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
|
341
|
+
if !@connect_timeout.nil? && @connect_timeout < 0.0
|
342
|
+
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
|
343
343
|
end
|
344
344
|
|
345
|
-
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
346
|
-
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
|
345
|
+
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
346
|
+
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
|
347
347
|
end
|
348
348
|
|
349
|
-
if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
350
|
-
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
|
349
|
+
if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
350
|
+
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
|
351
351
|
end
|
352
352
|
|
353
353
|
if @distributions.nil?
|
@@ -363,10 +363,10 @@ module PulpDebClient
|
|
363
363
|
return false if @name.nil?
|
364
364
|
return false if @url.nil?
|
365
365
|
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
366
|
-
return false if !@total_timeout.nil? && @total_timeout < 0
|
367
|
-
return false if !@connect_timeout.nil? && @connect_timeout < 0
|
368
|
-
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
369
|
-
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
366
|
+
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
367
|
+
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
368
|
+
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
369
|
+
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
370
370
|
return false if @distributions.nil?
|
371
371
|
true
|
372
372
|
end
|
@@ -384,8 +384,8 @@ module PulpDebClient
|
|
384
384
|
# Custom attribute writer method with validation
|
385
385
|
# @param [Object] total_timeout Value to be assigned
|
386
386
|
def total_timeout=(total_timeout)
|
387
|
-
if !total_timeout.nil? && total_timeout < 0
|
388
|
-
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
|
387
|
+
if !total_timeout.nil? && total_timeout < 0.0
|
388
|
+
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
|
389
389
|
end
|
390
390
|
|
391
391
|
@total_timeout = total_timeout
|
@@ -394,8 +394,8 @@ module PulpDebClient
|
|
394
394
|
# Custom attribute writer method with validation
|
395
395
|
# @param [Object] connect_timeout Value to be assigned
|
396
396
|
def connect_timeout=(connect_timeout)
|
397
|
-
if !connect_timeout.nil? && connect_timeout < 0
|
398
|
-
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
|
397
|
+
if !connect_timeout.nil? && connect_timeout < 0.0
|
398
|
+
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
|
399
399
|
end
|
400
400
|
|
401
401
|
@connect_timeout = connect_timeout
|
@@ -404,8 +404,8 @@ module PulpDebClient
|
|
404
404
|
# Custom attribute writer method with validation
|
405
405
|
# @param [Object] sock_connect_timeout Value to be assigned
|
406
406
|
def sock_connect_timeout=(sock_connect_timeout)
|
407
|
-
if !sock_connect_timeout.nil? && sock_connect_timeout < 0
|
408
|
-
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
|
407
|
+
if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
|
408
|
+
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
|
409
409
|
end
|
410
410
|
|
411
411
|
@sock_connect_timeout = sock_connect_timeout
|
@@ -414,8 +414,8 @@ module PulpDebClient
|
|
414
414
|
# Custom attribute writer method with validation
|
415
415
|
# @param [Object] sock_read_timeout Value to be assigned
|
416
416
|
def sock_read_timeout=(sock_read_timeout)
|
417
|
-
if !sock_read_timeout.nil? && sock_read_timeout < 0
|
418
|
-
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
|
417
|
+
if !sock_read_timeout.nil? && sock_read_timeout < 0.0
|
418
|
+
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
|
419
419
|
end
|
420
420
|
|
421
421
|
@sock_read_timeout = sock_read_timeout
|
@@ -32,6 +32,10 @@ module PulpDebClient
|
|
32
32
|
|
33
33
|
attr_accessor :description
|
34
34
|
|
35
|
+
attr_accessor :architectures
|
36
|
+
|
37
|
+
attr_accessor :components
|
38
|
+
|
35
39
|
# Attribute mapping from ruby-style variable name to JSON key.
|
36
40
|
def self.attribute_map
|
37
41
|
{
|
@@ -42,7 +46,9 @@ module PulpDebClient
|
|
42
46
|
:'version' => :'version',
|
43
47
|
:'origin' => :'origin',
|
44
48
|
:'label' => :'label',
|
45
|
-
:'description' => :'description'
|
49
|
+
:'description' => :'description',
|
50
|
+
:'architectures' => :'architectures',
|
51
|
+
:'components' => :'components'
|
46
52
|
}
|
47
53
|
end
|
48
54
|
|
@@ -56,7 +62,9 @@ module PulpDebClient
|
|
56
62
|
:'version' => :'String',
|
57
63
|
:'origin' => :'String',
|
58
64
|
:'label' => :'String',
|
59
|
-
:'description' => :'String'
|
65
|
+
:'description' => :'String',
|
66
|
+
:'architectures' => :'Array<String>',
|
67
|
+
:'components' => :'Array<String>'
|
60
68
|
}
|
61
69
|
end
|
62
70
|
|
@@ -66,7 +74,7 @@ module PulpDebClient
|
|
66
74
|
:'version',
|
67
75
|
:'origin',
|
68
76
|
:'label',
|
69
|
-
:'description'
|
77
|
+
:'description',
|
70
78
|
])
|
71
79
|
end
|
72
80
|
|
@@ -116,6 +124,18 @@ module PulpDebClient
|
|
116
124
|
if attributes.key?(:'description')
|
117
125
|
self.description = attributes[:'description']
|
118
126
|
end
|
127
|
+
|
128
|
+
if attributes.key?(:'architectures')
|
129
|
+
if (value = attributes[:'architectures']).is_a?(Array)
|
130
|
+
self.architectures = value
|
131
|
+
end
|
132
|
+
end
|
133
|
+
|
134
|
+
if attributes.key?(:'components')
|
135
|
+
if (value = attributes[:'components']).is_a?(Array)
|
136
|
+
self.components = value
|
137
|
+
end
|
138
|
+
end
|
119
139
|
end
|
120
140
|
|
121
141
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -275,7 +295,9 @@ module PulpDebClient
|
|
275
295
|
version == o.version &&
|
276
296
|
origin == o.origin &&
|
277
297
|
label == o.label &&
|
278
|
-
description == o.description
|
298
|
+
description == o.description &&
|
299
|
+
architectures == o.architectures &&
|
300
|
+
components == o.components
|
279
301
|
end
|
280
302
|
|
281
303
|
# @see the `==` method
|
@@ -287,7 +309,7 @@ module PulpDebClient
|
|
287
309
|
# Calculates hash code according to all attributes.
|
288
310
|
# @return [Integer] Hash code
|
289
311
|
def hash
|
290
|
-
[repository, codename, suite, distribution, version, origin, label, description].hash
|
312
|
+
[repository, codename, suite, distribution, version, origin, label, description, architectures, components].hash
|
291
313
|
end
|
292
314
|
|
293
315
|
# Builds the object from hash
|
@@ -37,6 +37,10 @@ module PulpDebClient
|
|
37
37
|
|
38
38
|
attr_accessor :description
|
39
39
|
|
40
|
+
attr_accessor :architectures
|
41
|
+
|
42
|
+
attr_accessor :components
|
43
|
+
|
40
44
|
# Attribute mapping from ruby-style variable name to JSON key.
|
41
45
|
def self.attribute_map
|
42
46
|
{
|
@@ -49,7 +53,9 @@ module PulpDebClient
|
|
49
53
|
:'version' => :'version',
|
50
54
|
:'origin' => :'origin',
|
51
55
|
:'label' => :'label',
|
52
|
-
:'description' => :'description'
|
56
|
+
:'description' => :'description',
|
57
|
+
:'architectures' => :'architectures',
|
58
|
+
:'components' => :'components'
|
53
59
|
}
|
54
60
|
end
|
55
61
|
|
@@ -65,7 +71,9 @@ module PulpDebClient
|
|
65
71
|
:'version' => :'String',
|
66
72
|
:'origin' => :'String',
|
67
73
|
:'label' => :'String',
|
68
|
-
:'description' => :'String'
|
74
|
+
:'description' => :'String',
|
75
|
+
:'architectures' => :'Array<String>',
|
76
|
+
:'components' => :'Array<String>'
|
69
77
|
}
|
70
78
|
end
|
71
79
|
|
@@ -75,7 +83,7 @@ module PulpDebClient
|
|
75
83
|
:'version',
|
76
84
|
:'origin',
|
77
85
|
:'label',
|
78
|
-
:'description'
|
86
|
+
:'description',
|
79
87
|
])
|
80
88
|
end
|
81
89
|
|
@@ -133,6 +141,18 @@ module PulpDebClient
|
|
133
141
|
if attributes.key?(:'description')
|
134
142
|
self.description = attributes[:'description']
|
135
143
|
end
|
144
|
+
|
145
|
+
if attributes.key?(:'architectures')
|
146
|
+
if (value = attributes[:'architectures']).is_a?(Array)
|
147
|
+
self.architectures = value
|
148
|
+
end
|
149
|
+
end
|
150
|
+
|
151
|
+
if attributes.key?(:'components')
|
152
|
+
if (value = attributes[:'components']).is_a?(Array)
|
153
|
+
self.components = value
|
154
|
+
end
|
155
|
+
end
|
136
156
|
end
|
137
157
|
|
138
158
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -177,7 +197,9 @@ module PulpDebClient
|
|
177
197
|
version == o.version &&
|
178
198
|
origin == o.origin &&
|
179
199
|
label == o.label &&
|
180
|
-
description == o.description
|
200
|
+
description == o.description &&
|
201
|
+
architectures == o.architectures &&
|
202
|
+
components == o.components
|
181
203
|
end
|
182
204
|
|
183
205
|
# @see the `==` method
|
@@ -189,7 +211,7 @@ module PulpDebClient
|
|
189
211
|
# Calculates hash code according to all attributes.
|
190
212
|
# @return [Integer] Hash code
|
191
213
|
def hash
|
192
|
-
[pulp_href, pulp_created, pulp_last_updated, codename, suite, distribution, version, origin, label, description].hash
|
214
|
+
[pulp_href, pulp_created, pulp_last_updated, codename, suite, distribution, version, origin, label, description, architectures, components].hash
|
193
215
|
end
|
194
216
|
|
195
217
|
# Builds the object from hash
|
@@ -379,20 +379,20 @@ module PulpDebClient
|
|
379
379
|
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
380
380
|
end
|
381
381
|
|
382
|
-
if !@total_timeout.nil? && @total_timeout < 0
|
383
|
-
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
|
382
|
+
if !@total_timeout.nil? && @total_timeout < 0.0
|
383
|
+
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
|
384
384
|
end
|
385
385
|
|
386
|
-
if !@connect_timeout.nil? && @connect_timeout < 0
|
387
|
-
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
|
386
|
+
if !@connect_timeout.nil? && @connect_timeout < 0.0
|
387
|
+
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
|
388
388
|
end
|
389
389
|
|
390
|
-
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
391
|
-
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
|
390
|
+
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
391
|
+
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
|
392
392
|
end
|
393
393
|
|
394
|
-
if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
395
|
-
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
|
394
|
+
if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
395
|
+
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
|
396
396
|
end
|
397
397
|
|
398
398
|
if !@distributions.nil? && @distributions.to_s.length < 1
|
@@ -428,10 +428,10 @@ module PulpDebClient
|
|
428
428
|
return false if !@username.nil? && @username.to_s.length < 1
|
429
429
|
return false if !@password.nil? && @password.to_s.length < 1
|
430
430
|
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
431
|
-
return false if !@total_timeout.nil? && @total_timeout < 0
|
432
|
-
return false if !@connect_timeout.nil? && @connect_timeout < 0
|
433
|
-
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
434
|
-
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
431
|
+
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
432
|
+
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
433
|
+
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
434
|
+
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
435
435
|
return false if !@distributions.nil? && @distributions.to_s.length < 1
|
436
436
|
return false if !@components.nil? && @components.to_s.length < 1
|
437
437
|
return false if !@architectures.nil? && @architectures.to_s.length < 1
|
@@ -552,8 +552,8 @@ module PulpDebClient
|
|
552
552
|
# Custom attribute writer method with validation
|
553
553
|
# @param [Object] total_timeout Value to be assigned
|
554
554
|
def total_timeout=(total_timeout)
|
555
|
-
if !total_timeout.nil? && total_timeout < 0
|
556
|
-
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
|
555
|
+
if !total_timeout.nil? && total_timeout < 0.0
|
556
|
+
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
|
557
557
|
end
|
558
558
|
|
559
559
|
@total_timeout = total_timeout
|
@@ -562,8 +562,8 @@ module PulpDebClient
|
|
562
562
|
# Custom attribute writer method with validation
|
563
563
|
# @param [Object] connect_timeout Value to be assigned
|
564
564
|
def connect_timeout=(connect_timeout)
|
565
|
-
if !connect_timeout.nil? && connect_timeout < 0
|
566
|
-
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
|
565
|
+
if !connect_timeout.nil? && connect_timeout < 0.0
|
566
|
+
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
|
567
567
|
end
|
568
568
|
|
569
569
|
@connect_timeout = connect_timeout
|
@@ -572,8 +572,8 @@ module PulpDebClient
|
|
572
572
|
# Custom attribute writer method with validation
|
573
573
|
# @param [Object] sock_connect_timeout Value to be assigned
|
574
574
|
def sock_connect_timeout=(sock_connect_timeout)
|
575
|
-
if !sock_connect_timeout.nil? && sock_connect_timeout < 0
|
576
|
-
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
|
575
|
+
if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
|
576
|
+
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
|
577
577
|
end
|
578
578
|
|
579
579
|
@sock_connect_timeout = sock_connect_timeout
|
@@ -582,8 +582,8 @@ module PulpDebClient
|
|
582
582
|
# Custom attribute writer method with validation
|
583
583
|
# @param [Object] sock_read_timeout Value to be assigned
|
584
584
|
def sock_read_timeout=(sock_read_timeout)
|
585
|
-
if !sock_read_timeout.nil? && sock_read_timeout < 0
|
586
|
-
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
|
585
|
+
if !sock_read_timeout.nil? && sock_read_timeout < 0.0
|
586
|
+
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
|
587
587
|
end
|
588
588
|
|
589
589
|
@sock_read_timeout = sock_read_timeout
|
@@ -34,10 +34,10 @@ describe 'ContentReleasesApi' do
|
|
34
34
|
|
35
35
|
# unit tests for create
|
36
36
|
# Create a release
|
37
|
-
#
|
37
|
+
# Trigger an asynchronous task to create content,optionally create new repository version.
|
38
38
|
# @param deb_release
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
|
-
# @return [
|
40
|
+
# @return [AsyncOperationResponse]
|
41
41
|
describe 'create test' do
|
42
42
|
it 'should work' do
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
data/spec/configuration_spec.rb
CHANGED
@@ -18,7 +18,7 @@ describe PulpDebClient::Configuration do
|
|
18
18
|
before(:each) do
|
19
19
|
# uncomment below to setup host and base_path
|
20
20
|
# require 'URI'
|
21
|
-
# uri = URI.parse("http://
|
21
|
+
# uri = URI.parse("http://pulp")
|
22
22
|
# PulpDebClient.configure do |c|
|
23
23
|
# c.host = uri.host
|
24
24
|
# c.base_path = uri.path
|
@@ -28,14 +28,14 @@ describe PulpDebClient::Configuration do
|
|
28
28
|
describe '#base_url' do
|
29
29
|
it 'should have the default value' do
|
30
30
|
# uncomment below to test default value of the base path
|
31
|
-
# expect(config.base_url).to eq("http://
|
31
|
+
# expect(config.base_url).to eq("http://pulp")
|
32
32
|
end
|
33
33
|
|
34
34
|
it 'should remove trailing slashes' do
|
35
35
|
[nil, '', '/', '//'].each do |base_path|
|
36
36
|
config.base_path = base_path
|
37
37
|
# uncomment below to test trailing slashes
|
38
|
-
# expect(config.base_url).to eq("http://
|
38
|
+
# expect(config.base_url).to eq("http://pulp")
|
39
39
|
end
|
40
40
|
end
|
41
41
|
end
|
@@ -92,4 +92,16 @@ describe 'DebReleaseResponse' do
|
|
92
92
|
end
|
93
93
|
end
|
94
94
|
|
95
|
+
describe 'test attribute "architectures"' do
|
96
|
+
it 'should work' do
|
97
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
98
|
+
end
|
99
|
+
end
|
100
|
+
|
101
|
+
describe 'test attribute "components"' do
|
102
|
+
it 'should work' do
|
103
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
104
|
+
end
|
105
|
+
end
|
106
|
+
|
95
107
|
end
|
@@ -80,4 +80,16 @@ describe 'DebRelease' do
|
|
80
80
|
end
|
81
81
|
end
|
82
82
|
|
83
|
+
describe 'test attribute "architectures"' 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 "components"' 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
|
+
|
83
95
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_deb_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.3.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: 2024-
|
11
|
+
date: 2024-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -34,42 +34,42 @@ dependencies:
|
|
34
34
|
name: json
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
|
-
- - "~>"
|
38
|
-
- !ruby/object:Gem::Version
|
39
|
-
version: '2.1'
|
40
37
|
- - ">="
|
41
38
|
- !ruby/object:Gem::Version
|
42
39
|
version: 2.1.0
|
40
|
+
- - "~>"
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: '2.1'
|
43
43
|
type: :runtime
|
44
44
|
prerelease: false
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
46
46
|
requirements:
|
47
|
-
- - "~>"
|
48
|
-
- !ruby/object:Gem::Version
|
49
|
-
version: '2.1'
|
50
47
|
- - ">="
|
51
48
|
- !ruby/object:Gem::Version
|
52
49
|
version: 2.1.0
|
50
|
+
- - "~>"
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
version: '2.1'
|
53
53
|
- !ruby/object:Gem::Dependency
|
54
54
|
name: rspec
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
56
56
|
requirements:
|
57
|
-
- - "~>"
|
58
|
-
- !ruby/object:Gem::Version
|
59
|
-
version: '3.6'
|
60
57
|
- - ">="
|
61
58
|
- !ruby/object:Gem::Version
|
62
59
|
version: 3.6.0
|
60
|
+
- - "~>"
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: '3.6'
|
63
63
|
type: :development
|
64
64
|
prerelease: false
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
66
66
|
requirements:
|
67
|
-
- - "~>"
|
68
|
-
- !ruby/object:Gem::Version
|
69
|
-
version: '3.6'
|
70
67
|
- - ">="
|
71
68
|
- !ruby/object:Gem::Version
|
72
69
|
version: 3.6.0
|
70
|
+
- - "~>"
|
71
|
+
- !ruby/object:Gem::Version
|
72
|
+
version: '3.6'
|
73
73
|
description: Fetch, Upload, Organize, and Distribute Software Packages
|
74
74
|
email:
|
75
75
|
- pulp-list@redhat.com
|
@@ -381,102 +381,102 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
381
381
|
- !ruby/object:Gem::Version
|
382
382
|
version: '0'
|
383
383
|
requirements: []
|
384
|
-
rubygems_version: 3.3.
|
384
|
+
rubygems_version: 3.0.3.1
|
385
385
|
signing_key:
|
386
386
|
specification_version: 4
|
387
387
|
summary: Pulp 3 API Ruby Gem
|
388
388
|
test_files:
|
389
|
+
- spec/api/content_release_files_api_spec.rb
|
389
390
|
- spec/api/content_release_architectures_api_spec.rb
|
390
|
-
- spec/api/repositories_apt_api_spec.rb
|
391
|
-
- spec/api/content_release_components_api_spec.rb
|
392
|
-
- spec/api/content_installer_packages_api_spec.rb
|
393
|
-
- spec/api/content_installer_file_indices_api_spec.rb
|
394
|
-
- spec/api/remotes_apt_api_spec.rb
|
395
391
|
- spec/api/publications_apt_api_spec.rb
|
392
|
+
- spec/api/content_release_components_api_spec.rb
|
396
393
|
- spec/api/deb_copy_api_spec.rb
|
397
|
-
- spec/api/
|
398
|
-
- spec/api/
|
399
|
-
- spec/api/repositories_apt_versions_api_spec.rb
|
394
|
+
- spec/api/remotes_apt_api_spec.rb
|
395
|
+
- spec/api/content_installer_packages_api_spec.rb
|
400
396
|
- spec/api/publications_verbatim_api_spec.rb
|
401
|
-
- spec/api/
|
397
|
+
- spec/api/content_releases_api_spec.rb
|
398
|
+
- spec/api/repositories_apt_versions_api_spec.rb
|
399
|
+
- spec/api/content_package_indices_api_spec.rb
|
402
400
|
- spec/api/content_packages_api_spec.rb
|
403
|
-
- spec/api/content_package_release_components_api_spec.rb
|
404
401
|
- spec/api/content_source_release_components_api_spec.rb
|
402
|
+
- spec/api/repositories_apt_api_spec.rb
|
403
|
+
- spec/api/content_package_release_components_api_spec.rb
|
405
404
|
- spec/api/content_source_packages_api_spec.rb
|
406
|
-
- spec/api/
|
405
|
+
- spec/api/content_source_indices_api_spec.rb
|
407
406
|
- spec/api/content_generic_contents_api_spec.rb
|
408
|
-
- spec/api/
|
407
|
+
- spec/api/content_installer_file_indices_api_spec.rb
|
408
|
+
- spec/api/distributions_apt_api_spec.rb
|
409
409
|
- spec/api_client_spec.rb
|
410
410
|
- spec/configuration_spec.rb
|
411
|
-
- spec/models/
|
412
|
-
- spec/models/
|
413
|
-
- spec/models/
|
411
|
+
- spec/models/paginateddeb_installer_file_index_response_list_spec.rb
|
412
|
+
- spec/models/patcheddeb_apt_distribution_spec.rb
|
413
|
+
- spec/models/deb_source_package_release_component_response_spec.rb
|
414
|
+
- spec/models/paginateddeb_release_file_response_list_spec.rb
|
415
|
+
- spec/models/deb_release_architecture_response_spec.rb
|
416
|
+
- spec/models/unset_label_response_spec.rb
|
414
417
|
- spec/models/patcheddeb_apt_repository_spec.rb
|
415
|
-
- spec/models/deb_apt_remote_response_spec.rb
|
416
|
-
- spec/models/repair_spec.rb
|
417
|
-
- spec/models/content_summary_response_spec.rb
|
418
|
-
- spec/models/deb_release_file_spec.rb
|
419
|
-
- spec/models/patcheddeb_apt_remote_spec.rb
|
420
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
421
|
-
- spec/models/deb_generic_content_spec.rb
|
422
418
|
- spec/models/set_label_response_spec.rb
|
423
|
-
- spec/models/
|
419
|
+
- spec/models/deb_source_index_spec.rb
|
420
|
+
- spec/models/paginateddeb_release_response_list_spec.rb
|
421
|
+
- spec/models/deb_apt_publication_spec.rb
|
422
|
+
- spec/models/apt_repository_sync_url_spec.rb
|
423
|
+
- spec/models/paginateddeb_installer_package_response_list_spec.rb
|
424
|
+
- spec/models/copy_spec.rb
|
425
|
+
- spec/models/deb_installer_package_spec.rb
|
426
|
+
- spec/models/content_summary_response_spec.rb
|
427
|
+
- spec/models/paginateddeb_source_package_response_list_spec.rb
|
428
|
+
- spec/models/paginateddeb_apt_remote_response_list_spec.rb
|
429
|
+
- spec/models/deb_verbatim_publication_response_spec.rb
|
430
|
+
- spec/models/deb_generic_content_response_spec.rb
|
431
|
+
- spec/models/deb_apt_remote_response_hidden_fields_spec.rb
|
432
|
+
- spec/models/deb_source_index_response_spec.rb
|
433
|
+
- spec/models/paginateddeb_source_package_release_component_response_list_spec.rb
|
434
|
+
- spec/models/repair_spec.rb
|
435
|
+
- spec/models/repository_add_remove_content_spec.rb
|
424
436
|
- spec/models/policy_enum_spec.rb
|
425
|
-
- spec/models/
|
426
|
-
- spec/models/
|
427
|
-
- spec/models/
|
437
|
+
- spec/models/paginateddeb_package_index_response_list_spec.rb
|
438
|
+
- spec/models/deb_source_package_response_spec.rb
|
439
|
+
- spec/models/paginateddeb_apt_distribution_response_list_spec.rb
|
440
|
+
- spec/models/deb_installer_file_index_spec.rb
|
428
441
|
- spec/models/deb_installer_package_response_spec.rb
|
429
|
-
- spec/models/repository_version_response_spec.rb
|
430
|
-
- spec/models/unset_label_spec.rb
|
431
442
|
- spec/models/deb_release_component_response_spec.rb
|
432
|
-
- spec/models/
|
433
|
-
- spec/models/
|
443
|
+
- spec/models/deb_verbatim_publication_spec.rb
|
444
|
+
- spec/models/repository_version_response_spec.rb
|
445
|
+
- spec/models/deb_apt_publication_response_spec.rb
|
446
|
+
- spec/models/paginateddeb_package_response_list_spec.rb
|
447
|
+
- spec/models/deb_package_spec.rb
|
434
448
|
- spec/models/deb_release_spec.rb
|
435
|
-
- spec/models/deb_source_index_response_spec.rb
|
436
|
-
- spec/models/unset_label_response_spec.rb
|
437
|
-
- spec/models/deb_package_response_spec.rb
|
438
|
-
- spec/models/paginateddeb_installer_package_response_list_spec.rb
|
439
|
-
- spec/models/deb_release_file_response_spec.rb
|
440
|
-
- spec/models/paginateddeb_release_file_response_list_spec.rb
|
441
|
-
- spec/models/deb_apt_distribution_response_spec.rb
|
442
|
-
- spec/models/paginateddeb_verbatim_publication_response_list_spec.rb
|
443
449
|
- spec/models/async_operation_response_spec.rb
|
444
|
-
- spec/models/
|
450
|
+
- spec/models/deb_release_response_spec.rb
|
451
|
+
- spec/models/deb_release_component_spec.rb
|
452
|
+
- spec/models/patcheddeb_apt_remote_spec.rb
|
453
|
+
- spec/models/deb_package_index_response_spec.rb
|
454
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
445
455
|
- spec/models/paginateddeb_generic_content_response_list_spec.rb
|
446
|
-
- spec/models/
|
447
|
-
- spec/models/deb_apt_distribution_spec.rb
|
448
|
-
- spec/models/deb_verbatim_publication_spec.rb
|
449
|
-
- spec/models/deb_apt_publication_spec.rb
|
450
|
-
- spec/models/paginateddeb_release_component_response_list_spec.rb
|
451
|
-
- spec/models/paginateddeb_source_index_response_list_spec.rb
|
452
|
-
- spec/models/deb_release_architecture_spec.rb
|
453
|
-
- spec/models/deb_package_spec.rb
|
456
|
+
- spec/models/deb_apt_distribution_response_spec.rb
|
454
457
|
- spec/models/paginateddeb_apt_publication_response_list_spec.rb
|
455
|
-
- spec/models/paginateddeb_release_response_list_spec.rb
|
456
458
|
- spec/models/deb_package_release_component_spec.rb
|
457
|
-
- spec/models/repository_add_remove_content_spec.rb
|
458
|
-
- spec/models/deb_package_index_spec.rb
|
459
|
-
- spec/models/deb_source_package_response_spec.rb
|
460
|
-
- spec/models/deb_installer_package_spec.rb
|
461
|
-
- spec/models/deb_generic_content_response_spec.rb
|
462
|
-
- spec/models/paginateddeb_package_response_list_spec.rb
|
463
|
-
- spec/models/paginateddeb_apt_repository_response_list_spec.rb
|
464
459
|
- spec/models/deb_apt_repository_spec.rb
|
465
|
-
- spec/models/
|
466
|
-
- spec/models/deb_installer_file_index_response_spec.rb
|
467
|
-
- spec/models/paginateddeb_package_release_component_response_list_spec.rb
|
468
|
-
- spec/models/deb_release_architecture_response_spec.rb
|
469
|
-
- spec/models/deb_package_release_component_response_spec.rb
|
470
|
-
- spec/models/deb_installer_file_index_spec.rb
|
471
|
-
- spec/models/deb_source_package_spec.rb
|
472
|
-
- spec/models/copy_spec.rb
|
473
|
-
- spec/models/paginateddeb_apt_remote_response_list_spec.rb
|
460
|
+
- spec/models/deb_source_package_release_component_spec.rb
|
474
461
|
- spec/models/set_label_spec.rb
|
475
|
-
- spec/models/
|
476
|
-
- spec/models/
|
477
|
-
- spec/models/
|
462
|
+
- spec/models/paginateddeb_release_component_response_list_spec.rb
|
463
|
+
- spec/models/deb_apt_remote_spec.rb
|
464
|
+
- spec/models/deb_apt_distribution_spec.rb
|
465
|
+
- spec/models/paginateddeb_source_index_response_list_spec.rb
|
466
|
+
- spec/models/deb_generic_content_spec.rb
|
467
|
+
- spec/models/deb_apt_repository_response_spec.rb
|
468
|
+
- spec/models/deb_apt_remote_response_spec.rb
|
469
|
+
- spec/models/paginateddeb_verbatim_publication_response_list_spec.rb
|
470
|
+
- spec/models/deb_package_index_spec.rb
|
471
|
+
- spec/models/deb_release_file_response_spec.rb
|
478
472
|
- spec/models/paginateddeb_release_architecture_response_list_spec.rb
|
479
|
-
- spec/models/
|
480
|
-
- spec/models/
|
481
|
-
- spec/models/
|
473
|
+
- spec/models/deb_source_package_spec.rb
|
474
|
+
- spec/models/deb_release_file_spec.rb
|
475
|
+
- spec/models/paginateddeb_package_release_component_response_list_spec.rb
|
476
|
+
- spec/models/deb_installer_file_index_response_spec.rb
|
477
|
+
- spec/models/deb_package_release_component_response_spec.rb
|
478
|
+
- spec/models/paginateddeb_apt_repository_response_list_spec.rb
|
479
|
+
- spec/models/deb_package_response_spec.rb
|
480
|
+
- spec/models/unset_label_spec.rb
|
481
|
+
- spec/models/deb_release_architecture_spec.rb
|
482
482
|
- spec/spec_helper.rb
|