pulp_deb_client 3.1.0 → 3.1.2
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 +2 -0
- data/docs/ContentInstallerFileIndicesApi.md +2 -0
- data/docs/ContentInstallerPackagesApi.md +2 -0
- data/docs/ContentPackageIndicesApi.md +2 -0
- data/docs/ContentPackageReleaseComponentsApi.md +2 -0
- data/docs/ContentPackagesApi.md +2 -0
- data/docs/ContentReleaseArchitecturesApi.md +2 -0
- data/docs/ContentReleaseComponentsApi.md +2 -0
- data/docs/ContentReleaseFilesApi.md +2 -0
- data/docs/ContentReleasesApi.md +2 -0
- data/docs/ContentSourceIndicesApi.md +2 -0
- data/docs/ContentSourcePackagesApi.md +2 -0
- data/docs/ContentSourceReleaseComponentsApi.md +2 -0
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +3 -0
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +3 -0
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +3 -0
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +3 -0
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +3 -0
- data/lib/pulp_deb_client/api/content_packages_api.rb +3 -0
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +3 -0
- data/lib/pulp_deb_client/api/content_release_components_api.rb +3 -0
- data/lib/pulp_deb_client/api/content_release_files_api.rb +3 -0
- data/lib/pulp_deb_client/api/content_releases_api.rb +3 -0
- data/lib/pulp_deb_client/api/content_source_indices_api.rb +3 -0
- data/lib/pulp_deb_client/api/content_source_packages_api.rb +3 -0
- data/lib/pulp_deb_client/api/content_source_release_components_api.rb +3 -0
- data/lib/pulp_deb_client/version.rb +1 -1
- data/spec/api/content_generic_contents_api_spec.rb +1 -0
- data/spec/api/content_installer_file_indices_api_spec.rb +1 -0
- data/spec/api/content_installer_packages_api_spec.rb +1 -0
- data/spec/api/content_package_indices_api_spec.rb +1 -0
- data/spec/api/content_package_release_components_api_spec.rb +1 -0
- data/spec/api/content_packages_api_spec.rb +1 -0
- data/spec/api/content_release_architectures_api_spec.rb +1 -0
- data/spec/api/content_release_components_api_spec.rb +1 -0
- data/spec/api/content_release_files_api_spec.rb +1 -0
- data/spec/api/content_releases_api_spec.rb +1 -0
- data/spec/api/content_source_indices_api_spec.rb +1 -0
- data/spec/api/content_source_packages_api_spec.rb +1 -0
- data/spec/api/content_source_release_components_api_spec.rb +1 -0
- metadata +72 -72
@@ -91,6 +91,7 @@ module PulpDebClient
|
|
91
91
|
# @option opts [Integer] :limit Number of results to return per page.
|
92
92
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
93
93
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `component` - Component * `-component` - Component (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
94
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
94
95
|
# @option opts [String] :package Must be a comma-separated string: \"package_href,repository_or_repository_version_href\" package_href: Filter results where ReleaseComponent contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
95
96
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
96
97
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
@@ -114,6 +115,7 @@ module PulpDebClient
|
|
114
115
|
# @option opts [Integer] :limit Number of results to return per page.
|
115
116
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
116
117
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `component` - Component * `-component` - Component (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
118
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
117
119
|
# @option opts [String] :package Must be a comma-separated string: \"package_href,repository_or_repository_version_href\" package_href: Filter results where ReleaseComponent contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
118
120
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
119
121
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
@@ -142,6 +144,7 @@ module PulpDebClient
|
|
142
144
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
143
145
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
144
146
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
147
|
+
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
145
148
|
query_params[:'package'] = opts[:'package'] if !opts[:'package'].nil?
|
146
149
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
147
150
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
@@ -90,6 +90,7 @@ module PulpDebClient
|
|
90
90
|
# @option opts [Integer] :limit Number of results to return per page.
|
91
91
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
92
92
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `codename` - Codename * `-codename` - Codename (descending) * `suite` - Suite * `-suite` - Suite (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `components` - Components * `-components` - Components (descending) * `architectures` - Architectures * `-architectures` - Architectures (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `artifact_set_sha256` - Artifact set sha256 * `-artifact_set_sha256` - Artifact set sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
93
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
93
94
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
94
95
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
95
96
|
# @option opts [String] :q
|
@@ -114,6 +115,7 @@ module PulpDebClient
|
|
114
115
|
# @option opts [Integer] :limit Number of results to return per page.
|
115
116
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
116
117
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `codename` - Codename * `-codename` - Codename (descending) * `suite` - Suite * `-suite` - Suite (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `components` - Components * `-components` - Components (descending) * `architectures` - Architectures * `-architectures` - Architectures (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `artifact_set_sha256` - Artifact set sha256 * `-artifact_set_sha256` - Artifact set sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
118
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
117
119
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
118
120
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
119
121
|
# @option opts [String] :q
|
@@ -143,6 +145,7 @@ module PulpDebClient
|
|
143
145
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
144
146
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
145
147
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
148
|
+
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
146
149
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
147
150
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
148
151
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -93,6 +93,7 @@ module PulpDebClient
|
|
93
93
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
94
94
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `codename` - Codename * `-codename` - Codename (descending) * `suite` - Suite * `-suite` - Suite (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `version` - Version * `-version` - Version (descending) * `origin` - Origin * `-origin` - Origin (descending) * `label` - Label * `-label` - Label (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
95
95
|
# @option opts [String] :origin Filter results where origin matches value
|
96
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
96
97
|
# @option opts [String] :package Must be a comma-separated string: \"package_href,repository_or_repository_version_href\" package_href: Filter results where Release contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
97
98
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
98
99
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
@@ -120,6 +121,7 @@ module PulpDebClient
|
|
120
121
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
121
122
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `codename` - Codename * `-codename` - Codename (descending) * `suite` - Suite * `-suite` - Suite (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `version` - Version * `-version` - Version (descending) * `origin` - Origin * `-origin` - Origin (descending) * `label` - Label * `-label` - Label (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
122
123
|
# @option opts [String] :origin Filter results where origin matches value
|
124
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
123
125
|
# @option opts [String] :package Must be a comma-separated string: \"package_href,repository_or_repository_version_href\" package_href: Filter results where Release contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
124
126
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
125
127
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
@@ -152,6 +154,7 @@ module PulpDebClient
|
|
152
154
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
153
155
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
154
156
|
query_params[:'origin'] = opts[:'origin'] if !opts[:'origin'].nil?
|
157
|
+
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
155
158
|
query_params[:'package'] = opts[:'package'] if !opts[:'package'].nil?
|
156
159
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
157
160
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
@@ -90,6 +90,7 @@ module PulpDebClient
|
|
90
90
|
# @option opts [Integer] :limit Number of results to return per page.
|
91
91
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
92
92
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `component` - Component * `-component` - Component (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
93
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
93
94
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
94
95
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
95
96
|
# @option opts [String] :q
|
@@ -113,6 +114,7 @@ module PulpDebClient
|
|
113
114
|
# @option opts [Integer] :limit Number of results to return per page.
|
114
115
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
115
116
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `component` - Component * `-component` - Component (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
117
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
116
118
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
117
119
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
118
120
|
# @option opts [String] :q
|
@@ -141,6 +143,7 @@ module PulpDebClient
|
|
141
143
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
142
144
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
143
145
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
146
|
+
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
144
147
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
145
148
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
146
149
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -101,6 +101,7 @@ module PulpDebClient
|
|
101
101
|
# @option opts [String] :maintainer Filter results where maintainer matches value
|
102
102
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
103
103
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `format` - Format * `-format` - Format (descending) * `source` - Source * `-source` - Source (descending) * `binary` - Binary * `-binary` - Binary (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `version` - Version * `-version` - Version (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `uploaders` - Uploaders * `-uploaders` - Uploaders (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `vcs_browser` - Vcs browser * `-vcs_browser` - Vcs browser (descending) * `vcs_arch` - Vcs arch * `-vcs_arch` - Vcs arch (descending) * `vcs_bzr` - Vcs bzr * `-vcs_bzr` - Vcs bzr (descending) * `vcs_cvs` - Vcs cvs * `-vcs_cvs` - Vcs cvs (descending) * `vcs_darcs` - Vcs darcs * `-vcs_darcs` - Vcs darcs (descending) * `vcs_git` - Vcs git * `-vcs_git` - Vcs git (descending) * `vcs_hg` - Vcs hg * `-vcs_hg` - Vcs hg (descending) * `vcs_mtn` - Vcs mtn * `-vcs_mtn` - Vcs mtn (descending) * `vcs_snv` - Vcs snv * `-vcs_snv` - Vcs snv (descending) * `testsuite` - Testsuite * `-testsuite` - Testsuite (descending) * `dgit` - Dgit * `-dgit` - Dgit (descending) * `standards_version` - Standards version * `-standards_version` - Standards version (descending) * `build_depends` - Build depends * `-build_depends` - Build depends (descending) * `build_depends_indep` - Build depends indep * `-build_depends_indep` - Build depends indep (descending) * `build_depends_arch` - Build depends arch * `-build_depends_arch` - Build depends arch (descending) * `build_conflicts` - Build conflicts * `-build_conflicts` - Build conflicts (descending) * `build_conflicts_indep` - Build conflicts indep * `-build_conflicts_indep` - Build conflicts indep (descending) * `build_conflicts_arch` - Build conflicts arch * `-build_conflicts_arch` - Build conflicts arch (descending) * `package_list` - Package list * `-package_list` - Package list (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
104
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
104
105
|
# @option opts [String] :package_list Filter results where package_list matches value
|
105
106
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
106
107
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
@@ -151,6 +152,7 @@ module PulpDebClient
|
|
151
152
|
# @option opts [String] :maintainer Filter results where maintainer matches value
|
152
153
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
153
154
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `format` - Format * `-format` - Format (descending) * `source` - Source * `-source` - Source (descending) * `binary` - Binary * `-binary` - Binary (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `version` - Version * `-version` - Version (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `uploaders` - Uploaders * `-uploaders` - Uploaders (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `vcs_browser` - Vcs browser * `-vcs_browser` - Vcs browser (descending) * `vcs_arch` - Vcs arch * `-vcs_arch` - Vcs arch (descending) * `vcs_bzr` - Vcs bzr * `-vcs_bzr` - Vcs bzr (descending) * `vcs_cvs` - Vcs cvs * `-vcs_cvs` - Vcs cvs (descending) * `vcs_darcs` - Vcs darcs * `-vcs_darcs` - Vcs darcs (descending) * `vcs_git` - Vcs git * `-vcs_git` - Vcs git (descending) * `vcs_hg` - Vcs hg * `-vcs_hg` - Vcs hg (descending) * `vcs_mtn` - Vcs mtn * `-vcs_mtn` - Vcs mtn (descending) * `vcs_snv` - Vcs snv * `-vcs_snv` - Vcs snv (descending) * `testsuite` - Testsuite * `-testsuite` - Testsuite (descending) * `dgit` - Dgit * `-dgit` - Dgit (descending) * `standards_version` - Standards version * `-standards_version` - Standards version (descending) * `build_depends` - Build depends * `-build_depends` - Build depends (descending) * `build_depends_indep` - Build depends indep * `-build_depends_indep` - Build depends indep (descending) * `build_depends_arch` - Build depends arch * `-build_depends_arch` - Build depends arch (descending) * `build_conflicts` - Build conflicts * `-build_conflicts` - Build conflicts (descending) * `build_conflicts_indep` - Build conflicts indep * `-build_conflicts_indep` - Build conflicts indep (descending) * `build_conflicts_arch` - Build conflicts arch * `-build_conflicts_arch` - Build conflicts arch (descending) * `package_list` - Package list * `-package_list` - Package list (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
155
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
154
156
|
# @option opts [String] :package_list Filter results where package_list matches value
|
155
157
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
156
158
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
@@ -206,6 +208,7 @@ module PulpDebClient
|
|
206
208
|
query_params[:'maintainer'] = opts[:'maintainer'] if !opts[:'maintainer'].nil?
|
207
209
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
208
210
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
211
|
+
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
209
212
|
query_params[:'package_list'] = opts[:'package_list'] if !opts[:'package_list'].nil?
|
210
213
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
211
214
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
@@ -89,6 +89,7 @@ module PulpDebClient
|
|
89
89
|
# @option opts [Integer] :limit Number of results to return per page.
|
90
90
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
91
91
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
92
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
92
93
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
93
94
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
94
95
|
# @option opts [String] :q
|
@@ -111,6 +112,7 @@ module PulpDebClient
|
|
111
112
|
# @option opts [Integer] :limit Number of results to return per page.
|
112
113
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
113
114
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
115
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
114
116
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
115
117
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
116
118
|
# @option opts [String] :q
|
@@ -138,6 +140,7 @@ module PulpDebClient
|
|
138
140
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
139
141
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
140
142
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
143
|
+
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
141
144
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
142
145
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
143
146
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -55,6 +55,7 @@ describe 'ContentGenericContentsApi' do
|
|
55
55
|
# @option opts [Integer] :limit Number of results to return per page.
|
56
56
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
57
57
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
58
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
58
59
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
59
60
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
60
61
|
# @option opts [String] :q
|
@@ -53,6 +53,7 @@ describe 'ContentInstallerFileIndicesApi' do
|
|
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 [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `component` - Component * `-component` - Component (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
56
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
56
57
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
57
58
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
58
59
|
# @option opts [String] :q
|
@@ -65,6 +65,7 @@ describe 'ContentInstallerPackagesApi' do
|
|
65
65
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `package` - Package * `-package` - Package (descending) * `source` - Source * `-source` - Source (descending) * `version` - Version * `-version` - Version (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `section` - Section * `-section` - Section (descending) * `priority` - Priority * `-priority` - Priority (descending) * `origin` - Origin * `-origin` - Origin (descending) * `tag` - Tag * `-tag` - Tag (descending) * `bugs` - Bugs * `-bugs` - Bugs (descending) * `essential` - Essential * `-essential` - Essential (descending) * `build_essential` - Build essential * `-build_essential` - Build essential (descending) * `installed_size` - Installed size * `-installed_size` - Installed size (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `original_maintainer` - Original maintainer * `-original_maintainer` - Original maintainer (descending) * `description` - Description * `-description` - Description (descending) * `description_md5` - Description md5 * `-description_md5` - Description md5 (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `built_using` - Built using * `-built_using` - Built using (descending) * `auto_built_package` - Auto built package * `-auto_built_package` - Auto built package (descending) * `multi_arch` - Multi arch * `-multi_arch` - Multi arch (descending) * `breaks` - Breaks * `-breaks` - Breaks (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `depends` - Depends * `-depends` - Depends (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `pre_depends` - Pre depends * `-pre_depends` - Pre depends (descending) * `provides` - Provides * `-provides` - Provides (descending) * `replaces` - Replaces * `-replaces` - Replaces (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `custom_fields` - Custom fields * `-custom_fields` - Custom fields (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
66
66
|
# @option opts [String] :origin Filter results where origin matches value
|
67
67
|
# @option opts [String] :original_maintainer Filter results where original_maintainer matches value
|
68
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
68
69
|
# @option opts [String] :package Filter results where package matches value
|
69
70
|
# @option opts [String] :priority Filter results where priority matches value
|
70
71
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
@@ -53,6 +53,7 @@ describe 'ContentPackageIndicesApi' do
|
|
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 [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `component` - Component * `-component` - Component (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `artifact_set_sha256` - Artifact set sha256 * `-artifact_set_sha256` - Artifact set sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
56
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
56
57
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
57
58
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
58
59
|
# @option opts [String] :q
|
@@ -51,6 +51,7 @@ 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 [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
54
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
54
55
|
# @option opts [String] :package Filter results where package matches value
|
55
56
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
56
57
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
@@ -67,6 +67,7 @@ describe 'ContentPackagesApi' do
|
|
67
67
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `package` - Package * `-package` - Package (descending) * `source` - Source * `-source` - Source (descending) * `version` - Version * `-version` - Version (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `section` - Section * `-section` - Section (descending) * `priority` - Priority * `-priority` - Priority (descending) * `origin` - Origin * `-origin` - Origin (descending) * `tag` - Tag * `-tag` - Tag (descending) * `bugs` - Bugs * `-bugs` - Bugs (descending) * `essential` - Essential * `-essential` - Essential (descending) * `build_essential` - Build essential * `-build_essential` - Build essential (descending) * `installed_size` - Installed size * `-installed_size` - Installed size (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `original_maintainer` - Original maintainer * `-original_maintainer` - Original maintainer (descending) * `description` - Description * `-description` - Description (descending) * `description_md5` - Description md5 * `-description_md5` - Description md5 (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `built_using` - Built using * `-built_using` - Built using (descending) * `auto_built_package` - Auto built package * `-auto_built_package` - Auto built package (descending) * `multi_arch` - Multi arch * `-multi_arch` - Multi arch (descending) * `breaks` - Breaks * `-breaks` - Breaks (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `depends` - Depends * `-depends` - Depends (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `pre_depends` - Pre depends * `-pre_depends` - Pre depends (descending) * `provides` - Provides * `-provides` - Provides (descending) * `replaces` - Replaces * `-replaces` - Replaces (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `custom_fields` - Custom fields * `-custom_fields` - Custom fields (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
68
68
|
# @option opts [String] :origin Filter results where origin matches value
|
69
69
|
# @option opts [String] :original_maintainer Filter results where original_maintainer matches value
|
70
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
70
71
|
# @option opts [String] :package Filter results where package matches value
|
71
72
|
# @option opts [String] :package__contains Filter results where package contains value
|
72
73
|
# @option opts [String] :package__icontains Filter results where package contains value
|
@@ -53,6 +53,7 @@ describe 'ContentReleaseArchitecturesApi' do
|
|
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 [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
56
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
56
57
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
57
58
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
58
59
|
# @option opts [String] :q
|
@@ -53,6 +53,7 @@ describe 'ContentReleaseComponentsApi' do
|
|
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 [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `component` - Component * `-component` - Component (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
56
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
56
57
|
# @option opts [String] :package Must be a comma-separated string: \"package_href,repository_or_repository_version_href\" package_href: Filter results where ReleaseComponent contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
57
58
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
58
59
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
@@ -52,6 +52,7 @@ describe 'ContentReleaseFilesApi' do
|
|
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 [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `codename` - Codename * `-codename` - Codename (descending) * `suite` - Suite * `-suite` - Suite (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `components` - Components * `-components` - Components (descending) * `architectures` - Architectures * `-architectures` - Architectures (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `artifact_set_sha256` - Artifact set sha256 * `-artifact_set_sha256` - Artifact set sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
55
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
55
56
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
56
57
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
57
58
|
# @option opts [String] :q
|
@@ -55,6 +55,7 @@ describe 'ContentReleasesApi' do
|
|
55
55
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
56
56
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `codename` - Codename * `-codename` - Codename (descending) * `suite` - Suite * `-suite` - Suite (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `version` - Version * `-version` - Version (descending) * `origin` - Origin * `-origin` - Origin (descending) * `label` - Label * `-label` - Label (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
57
57
|
# @option opts [String] :origin Filter results where origin matches value
|
58
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
58
59
|
# @option opts [String] :package Must be a comma-separated string: \"package_href,repository_or_repository_version_href\" package_href: Filter results where Release contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
59
60
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
60
61
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
@@ -52,6 +52,7 @@ describe 'ContentSourceIndicesApi' do
|
|
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 [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `component` - Component * `-component` - Component (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
55
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
55
56
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
56
57
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
57
58
|
# @option opts [String] :q
|
@@ -63,6 +63,7 @@ describe 'ContentSourcePackagesApi' do
|
|
63
63
|
# @option opts [String] :maintainer Filter results where maintainer matches value
|
64
64
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
65
65
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `format` - Format * `-format` - Format (descending) * `source` - Source * `-source` - Source (descending) * `binary` - Binary * `-binary` - Binary (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `version` - Version * `-version` - Version (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `uploaders` - Uploaders * `-uploaders` - Uploaders (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `vcs_browser` - Vcs browser * `-vcs_browser` - Vcs browser (descending) * `vcs_arch` - Vcs arch * `-vcs_arch` - Vcs arch (descending) * `vcs_bzr` - Vcs bzr * `-vcs_bzr` - Vcs bzr (descending) * `vcs_cvs` - Vcs cvs * `-vcs_cvs` - Vcs cvs (descending) * `vcs_darcs` - Vcs darcs * `-vcs_darcs` - Vcs darcs (descending) * `vcs_git` - Vcs git * `-vcs_git` - Vcs git (descending) * `vcs_hg` - Vcs hg * `-vcs_hg` - Vcs hg (descending) * `vcs_mtn` - Vcs mtn * `-vcs_mtn` - Vcs mtn (descending) * `vcs_snv` - Vcs snv * `-vcs_snv` - Vcs snv (descending) * `testsuite` - Testsuite * `-testsuite` - Testsuite (descending) * `dgit` - Dgit * `-dgit` - Dgit (descending) * `standards_version` - Standards version * `-standards_version` - Standards version (descending) * `build_depends` - Build depends * `-build_depends` - Build depends (descending) * `build_depends_indep` - Build depends indep * `-build_depends_indep` - Build depends indep (descending) * `build_depends_arch` - Build depends arch * `-build_depends_arch` - Build depends arch (descending) * `build_conflicts` - Build conflicts * `-build_conflicts` - Build conflicts (descending) * `build_conflicts_indep` - Build conflicts indep * `-build_conflicts_indep` - Build conflicts indep (descending) * `build_conflicts_arch` - Build conflicts arch * `-build_conflicts_arch` - Build conflicts arch (descending) * `package_list` - Package list * `-package_list` - Package list (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
66
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
66
67
|
# @option opts [String] :package_list Filter results where package_list matches value
|
67
68
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
68
69
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
@@ -51,6 +51,7 @@ describe 'ContentSourceReleaseComponentsApi' 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 [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
54
|
+
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
54
55
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
55
56
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
56
57
|
# @option opts [String] :q
|
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.1.
|
4
|
+
version: 3.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-02-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -386,97 +386,97 @@ signing_key:
|
|
386
386
|
specification_version: 4
|
387
387
|
summary: Pulp 3 API Ruby Gem
|
388
388
|
test_files:
|
389
|
-
- spec/api/distributions_apt_api_spec.rb
|
390
|
-
- spec/api/content_source_indices_api_spec.rb
|
391
|
-
- spec/api/content_source_release_components_api_spec.rb
|
392
|
-
- spec/api/content_release_files_api_spec.rb
|
393
|
-
- spec/api/publications_verbatim_api_spec.rb
|
394
389
|
- spec/api/content_release_architectures_api_spec.rb
|
395
|
-
- spec/api/content_packages_api_spec.rb
|
396
390
|
- spec/api/content_installer_file_indices_api_spec.rb
|
397
|
-
- spec/api/
|
398
|
-
- spec/api/
|
391
|
+
- spec/api/content_source_packages_api_spec.rb
|
392
|
+
- spec/api/content_release_files_api_spec.rb
|
393
|
+
- spec/api/distributions_apt_api_spec.rb
|
394
|
+
- spec/api/content_source_indices_api_spec.rb
|
399
395
|
- spec/api/content_package_indices_api_spec.rb
|
396
|
+
- spec/api/deb_copy_api_spec.rb
|
397
|
+
- spec/api/content_package_release_components_api_spec.rb
|
400
398
|
- spec/api/content_installer_packages_api_spec.rb
|
399
|
+
- spec/api/repositories_apt_api_spec.rb
|
401
400
|
- spec/api/repositories_apt_versions_api_spec.rb
|
402
|
-
- spec/api/
|
401
|
+
- spec/api/content_releases_api_spec.rb
|
403
402
|
- spec/api/content_release_components_api_spec.rb
|
404
403
|
- spec/api/content_generic_contents_api_spec.rb
|
405
|
-
- spec/api/
|
406
|
-
- spec/api/
|
407
|
-
- spec/api/
|
408
|
-
- spec/api/
|
404
|
+
- spec/api/content_source_release_components_api_spec.rb
|
405
|
+
- spec/api/content_packages_api_spec.rb
|
406
|
+
- spec/api/publications_apt_api_spec.rb
|
407
|
+
- spec/api/remotes_apt_api_spec.rb
|
408
|
+
- spec/api/publications_verbatim_api_spec.rb
|
409
409
|
- spec/api_client_spec.rb
|
410
410
|
- spec/configuration_spec.rb
|
411
|
-
- spec/models/
|
412
|
-
- spec/models/
|
413
|
-
- spec/models/deb_release_spec.rb
|
414
|
-
- spec/models/deb_verbatim_publication_response_spec.rb
|
415
|
-
- spec/models/paginateddeb_verbatim_publication_response_list_spec.rb
|
411
|
+
- spec/models/deb_release_file_response_spec.rb
|
412
|
+
- spec/models/content_summary_response_spec.rb
|
416
413
|
- spec/models/paginateddeb_source_package_response_list_spec.rb
|
417
|
-
- spec/models/
|
418
|
-
- spec/models/
|
419
|
-
- spec/models/
|
420
|
-
- spec/models/
|
421
|
-
- spec/models/paginateddeb_source_package_release_component_response_list_spec.rb
|
422
|
-
- spec/models/unset_label_spec.rb
|
423
|
-
- spec/models/patcheddeb_apt_distribution_spec.rb
|
424
|
-
- spec/models/deb_release_architecture_response_spec.rb
|
425
|
-
- spec/models/patcheddeb_apt_repository_spec.rb
|
414
|
+
- spec/models/deb_apt_remote_response_spec.rb
|
415
|
+
- spec/models/deb_apt_repository_response_spec.rb
|
416
|
+
- spec/models/unset_label_response_spec.rb
|
417
|
+
- spec/models/paginateddeb_source_index_response_list_spec.rb
|
426
418
|
- spec/models/deb_source_package_response_spec.rb
|
427
|
-
- spec/models/
|
428
|
-
- spec/models/
|
429
|
-
- spec/models/
|
430
|
-
- spec/models/deb_source_package_release_component_spec.rb
|
431
|
-
- spec/models/paginateddeb_apt_repository_response_list_spec.rb
|
432
|
-
- spec/models/deb_package_release_component_spec.rb
|
433
|
-
- spec/models/deb_verbatim_publication_spec.rb
|
434
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
419
|
+
- spec/models/deb_verbatim_publication_response_spec.rb
|
420
|
+
- spec/models/paginateddeb_installer_package_response_list_spec.rb
|
421
|
+
- spec/models/patcheddeb_apt_remote_spec.rb
|
435
422
|
- spec/models/set_label_spec.rb
|
436
|
-
- spec/models/
|
437
|
-
- spec/models/
|
438
|
-
- spec/models/
|
439
|
-
- spec/models/
|
440
|
-
- spec/models/paginateddeb_source_index_response_list_spec.rb
|
441
|
-
- spec/models/paginateddeb_release_architecture_response_list_spec.rb
|
442
|
-
- spec/models/deb_package_index_response_spec.rb
|
443
|
-
- spec/models/async_operation_response_spec.rb
|
444
|
-
- spec/models/paginateddeb_release_component_response_list_spec.rb
|
445
|
-
- spec/models/paginateddeb_package_response_list_spec.rb
|
423
|
+
- spec/models/copy_spec.rb
|
424
|
+
- spec/models/deb_package_index_spec.rb
|
425
|
+
- spec/models/deb_release_file_spec.rb
|
426
|
+
- spec/models/deb_apt_remote_response_hidden_fields_spec.rb
|
446
427
|
- spec/models/deb_release_component_spec.rb
|
447
|
-
- spec/models/paginateddeb_installer_package_response_list_spec.rb
|
448
|
-
- spec/models/paginateddeb_installer_file_index_response_list_spec.rb
|
449
428
|
- spec/models/deb_installer_package_response_spec.rb
|
450
|
-
- spec/models/
|
451
|
-
- spec/models/
|
452
|
-
- spec/models/
|
453
|
-
- spec/models/deb_release_file_spec.rb
|
454
|
-
- spec/models/paginateddeb_generic_content_response_list_spec.rb
|
455
|
-
- spec/models/copy_spec.rb
|
456
|
-
- spec/models/deb_package_response_spec.rb
|
457
|
-
- spec/models/patcheddeb_apt_remote_spec.rb
|
458
|
-
- spec/models/deb_apt_remote_response_spec.rb
|
459
|
-
- spec/models/deb_installer_package_spec.rb
|
460
|
-
- spec/models/paginateddeb_release_response_list_spec.rb
|
461
|
-
- spec/models/unset_label_response_spec.rb
|
462
|
-
- spec/models/deb_release_architecture_spec.rb
|
429
|
+
- spec/models/deb_release_component_response_spec.rb
|
430
|
+
- spec/models/deb_package_release_component_spec.rb
|
431
|
+
- spec/models/paginateddeb_apt_remote_response_list_spec.rb
|
463
432
|
- spec/models/deb_source_index_response_spec.rb
|
433
|
+
- spec/models/paginateddeb_source_package_release_component_response_list_spec.rb
|
434
|
+
- spec/models/deb_generic_content_response_spec.rb
|
435
|
+
- spec/models/paginateddeb_installer_file_index_response_list_spec.rb
|
436
|
+
- spec/models/paginateddeb_apt_repository_response_list_spec.rb
|
464
437
|
- spec/models/repair_spec.rb
|
438
|
+
- spec/models/repository_version_response_spec.rb
|
439
|
+
- spec/models/paginateddeb_release_file_response_list_spec.rb
|
440
|
+
- spec/models/deb_package_index_response_spec.rb
|
441
|
+
- spec/models/paginateddeb_package_index_response_list_spec.rb
|
442
|
+
- spec/models/deb_apt_remote_spec.rb
|
465
443
|
- spec/models/paginateddeb_package_release_component_response_list_spec.rb
|
444
|
+
- spec/models/paginateddeb_release_architecture_response_list_spec.rb
|
445
|
+
- spec/models/deb_apt_distribution_response_spec.rb
|
446
|
+
- spec/models/deb_verbatim_publication_spec.rb
|
447
|
+
- spec/models/policy_enum_spec.rb
|
448
|
+
- spec/models/deb_release_response_spec.rb
|
449
|
+
- spec/models/paginateddeb_generic_content_response_list_spec.rb
|
450
|
+
- spec/models/paginateddeb_apt_distribution_response_list_spec.rb
|
451
|
+
- spec/models/set_label_response_spec.rb
|
452
|
+
- spec/models/deb_package_release_component_response_spec.rb
|
453
|
+
- spec/models/paginateddeb_verbatim_publication_response_list_spec.rb
|
454
|
+
- spec/models/deb_release_spec.rb
|
466
455
|
- spec/models/deb_installer_file_index_response_spec.rb
|
467
|
-
- spec/models/
|
456
|
+
- spec/models/deb_apt_publication_spec.rb
|
457
|
+
- spec/models/unset_label_spec.rb
|
458
|
+
- spec/models/paginateddeb_release_component_response_list_spec.rb
|
459
|
+
- spec/models/patcheddeb_apt_distribution_spec.rb
|
468
460
|
- spec/models/deb_source_index_spec.rb
|
469
|
-
- spec/models/
|
470
|
-
- spec/models/
|
471
|
-
- spec/models/deb_apt_remote_response_hidden_fields_spec.rb
|
461
|
+
- spec/models/patcheddeb_apt_repository_spec.rb
|
462
|
+
- spec/models/paginateddeb_release_response_list_spec.rb
|
472
463
|
- spec/models/deb_package_spec.rb
|
473
|
-
- spec/models/deb_installer_file_index_spec.rb
|
474
464
|
- spec/models/deb_source_package_release_component_response_spec.rb
|
475
|
-
- spec/models/
|
476
|
-
- spec/models/
|
477
|
-
- spec/models/
|
478
|
-
- spec/models/
|
479
|
-
- spec/models/
|
465
|
+
- spec/models/deb_package_response_spec.rb
|
466
|
+
- spec/models/deb_release_architecture_response_spec.rb
|
467
|
+
- spec/models/deb_installer_package_spec.rb
|
468
|
+
- spec/models/deb_apt_distribution_spec.rb
|
469
|
+
- spec/models/deb_apt_publication_response_spec.rb
|
470
|
+
- spec/models/async_operation_response_spec.rb
|
471
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
472
|
+
- spec/models/paginateddeb_package_response_list_spec.rb
|
473
|
+
- spec/models/deb_source_package_release_component_spec.rb
|
474
|
+
- spec/models/repository_add_remove_content_spec.rb
|
475
|
+
- spec/models/deb_source_package_spec.rb
|
476
|
+
- spec/models/deb_release_architecture_spec.rb
|
477
|
+
- spec/models/deb_generic_content_spec.rb
|
478
|
+
- spec/models/paginateddeb_apt_publication_response_list_spec.rb
|
480
479
|
- spec/models/deb_apt_repository_spec.rb
|
481
480
|
- spec/models/apt_repository_sync_url_spec.rb
|
481
|
+
- spec/models/deb_installer_file_index_spec.rb
|
482
482
|
- spec/spec_helper.rb
|