pulp_deb_client 2.9.1 → 2.12.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 +4 -4
- data/docs/ContentGenericContentsApi.md +10 -10
- data/docs/ContentInstallerFileIndicesApi.md +14 -14
- data/docs/ContentInstallerPackagesApi.md +40 -40
- data/docs/ContentPackageIndicesApi.md +14 -14
- data/docs/ContentPackageReleaseComponentsApi.md +10 -10
- data/docs/ContentPackagesApi.md +42 -42
- data/docs/ContentReleaseArchitecturesApi.md +10 -10
- data/docs/ContentReleaseComponentsApi.md +10 -10
- data/docs/ContentReleaseFilesApi.md +14 -14
- data/docs/ContentReleasesApi.md +12 -12
- data/docs/ContentSummary.md +3 -3
- data/docs/ContentSummaryResponse.md +3 -3
- data/docs/DebAptDistribution.md +4 -0
- data/docs/DebAptDistributionResponse.md +4 -0
- data/docs/DebAptRemote.md +11 -1
- data/docs/DebAptRemoteResponse.md +7 -7
- data/docs/DebAptRepository.md +5 -1
- data/docs/DebAptRepositoryResponse.md +4 -0
- data/docs/DistributionsAptApi.md +20 -12
- data/docs/PatcheddebAptDistribution.md +4 -0
- data/docs/PatcheddebAptRemote.md +11 -1
- data/docs/PatcheddebAptRepository.md +5 -1
- data/docs/PublicationsAptApi.md +18 -14
- data/docs/PublicationsVerbatimApi.md +18 -14
- data/docs/RemotesAptApi.md +24 -16
- data/docs/RepositoriesAptApi.md +12 -4
- data/docs/RepositoriesDebVersionsApi.md +28 -28
- data/docs/RepositoryVersionResponse.md +2 -0
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +10 -10
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +14 -14
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +43 -43
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +14 -14
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +10 -10
- data/lib/pulp_deb_client/api/content_packages_api.rb +45 -45
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +10 -10
- data/lib/pulp_deb_client/api/content_release_components_api.rb +10 -10
- data/lib/pulp_deb_client/api/content_release_files_api.rb +14 -14
- data/lib/pulp_deb_client/api/content_releases_api.rb +12 -12
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +26 -14
- data/lib/pulp_deb_client/api/publications_apt_api.rb +21 -15
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +21 -15
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +30 -18
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +17 -5
- data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +30 -30
- data/lib/pulp_deb_client/models/content_summary.rb +12 -6
- data/lib/pulp_deb_client/models/content_summary_response.rb +12 -6
- data/lib/pulp_deb_client/models/deb_apt_distribution.rb +21 -1
- data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +21 -1
- data/lib/pulp_deb_client/models/deb_apt_remote.rb +56 -2
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +31 -32
- data/lib/pulp_deb_client/models/deb_apt_repository.rb +36 -1
- data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +36 -1
- data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +21 -1
- data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +56 -2
- data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +36 -1
- data/lib/pulp_deb_client/models/repository_version_response.rb +10 -1
- data/lib/pulp_deb_client/version.rb +1 -1
- data/spec/api/content_generic_contents_api_spec.rb +5 -5
- data/spec/api/content_installer_file_indices_api_spec.rb +7 -7
- data/spec/api/content_installer_packages_api_spec.rb +20 -20
- data/spec/api/content_package_indices_api_spec.rb +7 -7
- data/spec/api/content_package_release_components_api_spec.rb +5 -5
- data/spec/api/content_packages_api_spec.rb +21 -21
- data/spec/api/content_release_architectures_api_spec.rb +5 -5
- data/spec/api/content_release_components_api_spec.rb +5 -5
- data/spec/api/content_release_files_api_spec.rb +7 -7
- data/spec/api/content_releases_api_spec.rb +6 -6
- data/spec/api/distributions_apt_api_spec.rb +10 -6
- data/spec/api/publications_apt_api_spec.rb +9 -7
- data/spec/api/publications_verbatim_api_spec.rb +9 -7
- data/spec/api/remotes_apt_api_spec.rb +12 -8
- data/spec/api/repositories_apt_api_spec.rb +6 -2
- data/spec/api/repositories_deb_versions_api_spec.rb +14 -14
- data/spec/models/deb_apt_distribution_response_spec.rb +12 -0
- data/spec/models/deb_apt_distribution_spec.rb +12 -0
- data/spec/models/deb_apt_remote_response_spec.rb +12 -12
- data/spec/models/deb_apt_remote_spec.rb +30 -0
- data/spec/models/deb_apt_repository_response_spec.rb +12 -0
- data/spec/models/deb_apt_repository_spec.rb +12 -0
- data/spec/models/patcheddeb_apt_distribution_spec.rb +12 -0
- data/spec/models/patcheddeb_apt_remote_spec.rb +30 -0
- data/spec/models/patcheddeb_apt_repository_spec.rb +12 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +56 -56
@@ -22,6 +22,8 @@ module PulpDebClient
|
|
22
22
|
|
23
23
|
attr_accessor :number
|
24
24
|
|
25
|
+
attr_accessor :repository
|
26
|
+
|
25
27
|
# A repository version whose content was used as the initial set of content for this repository version
|
26
28
|
attr_accessor :base_version
|
27
29
|
|
@@ -34,6 +36,7 @@ module PulpDebClient
|
|
34
36
|
:'pulp_href' => :'pulp_href',
|
35
37
|
:'pulp_created' => :'pulp_created',
|
36
38
|
:'number' => :'number',
|
39
|
+
:'repository' => :'repository',
|
37
40
|
:'base_version' => :'base_version',
|
38
41
|
:'content_summary' => :'content_summary'
|
39
42
|
}
|
@@ -45,6 +48,7 @@ module PulpDebClient
|
|
45
48
|
:'pulp_href' => :'String',
|
46
49
|
:'pulp_created' => :'DateTime',
|
47
50
|
:'number' => :'Integer',
|
51
|
+
:'repository' => :'String',
|
48
52
|
:'base_version' => :'String',
|
49
53
|
:'content_summary' => :'ContentSummaryResponse'
|
50
54
|
}
|
@@ -83,6 +87,10 @@ module PulpDebClient
|
|
83
87
|
self.number = attributes[:'number']
|
84
88
|
end
|
85
89
|
|
90
|
+
if attributes.key?(:'repository')
|
91
|
+
self.repository = attributes[:'repository']
|
92
|
+
end
|
93
|
+
|
86
94
|
if attributes.key?(:'base_version')
|
87
95
|
self.base_version = attributes[:'base_version']
|
88
96
|
end
|
@@ -113,6 +121,7 @@ module PulpDebClient
|
|
113
121
|
pulp_href == o.pulp_href &&
|
114
122
|
pulp_created == o.pulp_created &&
|
115
123
|
number == o.number &&
|
124
|
+
repository == o.repository &&
|
116
125
|
base_version == o.base_version &&
|
117
126
|
content_summary == o.content_summary
|
118
127
|
end
|
@@ -126,7 +135,7 @@ module PulpDebClient
|
|
126
135
|
# Calculates hash code according to all attributes.
|
127
136
|
# @return [Integer] Hash code
|
128
137
|
def hash
|
129
|
-
[pulp_href, pulp_created, number, base_version, content_summary].hash
|
138
|
+
[pulp_href, pulp_created, number, repository, base_version, content_summary].hash
|
130
139
|
end
|
131
140
|
|
132
141
|
# Builds the object from hash
|
@@ -54,11 +54,11 @@ describe 'ContentGenericContentsApi' do
|
|
54
54
|
# @option opts [Integer] :limit Number of results to return per page.
|
55
55
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
56
56
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
57
|
-
# @option opts [String] :relative_path relative_path
|
58
|
-
# @option opts [String] :repository_version
|
59
|
-
# @option opts [String] :repository_version_added
|
60
|
-
# @option opts [String] :repository_version_removed
|
61
|
-
# @option opts [String] :sha256 sha256
|
57
|
+
# @option opts [String] :relative_path Filter results where relative_path matches value
|
58
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
59
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
60
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
61
|
+
# @option opts [String] :sha256 Filter results where sha256 matches value
|
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
64
|
# @return [PaginateddebGenericContentResponseList]
|
@@ -48,16 +48,16 @@ describe 'ContentInstallerFileIndicesApi' do
|
|
48
48
|
# List InstallerFileIndices
|
49
49
|
# An InstallerFileIndex represents the indices for a set of installer files. Associated artifacts: Exactly one 'SHA256SUMS' and/or 'MD5SUMS' file. Each InstallerFileIndes is associated with a single component-architecture combination within a single Release. Note that installer files are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) does not make use of installer content.
|
50
50
|
# @param [Hash] opts the optional parameters
|
51
|
-
# @option opts [String] :architecture architecture
|
52
|
-
# @option opts [String] :component component
|
51
|
+
# @option opts [String] :architecture Filter results where architecture matches value
|
52
|
+
# @option opts [String] :component Filter results where component matches value
|
53
53
|
# @option opts [Integer] :limit Number of results to return per page.
|
54
54
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
55
55
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
56
|
-
# @option opts [String] :relative_path relative_path
|
57
|
-
# @option opts [String] :repository_version
|
58
|
-
# @option opts [String] :repository_version_added
|
59
|
-
# @option opts [String] :repository_version_removed
|
60
|
-
# @option opts [String] :sha256 sha256
|
56
|
+
# @option opts [String] :relative_path Filter results where relative_path matches value
|
57
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
58
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
59
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
60
|
+
# @option opts [String] :sha256 Filter results where sha256 matches value
|
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
63
|
# @return [PaginateddebInstallerFileIndexResponseList]
|
@@ -51,29 +51,29 @@ describe 'ContentInstallerPackagesApi' do
|
|
51
51
|
# List installer packages
|
52
52
|
# An InstallerPackage represents a '.udeb' installer package. Associated artifacts: Exactly one '.udeb' installer package file. Note that installer packages are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) will not include these packages.
|
53
53
|
# @param [Hash] opts the optional parameters
|
54
|
-
# @option opts [String] :architecture architecture
|
55
|
-
# @option opts [String] :auto_built_package auto_built_package
|
56
|
-
# @option opts [
|
57
|
-
# @option opts [String] :built_using built_using
|
58
|
-
# @option opts [
|
59
|
-
# @option opts [
|
54
|
+
# @option opts [String] :architecture Filter results where architecture matches value
|
55
|
+
# @option opts [String] :auto_built_package Filter results where auto_built_package matches value
|
56
|
+
# @option opts [Boolean] :build_essential Filter results where build_essential matches value
|
57
|
+
# @option opts [String] :built_using Filter results where built_using matches value
|
58
|
+
# @option opts [Boolean] :essential Filter results where essential matches value
|
59
|
+
# @option opts [Integer] :installed_size Filter results where installed_size matches value
|
60
60
|
# @option opts [Integer] :limit Number of results to return per page.
|
61
|
-
# @option opts [String] :maintainer maintainer
|
62
|
-
# @option opts [String] :multi_arch multi_arch
|
61
|
+
# @option opts [String] :maintainer Filter results where maintainer matches value
|
62
|
+
# @option opts [String] :multi_arch Filter results where multi_arch matches value
|
63
63
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
64
64
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
65
|
-
# @option opts [String] :origin origin
|
66
|
-
# @option opts [String] :original_maintainer original_maintainer
|
67
|
-
# @option opts [String] :package package
|
68
|
-
# @option opts [String] :priority priority
|
69
|
-
# @option opts [String] :repository_version
|
70
|
-
# @option opts [String] :repository_version_added
|
71
|
-
# @option opts [String] :repository_version_removed
|
72
|
-
# @option opts [String] :section section
|
73
|
-
# @option opts [String] :sha256 sha256
|
74
|
-
# @option opts [String] :source source
|
75
|
-
# @option opts [String] :tag tag
|
76
|
-
# @option opts [String] :version version
|
65
|
+
# @option opts [String] :origin Filter results where origin matches value
|
66
|
+
# @option opts [String] :original_maintainer Filter results where original_maintainer matches value
|
67
|
+
# @option opts [String] :package Filter results where package matches value
|
68
|
+
# @option opts [String] :priority Filter results where priority matches value
|
69
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
70
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
71
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
72
|
+
# @option opts [String] :section Filter results where section matches value
|
73
|
+
# @option opts [String] :sha256 Filter results where sha256 matches value
|
74
|
+
# @option opts [String] :source Filter results where source matches value
|
75
|
+
# @option opts [String] :tag Filter results where tag matches value
|
76
|
+
# @option opts [String] :version Filter results where version matches value
|
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
79
|
# @return [PaginateddebBasePackageResponseList]
|
@@ -48,16 +48,16 @@ describe 'ContentPackageIndicesApi' do
|
|
48
48
|
# List PackageIndices
|
49
49
|
# A PackageIndex represents the package indices of a single component-architecture combination. Associated artifacts: Exactly one 'Packages' file. May optionally include one or more of 'Packages.gz', 'Packages.xz', 'Release'. If included, the 'Release' file is a legacy per-component-and-architecture Release file. Note: The verbatim publisher will republish all associated artifacts, while the APT publisher (both simple and structured mode) will generate any 'Packages' files it needs when creating the publication. It does not make use of PackageIndex content.
|
50
50
|
# @param [Hash] opts the optional parameters
|
51
|
-
# @option opts [String] :architecture architecture
|
52
|
-
# @option opts [String] :component component
|
51
|
+
# @option opts [String] :architecture Filter results where architecture matches value
|
52
|
+
# @option opts [String] :component Filter results where component matches value
|
53
53
|
# @option opts [Integer] :limit Number of results to return per page.
|
54
54
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
55
55
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
56
|
-
# @option opts [String] :relative_path relative_path
|
57
|
-
# @option opts [String] :repository_version
|
58
|
-
# @option opts [String] :repository_version_added
|
59
|
-
# @option opts [String] :repository_version_removed
|
60
|
-
# @option opts [String] :sha256 sha256
|
56
|
+
# @option opts [String] :relative_path Filter results where relative_path matches value
|
57
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
58
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
59
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
60
|
+
# @option opts [String] :sha256 Filter results where sha256 matches value
|
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
63
|
# @return [PaginateddebPackageIndexResponseList]
|
@@ -51,11 +51,11 @@ describe 'ContentPackageReleaseComponentsApi' do
|
|
51
51
|
# @option opts [Integer] :limit Number of results to return per page.
|
52
52
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
53
53
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
54
|
-
# @option opts [String] :package package
|
55
|
-
# @option opts [String] :release_component release_component
|
56
|
-
# @option opts [String] :repository_version
|
57
|
-
# @option opts [String] :repository_version_added
|
58
|
-
# @option opts [String] :repository_version_removed
|
54
|
+
# @option opts [String] :package Filter results where package matches value
|
55
|
+
# @option opts [String] :release_component Filter results where release_component matches value
|
56
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
57
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
58
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
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
61
|
# @return [PaginateddebPackageReleaseComponentResponseList]
|
@@ -51,30 +51,30 @@ describe 'ContentPackagesApi' do
|
|
51
51
|
# List packages
|
52
52
|
# A Package represents a '.deb' binary package. Associated artifacts: Exactly one '.deb' package file.
|
53
53
|
# @param [Hash] opts the optional parameters
|
54
|
-
# @option opts [String] :architecture architecture
|
55
|
-
# @option opts [String] :auto_built_package auto_built_package
|
56
|
-
# @option opts [
|
57
|
-
# @option opts [String] :built_using built_using
|
58
|
-
# @option opts [
|
59
|
-
# @option opts [
|
54
|
+
# @option opts [String] :architecture Filter results where architecture matches value
|
55
|
+
# @option opts [String] :auto_built_package Filter results where auto_built_package matches value
|
56
|
+
# @option opts [Boolean] :build_essential Filter results where build_essential matches value
|
57
|
+
# @option opts [String] :built_using Filter results where built_using matches value
|
58
|
+
# @option opts [Boolean] :essential Filter results where essential matches value
|
59
|
+
# @option opts [Integer] :installed_size Filter results where installed_size matches value
|
60
60
|
# @option opts [Integer] :limit Number of results to return per page.
|
61
|
-
# @option opts [String] :maintainer maintainer
|
62
|
-
# @option opts [String] :multi_arch multi_arch
|
61
|
+
# @option opts [String] :maintainer Filter results where maintainer matches value
|
62
|
+
# @option opts [String] :multi_arch Filter results where multi_arch matches value
|
63
63
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
64
64
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
65
|
-
# @option opts [String] :origin origin
|
66
|
-
# @option opts [String] :original_maintainer original_maintainer
|
67
|
-
# @option opts [String] :package package
|
68
|
-
# @option opts [String] :priority priority
|
69
|
-
# @option opts [String] :relative_path relative_path
|
70
|
-
# @option opts [String] :repository_version
|
71
|
-
# @option opts [String] :repository_version_added
|
72
|
-
# @option opts [String] :repository_version_removed
|
73
|
-
# @option opts [String] :section section
|
74
|
-
# @option opts [String] :sha256 sha256
|
75
|
-
# @option opts [String] :source source
|
76
|
-
# @option opts [String] :tag tag
|
77
|
-
# @option opts [String] :version version
|
65
|
+
# @option opts [String] :origin Filter results where origin matches value
|
66
|
+
# @option opts [String] :original_maintainer Filter results where original_maintainer matches value
|
67
|
+
# @option opts [String] :package Filter results where package matches value
|
68
|
+
# @option opts [String] :priority Filter results where priority matches value
|
69
|
+
# @option opts [String] :relative_path Filter results where relative_path matches value
|
70
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
71
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
72
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
73
|
+
# @option opts [String] :section Filter results where section matches value
|
74
|
+
# @option opts [String] :sha256 Filter results where sha256 matches value
|
75
|
+
# @option opts [String] :source Filter results where source matches value
|
76
|
+
# @option opts [String] :tag Filter results where tag matches value
|
77
|
+
# @option opts [String] :version Filter results where version matches value
|
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
80
|
# @return [PaginateddebBasePackageResponseList]
|
@@ -48,14 +48,14 @@ describe 'ContentReleaseArchitecturesApi' do
|
|
48
48
|
# List release architectures
|
49
49
|
# A ReleaseArchitecture represents a single dpkg architecture string. Associated artifacts: None; contains only metadata. Every ReleaseArchitecture is always associated with exactly one Release. This indicates that the release/distribution in question supports this architecture.
|
50
50
|
# @param [Hash] opts the optional parameters
|
51
|
-
# @option opts [String] :architecture architecture
|
51
|
+
# @option opts [String] :architecture Filter results where architecture matches value
|
52
52
|
# @option opts [Integer] :limit Number of results to return per page.
|
53
53
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
54
54
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
55
|
-
# @option opts [String] :release release
|
56
|
-
# @option opts [String] :repository_version
|
57
|
-
# @option opts [String] :repository_version_added
|
58
|
-
# @option opts [String] :repository_version_removed
|
55
|
+
# @option opts [String] :release Filter results where release matches value
|
56
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
57
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
58
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
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
61
|
# @return [PaginateddebReleaseArchitectureResponseList]
|
@@ -48,14 +48,14 @@ describe 'ContentReleaseComponentsApi' do
|
|
48
48
|
# List release components
|
49
49
|
# A ReleaseComponent represents a single APT repository component. Associated artifacts: None; contains only metadata. Every ReleaseComponent is always associated with exactly one Release. This indicates that the release/distribution in question contains this component.
|
50
50
|
# @param [Hash] opts the optional parameters
|
51
|
-
# @option opts [String] :component component
|
51
|
+
# @option opts [String] :component Filter results where component matches value
|
52
52
|
# @option opts [Integer] :limit Number of results to return per page.
|
53
53
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
54
54
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
55
|
-
# @option opts [String] :release release
|
56
|
-
# @option opts [String] :repository_version
|
57
|
-
# @option opts [String] :repository_version_added
|
58
|
-
# @option opts [String] :repository_version_removed
|
55
|
+
# @option opts [String] :release Filter results where release matches value
|
56
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
57
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
58
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
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
61
|
# @return [PaginateddebReleaseComponentResponseList]
|
@@ -48,16 +48,16 @@ describe 'ContentReleaseFilesApi' do
|
|
48
48
|
# List release files
|
49
49
|
# A ReleaseFile represents the Release file(s) from a single APT distribution. Associated artifacts: At least one of 'Release' and 'InRelease' file. If the 'Release' file is present, then there may also be a 'Release.gpg' detached signature file for it. Note: The verbatim publisher will republish all associated artifacts, while the APT publisher (both simple and structured mode) will generate any 'Release' files it needs when creating the publication. It does not make use of ReleaseFile content.
|
50
50
|
# @param [Hash] opts the optional parameters
|
51
|
-
# @option opts [String] :codename codename
|
51
|
+
# @option opts [String] :codename Filter results where codename matches value
|
52
52
|
# @option opts [Integer] :limit Number of results to return per page.
|
53
53
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
54
54
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
55
|
-
# @option opts [String] :relative_path relative_path
|
56
|
-
# @option opts [String] :repository_version
|
57
|
-
# @option opts [String] :repository_version_added
|
58
|
-
# @option opts [String] :repository_version_removed
|
59
|
-
# @option opts [String] :sha256 sha256
|
60
|
-
# @option opts [String] :suite suite
|
55
|
+
# @option opts [String] :relative_path Filter results where relative_path matches value
|
56
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
57
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
58
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
59
|
+
# @option opts [String] :sha256 Filter results where sha256 matches value
|
60
|
+
# @option opts [String] :suite Filter results where suite matches value
|
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
63
|
# @return [PaginateddebReleaseFileResponseList]
|
@@ -48,15 +48,15 @@ describe 'ContentReleasesApi' do
|
|
48
48
|
# List releases
|
49
49
|
# A Release represents a single APT release/distribution. Associated artifacts: None; contains only metadata. Note that in the context of the \"Release content\", the terms \"distribution\" and \"release\" are synonyms. An \"APT repository release/distribution\" is associated with a single 'Release' file below the 'dists/' folder. The \"distribution\" refers to the path between 'dists/' and the 'Release' file. The \"distribution\" could be considered the name of the \"release\". It is often (but not always) equal to the \"codename\" or \"suite\".
|
50
50
|
# @param [Hash] opts the optional parameters
|
51
|
-
# @option opts [String] :codename codename
|
52
|
-
# @option opts [String] :distribution distribution
|
51
|
+
# @option opts [String] :codename Filter results where codename matches value
|
52
|
+
# @option opts [String] :distribution Filter results where distribution matches value
|
53
53
|
# @option opts [Integer] :limit Number of results to return per page.
|
54
54
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
55
55
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
56
|
-
# @option opts [String] :repository_version
|
57
|
-
# @option opts [String] :repository_version_added
|
58
|
-
# @option opts [String] :repository_version_removed
|
59
|
-
# @option opts [String] :suite suite
|
56
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
57
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
58
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
59
|
+
# @option opts [String] :suite Filter results where suite matches value
|
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
62
|
# @return [PaginateddebReleaseResponseList]
|
@@ -60,15 +60,19 @@ describe 'DistributionsAptApi' do
|
|
60
60
|
# List apt distributions
|
61
61
|
# An AptDistribution is just an AptPublication made available via the content app. Creating an AptDistribution is a comparatively quick action. This way Pulp users may take as much time as is needed to prepare a VerbatimPublication or AptPublication, and then control the exact moment when that publication is made available.
|
62
62
|
# @param [Hash] opts the optional parameters
|
63
|
-
# @option opts [String] :base_path
|
64
|
-
# @option opts [String] :base_path__contains
|
65
|
-
# @option opts [String] :base_path__icontains
|
66
|
-
# @option opts [String] :base_path__in
|
63
|
+
# @option opts [String] :base_path
|
64
|
+
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
65
|
+
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
66
|
+
# @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
|
67
67
|
# @option opts [Integer] :limit Number of results to return per page.
|
68
|
-
# @option opts [String] :name
|
69
|
-
# @option opts [String] :
|
68
|
+
# @option opts [String] :name
|
69
|
+
# @option opts [String] :name__contains Filter results where name contains value
|
70
|
+
# @option opts [String] :name__icontains Filter results where name contains value
|
71
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
72
|
+
# @option opts [String] :name__startswith Filter results where name starts with value
|
70
73
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
71
74
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
75
|
+
# @option opts [String] :pulp_label_select Filter labels by search string
|
72
76
|
# @option opts [String] :fields A list of fields to include in the response.
|
73
77
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
74
78
|
# @return [PaginateddebAptDistributionResponseList]
|
@@ -60,16 +60,18 @@ describe 'PublicationsAptApi' do
|
|
60
60
|
# List apt publications
|
61
61
|
# An AptPublication is the ready to serve Pulp-internal representation of an AptRepositoryVersion. When creating an APT publication, users must use simple or structured mode (or both). If the publication should include '.deb' packages that were manually uploaded to the relevant AptRepository, users must use 'simple=true'. Conversely, 'structured=true' is only useful for publishing content obtained via synchronization. Once a Pulp publication has been created, it can be served by creating a Pulp distribution (in a near atomic action).
|
62
62
|
# @param [Hash] opts the optional parameters
|
63
|
+
# @option opts [String] :content Content Unit referenced by HREF
|
64
|
+
# @option opts [String] :content__in Content Unit referenced by HREF
|
63
65
|
# @option opts [Integer] :limit Number of results to return per page.
|
64
66
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
65
67
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
66
|
-
# @option opts [
|
67
|
-
# @option opts [
|
68
|
-
# @option opts [
|
69
|
-
# @option opts [
|
70
|
-
# @option opts [
|
71
|
-
# @option opts [
|
72
|
-
# @option opts [String] :repository_version
|
68
|
+
# @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
|
69
|
+
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
70
|
+
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
71
|
+
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
72
|
+
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
73
|
+
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
74
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
73
75
|
# @option opts [String] :fields A list of fields to include in the response.
|
74
76
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
75
77
|
# @return [PaginateddebAptPublicationResponseList]
|
@@ -60,16 +60,18 @@ describe 'PublicationsVerbatimApi' do
|
|
60
60
|
# List verbatim publications
|
61
61
|
# An VerbatimPublication is the Pulp-internal representation of a \"mirrored\" AptRepositoryVersion. In other words, the verbatim publisher will recreate the synced subset of some a APT repository using the exact same metadata files and signatures as used by the upstream original. Once a Pulp publication has been created, it can be served by creating a Pulp distribution (in a near atomic action).
|
62
62
|
# @param [Hash] opts the optional parameters
|
63
|
+
# @option opts [String] :content Content Unit referenced by HREF
|
64
|
+
# @option opts [String] :content__in Content Unit referenced by HREF
|
63
65
|
# @option opts [Integer] :limit Number of results to return per page.
|
64
66
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
65
67
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
66
|
-
# @option opts [
|
67
|
-
# @option opts [
|
68
|
-
# @option opts [
|
69
|
-
# @option opts [
|
70
|
-
# @option opts [
|
71
|
-
# @option opts [
|
72
|
-
# @option opts [String] :repository_version
|
68
|
+
# @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
|
69
|
+
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
70
|
+
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
71
|
+
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
72
|
+
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
73
|
+
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
74
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
73
75
|
# @option opts [String] :fields A list of fields to include in the response.
|
74
76
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
75
77
|
# @return [PaginateddebVerbatimPublicationResponseList]
|
@@ -61,16 +61,20 @@ describe 'RemotesAptApi' do
|
|
61
61
|
# An AptRemote represents an external APT repository content source. It contains the location of the upstream APT repository, as well as the user options that are applied when using the remote to synchronize the upstream repository to Pulp.
|
62
62
|
# @param [Hash] opts the optional parameters
|
63
63
|
# @option opts [Integer] :limit Number of results to return per page.
|
64
|
-
# @option opts [String] :name
|
65
|
-
# @option opts [String] :
|
64
|
+
# @option opts [String] :name
|
65
|
+
# @option opts [String] :name__contains Filter results where name contains value
|
66
|
+
# @option opts [String] :name__icontains Filter results where name contains value
|
67
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
68
|
+
# @option opts [String] :name__startswith Filter results where name starts with value
|
66
69
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
67
70
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
68
|
-
# @option opts [String] :
|
69
|
-
# @option opts [
|
70
|
-
# @option opts [
|
71
|
-
# @option opts [
|
72
|
-
# @option opts [
|
73
|
-
# @option opts [
|
71
|
+
# @option opts [String] :pulp_label_select Filter labels by search string
|
72
|
+
# @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
|
73
|
+
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
74
|
+
# @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
|
75
|
+
# @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
|
76
|
+
# @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
|
77
|
+
# @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
74
78
|
# @option opts [String] :fields A list of fields to include in the response.
|
75
79
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
76
80
|
# @return [PaginateddebAptRemoteResponseList]
|