pulp_deb_client 3.6.0 → 3.7.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 +4 -4
- data/docs/ContentInstallerPackagesApi.md +2 -2
- data/docs/ContentPackagesApi.md +2 -2
- data/docs/Copy.md +1 -1
- data/docs/DebAptRemoteResponse.md +1 -1
- data/docs/DebGenericContentResponse.md +2 -0
- data/docs/DebInstallerFileIndexResponse.md +2 -0
- data/docs/DebInstallerPackageResponse.md +2 -0
- data/docs/DebPackageIndexResponse.md +2 -0
- data/docs/DebPackageReleaseComponentResponse.md +2 -0
- data/docs/DebPackageResponse.md +2 -0
- data/docs/DebReleaseArchitectureResponse.md +2 -0
- data/docs/DebReleaseComponentResponse.md +2 -0
- data/docs/DebReleaseFileResponse.md +2 -0
- data/docs/DebReleaseResponse.md +2 -0
- data/docs/DebSourceIndexResponse.md +2 -0
- data/docs/DebSourcePackageReleaseComponentResponse.md +2 -0
- data/docs/DebSourcePackageResponse.md +2 -0
- data/docs/RepositoryVersionResponse.md +3 -1
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +8 -0
- data/lib/pulp_deb_client/api/content_packages_api.rb +8 -0
- data/lib/pulp_deb_client/models/copy.rb +0 -1
- data/lib/pulp_deb_client/models/deb_apt_remote.rb +0 -15
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +0 -15
- data/lib/pulp_deb_client/models/deb_apt_repository.rb +0 -15
- data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +0 -15
- data/lib/pulp_deb_client/models/deb_generic_content_response.rb +10 -1
- data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +10 -1
- data/lib/pulp_deb_client/models/deb_installer_package_response.rb +10 -1
- data/lib/pulp_deb_client/models/deb_package_index_response.rb +10 -1
- data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +10 -1
- data/lib/pulp_deb_client/models/deb_package_response.rb +10 -1
- data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +10 -1
- data/lib/pulp_deb_client/models/deb_release_component_response.rb +10 -1
- data/lib/pulp_deb_client/models/deb_release_file_response.rb +10 -1
- data/lib/pulp_deb_client/models/deb_release_response.rb +10 -1
- data/lib/pulp_deb_client/models/deb_source_index_response.rb +10 -1
- data/lib/pulp_deb_client/models/deb_source_package_release_component_response.rb +10 -1
- data/lib/pulp_deb_client/models/deb_source_package_response.rb +10 -1
- data/lib/pulp_deb_client/models/paginated_repository_version_response_list.rb +0 -2
- data/lib/pulp_deb_client/models/paginateddeb_apt_distribution_response_list.rb +0 -2
- data/lib/pulp_deb_client/models/paginateddeb_apt_publication_response_list.rb +0 -2
- data/lib/pulp_deb_client/models/paginateddeb_apt_remote_response_list.rb +0 -2
- data/lib/pulp_deb_client/models/paginateddeb_apt_repository_response_list.rb +0 -2
- data/lib/pulp_deb_client/models/paginateddeb_generic_content_response_list.rb +0 -2
- data/lib/pulp_deb_client/models/paginateddeb_installer_file_index_response_list.rb +0 -2
- data/lib/pulp_deb_client/models/paginateddeb_installer_package_response_list.rb +0 -2
- data/lib/pulp_deb_client/models/paginateddeb_package_index_response_list.rb +0 -2
- data/lib/pulp_deb_client/models/paginateddeb_package_release_component_response_list.rb +0 -2
- data/lib/pulp_deb_client/models/paginateddeb_package_response_list.rb +0 -2
- data/lib/pulp_deb_client/models/paginateddeb_release_architecture_response_list.rb +0 -2
- data/lib/pulp_deb_client/models/paginateddeb_release_component_response_list.rb +0 -2
- data/lib/pulp_deb_client/models/paginateddeb_release_file_response_list.rb +0 -2
- data/lib/pulp_deb_client/models/paginateddeb_release_response_list.rb +0 -2
- data/lib/pulp_deb_client/models/paginateddeb_source_index_response_list.rb +0 -2
- data/lib/pulp_deb_client/models/paginateddeb_source_package_release_component_response_list.rb +0 -2
- data/lib/pulp_deb_client/models/paginateddeb_source_package_response_list.rb +0 -2
- data/lib/pulp_deb_client/models/paginateddeb_verbatim_publication_response_list.rb +0 -2
- data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +0 -15
- data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +0 -15
- data/lib/pulp_deb_client/models/repository_version_response.rb +13 -4
- data/lib/pulp_deb_client/version.rb +1 -1
- data/spec/models/deb_generic_content_response_spec.rb +6 -0
- data/spec/models/deb_installer_file_index_response_spec.rb +6 -0
- data/spec/models/deb_installer_package_response_spec.rb +6 -0
- data/spec/models/deb_package_index_response_spec.rb +6 -0
- data/spec/models/deb_package_release_component_response_spec.rb +6 -0
- data/spec/models/deb_package_response_spec.rb +6 -0
- data/spec/models/deb_release_architecture_response_spec.rb +6 -0
- data/spec/models/deb_release_component_response_spec.rb +6 -0
- data/spec/models/deb_release_file_response_spec.rb +6 -0
- data/spec/models/deb_release_response_spec.rb +6 -0
- data/spec/models/deb_source_index_response_spec.rb +6 -0
- data/spec/models/deb_source_package_release_component_response_spec.rb +6 -0
- data/spec/models/deb_source_package_response_spec.rb +6 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +75 -75
@@ -404,10 +404,6 @@ module PulpDebClient
|
|
404
404
|
invalid_properties.push('invalid value for "password", the character length must be great than or equal to 1.')
|
405
405
|
end
|
406
406
|
|
407
|
-
if !@download_concurrency.nil? && @download_concurrency < 1
|
408
|
-
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
409
|
-
end
|
410
|
-
|
411
407
|
if !@total_timeout.nil? && @total_timeout < 0.0
|
412
408
|
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
|
413
409
|
end
|
@@ -457,7 +453,6 @@ module PulpDebClient
|
|
457
453
|
return false if !@proxy_password.nil? && @proxy_password.to_s.length < 1
|
458
454
|
return false if !@username.nil? && @username.to_s.length < 1
|
459
455
|
return false if !@password.nil? && @password.to_s.length < 1
|
460
|
-
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
461
456
|
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
462
457
|
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
463
458
|
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
@@ -577,16 +572,6 @@ module PulpDebClient
|
|
577
572
|
@password = password
|
578
573
|
end
|
579
574
|
|
580
|
-
# Custom attribute writer method with validation
|
581
|
-
# @param [Object] download_concurrency Value to be assigned
|
582
|
-
def download_concurrency=(download_concurrency)
|
583
|
-
if !download_concurrency.nil? && download_concurrency < 1
|
584
|
-
fail ArgumentError, 'invalid value for "download_concurrency", must be greater than or equal to 1.'
|
585
|
-
end
|
586
|
-
|
587
|
-
@download_concurrency = download_concurrency
|
588
|
-
end
|
589
|
-
|
590
575
|
# Custom attribute writer method with validation
|
591
576
|
# @param [Object] total_timeout Value to be assigned
|
592
577
|
def total_timeout=(total_timeout)
|
@@ -147,10 +147,6 @@ module PulpDebClient
|
|
147
147
|
invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
|
148
148
|
end
|
149
149
|
|
150
|
-
if !@retain_repo_versions.nil? && @retain_repo_versions < 1
|
151
|
-
invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
|
152
|
-
end
|
153
|
-
|
154
150
|
invalid_properties
|
155
151
|
end
|
156
152
|
|
@@ -160,7 +156,6 @@ module PulpDebClient
|
|
160
156
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
161
157
|
return false if !@name.nil? && @name.to_s.length < 1
|
162
158
|
return false if !@description.nil? && @description.to_s.length < 1
|
163
|
-
return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
|
164
159
|
true
|
165
160
|
end
|
166
161
|
|
@@ -188,16 +183,6 @@ module PulpDebClient
|
|
188
183
|
@description = description
|
189
184
|
end
|
190
185
|
|
191
|
-
# Custom attribute writer method with validation
|
192
|
-
# @param [Object] retain_repo_versions Value to be assigned
|
193
|
-
def retain_repo_versions=(retain_repo_versions)
|
194
|
-
if !retain_repo_versions.nil? && retain_repo_versions < 1
|
195
|
-
fail ArgumentError, 'invalid value for "retain_repo_versions", must be greater than or equal to 1.'
|
196
|
-
end
|
197
|
-
|
198
|
-
@retain_repo_versions = retain_repo_versions
|
199
|
-
end
|
200
|
-
|
201
186
|
# Checks equality by comparing each attribute.
|
202
187
|
# @param [Object] Object to be compared
|
203
188
|
def ==(o)
|
@@ -37,6 +37,8 @@ module PulpDebClient
|
|
37
37
|
# Various count summaries of the content in the version and the HREF to view them.
|
38
38
|
attr_accessor :content_summary
|
39
39
|
|
40
|
+
attr_accessor :vuln_report
|
41
|
+
|
40
42
|
# Attribute mapping from ruby-style variable name to JSON key.
|
41
43
|
def self.attribute_map
|
42
44
|
{
|
@@ -47,7 +49,8 @@ module PulpDebClient
|
|
47
49
|
:'number' => :'number',
|
48
50
|
:'repository' => :'repository',
|
49
51
|
:'base_version' => :'base_version',
|
50
|
-
:'content_summary' => :'content_summary'
|
52
|
+
:'content_summary' => :'content_summary',
|
53
|
+
:'vuln_report' => :'vuln_report'
|
51
54
|
}
|
52
55
|
end
|
53
56
|
|
@@ -66,7 +69,8 @@ module PulpDebClient
|
|
66
69
|
:'number' => :'Integer',
|
67
70
|
:'repository' => :'String',
|
68
71
|
:'base_version' => :'String',
|
69
|
-
:'content_summary' => :'ContentSummaryResponse'
|
72
|
+
:'content_summary' => :'ContentSummaryResponse',
|
73
|
+
:'vuln_report' => :'String'
|
70
74
|
}
|
71
75
|
end
|
72
76
|
|
@@ -122,6 +126,10 @@ module PulpDebClient
|
|
122
126
|
if attributes.key?(:'content_summary')
|
123
127
|
self.content_summary = attributes[:'content_summary']
|
124
128
|
end
|
129
|
+
|
130
|
+
if attributes.key?(:'vuln_report')
|
131
|
+
self.vuln_report = attributes[:'vuln_report']
|
132
|
+
end
|
125
133
|
end
|
126
134
|
|
127
135
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -151,7 +159,8 @@ module PulpDebClient
|
|
151
159
|
number == o.number &&
|
152
160
|
repository == o.repository &&
|
153
161
|
base_version == o.base_version &&
|
154
|
-
content_summary == o.content_summary
|
162
|
+
content_summary == o.content_summary &&
|
163
|
+
vuln_report == o.vuln_report
|
155
164
|
end
|
156
165
|
|
157
166
|
# @see the `==` method
|
@@ -163,7 +172,7 @@ module PulpDebClient
|
|
163
172
|
# Calculates hash code according to all attributes.
|
164
173
|
# @return [Integer] Hash code
|
165
174
|
def hash
|
166
|
-
[pulp_href, prn, pulp_created, pulp_last_updated, number, repository, base_version, content_summary].hash
|
175
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, number, repository, base_version, content_summary, vuln_report].hash
|
167
176
|
end
|
168
177
|
|
169
178
|
# Builds the object from hash
|
@@ -57,6 +57,12 @@ describe PulpDebClient::DebGenericContentResponse do
|
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
+
describe 'test attribute "vuln_report"' do
|
61
|
+
it 'should work' do
|
62
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
63
|
+
end
|
64
|
+
end
|
65
|
+
|
60
66
|
describe 'test attribute "artifact"' do
|
61
67
|
it 'should work' do
|
62
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -57,6 +57,12 @@ describe PulpDebClient::DebInstallerFileIndexResponse do
|
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
+
describe 'test attribute "vuln_report"' do
|
61
|
+
it 'should work' do
|
62
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
63
|
+
end
|
64
|
+
end
|
65
|
+
|
60
66
|
describe 'test attribute "artifacts"' do
|
61
67
|
it 'should work' do
|
62
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -57,6 +57,12 @@ describe PulpDebClient::DebInstallerPackageResponse do
|
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
+
describe 'test attribute "vuln_report"' do
|
61
|
+
it 'should work' do
|
62
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
63
|
+
end
|
64
|
+
end
|
65
|
+
|
60
66
|
describe 'test attribute "artifact"' do
|
61
67
|
it 'should work' do
|
62
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -57,6 +57,12 @@ describe PulpDebClient::DebPackageIndexResponse do
|
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
+
describe 'test attribute "vuln_report"' do
|
61
|
+
it 'should work' do
|
62
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
63
|
+
end
|
64
|
+
end
|
65
|
+
|
60
66
|
describe 'test attribute "artifacts"' do
|
61
67
|
it 'should work' do
|
62
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -57,6 +57,12 @@ describe PulpDebClient::DebPackageReleaseComponentResponse do
|
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
+
describe 'test attribute "vuln_report"' do
|
61
|
+
it 'should work' do
|
62
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
63
|
+
end
|
64
|
+
end
|
65
|
+
|
60
66
|
describe 'test attribute "package"' do
|
61
67
|
it 'should work' do
|
62
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -57,6 +57,12 @@ describe PulpDebClient::DebPackageResponse do
|
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
+
describe 'test attribute "vuln_report"' do
|
61
|
+
it 'should work' do
|
62
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
63
|
+
end
|
64
|
+
end
|
65
|
+
|
60
66
|
describe 'test attribute "artifact"' do
|
61
67
|
it 'should work' do
|
62
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -57,6 +57,12 @@ describe PulpDebClient::DebReleaseArchitectureResponse do
|
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
+
describe 'test attribute "vuln_report"' do
|
61
|
+
it 'should work' do
|
62
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
63
|
+
end
|
64
|
+
end
|
65
|
+
|
60
66
|
describe 'test attribute "architecture"' do
|
61
67
|
it 'should work' do
|
62
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -57,6 +57,12 @@ describe PulpDebClient::DebReleaseComponentResponse do
|
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
+
describe 'test attribute "vuln_report"' do
|
61
|
+
it 'should work' do
|
62
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
63
|
+
end
|
64
|
+
end
|
65
|
+
|
60
66
|
describe 'test attribute "component"' do
|
61
67
|
it 'should work' do
|
62
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -57,6 +57,12 @@ describe PulpDebClient::DebReleaseFileResponse do
|
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
+
describe 'test attribute "vuln_report"' do
|
61
|
+
it 'should work' do
|
62
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
63
|
+
end
|
64
|
+
end
|
65
|
+
|
60
66
|
describe 'test attribute "artifacts"' do
|
61
67
|
it 'should work' do
|
62
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -57,6 +57,12 @@ describe PulpDebClient::DebReleaseResponse do
|
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
+
describe 'test attribute "vuln_report"' do
|
61
|
+
it 'should work' do
|
62
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
63
|
+
end
|
64
|
+
end
|
65
|
+
|
60
66
|
describe 'test attribute "codename"' do
|
61
67
|
it 'should work' do
|
62
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -57,6 +57,12 @@ describe PulpDebClient::DebSourceIndexResponse do
|
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
+
describe 'test attribute "vuln_report"' do
|
61
|
+
it 'should work' do
|
62
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
63
|
+
end
|
64
|
+
end
|
65
|
+
|
60
66
|
describe 'test attribute "artifacts"' do
|
61
67
|
it 'should work' do
|
62
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -57,6 +57,12 @@ describe PulpDebClient::DebSourcePackageReleaseComponentResponse do
|
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
+
describe 'test attribute "vuln_report"' do
|
61
|
+
it 'should work' do
|
62
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
63
|
+
end
|
64
|
+
end
|
65
|
+
|
60
66
|
describe 'test attribute "source_package"' do
|
61
67
|
it 'should work' do
|
62
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -57,6 +57,12 @@ describe PulpDebClient::DebSourcePackageResponse do
|
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
+
describe 'test attribute "vuln_report"' do
|
61
|
+
it 'should work' do
|
62
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
63
|
+
end
|
64
|
+
end
|
65
|
+
|
60
66
|
describe 'test attribute "artifacts"' do
|
61
67
|
it 'should work' do
|
62
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
@@ -75,4 +75,10 @@ describe PulpDebClient::RepositoryVersionResponse do
|
|
75
75
|
end
|
76
76
|
end
|
77
77
|
|
78
|
+
describe 'test attribute "vuln_report"' do
|
79
|
+
it 'should work' do
|
80
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
81
|
+
end
|
82
|
+
end
|
83
|
+
|
78
84
|
end
|
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.7.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: 2025-08-
|
11
|
+
date: 2025-08-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -395,96 +395,96 @@ signing_key:
|
|
395
395
|
specification_version: 4
|
396
396
|
summary: Pulp 3 API Ruby Gem
|
397
397
|
test_files:
|
398
|
-
- spec/api/
|
399
|
-
- spec/api/
|
400
|
-
- spec/api/content_source_indices_api_spec.rb
|
401
|
-
- spec/api/content_generic_contents_api_spec.rb
|
398
|
+
- spec/api/publications_verbatim_api_spec.rb
|
399
|
+
- spec/api/content_package_release_components_api_spec.rb
|
402
400
|
- spec/api/content_installer_file_indices_api_spec.rb
|
403
|
-
- spec/api/content_releases_api_spec.rb
|
404
|
-
- spec/api/content_installer_packages_api_spec.rb
|
405
|
-
- spec/api/distributions_apt_api_spec.rb
|
406
|
-
- spec/api/remotes_apt_api_spec.rb
|
407
|
-
- spec/api/content_source_release_components_api_spec.rb
|
408
401
|
- spec/api/content_source_packages_api_spec.rb
|
409
402
|
- spec/api/content_package_indices_api_spec.rb
|
410
|
-
- spec/api/
|
411
|
-
- spec/api/
|
412
|
-
- spec/api/content_packages_api_spec.rb
|
413
|
-
- spec/api/publications_verbatim_api_spec.rb
|
403
|
+
- spec/api/content_source_release_components_api_spec.rb
|
404
|
+
- spec/api/content_release_components_api_spec.rb
|
414
405
|
- spec/api/content_release_files_api_spec.rb
|
406
|
+
- spec/api/content_generic_contents_api_spec.rb
|
415
407
|
- spec/api/deb_copy_api_spec.rb
|
408
|
+
- spec/api/content_packages_api_spec.rb
|
409
|
+
- spec/api/repositories_apt_api_spec.rb
|
416
410
|
- spec/api/publications_apt_api_spec.rb
|
417
|
-
- spec/api/
|
418
|
-
- spec/
|
419
|
-
- spec/
|
420
|
-
- spec/
|
421
|
-
- spec/
|
422
|
-
- spec/
|
423
|
-
- spec/
|
424
|
-
- spec/models/
|
425
|
-
- spec/models/
|
426
|
-
- spec/models/
|
411
|
+
- spec/api/content_installer_packages_api_spec.rb
|
412
|
+
- spec/api/distributions_apt_api_spec.rb
|
413
|
+
- spec/api/repositories_apt_versions_api_spec.rb
|
414
|
+
- spec/api/content_releases_api_spec.rb
|
415
|
+
- spec/api/content_release_architectures_api_spec.rb
|
416
|
+
- spec/api/content_source_indices_api_spec.rb
|
417
|
+
- spec/api/remotes_apt_api_spec.rb
|
418
|
+
- spec/models/deb_verbatim_publication_response_spec.rb
|
419
|
+
- spec/models/paginateddeb_source_package_response_list_spec.rb
|
420
|
+
- spec/models/object_roles_response_spec.rb
|
421
|
+
- spec/models/set_label_response_spec.rb
|
422
|
+
- spec/models/deb_apt_repository_spec.rb
|
423
|
+
- spec/models/repository_version_response_spec.rb
|
427
424
|
- spec/models/deb_release_component_response_spec.rb
|
428
|
-
- spec/models/
|
425
|
+
- spec/models/copy_spec.rb
|
429
426
|
- spec/models/deb_apt_repository_response_spec.rb
|
430
|
-
- spec/models/
|
427
|
+
- spec/models/deb_source_package_release_component_response_spec.rb
|
428
|
+
- spec/models/paginateddeb_source_index_response_list_spec.rb
|
431
429
|
- spec/models/deb_source_package_spec.rb
|
432
|
-
- spec/models/
|
433
|
-
- spec/models/
|
430
|
+
- spec/models/async_operation_response_spec.rb
|
431
|
+
- spec/models/deb_apt_distribution_response_spec.rb
|
432
|
+
- spec/models/deb_source_package_release_component_spec.rb
|
433
|
+
- spec/models/paginateddeb_release_response_list_spec.rb
|
434
|
+
- spec/models/set_label_spec.rb
|
435
|
+
- spec/models/paginateddeb_package_release_component_response_list_spec.rb
|
436
|
+
- spec/models/deb_release_architecture_spec.rb
|
437
|
+
- spec/models/deb_package_index_spec.rb
|
438
|
+
- spec/models/paginateddeb_apt_repository_response_list_spec.rb
|
439
|
+
- spec/models/deb_apt_publication_spec.rb
|
440
|
+
- spec/models/paginateddeb_installer_package_response_list_spec.rb
|
441
|
+
- spec/models/paginateddeb_package_index_response_list_spec.rb
|
442
|
+
- spec/models/deb_release_response_spec.rb
|
443
|
+
- spec/models/my_permissions_response_spec.rb
|
434
444
|
- spec/models/paginateddeb_generic_content_response_list_spec.rb
|
435
|
-
- spec/models/
|
436
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
437
|
-
- spec/models/paginateddeb_release_component_response_list_spec.rb
|
438
|
-
- spec/models/nested_role_response_spec.rb
|
439
|
-
- spec/models/paginateddeb_source_package_release_component_response_list_spec.rb
|
440
|
-
- spec/models/deb_release_file_spec.rb
|
441
|
-
- spec/models/paginateddeb_verbatim_publication_response_list_spec.rb
|
442
|
-
- spec/models/deb_release_architecture_response_spec.rb
|
443
|
-
- spec/models/deb_source_package_response_spec.rb
|
445
|
+
- spec/models/deb_release_spec.rb
|
444
446
|
- spec/models/unset_label_response_spec.rb
|
445
|
-
- spec/models/
|
446
|
-
- spec/models/
|
447
|
-
- spec/models/
|
448
|
-
- spec/models/
|
449
|
-
- spec/models/
|
450
|
-
- spec/models/
|
447
|
+
- spec/models/policy_enum_spec.rb
|
448
|
+
- spec/models/deb_package_response_spec.rb
|
449
|
+
- spec/models/deb_apt_distribution_spec.rb
|
450
|
+
- spec/models/paginateddeb_release_component_response_list_spec.rb
|
451
|
+
- spec/models/apt_repository_sync_url_spec.rb
|
452
|
+
- spec/models/deb_verbatim_publication_spec.rb
|
453
|
+
- spec/models/deb_generic_content_response_spec.rb
|
451
454
|
- spec/models/content_summary_response_spec.rb
|
452
|
-
- spec/models/
|
455
|
+
- spec/models/deb_source_index_response_spec.rb
|
456
|
+
- spec/models/nested_role_spec.rb
|
457
|
+
- spec/models/deb_release_file_response_spec.rb
|
458
|
+
- spec/models/deb_apt_remote_response_spec.rb
|
459
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
460
|
+
- spec/models/paginateddeb_installer_file_index_response_list_spec.rb
|
461
|
+
- spec/models/repository_add_remove_content_spec.rb
|
453
462
|
- spec/models/deb_apt_publication_response_spec.rb
|
454
|
-
- spec/models/paginateddeb_release_response_list_spec.rb
|
455
|
-
- spec/models/paginateddeb_apt_repository_response_list_spec.rb
|
456
|
-
- spec/models/paginateddeb_release_file_response_list_spec.rb
|
457
463
|
- spec/models/deb_apt_remote_response_hidden_fields_inner_spec.rb
|
458
|
-
- spec/models/paginateddeb_apt_publication_response_list_spec.rb
|
459
|
-
- spec/models/deb_source_index_spec.rb
|
460
464
|
- spec/models/paginateddeb_apt_remote_response_list_spec.rb
|
461
|
-
- spec/models/
|
462
|
-
- spec/models/object_roles_response_spec.rb
|
463
|
-
- spec/models/my_permissions_response_spec.rb
|
464
|
-
- spec/models/async_operation_response_spec.rb
|
465
|
-
- spec/models/paginateddeb_package_release_component_response_list_spec.rb
|
466
|
-
- spec/models/deb_source_index_response_spec.rb
|
467
|
-
- spec/models/deb_apt_remote_spec.rb
|
465
|
+
- spec/models/nested_role_response_spec.rb
|
468
466
|
- spec/models/deb_package_release_component_response_spec.rb
|
469
|
-
- spec/models/
|
470
|
-
- spec/models/
|
471
|
-
- spec/models/
|
472
|
-
- spec/models/
|
467
|
+
- spec/models/deb_release_file_spec.rb
|
468
|
+
- spec/models/paginateddeb_release_architecture_response_list_spec.rb
|
469
|
+
- spec/models/deb_release_architecture_response_spec.rb
|
470
|
+
- spec/models/paginateddeb_release_file_response_list_spec.rb
|
471
|
+
- spec/models/deb_installer_package_response_spec.rb
|
472
|
+
- spec/models/deb_source_index_spec.rb
|
473
|
+
- spec/models/patcheddeb_apt_distribution_spec.rb
|
474
|
+
- spec/models/paginateddeb_package_response_list_spec.rb
|
475
|
+
- spec/models/patcheddeb_apt_remote_spec.rb
|
473
476
|
- spec/models/patcheddeb_apt_repository_spec.rb
|
474
|
-
- spec/models/
|
475
|
-
- spec/models/
|
476
|
-
- spec/models/deb_release_spec.rb
|
477
|
-
- spec/models/deb_apt_repository_spec.rb
|
478
|
-
- spec/models/paginateddeb_source_index_response_list_spec.rb
|
479
|
-
- spec/models/paginateddeb_package_index_response_list_spec.rb
|
480
|
-
- spec/models/deb_generic_content_response_spec.rb
|
481
|
-
- spec/models/deb_verbatim_publication_spec.rb
|
477
|
+
- spec/models/repair_spec.rb
|
478
|
+
- spec/models/paginateddeb_apt_publication_response_list_spec.rb
|
482
479
|
- spec/models/paginateddeb_apt_distribution_response_list_spec.rb
|
483
|
-
- spec/models/
|
484
|
-
- spec/models/
|
485
|
-
- spec/models/
|
486
|
-
- spec/models/
|
487
|
-
- spec/models/
|
480
|
+
- spec/models/deb_source_package_response_spec.rb
|
481
|
+
- spec/models/unset_label_spec.rb
|
482
|
+
- spec/models/deb_installer_file_index_spec.rb
|
483
|
+
- spec/models/paginateddeb_verbatim_publication_response_list_spec.rb
|
484
|
+
- spec/models/paginateddeb_source_package_release_component_response_list_spec.rb
|
485
|
+
- spec/models/deb_package_release_component_spec.rb
|
488
486
|
- spec/models/deb_installer_file_index_response_spec.rb
|
489
|
-
- spec/models/
|
487
|
+
- spec/models/deb_package_index_response_spec.rb
|
488
|
+
- spec/models/deb_apt_remote_spec.rb
|
489
|
+
- spec/models/deb_release_component_spec.rb
|
490
490
|
- spec/spec_helper.rb
|