pulp_rpm_client 3.35.3 → 3.36.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ContentPackagesApi.md +4 -2
- data/docs/PatchedrpmRpmRepository.md +2 -2
- data/docs/RpmPackageResponse.md +3 -1
- data/docs/RpmRpmPublication.md +1 -1
- data/docs/RpmRpmPublicationResponse.md +1 -1
- data/docs/RpmRpmRepository.md +2 -2
- data/docs/RpmRpmRepositoryResponse.md +2 -2
- data/lib/pulp_rpm_client/api/content_packages_api.rb +6 -3
- data/lib/pulp_rpm_client/models/layout_enum.rb +1 -2
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +7 -7
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +17 -4
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +7 -7
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +7 -7
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/spec/api/content_packages_api_spec.rb +2 -1
- data/spec/models/rpm_package_response_spec.rb +6 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5502af37bca7c566fbce18e740384b4d4dd85627363b3bca56009abed3693400
|
|
4
|
+
data.tar.gz: ea242808b2dcafd30b57b770452aed331c21d119e38b757cd311576ac006174e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43248e47a8704b54d4b8a8bd1d5e96a677ce15f2ec7202ab2b83b7fd4e75450af5d08f858e6672b701892916b4334e97127e2df70fe4ea5dd9be4713d48dd7f3
|
|
7
|
+
data.tar.gz: 0ad05c56b17bb2781744f674f14884e998248117f59adf3d71868492ba93efc86fb0d2c96267943657a19094a123aff507c60648788f0ccf0374a6c88e986c8e
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: v3
|
|
10
|
-
- Package version: 3.
|
|
10
|
+
- Package version: 3.36.1
|
|
11
11
|
- Generator version: 7.10.0
|
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
13
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -25,16 +25,16 @@ gem build pulp_rpm_client.gemspec
|
|
|
25
25
|
Then either install the gem locally:
|
|
26
26
|
|
|
27
27
|
```shell
|
|
28
|
-
gem install ./pulp_rpm_client-3.
|
|
28
|
+
gem install ./pulp_rpm_client-3.36.1.gem
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
(for development, run `gem install --dev ./pulp_rpm_client-3.
|
|
31
|
+
(for development, run `gem install --dev ./pulp_rpm_client-3.36.1.gem` to install the development dependencies)
|
|
32
32
|
|
|
33
33
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
34
34
|
|
|
35
35
|
Finally add this to the Gemfile:
|
|
36
36
|
|
|
37
|
-
gem 'pulp_rpm_client', '~> 3.
|
|
37
|
+
gem 'pulp_rpm_client', '~> 3.36.1'
|
|
38
38
|
|
|
39
39
|
### Install from Git
|
|
40
40
|
|
data/docs/ContentPackagesApi.md
CHANGED
|
@@ -144,7 +144,7 @@ opts = {
|
|
|
144
144
|
name__ne: 'name__ne_example', # String | Filter results where name not equal to value
|
|
145
145
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
146
146
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
147
|
-
ordering: ['-arch'], # Array<String> | 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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `epoch` - Epoch * `-epoch` - Epoch (descending) * `version` - Version * `-version` - Version (descending) * `release` - Release * `-release` - Release (descending) * `arch` - Arch * `-arch` - Arch (descending) * `evr` - Evr * `-evr` - Evr (descending) * `pkgId` - Pkgid * `-pkgId` - Pkgid (descending) * `checksum_type` - Checksum type * `-checksum_type` - Checksum type (descending) * `summary` - Summary * `-summary` - Summary (descending) * `description` - Description * `-description` - Description (descending) * `url` - Url * `-url` - Url (descending) * `changelogs` - Changelogs * `-changelogs` - Changelogs (descending) * `files` - Files * `-files` - Files (descending) * `requires` - Requires * `-requires` - Requires (descending) * `provides` - Provides * `-provides` - Provides (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `obsoletes` - Obsoletes * `-obsoletes` - Obsoletes (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `supplements` - Supplements * `-supplements` - Supplements (descending) * `location_base` - Location base * `-location_base` - Location base (descending) * `location_href` - Location href * `-location_href` - Location href (descending) * `rpm_buildhost` - Rpm buildhost * `-rpm_buildhost` - Rpm buildhost (descending) * `rpm_group` - Rpm group * `-rpm_group` - Rpm group (descending) * `rpm_license` - Rpm license * `-rpm_license` - Rpm license (descending) * `rpm_packager` - Rpm packager * `-rpm_packager` - Rpm packager (descending) * `rpm_sourcerpm` - Rpm sourcerpm * `-rpm_sourcerpm` - Rpm sourcerpm (descending) * `rpm_vendor` - Rpm vendor * `-rpm_vendor` - Rpm vendor (descending) * `rpm_header_start` - Rpm header start * `-rpm_header_start` - Rpm header start (descending) * `rpm_header_end` - Rpm header end * `-rpm_header_end` - Rpm header end (descending) * `size_archive` - Size archive * `-size_archive` - Size archive (descending) * `size_installed` - Size installed * `-size_installed` - Size installed (descending) * `size_package` - Size package * `-size_package` - Size package (descending) * `time_build` - Time build * `-time_build` - Time build (descending) * `time_file` - Time file * `-time_file` - Time file (descending) * `is_modular` - Is modular * `-is_modular` - Is modular (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
147
|
+
ordering: ['-arch'], # Array<String> | 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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `epoch` - Epoch * `-epoch` - Epoch (descending) * `version` - Version * `-version` - Version (descending) * `release` - Release * `-release` - Release (descending) * `arch` - Arch * `-arch` - Arch (descending) * `evr` - Evr * `-evr` - Evr (descending) * `pkgId` - Pkgid * `-pkgId` - Pkgid (descending) * `checksum_type` - Checksum type * `-checksum_type` - Checksum type (descending) * `summary` - Summary * `-summary` - Summary (descending) * `description` - Description * `-description` - Description (descending) * `url` - Url * `-url` - Url (descending) * `changelogs` - Changelogs * `-changelogs` - Changelogs (descending) * `files` - Files * `-files` - Files (descending) * `requires` - Requires * `-requires` - Requires (descending) * `provides` - Provides * `-provides` - Provides (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `obsoletes` - Obsoletes * `-obsoletes` - Obsoletes (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `supplements` - Supplements * `-supplements` - Supplements (descending) * `location_base` - Location base * `-location_base` - Location base (descending) * `location_href` - Location href * `-location_href` - Location href (descending) * `rpm_buildhost` - Rpm buildhost * `-rpm_buildhost` - Rpm buildhost (descending) * `rpm_group` - Rpm group * `-rpm_group` - Rpm group (descending) * `rpm_license` - Rpm license * `-rpm_license` - Rpm license (descending) * `rpm_packager` - Rpm packager * `-rpm_packager` - Rpm packager (descending) * `rpm_sourcerpm` - Rpm sourcerpm * `-rpm_sourcerpm` - Rpm sourcerpm (descending) * `rpm_vendor` - Rpm vendor * `-rpm_vendor` - Rpm vendor (descending) * `rpm_header_start` - Rpm header start * `-rpm_header_start` - Rpm header start (descending) * `rpm_header_end` - Rpm header end * `-rpm_header_end` - Rpm header end (descending) * `size_archive` - Size archive * `-size_archive` - Size archive (descending) * `size_installed` - Size installed * `-size_installed` - Size installed (descending) * `size_package` - Size package * `-size_package` - Size package (descending) * `time_build` - Time build * `-time_build` - Time build (descending) * `time_file` - Time file * `-time_file` - Time file (descending) * `is_modular` - Is modular * `-is_modular` - Is modular (descending) * `signing_keys` - Signing keys * `-signing_keys` - Signing keys (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
148
148
|
orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
149
149
|
pkg_id: 'pkg_id_example', # String | Filter results where pkgId matches value
|
|
150
150
|
pkg_id__in: ['inner_example'], # Array<String> | Filter results where pkgId is in a comma-separated list of values
|
|
@@ -162,6 +162,7 @@ opts = {
|
|
|
162
162
|
repository_version_added: 'repository_version_added_example', # String |
|
|
163
163
|
repository_version_removed: 'repository_version_removed_example', # String |
|
|
164
164
|
sha256: 'sha256_example', # String |
|
|
165
|
+
signing_key: 'signing_key_example', # String |
|
|
165
166
|
version: 'version_example', # String | Filter results where version matches value
|
|
166
167
|
version__in: ['inner_example'], # Array<String> | Filter results where version is in a comma-separated list of values
|
|
167
168
|
version__ne: 'version__ne_example', # String | Filter results where version not equal to value
|
|
@@ -220,7 +221,7 @@ end
|
|
|
220
221
|
| **name__ne** | **String** | Filter results where name not equal to value | [optional] |
|
|
221
222
|
| **name__startswith** | **String** | Filter results where name starts with value | [optional] |
|
|
222
223
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
|
223
|
-
| **ordering** | [**Array<String>**](String.md) | 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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `epoch` - Epoch * `-epoch` - Epoch (descending) * `version` - Version * `-version` - Version (descending) * `release` - Release * `-release` - Release (descending) * `arch` - Arch * `-arch` - Arch (descending) * `evr` - Evr * `-evr` - Evr (descending) * `pkgId` - Pkgid * `-pkgId` - Pkgid (descending) * `checksum_type` - Checksum type * `-checksum_type` - Checksum type (descending) * `summary` - Summary * `-summary` - Summary (descending) * `description` - Description * `-description` - Description (descending) * `url` - Url * `-url` - Url (descending) * `changelogs` - Changelogs * `-changelogs` - Changelogs (descending) * `files` - Files * `-files` - Files (descending) * `requires` - Requires * `-requires` - Requires (descending) * `provides` - Provides * `-provides` - Provides (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `obsoletes` - Obsoletes * `-obsoletes` - Obsoletes (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `supplements` - Supplements * `-supplements` - Supplements (descending) * `location_base` - Location base * `-location_base` - Location base (descending) * `location_href` - Location href * `-location_href` - Location href (descending) * `rpm_buildhost` - Rpm buildhost * `-rpm_buildhost` - Rpm buildhost (descending) * `rpm_group` - Rpm group * `-rpm_group` - Rpm group (descending) * `rpm_license` - Rpm license * `-rpm_license` - Rpm license (descending) * `rpm_packager` - Rpm packager * `-rpm_packager` - Rpm packager (descending) * `rpm_sourcerpm` - Rpm sourcerpm * `-rpm_sourcerpm` - Rpm sourcerpm (descending) * `rpm_vendor` - Rpm vendor * `-rpm_vendor` - Rpm vendor (descending) * `rpm_header_start` - Rpm header start * `-rpm_header_start` - Rpm header start (descending) * `rpm_header_end` - Rpm header end * `-rpm_header_end` - Rpm header end (descending) * `size_archive` - Size archive * `-size_archive` - Size archive (descending) * `size_installed` - Size installed * `-size_installed` - Size installed (descending) * `size_package` - Size package * `-size_package` - Size package (descending) * `time_build` - Time build * `-time_build` - Time build (descending) * `time_file` - Time file * `-time_file` - Time file (descending) * `is_modular` - Is modular * `-is_modular` - Is modular (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
|
224
|
+
| **ordering** | [**Array<String>**](String.md) | 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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `epoch` - Epoch * `-epoch` - Epoch (descending) * `version` - Version * `-version` - Version (descending) * `release` - Release * `-release` - Release (descending) * `arch` - Arch * `-arch` - Arch (descending) * `evr` - Evr * `-evr` - Evr (descending) * `pkgId` - Pkgid * `-pkgId` - Pkgid (descending) * `checksum_type` - Checksum type * `-checksum_type` - Checksum type (descending) * `summary` - Summary * `-summary` - Summary (descending) * `description` - Description * `-description` - Description (descending) * `url` - Url * `-url` - Url (descending) * `changelogs` - Changelogs * `-changelogs` - Changelogs (descending) * `files` - Files * `-files` - Files (descending) * `requires` - Requires * `-requires` - Requires (descending) * `provides` - Provides * `-provides` - Provides (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `obsoletes` - Obsoletes * `-obsoletes` - Obsoletes (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `supplements` - Supplements * `-supplements` - Supplements (descending) * `location_base` - Location base * `-location_base` - Location base (descending) * `location_href` - Location href * `-location_href` - Location href (descending) * `rpm_buildhost` - Rpm buildhost * `-rpm_buildhost` - Rpm buildhost (descending) * `rpm_group` - Rpm group * `-rpm_group` - Rpm group (descending) * `rpm_license` - Rpm license * `-rpm_license` - Rpm license (descending) * `rpm_packager` - Rpm packager * `-rpm_packager` - Rpm packager (descending) * `rpm_sourcerpm` - Rpm sourcerpm * `-rpm_sourcerpm` - Rpm sourcerpm (descending) * `rpm_vendor` - Rpm vendor * `-rpm_vendor` - Rpm vendor (descending) * `rpm_header_start` - Rpm header start * `-rpm_header_start` - Rpm header start (descending) * `rpm_header_end` - Rpm header end * `-rpm_header_end` - Rpm header end (descending) * `size_archive` - Size archive * `-size_archive` - Size archive (descending) * `size_installed` - Size installed * `-size_installed` - Size installed (descending) * `size_package` - Size package * `-size_package` - Size package (descending) * `time_build` - Time build * `-time_build` - Time build (descending) * `time_file` - Time file * `-time_file` - Time file (descending) * `is_modular` - Is modular * `-is_modular` - Is modular (descending) * `signing_keys` - Signing keys * `-signing_keys` - Signing keys (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
|
224
225
|
| **orphaned_for** | **Float** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] |
|
|
225
226
|
| **pkg_id** | **String** | Filter results where pkgId matches value | [optional] |
|
|
226
227
|
| **pkg_id__in** | [**Array<String>**](String.md) | Filter results where pkgId is in a comma-separated list of values | [optional] |
|
|
@@ -238,6 +239,7 @@ end
|
|
|
238
239
|
| **repository_version_added** | **String** | | [optional] |
|
|
239
240
|
| **repository_version_removed** | **String** | | [optional] |
|
|
240
241
|
| **sha256** | **String** | | [optional] |
|
|
242
|
+
| **signing_key** | **String** | | [optional] |
|
|
241
243
|
| **version** | **String** | Filter results where version matches value | [optional] |
|
|
242
244
|
| **version__in** | [**Array<String>**](String.md) | Filter results where version is in a comma-separated list of values | [optional] |
|
|
243
245
|
| **version__ne** | **String** | Filter results where version not equal to value | [optional] |
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
| **autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. | [optional][default to false] |
|
|
14
14
|
| **metadata_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
15
15
|
| **package_signing_service** | **String** | A reference to an associated package signing service. | [optional] |
|
|
16
|
-
| **package_signing_fingerprint** | **String** | The pubkey
|
|
16
|
+
| **package_signing_fingerprint** | **String** | The pubkey fingerprint to be passed to the package signing service. Format: 'v<N>:<hex-fingerprint>' or 'keyid:<16-hex-char>'. Example: 'v4:ABCDEF1234567890ABCDEF1234567890ABCDEF12'. | [optional] |
|
|
17
17
|
| **retain_package_versions** | **Integer** | The number of versions of each package to keep in the repository; older versions will be purged. The default is '0', which will disable this feature and keep all versions of each package. | [optional] |
|
|
18
18
|
| **checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The preferred checksum type during repo publish. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] |
|
|
19
19
|
| **repo_config** | **Object** | A JSON document describing the config.repo file Pulp should generate for this repo | [optional] |
|
|
20
20
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz * `none` - none | [optional] |
|
|
21
|
-
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest
|
|
21
|
+
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest | [optional] |
|
|
22
22
|
|
|
23
23
|
## Example
|
|
24
24
|
|
data/docs/RpmPackageResponse.md
CHANGED
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
| **size_package** | **Integer** | Size, in bytes, of the package | [optional][readonly] |
|
|
54
54
|
| **time_build** | **Integer** | Time the package was built in seconds since the epoch | [optional][readonly] |
|
|
55
55
|
| **time_file** | **Integer** | The 'file' time attribute in the primary XML - file mtime in seconds since the epoch. | [optional][readonly] |
|
|
56
|
+
| **signing_keys** | **Array<String>** | List of signing key fingerprints used to sign this package. | [optional][readonly] |
|
|
56
57
|
|
|
57
58
|
## Example
|
|
58
59
|
|
|
@@ -108,7 +109,8 @@ instance = PulpRpmClient::RpmPackageResponse.new(
|
|
|
108
109
|
size_installed: null,
|
|
109
110
|
size_package: null,
|
|
110
111
|
time_build: null,
|
|
111
|
-
time_file: null
|
|
112
|
+
time_file: null,
|
|
113
|
+
signing_keys: null
|
|
112
114
|
)
|
|
113
115
|
```
|
|
114
116
|
|
data/docs/RpmRpmPublication.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
| **checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The preferred checksum type used during repo publishes. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] |
|
|
11
11
|
| **repo_config** | **Object** | A JSON document describing the config.repo file Pulp should generate for this repo | [optional] |
|
|
12
12
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz * `none` - none | [optional] |
|
|
13
|
-
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest
|
|
13
|
+
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest | [optional] |
|
|
14
14
|
|
|
15
15
|
## Example
|
|
16
16
|
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
| **sqlite_metadata** | **Boolean** | REMOVED: An option specifying whether Pulp should generate SQLite metadata. Not operational since pulp_rpm 3.25.0 release | [optional][readonly][default to false] |
|
|
20
20
|
| **repo_config** | **Object** | A JSON document describing the config.repo file Pulp should generate for this repo | [optional] |
|
|
21
21
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz * `none` - none | [optional] |
|
|
22
|
-
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest
|
|
22
|
+
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest | [optional] |
|
|
23
23
|
|
|
24
24
|
## Example
|
|
25
25
|
|
data/docs/RpmRpmRepository.md
CHANGED
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
| **autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. | [optional][default to false] |
|
|
14
14
|
| **metadata_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
15
15
|
| **package_signing_service** | **String** | A reference to an associated package signing service. | [optional] |
|
|
16
|
-
| **package_signing_fingerprint** | **String** | The pubkey
|
|
16
|
+
| **package_signing_fingerprint** | **String** | The pubkey fingerprint to be passed to the package signing service. Format: 'v<N>:<hex-fingerprint>' or 'keyid:<16-hex-char>'. Example: 'v4:ABCDEF1234567890ABCDEF1234567890ABCDEF12'. | [optional] |
|
|
17
17
|
| **retain_package_versions** | **Integer** | The number of versions of each package to keep in the repository; older versions will be purged. The default is '0', which will disable this feature and keep all versions of each package. | [optional] |
|
|
18
18
|
| **checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The preferred checksum type during repo publish. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] |
|
|
19
19
|
| **repo_config** | **Object** | A JSON document describing the config.repo file Pulp should generate for this repo | [optional] |
|
|
20
20
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz * `none` - none | [optional] |
|
|
21
|
-
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest
|
|
21
|
+
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest | [optional] |
|
|
22
22
|
|
|
23
23
|
## Example
|
|
24
24
|
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
| **autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. | [optional][default to false] |
|
|
20
20
|
| **metadata_signing_service** | **String** | A reference to an associated signing service. | [optional] |
|
|
21
21
|
| **package_signing_service** | **String** | A reference to an associated package signing service. | [optional] |
|
|
22
|
-
| **package_signing_fingerprint** | **String** | The pubkey
|
|
22
|
+
| **package_signing_fingerprint** | **String** | The pubkey fingerprint to be passed to the package signing service. Format: 'v<N>:<hex-fingerprint>' or 'keyid:<16-hex-char>'. Example: 'v4:ABCDEF1234567890ABCDEF1234567890ABCDEF12'. | [optional] |
|
|
23
23
|
| **retain_package_versions** | **Integer** | The number of versions of each package to keep in the repository; older versions will be purged. The default is '0', which will disable this feature and keep all versions of each package. | [optional] |
|
|
24
24
|
| **checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The preferred checksum type during repo publish. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] |
|
|
25
25
|
| **metadata_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | REMOVED: The checksum type to use for metadata. Not operational since pulp_rpm 3.30.0 release. Use 'checksum_type' instead. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional][readonly] |
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
| **sqlite_metadata** | **Boolean** | REMOVED: An option specifying whether Pulp should generate SQLite metadata. Not operation since pulp_rpm 3.25.0 release | [optional][readonly][default to false] |
|
|
30
30
|
| **repo_config** | **Object** | A JSON document describing the config.repo file Pulp should generate for this repo | [optional] |
|
|
31
31
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz * `none` - none | [optional] |
|
|
32
|
-
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest
|
|
32
|
+
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest | [optional] |
|
|
33
33
|
|
|
34
34
|
## Example
|
|
35
35
|
|
|
@@ -142,7 +142,7 @@ module PulpRpmClient
|
|
|
142
142
|
# @option opts [String] :name__ne Filter results where name not equal to value
|
|
143
143
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
144
144
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
145
|
-
# @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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `epoch` - Epoch * `-epoch` - Epoch (descending) * `version` - Version * `-version` - Version (descending) * `release` - Release * `-release` - Release (descending) * `arch` - Arch * `-arch` - Arch (descending) * `evr` - Evr * `-evr` - Evr (descending) * `pkgId` - Pkgid * `-pkgId` - Pkgid (descending) * `checksum_type` - Checksum type * `-checksum_type` - Checksum type (descending) * `summary` - Summary * `-summary` - Summary (descending) * `description` - Description * `-description` - Description (descending) * `url` - Url * `-url` - Url (descending) * `changelogs` - Changelogs * `-changelogs` - Changelogs (descending) * `files` - Files * `-files` - Files (descending) * `requires` - Requires * `-requires` - Requires (descending) * `provides` - Provides * `-provides` - Provides (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `obsoletes` - Obsoletes * `-obsoletes` - Obsoletes (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `supplements` - Supplements * `-supplements` - Supplements (descending) * `location_base` - Location base * `-location_base` - Location base (descending) * `location_href` - Location href * `-location_href` - Location href (descending) * `rpm_buildhost` - Rpm buildhost * `-rpm_buildhost` - Rpm buildhost (descending) * `rpm_group` - Rpm group * `-rpm_group` - Rpm group (descending) * `rpm_license` - Rpm license * `-rpm_license` - Rpm license (descending) * `rpm_packager` - Rpm packager * `-rpm_packager` - Rpm packager (descending) * `rpm_sourcerpm` - Rpm sourcerpm * `-rpm_sourcerpm` - Rpm sourcerpm (descending) * `rpm_vendor` - Rpm vendor * `-rpm_vendor` - Rpm vendor (descending) * `rpm_header_start` - Rpm header start * `-rpm_header_start` - Rpm header start (descending) * `rpm_header_end` - Rpm header end * `-rpm_header_end` - Rpm header end (descending) * `size_archive` - Size archive * `-size_archive` - Size archive (descending) * `size_installed` - Size installed * `-size_installed` - Size installed (descending) * `size_package` - Size package * `-size_package` - Size package (descending) * `time_build` - Time build * `-time_build` - Time build (descending) * `time_file` - Time file * `-time_file` - Time file (descending) * `is_modular` - Is modular * `-is_modular` - Is modular (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
145
|
+
# @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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `epoch` - Epoch * `-epoch` - Epoch (descending) * `version` - Version * `-version` - Version (descending) * `release` - Release * `-release` - Release (descending) * `arch` - Arch * `-arch` - Arch (descending) * `evr` - Evr * `-evr` - Evr (descending) * `pkgId` - Pkgid * `-pkgId` - Pkgid (descending) * `checksum_type` - Checksum type * `-checksum_type` - Checksum type (descending) * `summary` - Summary * `-summary` - Summary (descending) * `description` - Description * `-description` - Description (descending) * `url` - Url * `-url` - Url (descending) * `changelogs` - Changelogs * `-changelogs` - Changelogs (descending) * `files` - Files * `-files` - Files (descending) * `requires` - Requires * `-requires` - Requires (descending) * `provides` - Provides * `-provides` - Provides (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `obsoletes` - Obsoletes * `-obsoletes` - Obsoletes (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `supplements` - Supplements * `-supplements` - Supplements (descending) * `location_base` - Location base * `-location_base` - Location base (descending) * `location_href` - Location href * `-location_href` - Location href (descending) * `rpm_buildhost` - Rpm buildhost * `-rpm_buildhost` - Rpm buildhost (descending) * `rpm_group` - Rpm group * `-rpm_group` - Rpm group (descending) * `rpm_license` - Rpm license * `-rpm_license` - Rpm license (descending) * `rpm_packager` - Rpm packager * `-rpm_packager` - Rpm packager (descending) * `rpm_sourcerpm` - Rpm sourcerpm * `-rpm_sourcerpm` - Rpm sourcerpm (descending) * `rpm_vendor` - Rpm vendor * `-rpm_vendor` - Rpm vendor (descending) * `rpm_header_start` - Rpm header start * `-rpm_header_start` - Rpm header start (descending) * `rpm_header_end` - Rpm header end * `-rpm_header_end` - Rpm header end (descending) * `size_archive` - Size archive * `-size_archive` - Size archive (descending) * `size_installed` - Size installed * `-size_installed` - Size installed (descending) * `size_package` - Size package * `-size_package` - Size package (descending) * `time_build` - Time build * `-time_build` - Time build (descending) * `time_file` - Time file * `-time_file` - Time file (descending) * `is_modular` - Is modular * `-is_modular` - Is modular (descending) * `signing_keys` - Signing keys * `-signing_keys` - Signing keys (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
146
146
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
147
147
|
# @option opts [String] :pkg_id Filter results where pkgId matches value
|
|
148
148
|
# @option opts [Array<String>] :pkg_id__in Filter results where pkgId is in a comma-separated list of values
|
|
@@ -160,6 +160,7 @@ module PulpRpmClient
|
|
|
160
160
|
# @option opts [String] :repository_version_added
|
|
161
161
|
# @option opts [String] :repository_version_removed
|
|
162
162
|
# @option opts [String] :sha256
|
|
163
|
+
# @option opts [String] :signing_key
|
|
163
164
|
# @option opts [String] :version Filter results where version matches value
|
|
164
165
|
# @option opts [Array<String>] :version__in Filter results where version is in a comma-separated list of values
|
|
165
166
|
# @option opts [String] :version__ne Filter results where version not equal to value
|
|
@@ -194,7 +195,7 @@ module PulpRpmClient
|
|
|
194
195
|
# @option opts [String] :name__ne Filter results where name not equal to value
|
|
195
196
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
196
197
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
197
|
-
# @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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `epoch` - Epoch * `-epoch` - Epoch (descending) * `version` - Version * `-version` - Version (descending) * `release` - Release * `-release` - Release (descending) * `arch` - Arch * `-arch` - Arch (descending) * `evr` - Evr * `-evr` - Evr (descending) * `pkgId` - Pkgid * `-pkgId` - Pkgid (descending) * `checksum_type` - Checksum type * `-checksum_type` - Checksum type (descending) * `summary` - Summary * `-summary` - Summary (descending) * `description` - Description * `-description` - Description (descending) * `url` - Url * `-url` - Url (descending) * `changelogs` - Changelogs * `-changelogs` - Changelogs (descending) * `files` - Files * `-files` - Files (descending) * `requires` - Requires * `-requires` - Requires (descending) * `provides` - Provides * `-provides` - Provides (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `obsoletes` - Obsoletes * `-obsoletes` - Obsoletes (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `supplements` - Supplements * `-supplements` - Supplements (descending) * `location_base` - Location base * `-location_base` - Location base (descending) * `location_href` - Location href * `-location_href` - Location href (descending) * `rpm_buildhost` - Rpm buildhost * `-rpm_buildhost` - Rpm buildhost (descending) * `rpm_group` - Rpm group * `-rpm_group` - Rpm group (descending) * `rpm_license` - Rpm license * `-rpm_license` - Rpm license (descending) * `rpm_packager` - Rpm packager * `-rpm_packager` - Rpm packager (descending) * `rpm_sourcerpm` - Rpm sourcerpm * `-rpm_sourcerpm` - Rpm sourcerpm (descending) * `rpm_vendor` - Rpm vendor * `-rpm_vendor` - Rpm vendor (descending) * `rpm_header_start` - Rpm header start * `-rpm_header_start` - Rpm header start (descending) * `rpm_header_end` - Rpm header end * `-rpm_header_end` - Rpm header end (descending) * `size_archive` - Size archive * `-size_archive` - Size archive (descending) * `size_installed` - Size installed * `-size_installed` - Size installed (descending) * `size_package` - Size package * `-size_package` - Size package (descending) * `time_build` - Time build * `-time_build` - Time build (descending) * `time_file` - Time file * `-time_file` - Time file (descending) * `is_modular` - Is modular * `-is_modular` - Is modular (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
198
|
+
# @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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `epoch` - Epoch * `-epoch` - Epoch (descending) * `version` - Version * `-version` - Version (descending) * `release` - Release * `-release` - Release (descending) * `arch` - Arch * `-arch` - Arch (descending) * `evr` - Evr * `-evr` - Evr (descending) * `pkgId` - Pkgid * `-pkgId` - Pkgid (descending) * `checksum_type` - Checksum type * `-checksum_type` - Checksum type (descending) * `summary` - Summary * `-summary` - Summary (descending) * `description` - Description * `-description` - Description (descending) * `url` - Url * `-url` - Url (descending) * `changelogs` - Changelogs * `-changelogs` - Changelogs (descending) * `files` - Files * `-files` - Files (descending) * `requires` - Requires * `-requires` - Requires (descending) * `provides` - Provides * `-provides` - Provides (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `obsoletes` - Obsoletes * `-obsoletes` - Obsoletes (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `supplements` - Supplements * `-supplements` - Supplements (descending) * `location_base` - Location base * `-location_base` - Location base (descending) * `location_href` - Location href * `-location_href` - Location href (descending) * `rpm_buildhost` - Rpm buildhost * `-rpm_buildhost` - Rpm buildhost (descending) * `rpm_group` - Rpm group * `-rpm_group` - Rpm group (descending) * `rpm_license` - Rpm license * `-rpm_license` - Rpm license (descending) * `rpm_packager` - Rpm packager * `-rpm_packager` - Rpm packager (descending) * `rpm_sourcerpm` - Rpm sourcerpm * `-rpm_sourcerpm` - Rpm sourcerpm (descending) * `rpm_vendor` - Rpm vendor * `-rpm_vendor` - Rpm vendor (descending) * `rpm_header_start` - Rpm header start * `-rpm_header_start` - Rpm header start (descending) * `rpm_header_end` - Rpm header end * `-rpm_header_end` - Rpm header end (descending) * `size_archive` - Size archive * `-size_archive` - Size archive (descending) * `size_installed` - Size installed * `-size_installed` - Size installed (descending) * `size_package` - Size package * `-size_package` - Size package (descending) * `time_build` - Time build * `-time_build` - Time build (descending) * `time_file` - Time file * `-time_file` - Time file (descending) * `is_modular` - Is modular * `-is_modular` - Is modular (descending) * `signing_keys` - Signing keys * `-signing_keys` - Signing keys (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
198
199
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
199
200
|
# @option opts [String] :pkg_id Filter results where pkgId matches value
|
|
200
201
|
# @option opts [Array<String>] :pkg_id__in Filter results where pkgId is in a comma-separated list of values
|
|
@@ -212,6 +213,7 @@ module PulpRpmClient
|
|
|
212
213
|
# @option opts [String] :repository_version_added
|
|
213
214
|
# @option opts [String] :repository_version_removed
|
|
214
215
|
# @option opts [String] :sha256
|
|
216
|
+
# @option opts [String] :signing_key
|
|
215
217
|
# @option opts [String] :version Filter results where version matches value
|
|
216
218
|
# @option opts [Array<String>] :version__in Filter results where version is in a comma-separated list of values
|
|
217
219
|
# @option opts [String] :version__ne Filter results where version not equal to value
|
|
@@ -226,7 +228,7 @@ module PulpRpmClient
|
|
|
226
228
|
if @api_client.config.client_side_validation && opts[:'checksum_type'] && !allowable_values.include?(opts[:'checksum_type'])
|
|
227
229
|
fail ArgumentError, "invalid value for \"checksum_type\", must be one of #{allowable_values}"
|
|
228
230
|
end
|
|
229
|
-
allowable_values = ["-arch", "-changelogs", "-checksum_type", "-conflicts", "-description", "-enhances", "-epoch", "-evr", "-files", "-is_modular", "-location_base", "-location_href", "-name", "-obsoletes", "-pk", "-pkgId", "-provides", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-recommends", "-release", "-requires", "-rpm_buildhost", "-rpm_group", "-rpm_header_end", "-rpm_header_start", "-rpm_license", "-rpm_packager", "-rpm_sourcerpm", "-rpm_vendor", "-size_archive", "-size_installed", "-size_package", "-suggests", "-summary", "-supplements", "-time_build", "-time_file", "-timestamp_of_interest", "-upstream_id", "-url", "-version", "arch", "changelogs", "checksum_type", "conflicts", "description", "enhances", "epoch", "evr", "files", "is_modular", "location_base", "location_href", "name", "obsoletes", "pk", "pkgId", "provides", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "recommends", "release", "requires", "rpm_buildhost", "rpm_group", "rpm_header_end", "rpm_header_start", "rpm_license", "rpm_packager", "rpm_sourcerpm", "rpm_vendor", "size_archive", "size_installed", "size_package", "suggests", "summary", "supplements", "time_build", "time_file", "timestamp_of_interest", "upstream_id", "url", "version"]
|
|
231
|
+
allowable_values = ["-arch", "-changelogs", "-checksum_type", "-conflicts", "-description", "-enhances", "-epoch", "-evr", "-files", "-is_modular", "-location_base", "-location_href", "-name", "-obsoletes", "-pk", "-pkgId", "-provides", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-recommends", "-release", "-requires", "-rpm_buildhost", "-rpm_group", "-rpm_header_end", "-rpm_header_start", "-rpm_license", "-rpm_packager", "-rpm_sourcerpm", "-rpm_vendor", "-signing_keys", "-size_archive", "-size_installed", "-size_package", "-suggests", "-summary", "-supplements", "-time_build", "-time_file", "-timestamp_of_interest", "-upstream_id", "-url", "-version", "arch", "changelogs", "checksum_type", "conflicts", "description", "enhances", "epoch", "evr", "files", "is_modular", "location_base", "location_href", "name", "obsoletes", "pk", "pkgId", "provides", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "recommends", "release", "requires", "rpm_buildhost", "rpm_group", "rpm_header_end", "rpm_header_start", "rpm_license", "rpm_packager", "rpm_sourcerpm", "rpm_vendor", "signing_keys", "size_archive", "size_installed", "size_package", "suggests", "summary", "supplements", "time_build", "time_file", "timestamp_of_interest", "upstream_id", "url", "version"]
|
|
230
232
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
231
233
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
232
234
|
end
|
|
@@ -272,6 +274,7 @@ module PulpRpmClient
|
|
|
272
274
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
|
273
275
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
|
274
276
|
query_params[:'sha256'] = opts[:'sha256'] if !opts[:'sha256'].nil?
|
|
277
|
+
query_params[:'signing_key'] = opts[:'signing_key'] if !opts[:'signing_key'].nil?
|
|
275
278
|
query_params[:'version'] = opts[:'version'] if !opts[:'version'].nil?
|
|
276
279
|
query_params[:'version__in'] = @api_client.build_collection_param(opts[:'version__in'], :csv) if !opts[:'version__in'].nil?
|
|
277
280
|
query_params[:'version__ne'] = opts[:'version__ne'] if !opts[:'version__ne'].nil?
|
|
@@ -18,10 +18,9 @@ module PulpRpmClient
|
|
|
18
18
|
NESTED_ALPHABETICALLY = "nested_alphabetically".freeze
|
|
19
19
|
FLAT = "flat".freeze
|
|
20
20
|
NESTED_BY_DIGEST = "nested_by_digest".freeze
|
|
21
|
-
NESTED_BY_BOTH = "nested_by_both".freeze
|
|
22
21
|
|
|
23
22
|
def self.all_vars
|
|
24
|
-
@all_vars ||= [NESTED_ALPHABETICALLY, FLAT, NESTED_BY_DIGEST
|
|
23
|
+
@all_vars ||= [NESTED_ALPHABETICALLY, FLAT, NESTED_BY_DIGEST].freeze
|
|
25
24
|
end
|
|
26
25
|
|
|
27
26
|
# Builds the enum from string
|
|
@@ -42,7 +42,7 @@ module PulpRpmClient
|
|
|
42
42
|
# A reference to an associated package signing service.
|
|
43
43
|
attr_accessor :package_signing_service
|
|
44
44
|
|
|
45
|
-
# The pubkey
|
|
45
|
+
# The pubkey fingerprint to be passed to the package signing service. Format: 'v<N>:<hex-fingerprint>' or 'keyid:<16-hex-char>'. Example: 'v4:ABCDEF1234567890ABCDEF1234567890ABCDEF12'.
|
|
46
46
|
attr_accessor :package_signing_fingerprint
|
|
47
47
|
|
|
48
48
|
# The number of versions of each package to keep in the repository; older versions will be purged. The default is '0', which will disable this feature and keep all versions of each package.
|
|
@@ -57,7 +57,7 @@ module PulpRpmClient
|
|
|
57
57
|
# The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz * `none` - none
|
|
58
58
|
attr_accessor :compression_type
|
|
59
59
|
|
|
60
|
-
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest
|
|
60
|
+
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest
|
|
61
61
|
attr_accessor :layout
|
|
62
62
|
|
|
63
63
|
class EnumAttributeValidator
|
|
@@ -247,8 +247,8 @@ module PulpRpmClient
|
|
|
247
247
|
invalid_properties.push('invalid value for "retain_checkpoints", must be greater than or equal to 1.')
|
|
248
248
|
end
|
|
249
249
|
|
|
250
|
-
if !@package_signing_fingerprint.nil? && @package_signing_fingerprint.to_s.length >
|
|
251
|
-
invalid_properties.push('invalid value for "package_signing_fingerprint", the character length must be smaller than or equal to
|
|
250
|
+
if !@package_signing_fingerprint.nil? && @package_signing_fingerprint.to_s.length > 68
|
|
251
|
+
invalid_properties.push('invalid value for "package_signing_fingerprint", the character length must be smaller than or equal to 68.')
|
|
252
252
|
end
|
|
253
253
|
|
|
254
254
|
if !@package_signing_fingerprint.nil? && @package_signing_fingerprint.to_s.length < 1
|
|
@@ -270,7 +270,7 @@ module PulpRpmClient
|
|
|
270
270
|
return false if !@description.nil? && @description.to_s.length < 1
|
|
271
271
|
return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
|
|
272
272
|
return false if !@retain_checkpoints.nil? && @retain_checkpoints < 1
|
|
273
|
-
return false if !@package_signing_fingerprint.nil? && @package_signing_fingerprint.to_s.length >
|
|
273
|
+
return false if !@package_signing_fingerprint.nil? && @package_signing_fingerprint.to_s.length > 68
|
|
274
274
|
return false if !@package_signing_fingerprint.nil? && @package_signing_fingerprint.to_s.length < 1
|
|
275
275
|
return false if !@retain_package_versions.nil? && @retain_package_versions < 0
|
|
276
276
|
true
|
|
@@ -323,8 +323,8 @@ module PulpRpmClient
|
|
|
323
323
|
# Custom attribute writer method with validation
|
|
324
324
|
# @param [Object] package_signing_fingerprint Value to be assigned
|
|
325
325
|
def package_signing_fingerprint=(package_signing_fingerprint)
|
|
326
|
-
if !package_signing_fingerprint.nil? && package_signing_fingerprint.to_s.length >
|
|
327
|
-
fail ArgumentError, 'invalid value for "package_signing_fingerprint", the character length must be smaller than or equal to
|
|
326
|
+
if !package_signing_fingerprint.nil? && package_signing_fingerprint.to_s.length > 68
|
|
327
|
+
fail ArgumentError, 'invalid value for "package_signing_fingerprint", the character length must be smaller than or equal to 68.'
|
|
328
328
|
end
|
|
329
329
|
|
|
330
330
|
if !package_signing_fingerprint.nil? && package_signing_fingerprint.to_s.length < 1
|
|
@@ -161,6 +161,9 @@ module PulpRpmClient
|
|
|
161
161
|
# The 'file' time attribute in the primary XML - file mtime in seconds since the epoch.
|
|
162
162
|
attr_accessor :time_file
|
|
163
163
|
|
|
164
|
+
# List of signing key fingerprints used to sign this package.
|
|
165
|
+
attr_accessor :signing_keys
|
|
166
|
+
|
|
164
167
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
165
168
|
def self.attribute_map
|
|
166
169
|
{
|
|
@@ -212,7 +215,8 @@ module PulpRpmClient
|
|
|
212
215
|
:'size_installed' => :'size_installed',
|
|
213
216
|
:'size_package' => :'size_package',
|
|
214
217
|
:'time_build' => :'time_build',
|
|
215
|
-
:'time_file' => :'time_file'
|
|
218
|
+
:'time_file' => :'time_file',
|
|
219
|
+
:'signing_keys' => :'signing_keys'
|
|
216
220
|
}
|
|
217
221
|
end
|
|
218
222
|
|
|
@@ -272,7 +276,8 @@ module PulpRpmClient
|
|
|
272
276
|
:'size_installed' => :'Integer',
|
|
273
277
|
:'size_package' => :'Integer',
|
|
274
278
|
:'time_build' => :'Integer',
|
|
275
|
-
:'time_file' => :'Integer'
|
|
279
|
+
:'time_file' => :'Integer',
|
|
280
|
+
:'signing_keys' => :'Array<String>'
|
|
276
281
|
}
|
|
277
282
|
end
|
|
278
283
|
|
|
@@ -289,6 +294,7 @@ module PulpRpmClient
|
|
|
289
294
|
:'enhances',
|
|
290
295
|
:'recommends',
|
|
291
296
|
:'supplements',
|
|
297
|
+
:'signing_keys'
|
|
292
298
|
])
|
|
293
299
|
end
|
|
294
300
|
|
|
@@ -504,6 +510,12 @@ module PulpRpmClient
|
|
|
504
510
|
if attributes.key?(:'time_file')
|
|
505
511
|
self.time_file = attributes[:'time_file']
|
|
506
512
|
end
|
|
513
|
+
|
|
514
|
+
if attributes.key?(:'signing_keys')
|
|
515
|
+
if (value = attributes[:'signing_keys']).is_a?(Array)
|
|
516
|
+
self.signing_keys = value
|
|
517
|
+
end
|
|
518
|
+
end
|
|
507
519
|
end
|
|
508
520
|
|
|
509
521
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -574,7 +586,8 @@ module PulpRpmClient
|
|
|
574
586
|
size_installed == o.size_installed &&
|
|
575
587
|
size_package == o.size_package &&
|
|
576
588
|
time_build == o.time_build &&
|
|
577
|
-
time_file == o.time_file
|
|
589
|
+
time_file == o.time_file &&
|
|
590
|
+
signing_keys == o.signing_keys
|
|
578
591
|
end
|
|
579
592
|
|
|
580
593
|
# @see the `==` method
|
|
@@ -586,7 +599,7 @@ module PulpRpmClient
|
|
|
586
599
|
# Calculates hash code according to all attributes.
|
|
587
600
|
# @return [Integer] Hash code
|
|
588
601
|
def hash
|
|
589
|
-
[pulp_href, prn, pulp_created, pulp_last_updated, md5, sha1, sha224, sha256, sha384, sha512, pulp_labels, vuln_report, artifact, name, epoch, version, release, arch, pkg_id, checksum_type, summary, description, url, changelogs, files, requires, provides, conflicts, obsoletes, suggests, enhances, recommends, supplements, location_base, location_href, rpm_buildhost, rpm_group, rpm_license, rpm_packager, rpm_sourcerpm, rpm_vendor, rpm_header_start, rpm_header_end, is_modular, size_archive, size_installed, size_package, time_build, time_file].hash
|
|
602
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, md5, sha1, sha224, sha256, sha384, sha512, pulp_labels, vuln_report, artifact, name, epoch, version, release, arch, pkg_id, checksum_type, summary, description, url, changelogs, files, requires, provides, conflicts, obsoletes, suggests, enhances, recommends, supplements, location_base, location_href, rpm_buildhost, rpm_group, rpm_license, rpm_packager, rpm_sourcerpm, rpm_vendor, rpm_header_start, rpm_header_end, is_modular, size_archive, size_installed, size_package, time_build, time_file, signing_keys].hash
|
|
590
603
|
end
|
|
591
604
|
|
|
592
605
|
# Builds the object from hash
|
|
@@ -32,7 +32,7 @@ module PulpRpmClient
|
|
|
32
32
|
# The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz * `none` - none
|
|
33
33
|
attr_accessor :compression_type
|
|
34
34
|
|
|
35
|
-
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest
|
|
35
|
+
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest
|
|
36
36
|
attr_accessor :layout
|
|
37
37
|
|
|
38
38
|
class EnumAttributeValidator
|
|
@@ -58,7 +58,7 @@ module PulpRpmClient
|
|
|
58
58
|
# The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz * `none` - none
|
|
59
59
|
attr_accessor :compression_type
|
|
60
60
|
|
|
61
|
-
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest
|
|
61
|
+
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest
|
|
62
62
|
attr_accessor :layout
|
|
63
63
|
|
|
64
64
|
class EnumAttributeValidator
|
|
@@ -42,7 +42,7 @@ module PulpRpmClient
|
|
|
42
42
|
# A reference to an associated package signing service.
|
|
43
43
|
attr_accessor :package_signing_service
|
|
44
44
|
|
|
45
|
-
# The pubkey
|
|
45
|
+
# The pubkey fingerprint to be passed to the package signing service. Format: 'v<N>:<hex-fingerprint>' or 'keyid:<16-hex-char>'. Example: 'v4:ABCDEF1234567890ABCDEF1234567890ABCDEF12'.
|
|
46
46
|
attr_accessor :package_signing_fingerprint
|
|
47
47
|
|
|
48
48
|
# The number of versions of each package to keep in the repository; older versions will be purged. The default is '0', which will disable this feature and keep all versions of each package.
|
|
@@ -57,7 +57,7 @@ module PulpRpmClient
|
|
|
57
57
|
# The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz * `none` - none
|
|
58
58
|
attr_accessor :compression_type
|
|
59
59
|
|
|
60
|
-
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest
|
|
60
|
+
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest
|
|
61
61
|
attr_accessor :layout
|
|
62
62
|
|
|
63
63
|
class EnumAttributeValidator
|
|
@@ -253,8 +253,8 @@ module PulpRpmClient
|
|
|
253
253
|
invalid_properties.push('invalid value for "retain_checkpoints", must be greater than or equal to 1.')
|
|
254
254
|
end
|
|
255
255
|
|
|
256
|
-
if !@package_signing_fingerprint.nil? && @package_signing_fingerprint.to_s.length >
|
|
257
|
-
invalid_properties.push('invalid value for "package_signing_fingerprint", the character length must be smaller than or equal to
|
|
256
|
+
if !@package_signing_fingerprint.nil? && @package_signing_fingerprint.to_s.length > 68
|
|
257
|
+
invalid_properties.push('invalid value for "package_signing_fingerprint", the character length must be smaller than or equal to 68.')
|
|
258
258
|
end
|
|
259
259
|
|
|
260
260
|
if !@package_signing_fingerprint.nil? && @package_signing_fingerprint.to_s.length < 1
|
|
@@ -277,7 +277,7 @@ module PulpRpmClient
|
|
|
277
277
|
return false if !@description.nil? && @description.to_s.length < 1
|
|
278
278
|
return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
|
|
279
279
|
return false if !@retain_checkpoints.nil? && @retain_checkpoints < 1
|
|
280
|
-
return false if !@package_signing_fingerprint.nil? && @package_signing_fingerprint.to_s.length >
|
|
280
|
+
return false if !@package_signing_fingerprint.nil? && @package_signing_fingerprint.to_s.length > 68
|
|
281
281
|
return false if !@package_signing_fingerprint.nil? && @package_signing_fingerprint.to_s.length < 1
|
|
282
282
|
return false if !@retain_package_versions.nil? && @retain_package_versions < 0
|
|
283
283
|
true
|
|
@@ -330,8 +330,8 @@ module PulpRpmClient
|
|
|
330
330
|
# Custom attribute writer method with validation
|
|
331
331
|
# @param [Object] package_signing_fingerprint Value to be assigned
|
|
332
332
|
def package_signing_fingerprint=(package_signing_fingerprint)
|
|
333
|
-
if !package_signing_fingerprint.nil? && package_signing_fingerprint.to_s.length >
|
|
334
|
-
fail ArgumentError, 'invalid value for "package_signing_fingerprint", the character length must be smaller than or equal to
|
|
333
|
+
if !package_signing_fingerprint.nil? && package_signing_fingerprint.to_s.length > 68
|
|
334
|
+
fail ArgumentError, 'invalid value for "package_signing_fingerprint", the character length must be smaller than or equal to 68.'
|
|
335
335
|
end
|
|
336
336
|
|
|
337
337
|
if !package_signing_fingerprint.nil? && package_signing_fingerprint.to_s.length < 1
|
|
@@ -57,7 +57,7 @@ module PulpRpmClient
|
|
|
57
57
|
# A reference to an associated package signing service.
|
|
58
58
|
attr_accessor :package_signing_service
|
|
59
59
|
|
|
60
|
-
# The pubkey
|
|
60
|
+
# The pubkey fingerprint to be passed to the package signing service. Format: 'v<N>:<hex-fingerprint>' or 'keyid:<16-hex-char>'. Example: 'v4:ABCDEF1234567890ABCDEF1234567890ABCDEF12'.
|
|
61
61
|
attr_accessor :package_signing_fingerprint
|
|
62
62
|
|
|
63
63
|
# The number of versions of each package to keep in the repository; older versions will be purged. The default is '0', which will disable this feature and keep all versions of each package.
|
|
@@ -87,7 +87,7 @@ module PulpRpmClient
|
|
|
87
87
|
# The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz * `none` - none
|
|
88
88
|
attr_accessor :compression_type
|
|
89
89
|
|
|
90
|
-
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest
|
|
90
|
+
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat * `nested_by_digest` - nested_by_digest
|
|
91
91
|
attr_accessor :layout
|
|
92
92
|
|
|
93
93
|
class EnumAttributeValidator
|
|
@@ -344,8 +344,8 @@ module PulpRpmClient
|
|
|
344
344
|
invalid_properties.push('invalid value for "retain_checkpoints", must be greater than or equal to 1.')
|
|
345
345
|
end
|
|
346
346
|
|
|
347
|
-
if !@package_signing_fingerprint.nil? && @package_signing_fingerprint.to_s.length >
|
|
348
|
-
invalid_properties.push('invalid value for "package_signing_fingerprint", the character length must be smaller than or equal to
|
|
347
|
+
if !@package_signing_fingerprint.nil? && @package_signing_fingerprint.to_s.length > 68
|
|
348
|
+
invalid_properties.push('invalid value for "package_signing_fingerprint", the character length must be smaller than or equal to 68.')
|
|
349
349
|
end
|
|
350
350
|
|
|
351
351
|
if !@retain_package_versions.nil? && @retain_package_versions < 0
|
|
@@ -378,7 +378,7 @@ module PulpRpmClient
|
|
|
378
378
|
return false if @name.nil?
|
|
379
379
|
return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
|
|
380
380
|
return false if !@retain_checkpoints.nil? && @retain_checkpoints < 1
|
|
381
|
-
return false if !@package_signing_fingerprint.nil? && @package_signing_fingerprint.to_s.length >
|
|
381
|
+
return false if !@package_signing_fingerprint.nil? && @package_signing_fingerprint.to_s.length > 68
|
|
382
382
|
return false if !@retain_package_versions.nil? && @retain_package_versions < 0
|
|
383
383
|
return false if !@gpgcheck.nil? && @gpgcheck > 1
|
|
384
384
|
return false if !@gpgcheck.nil? && @gpgcheck < 0
|
|
@@ -410,8 +410,8 @@ module PulpRpmClient
|
|
|
410
410
|
# Custom attribute writer method with validation
|
|
411
411
|
# @param [Object] package_signing_fingerprint Value to be assigned
|
|
412
412
|
def package_signing_fingerprint=(package_signing_fingerprint)
|
|
413
|
-
if !package_signing_fingerprint.nil? && package_signing_fingerprint.to_s.length >
|
|
414
|
-
fail ArgumentError, 'invalid value for "package_signing_fingerprint", the character length must be smaller than or equal to
|
|
413
|
+
if !package_signing_fingerprint.nil? && package_signing_fingerprint.to_s.length > 68
|
|
414
|
+
fail ArgumentError, 'invalid value for "package_signing_fingerprint", the character length must be smaller than or equal to 68.'
|
|
415
415
|
end
|
|
416
416
|
|
|
417
417
|
@package_signing_fingerprint = package_signing_fingerprint
|
|
@@ -77,7 +77,7 @@ describe 'ContentPackagesApi' do
|
|
|
77
77
|
# @option opts [String] :name__ne Filter results where name not equal to value
|
|
78
78
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
79
79
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
80
|
-
# @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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `epoch` - Epoch * `-epoch` - Epoch (descending) * `version` - Version * `-version` - Version (descending) * `release` - Release * `-release` - Release (descending) * `arch` - Arch * `-arch` - Arch (descending) * `evr` - Evr * `-evr` - Evr (descending) * `pkgId` - Pkgid * `-pkgId` - Pkgid (descending) * `checksum_type` - Checksum type * `-checksum_type` - Checksum type (descending) * `summary` - Summary * `-summary` - Summary (descending) * `description` - Description * `-description` - Description (descending) * `url` - Url * `-url` - Url (descending) * `changelogs` - Changelogs * `-changelogs` - Changelogs (descending) * `files` - Files * `-files` - Files (descending) * `requires` - Requires * `-requires` - Requires (descending) * `provides` - Provides * `-provides` - Provides (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `obsoletes` - Obsoletes * `-obsoletes` - Obsoletes (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `supplements` - Supplements * `-supplements` - Supplements (descending) * `location_base` - Location base * `-location_base` - Location base (descending) * `location_href` - Location href * `-location_href` - Location href (descending) * `rpm_buildhost` - Rpm buildhost * `-rpm_buildhost` - Rpm buildhost (descending) * `rpm_group` - Rpm group * `-rpm_group` - Rpm group (descending) * `rpm_license` - Rpm license * `-rpm_license` - Rpm license (descending) * `rpm_packager` - Rpm packager * `-rpm_packager` - Rpm packager (descending) * `rpm_sourcerpm` - Rpm sourcerpm * `-rpm_sourcerpm` - Rpm sourcerpm (descending) * `rpm_vendor` - Rpm vendor * `-rpm_vendor` - Rpm vendor (descending) * `rpm_header_start` - Rpm header start * `-rpm_header_start` - Rpm header start (descending) * `rpm_header_end` - Rpm header end * `-rpm_header_end` - Rpm header end (descending) * `size_archive` - Size archive * `-size_archive` - Size archive (descending) * `size_installed` - Size installed * `-size_installed` - Size installed (descending) * `size_package` - Size package * `-size_package` - Size package (descending) * `time_build` - Time build * `-time_build` - Time build (descending) * `time_file` - Time file * `-time_file` - Time file (descending) * `is_modular` - Is modular * `-is_modular` - Is modular (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
80
|
+
# @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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `epoch` - Epoch * `-epoch` - Epoch (descending) * `version` - Version * `-version` - Version (descending) * `release` - Release * `-release` - Release (descending) * `arch` - Arch * `-arch` - Arch (descending) * `evr` - Evr * `-evr` - Evr (descending) * `pkgId` - Pkgid * `-pkgId` - Pkgid (descending) * `checksum_type` - Checksum type * `-checksum_type` - Checksum type (descending) * `summary` - Summary * `-summary` - Summary (descending) * `description` - Description * `-description` - Description (descending) * `url` - Url * `-url` - Url (descending) * `changelogs` - Changelogs * `-changelogs` - Changelogs (descending) * `files` - Files * `-files` - Files (descending) * `requires` - Requires * `-requires` - Requires (descending) * `provides` - Provides * `-provides` - Provides (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `obsoletes` - Obsoletes * `-obsoletes` - Obsoletes (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `supplements` - Supplements * `-supplements` - Supplements (descending) * `location_base` - Location base * `-location_base` - Location base (descending) * `location_href` - Location href * `-location_href` - Location href (descending) * `rpm_buildhost` - Rpm buildhost * `-rpm_buildhost` - Rpm buildhost (descending) * `rpm_group` - Rpm group * `-rpm_group` - Rpm group (descending) * `rpm_license` - Rpm license * `-rpm_license` - Rpm license (descending) * `rpm_packager` - Rpm packager * `-rpm_packager` - Rpm packager (descending) * `rpm_sourcerpm` - Rpm sourcerpm * `-rpm_sourcerpm` - Rpm sourcerpm (descending) * `rpm_vendor` - Rpm vendor * `-rpm_vendor` - Rpm vendor (descending) * `rpm_header_start` - Rpm header start * `-rpm_header_start` - Rpm header start (descending) * `rpm_header_end` - Rpm header end * `-rpm_header_end` - Rpm header end (descending) * `size_archive` - Size archive * `-size_archive` - Size archive (descending) * `size_installed` - Size installed * `-size_installed` - Size installed (descending) * `size_package` - Size package * `-size_package` - Size package (descending) * `time_build` - Time build * `-time_build` - Time build (descending) * `time_file` - Time file * `-time_file` - Time file (descending) * `is_modular` - Is modular * `-is_modular` - Is modular (descending) * `signing_keys` - Signing keys * `-signing_keys` - Signing keys (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
81
81
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
82
82
|
# @option opts [String] :pkg_id Filter results where pkgId matches value
|
|
83
83
|
# @option opts [Array<String>] :pkg_id__in Filter results where pkgId is in a comma-separated list of values
|
|
@@ -95,6 +95,7 @@ describe 'ContentPackagesApi' do
|
|
|
95
95
|
# @option opts [String] :repository_version_added
|
|
96
96
|
# @option opts [String] :repository_version_removed
|
|
97
97
|
# @option opts [String] :sha256
|
|
98
|
+
# @option opts [String] :signing_key
|
|
98
99
|
# @option opts [String] :version Filter results where version matches value
|
|
99
100
|
# @option opts [Array<String>] :version__in Filter results where version is in a comma-separated list of values
|
|
100
101
|
# @option opts [String] :version__ne Filter results where version not equal to value
|
|
@@ -321,4 +321,10 @@ describe PulpRpmClient::RpmPackageResponse do
|
|
|
321
321
|
end
|
|
322
322
|
end
|
|
323
323
|
|
|
324
|
+
describe 'test attribute "signing_keys"' do
|
|
325
|
+
it 'should work' do
|
|
326
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
327
|
+
end
|
|
328
|
+
end
|
|
329
|
+
|
|
324
330
|
end
|