pulp_deb_client 2.7.0 → 2.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +19 -19
- data/docs/ContentGenericContentsApi.md +2 -2
- data/docs/ContentInstallerFileIndicesApi.md +2 -2
- data/docs/ContentInstallerPackagesApi.md +2 -2
- data/docs/ContentPackageIndicesApi.md +2 -2
- data/docs/ContentPackageReleaseComponentsApi.md +2 -2
- data/docs/ContentPackagesApi.md +2 -2
- data/docs/ContentReleaseArchitecturesApi.md +2 -2
- data/docs/ContentReleaseComponentsApi.md +2 -2
- data/docs/ContentReleaseFilesApi.md +2 -2
- data/docs/ContentReleasesApi.md +2 -2
- data/docs/DebAptRemote.md +6 -4
- data/docs/DebAptRemoteResponse.md +6 -4
- data/docs/DebReleaseFile.md +2 -2
- data/docs/DebReleaseFileResponse.md +2 -2
- data/docs/DistributionsAptApi.md +2 -2
- data/docs/{InlineResponse20014.md → PaginatedRepositoryVersionResponseList.md} +4 -4
- data/docs/{InlineResponse2009.md → PaginateddebAptDistributionResponseList.md} +4 -4
- data/docs/{InlineResponse20010.md → PaginateddebAptPublicationResponseList.md} +4 -4
- data/docs/{InlineResponse20012.md → PaginateddebAptRemoteResponseList.md} +4 -4
- data/docs/{InlineResponse20013.md → PaginateddebAptRepositoryResponseList.md} +4 -4
- data/docs/{InlineResponse2002.md → PaginateddebBasePackageResponseList.md} +4 -4
- data/docs/{InlineResponse200.md → PaginateddebGenericContentResponseList.md} +4 -4
- data/docs/{InlineResponse2001.md → PaginateddebInstallerFileIndexResponseList.md} +4 -4
- data/docs/{InlineResponse2003.md → PaginateddebPackageIndexResponseList.md} +4 -4
- data/docs/{InlineResponse2004.md → PaginateddebPackageReleaseComponentResponseList.md} +4 -4
- data/docs/{InlineResponse2005.md → PaginateddebReleaseArchitectureResponseList.md} +4 -4
- data/docs/{InlineResponse2006.md → PaginateddebReleaseComponentResponseList.md} +4 -4
- data/docs/{InlineResponse2007.md → PaginateddebReleaseFileResponseList.md} +4 -4
- data/docs/{InlineResponse2008.md → PaginateddebReleaseResponseList.md} +4 -4
- data/docs/{InlineResponse20011.md → PaginateddebVerbatimPublicationResponseList.md} +4 -4
- data/docs/PatcheddebAptRemote.md +6 -4
- data/docs/PublicationsAptApi.md +2 -2
- data/docs/PublicationsVerbatimApi.md +2 -2
- data/docs/RemotesAptApi.md +2 -2
- data/docs/RepositoriesAptApi.md +2 -2
- data/docs/RepositoriesDebVersionsApi.md +2 -2
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_packages_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_release_components_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_release_files_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_releases_api.rb +3 -3
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +3 -3
- data/lib/pulp_deb_client/api/publications_apt_api.rb +3 -3
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +3 -3
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +3 -3
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +3 -3
- data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +3 -3
- data/lib/pulp_deb_client/models/deb_apt_remote.rb +18 -8
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +18 -8
- data/lib/pulp_deb_client/models/deb_release_file.rb +3 -3
- data/lib/pulp_deb_client/models/deb_release_file_response.rb +3 -3
- data/lib/pulp_deb_client/models/{inline_response20014.rb → paginated_repository_version_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2009.rb → paginateddeb_apt_distribution_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response20010.rb → paginateddeb_apt_publication_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response20012.rb → paginateddeb_apt_remote_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response20013.rb → paginateddeb_apt_repository_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2002.rb → paginateddeb_base_package_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response200.rb → paginateddeb_generic_content_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2001.rb → paginateddeb_installer_file_index_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2003.rb → paginateddeb_package_index_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2004.rb → paginateddeb_package_release_component_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2005.rb → paginateddeb_release_architecture_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2006.rb → paginateddeb_release_component_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2007.rb → paginateddeb_release_file_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2008.rb → paginateddeb_release_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response20011.rb → paginateddeb_verbatim_publication_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +18 -8
- data/lib/pulp_deb_client/version.rb +1 -1
- data/lib/pulp_deb_client.rb +15 -15
- data/spec/api/content_generic_contents_api_spec.rb +1 -1
- data/spec/api/content_installer_file_indices_api_spec.rb +1 -1
- data/spec/api/content_installer_packages_api_spec.rb +1 -1
- data/spec/api/content_package_indices_api_spec.rb +1 -1
- data/spec/api/content_package_release_components_api_spec.rb +1 -1
- data/spec/api/content_packages_api_spec.rb +1 -1
- data/spec/api/content_release_architectures_api_spec.rb +1 -1
- data/spec/api/content_release_components_api_spec.rb +1 -1
- data/spec/api/content_release_files_api_spec.rb +1 -1
- data/spec/api/content_releases_api_spec.rb +1 -1
- data/spec/api/distributions_apt_api_spec.rb +1 -1
- data/spec/api/publications_apt_api_spec.rb +1 -1
- data/spec/api/publications_verbatim_api_spec.rb +1 -1
- data/spec/api/remotes_apt_api_spec.rb +1 -1
- data/spec/api/repositories_apt_api_spec.rb +1 -1
- data/spec/api/repositories_deb_versions_api_spec.rb +1 -1
- data/spec/models/deb_apt_remote_response_spec.rb +6 -0
- data/spec/models/deb_apt_remote_spec.rb +6 -0
- data/spec/models/paginated_repository_version_response_list_spec.rb +59 -0
- data/spec/models/paginateddeb_apt_distribution_response_list_spec.rb +59 -0
- data/spec/models/paginateddeb_apt_publication_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20011_spec.rb → paginateddeb_apt_remote_response_list_spec.rb} +6 -6
- data/spec/models/paginateddeb_apt_repository_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20012_spec.rb → paginateddeb_base_package_response_list_spec.rb} +6 -6
- data/spec/models/paginateddeb_generic_content_response_list_spec.rb +59 -0
- data/spec/models/paginateddeb_installer_file_index_response_list_spec.rb +59 -0
- data/spec/models/paginateddeb_package_index_response_list_spec.rb +59 -0
- data/spec/models/paginateddeb_package_release_component_response_list_spec.rb +59 -0
- data/spec/models/paginateddeb_release_architecture_response_list_spec.rb +59 -0
- data/spec/models/paginateddeb_release_component_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20013_spec.rb → paginateddeb_release_file_response_list_spec.rb} +6 -6
- data/spec/models/{inline_response20010_spec.rb → paginateddeb_release_response_list_spec.rb} +6 -6
- data/spec/models/paginateddeb_verbatim_publication_response_list_spec.rb +59 -0
- data/spec/models/patcheddeb_apt_remote_spec.rb +6 -0
- metadata +102 -102
- data/spec/models/inline_response20014_spec.rb +0 -59
- data/spec/models/inline_response2001_spec.rb +0 -59
- data/spec/models/inline_response2002_spec.rb +0 -59
- data/spec/models/inline_response2003_spec.rb +0 -59
- data/spec/models/inline_response2004_spec.rb +0 -59
- data/spec/models/inline_response2005_spec.rb +0 -59
- data/spec/models/inline_response2006_spec.rb +0 -59
- data/spec/models/inline_response2007_spec.rb +0 -59
- data/spec/models/inline_response2008_spec.rb +0 -59
- data/spec/models/inline_response2009_spec.rb +0 -59
- data/spec/models/inline_response200_spec.rb +0 -59
@@ -48,13 +48,13 @@ module PulpDebClient
|
|
48
48
|
# The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default.
|
49
49
|
attr_accessor :policy
|
50
50
|
|
51
|
-
# Whitespace separated list of distributions to sync
|
51
|
+
# Whitespace separated list of distributions to sync. The distribution is the path from the repository root to the \"Release\" file you want to access. This is often, but not always, equal to either the codename or the suite of the release you want to sync. If the repository you are trying to sync uses \"flat repository format\", the distribution must end with a \"/\". Based on \"/etc/apt/sources.list\" syntax.
|
52
52
|
attr_accessor :distributions
|
53
53
|
|
54
|
-
# Whitespace separatet list of components to sync
|
54
|
+
# Whitespace separatet list of components to sync. If none are supplied, all that are available will be synchronized. Leave blank for repositores using \"flat repository format\".
|
55
55
|
attr_accessor :components
|
56
56
|
|
57
|
-
# Whitespace separated list of architectures to sync
|
57
|
+
# Whitespace separated list of architectures to sync If none are supplied, all that are available will be synchronized. A list of valid architecture specification strings can be found by running \"dpkg-architecture -L\". A sync will download the intersection of the list of architectures provided via this field and those provided by the relevant \"Release\" file. Architecture=\"all\" is always synchronized and does not need to be provided here.
|
58
58
|
attr_accessor :architectures
|
59
59
|
|
60
60
|
# Sync source packages
|
@@ -69,6 +69,9 @@ module PulpDebClient
|
|
69
69
|
# Gpg public key to verify origin releases against
|
70
70
|
attr_accessor :gpgkey
|
71
71
|
|
72
|
+
# By default, upstream repositories that declare architectures and corresponding package indices in their Release files without actually publishing them, will fail to synchronize. Set this flag to True to allow the synchronization of such \"partial mirrors\" instead. Alternatively, you could make your remote filter by architectures for which the upstream repository does have indices.
|
73
|
+
attr_accessor :ignore_missing_package_indices
|
74
|
+
|
72
75
|
# Attribute mapping from ruby-style variable name to JSON key.
|
73
76
|
def self.attribute_map
|
74
77
|
{
|
@@ -89,7 +92,8 @@ module PulpDebClient
|
|
89
92
|
:'sync_sources' => :'sync_sources',
|
90
93
|
:'sync_udebs' => :'sync_udebs',
|
91
94
|
:'sync_installer' => :'sync_installer',
|
92
|
-
:'gpgkey' => :'gpgkey'
|
95
|
+
:'gpgkey' => :'gpgkey',
|
96
|
+
:'ignore_missing_package_indices' => :'ignore_missing_package_indices'
|
93
97
|
}
|
94
98
|
end
|
95
99
|
|
@@ -113,7 +117,8 @@ module PulpDebClient
|
|
113
117
|
:'sync_sources' => :'Boolean',
|
114
118
|
:'sync_udebs' => :'Boolean',
|
115
119
|
:'sync_installer' => :'Boolean',
|
116
|
-
:'gpgkey' => :'String'
|
120
|
+
:'gpgkey' => :'String',
|
121
|
+
:'ignore_missing_package_indices' => :'Boolean'
|
117
122
|
}
|
118
123
|
end
|
119
124
|
|
@@ -128,7 +133,7 @@ module PulpDebClient
|
|
128
133
|
:'password',
|
129
134
|
:'components',
|
130
135
|
:'architectures',
|
131
|
-
:'gpgkey'
|
136
|
+
:'gpgkey',
|
132
137
|
])
|
133
138
|
end
|
134
139
|
|
@@ -218,6 +223,10 @@ module PulpDebClient
|
|
218
223
|
if attributes.key?(:'gpgkey')
|
219
224
|
self.gpgkey = attributes[:'gpgkey']
|
220
225
|
end
|
226
|
+
|
227
|
+
if attributes.key?(:'ignore_missing_package_indices')
|
228
|
+
self.ignore_missing_package_indices = attributes[:'ignore_missing_package_indices']
|
229
|
+
end
|
221
230
|
end
|
222
231
|
|
223
232
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -270,7 +279,8 @@ module PulpDebClient
|
|
270
279
|
sync_sources == o.sync_sources &&
|
271
280
|
sync_udebs == o.sync_udebs &&
|
272
281
|
sync_installer == o.sync_installer &&
|
273
|
-
gpgkey == o.gpgkey
|
282
|
+
gpgkey == o.gpgkey &&
|
283
|
+
ignore_missing_package_indices == o.ignore_missing_package_indices
|
274
284
|
end
|
275
285
|
|
276
286
|
# @see the `==` method
|
@@ -282,7 +292,7 @@ module PulpDebClient
|
|
282
292
|
# Calculates hash code according to all attributes.
|
283
293
|
# @return [Integer] Hash code
|
284
294
|
def hash
|
285
|
-
[name, url, ca_cert, client_cert, client_key, tls_validation, proxy_url, username, password, download_concurrency, policy, distributions, components, architectures, sync_sources, sync_udebs, sync_installer, gpgkey].hash
|
295
|
+
[name, url, ca_cert, client_cert, client_key, tls_validation, proxy_url, username, password, download_concurrency, policy, distributions, components, architectures, sync_sources, sync_udebs, sync_installer, gpgkey, ignore_missing_package_indices].hash
|
286
296
|
end
|
287
297
|
|
288
298
|
# Builds the object from hash
|
data/lib/pulp_deb_client.rb
CHANGED
@@ -48,21 +48,21 @@ require 'pulp_deb_client/models/deb_release_file_response'
|
|
48
48
|
require 'pulp_deb_client/models/deb_release_response'
|
49
49
|
require 'pulp_deb_client/models/deb_verbatim_publication'
|
50
50
|
require 'pulp_deb_client/models/deb_verbatim_publication_response'
|
51
|
-
require 'pulp_deb_client/models/
|
52
|
-
require 'pulp_deb_client/models/
|
53
|
-
require 'pulp_deb_client/models/
|
54
|
-
require 'pulp_deb_client/models/
|
55
|
-
require 'pulp_deb_client/models/
|
56
|
-
require 'pulp_deb_client/models/
|
57
|
-
require 'pulp_deb_client/models/
|
58
|
-
require 'pulp_deb_client/models/
|
59
|
-
require 'pulp_deb_client/models/
|
60
|
-
require 'pulp_deb_client/models/
|
61
|
-
require 'pulp_deb_client/models/
|
62
|
-
require 'pulp_deb_client/models/
|
63
|
-
require 'pulp_deb_client/models/
|
64
|
-
require 'pulp_deb_client/models/
|
65
|
-
require 'pulp_deb_client/models/
|
51
|
+
require 'pulp_deb_client/models/paginated_repository_version_response_list'
|
52
|
+
require 'pulp_deb_client/models/paginateddeb_apt_distribution_response_list'
|
53
|
+
require 'pulp_deb_client/models/paginateddeb_apt_publication_response_list'
|
54
|
+
require 'pulp_deb_client/models/paginateddeb_apt_remote_response_list'
|
55
|
+
require 'pulp_deb_client/models/paginateddeb_apt_repository_response_list'
|
56
|
+
require 'pulp_deb_client/models/paginateddeb_base_package_response_list'
|
57
|
+
require 'pulp_deb_client/models/paginateddeb_generic_content_response_list'
|
58
|
+
require 'pulp_deb_client/models/paginateddeb_installer_file_index_response_list'
|
59
|
+
require 'pulp_deb_client/models/paginateddeb_package_index_response_list'
|
60
|
+
require 'pulp_deb_client/models/paginateddeb_package_release_component_response_list'
|
61
|
+
require 'pulp_deb_client/models/paginateddeb_release_architecture_response_list'
|
62
|
+
require 'pulp_deb_client/models/paginateddeb_release_component_response_list'
|
63
|
+
require 'pulp_deb_client/models/paginateddeb_release_file_response_list'
|
64
|
+
require 'pulp_deb_client/models/paginateddeb_release_response_list'
|
65
|
+
require 'pulp_deb_client/models/paginateddeb_verbatim_publication_response_list'
|
66
66
|
require 'pulp_deb_client/models/patcheddeb_apt_distribution'
|
67
67
|
require 'pulp_deb_client/models/patcheddeb_apt_remote'
|
68
68
|
require 'pulp_deb_client/models/patcheddeb_apt_repository'
|
@@ -61,7 +61,7 @@ describe 'ContentGenericContentsApi' do
|
|
61
61
|
# @option opts [String] :sha256 sha256
|
62
62
|
# @option opts [String] :fields A list of fields to include in the response.
|
63
63
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
64
|
-
# @return [
|
64
|
+
# @return [PaginateddebGenericContentResponseList]
|
65
65
|
describe 'list test' do
|
66
66
|
it 'should work' do
|
67
67
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -60,7 +60,7 @@ describe 'ContentInstallerFileIndicesApi' do
|
|
60
60
|
# @option opts [String] :sha256 sha256
|
61
61
|
# @option opts [String] :fields A list of fields to include in the response.
|
62
62
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
63
|
-
# @return [
|
63
|
+
# @return [PaginateddebInstallerFileIndexResponseList]
|
64
64
|
describe 'list test' do
|
65
65
|
it 'should work' do
|
66
66
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -76,7 +76,7 @@ describe 'ContentInstallerPackagesApi' do
|
|
76
76
|
# @option opts [String] :version version
|
77
77
|
# @option opts [String] :fields A list of fields to include in the response.
|
78
78
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
79
|
-
# @return [
|
79
|
+
# @return [PaginateddebBasePackageResponseList]
|
80
80
|
describe 'list test' do
|
81
81
|
it 'should work' do
|
82
82
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -60,7 +60,7 @@ describe 'ContentPackageIndicesApi' do
|
|
60
60
|
# @option opts [String] :sha256 sha256
|
61
61
|
# @option opts [String] :fields A list of fields to include in the response.
|
62
62
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
63
|
-
# @return [
|
63
|
+
# @return [PaginateddebPackageIndexResponseList]
|
64
64
|
describe 'list test' do
|
65
65
|
it 'should work' do
|
66
66
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -58,7 +58,7 @@ describe 'ContentPackageReleaseComponentsApi' do
|
|
58
58
|
# @option opts [String] :repository_version_removed repository_version_removed
|
59
59
|
# @option opts [String] :fields A list of fields to include in the response.
|
60
60
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
61
|
-
# @return [
|
61
|
+
# @return [PaginateddebPackageReleaseComponentResponseList]
|
62
62
|
describe 'list test' do
|
63
63
|
it 'should work' do
|
64
64
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -77,7 +77,7 @@ describe 'ContentPackagesApi' do
|
|
77
77
|
# @option opts [String] :version version
|
78
78
|
# @option opts [String] :fields A list of fields to include in the response.
|
79
79
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
80
|
-
# @return [
|
80
|
+
# @return [PaginateddebBasePackageResponseList]
|
81
81
|
describe 'list test' do
|
82
82
|
it 'should work' do
|
83
83
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -58,7 +58,7 @@ describe 'ContentReleaseArchitecturesApi' do
|
|
58
58
|
# @option opts [String] :repository_version_removed repository_version_removed
|
59
59
|
# @option opts [String] :fields A list of fields to include in the response.
|
60
60
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
61
|
-
# @return [
|
61
|
+
# @return [PaginateddebReleaseArchitectureResponseList]
|
62
62
|
describe 'list test' do
|
63
63
|
it 'should work' do
|
64
64
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -58,7 +58,7 @@ describe 'ContentReleaseComponentsApi' do
|
|
58
58
|
# @option opts [String] :repository_version_removed repository_version_removed
|
59
59
|
# @option opts [String] :fields A list of fields to include in the response.
|
60
60
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
61
|
-
# @return [
|
61
|
+
# @return [PaginateddebReleaseComponentResponseList]
|
62
62
|
describe 'list test' do
|
63
63
|
it 'should work' do
|
64
64
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -60,7 +60,7 @@ describe 'ContentReleaseFilesApi' do
|
|
60
60
|
# @option opts [String] :suite suite
|
61
61
|
# @option opts [String] :fields A list of fields to include in the response.
|
62
62
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
63
|
-
# @return [
|
63
|
+
# @return [PaginateddebReleaseFileResponseList]
|
64
64
|
describe 'list test' do
|
65
65
|
it 'should work' do
|
66
66
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -59,7 +59,7 @@ describe 'ContentReleasesApi' do
|
|
59
59
|
# @option opts [String] :suite suite
|
60
60
|
# @option opts [String] :fields A list of fields to include in the response.
|
61
61
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
62
|
-
# @return [
|
62
|
+
# @return [PaginateddebReleaseResponseList]
|
63
63
|
describe 'list test' do
|
64
64
|
it 'should work' do
|
65
65
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -71,7 +71,7 @@ describe 'DistributionsAptApi' do
|
|
71
71
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
72
72
|
# @option opts [String] :fields A list of fields to include in the response.
|
73
73
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
74
|
-
# @return [
|
74
|
+
# @return [PaginateddebAptDistributionResponseList]
|
75
75
|
describe 'list test' do
|
76
76
|
it 'should work' do
|
77
77
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -72,7 +72,7 @@ describe 'PublicationsAptApi' do
|
|
72
72
|
# @option opts [String] :repository_version repository_version
|
73
73
|
# @option opts [String] :fields A list of fields to include in the response.
|
74
74
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
75
|
-
# @return [
|
75
|
+
# @return [PaginateddebAptPublicationResponseList]
|
76
76
|
describe 'list test' do
|
77
77
|
it 'should work' do
|
78
78
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -72,7 +72,7 @@ describe 'PublicationsVerbatimApi' do
|
|
72
72
|
# @option opts [String] :repository_version repository_version
|
73
73
|
# @option opts [String] :fields A list of fields to include in the response.
|
74
74
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
75
|
-
# @return [
|
75
|
+
# @return [PaginateddebVerbatimPublicationResponseList]
|
76
76
|
describe 'list test' do
|
77
77
|
it 'should work' do
|
78
78
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -73,7 +73,7 @@ describe 'RemotesAptApi' do
|
|
73
73
|
# @option opts [String] :pulp_last_updated__range pulp_last_updated__range
|
74
74
|
# @option opts [String] :fields A list of fields to include in the response.
|
75
75
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
76
|
-
# @return [
|
76
|
+
# @return [PaginateddebAptRemoteResponseList]
|
77
77
|
describe 'list test' do
|
78
78
|
it 'should work' do
|
79
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -67,7 +67,7 @@ describe 'RepositoriesAptApi' do
|
|
67
67
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
68
68
|
# @option opts [String] :fields A list of fields to include in the response.
|
69
69
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
70
|
-
# @return [
|
70
|
+
# @return [PaginateddebAptRepositoryResponseList]
|
71
71
|
describe 'list test' do
|
72
72
|
it 'should work' do
|
73
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -68,7 +68,7 @@ describe 'RepositoriesDebVersionsApi' do
|
|
68
68
|
# @option opts [String] :pulp_created__range pulp_created__range
|
69
69
|
# @option opts [String] :fields A list of fields to include in the response.
|
70
70
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
71
|
-
# @return [
|
71
|
+
# @return [PaginatedRepositoryVersionResponseList]
|
72
72
|
describe 'list test' do
|
73
73
|
it 'should work' do
|
74
74
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -158,4 +158,10 @@ describe 'DebAptRemoteResponse' do
|
|
158
158
|
end
|
159
159
|
end
|
160
160
|
|
161
|
+
describe 'test attribute "ignore_missing_package_indices"' do
|
162
|
+
it 'should work' do
|
163
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
164
|
+
end
|
165
|
+
end
|
166
|
+
|
161
167
|
end
|
@@ -140,4 +140,10 @@ describe 'DebAptRemote' do
|
|
140
140
|
end
|
141
141
|
end
|
142
142
|
|
143
|
+
describe 'test attribute "ignore_missing_package_indices"' do
|
144
|
+
it 'should work' do
|
145
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
146
|
+
end
|
147
|
+
end
|
148
|
+
|
143
149
|
end
|
@@ -0,0 +1,59 @@
|
|
1
|
+
=begin
|
2
|
+
#Pulp 3 API
|
3
|
+
|
4
|
+
#Fetch, Upload, Organize, and Distribute Software Packages
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v3
|
7
|
+
Contact: pulp-list@redhat.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 4.2.3
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for PulpDebClient::PaginatedRepositoryVersionResponseList
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'PaginatedRepositoryVersionResponseList' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = PulpDebClient::PaginatedRepositoryVersionResponseList.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of PaginatedRepositoryVersionResponseList' do
|
31
|
+
it 'should create an instance of PaginatedRepositoryVersionResponseList' do
|
32
|
+
expect(@instance).to be_instance_of(PulpDebClient::PaginatedRepositoryVersionResponseList)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "count"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
describe 'test attribute "_next"' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
describe 'test attribute "previous"' do
|
48
|
+
it 'should work' do
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
53
|
+
describe 'test attribute "results"' do
|
54
|
+
it 'should work' do
|
55
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
|
+
end
|
57
|
+
end
|
58
|
+
|
59
|
+
end
|
@@ -0,0 +1,59 @@
|
|
1
|
+
=begin
|
2
|
+
#Pulp 3 API
|
3
|
+
|
4
|
+
#Fetch, Upload, Organize, and Distribute Software Packages
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v3
|
7
|
+
Contact: pulp-list@redhat.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 4.2.3
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for PulpDebClient::PaginateddebAptDistributionResponseList
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'PaginateddebAptDistributionResponseList' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = PulpDebClient::PaginateddebAptDistributionResponseList.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of PaginateddebAptDistributionResponseList' do
|
31
|
+
it 'should create an instance of PaginateddebAptDistributionResponseList' do
|
32
|
+
expect(@instance).to be_instance_of(PulpDebClient::PaginateddebAptDistributionResponseList)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "count"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
describe 'test attribute "_next"' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
describe 'test attribute "previous"' do
|
48
|
+
it 'should work' do
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
53
|
+
describe 'test attribute "results"' do
|
54
|
+
it 'should work' do
|
55
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
|
+
end
|
57
|
+
end
|
58
|
+
|
59
|
+
end
|
@@ -0,0 +1,59 @@
|
|
1
|
+
=begin
|
2
|
+
#Pulp 3 API
|
3
|
+
|
4
|
+
#Fetch, Upload, Organize, and Distribute Software Packages
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v3
|
7
|
+
Contact: pulp-list@redhat.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 4.2.3
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for PulpDebClient::PaginateddebAptPublicationResponseList
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'PaginateddebAptPublicationResponseList' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = PulpDebClient::PaginateddebAptPublicationResponseList.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of PaginateddebAptPublicationResponseList' do
|
31
|
+
it 'should create an instance of PaginateddebAptPublicationResponseList' do
|
32
|
+
expect(@instance).to be_instance_of(PulpDebClient::PaginateddebAptPublicationResponseList)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "count"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
describe 'test attribute "_next"' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
describe 'test attribute "previous"' do
|
48
|
+
it 'should work' do
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
53
|
+
describe 'test attribute "results"' do
|
54
|
+
it 'should work' do
|
55
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
|
+
end
|
57
|
+
end
|
58
|
+
|
59
|
+
end
|
data/spec/models/{inline_response20011_spec.rb → paginateddeb_apt_remote_response_list_spec.rb}
RENAMED
@@ -14,22 +14,22 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for PulpDebClient::
|
17
|
+
# Unit tests for PulpDebClient::PaginateddebAptRemoteResponseList
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe '
|
20
|
+
describe 'PaginateddebAptRemoteResponseList' do
|
21
21
|
before do
|
22
22
|
# run before each test
|
23
|
-
@instance = PulpDebClient::
|
23
|
+
@instance = PulpDebClient::PaginateddebAptRemoteResponseList.new
|
24
24
|
end
|
25
25
|
|
26
26
|
after do
|
27
27
|
# run after each test
|
28
28
|
end
|
29
29
|
|
30
|
-
describe 'test an instance of
|
31
|
-
it 'should create an instance of
|
32
|
-
expect(@instance).to be_instance_of(PulpDebClient::
|
30
|
+
describe 'test an instance of PaginateddebAptRemoteResponseList' do
|
31
|
+
it 'should create an instance of PaginateddebAptRemoteResponseList' do
|
32
|
+
expect(@instance).to be_instance_of(PulpDebClient::PaginateddebAptRemoteResponseList)
|
33
33
|
end
|
34
34
|
end
|
35
35
|
describe 'test attribute "count"' do
|
@@ -0,0 +1,59 @@
|
|
1
|
+
=begin
|
2
|
+
#Pulp 3 API
|
3
|
+
|
4
|
+
#Fetch, Upload, Organize, and Distribute Software Packages
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v3
|
7
|
+
Contact: pulp-list@redhat.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 4.2.3
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for PulpDebClient::PaginateddebAptRepositoryResponseList
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'PaginateddebAptRepositoryResponseList' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = PulpDebClient::PaginateddebAptRepositoryResponseList.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of PaginateddebAptRepositoryResponseList' do
|
31
|
+
it 'should create an instance of PaginateddebAptRepositoryResponseList' do
|
32
|
+
expect(@instance).to be_instance_of(PulpDebClient::PaginateddebAptRepositoryResponseList)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "count"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
describe 'test attribute "_next"' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
describe 'test attribute "previous"' do
|
48
|
+
it 'should work' do
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
53
|
+
describe 'test attribute "results"' do
|
54
|
+
it 'should work' do
|
55
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
|
+
end
|
57
|
+
end
|
58
|
+
|
59
|
+
end
|
data/spec/models/{inline_response20012_spec.rb → paginateddeb_base_package_response_list_spec.rb}
RENAMED
@@ -14,22 +14,22 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for PulpDebClient::
|
17
|
+
# Unit tests for PulpDebClient::PaginateddebBasePackageResponseList
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe '
|
20
|
+
describe 'PaginateddebBasePackageResponseList' do
|
21
21
|
before do
|
22
22
|
# run before each test
|
23
|
-
@instance = PulpDebClient::
|
23
|
+
@instance = PulpDebClient::PaginateddebBasePackageResponseList.new
|
24
24
|
end
|
25
25
|
|
26
26
|
after do
|
27
27
|
# run after each test
|
28
28
|
end
|
29
29
|
|
30
|
-
describe 'test an instance of
|
31
|
-
it 'should create an instance of
|
32
|
-
expect(@instance).to be_instance_of(PulpDebClient::
|
30
|
+
describe 'test an instance of PaginateddebBasePackageResponseList' do
|
31
|
+
it 'should create an instance of PaginateddebBasePackageResponseList' do
|
32
|
+
expect(@instance).to be_instance_of(PulpDebClient::PaginateddebBasePackageResponseList)
|
33
33
|
end
|
34
34
|
end
|
35
35
|
describe 'test attribute "count"' do
|