pulp_rpm_client 3.19.12 → 3.20.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bd30258d66602b1b7429113cd3c1762ed4d19780ecbc107b9f26d483f51f85e4
4
- data.tar.gz: 99521c2a0e4b8c7198a8e83833f68e550cb6a652d9341f174b2c22e880d12c59
3
+ metadata.gz: 939829eb0ebd48866a1f7d1b7ea770fb4c8bae28222df15f46fe08e308f6fe89
4
+ data.tar.gz: fb0743e2d19dfdbb31ae0f62bf2529480524af9607729771ed346d6e3ec417f2
5
5
  SHA512:
6
- metadata.gz: a50416a292a536f8535e1c8aeba01721023396af28ff25f112c544b2e2b0f787206cad61ceedfc177e25d0bdb212e127f20701a9f98f528804ed2f6b7d6a6160
7
- data.tar.gz: 1e6f26476903f7e859322c63b4c7736a1a2f3d8039381c431c5f38e4eefce551b0f0043247d48ef39a47de7a34bf6e7cc5d630a1dce6beb878ce51341e45d48a
6
+ metadata.gz: 8f9c73bc95050702612472728a42ea7dc07f68f6f06951d090226e835b29de3d9bf8c20f9c65c414286f2e70a8a547e8320e7a746f8b8c427116827ab7238755
7
+ data.tar.gz: 43d2cbe4ec0b19a01ba8a43fe15f0ce3da9c8124efd50fa43a586c68d0ef2d8e21c46c614ddabb49cdac9706b86b276b391864c9cb15bea2ab84e21b40ef1d25
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.19.12
10
+ - Package version: 3.20.0
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_rpm_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_rpm_client-3.19.12.gem
27
+ gem install ./pulp_rpm_client-3.20.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_rpm_client-3.19.12.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_rpm_client-3.20.0.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_rpm_client', '~> 3.19.12'
36
+ gem 'pulp_rpm_client', '~> 3.20.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -96,8 +96,10 @@ end
96
96
  api_instance = PulpRpmClient::ContentPackagesApi.new
97
97
  opts = {
98
98
  arch: 'arch_example', # String | Filter results where arch matches value
99
+ arch__contains: 'arch__contains_example', # String | Filter results where arch contains value
99
100
  arch__in: ['arch__in_example'], # Array<String> | Filter results where arch is in a comma-separated list of values
100
101
  arch__ne: 'arch__ne_example', # String | Filter results where arch not equal to value
102
+ arch__startswith: 'arch__startswith_example', # String | Filter results where arch starts with value
101
103
  checksum_type: 'checksum_type_example', # String | Filter results where checksum_type matches value * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512
102
104
  checksum_type__in: ['checksum_type__in_example'], # Array<String> | Filter results where checksum_type is in a comma-separated list of values
103
105
  checksum_type__ne: 'checksum_type__ne_example', # String | Filter results where checksum_type not equal to value
@@ -106,8 +108,10 @@ opts = {
106
108
  epoch__ne: 'epoch__ne_example', # String | Filter results where epoch not equal to value
107
109
  limit: 56, # Integer | Number of results to return per page.
108
110
  name: 'name_example', # String | Filter results where name matches value
111
+ name__contains: 'name__contains_example', # String | Filter results where name contains value
109
112
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
110
113
  name__ne: 'name__ne_example', # String | Filter results where name not equal to value
114
+ name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
111
115
  offset: 56, # Integer | The initial index from which to return the results.
112
116
  ordering: ['ordering_example'], # 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) * `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)
113
117
  pkg_id: 'pkg_id_example', # String | Filter results where pkgId matches value
@@ -115,8 +119,10 @@ opts = {
115
119
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
116
120
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
117
121
  release: 'release_example', # String | Filter results where release matches value
122
+ release__contains: 'release__contains_example', # String | Filter results where release contains value
118
123
  release__in: ['release__in_example'], # Array<String> | Filter results where release is in a comma-separated list of values
119
124
  release__ne: 'release__ne_example', # String | Filter results where release not equal to value
125
+ release__startswith: 'release__startswith_example', # String | Filter results where release starts with value
120
126
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
121
127
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
122
128
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -143,8 +149,10 @@ end
143
149
  Name | Type | Description | Notes
144
150
  ------------- | ------------- | ------------- | -------------
145
151
  **arch** | **String**| Filter results where arch matches value | [optional]
152
+ **arch__contains** | **String**| Filter results where arch contains value | [optional]
146
153
  **arch__in** | [**Array&lt;String&gt;**](String.md)| Filter results where arch is in a comma-separated list of values | [optional]
147
154
  **arch__ne** | **String**| Filter results where arch not equal to value | [optional]
155
+ **arch__startswith** | **String**| Filter results where arch starts with value | [optional]
148
156
  **checksum_type** | **String**| Filter results where checksum_type matches value * &#x60;unknown&#x60; - unknown * &#x60;md5&#x60; - md5 * &#x60;sha1&#x60; - sha1 * &#x60;sha1&#x60; - sha1 * &#x60;sha224&#x60; - sha224 * &#x60;sha256&#x60; - sha256 * &#x60;sha384&#x60; - sha384 * &#x60;sha512&#x60; - sha512 | [optional]
149
157
  **checksum_type__in** | [**Array&lt;String&gt;**](String.md)| Filter results where checksum_type is in a comma-separated list of values | [optional]
150
158
  **checksum_type__ne** | **String**| Filter results where checksum_type not equal to value | [optional]
@@ -153,8 +161,10 @@ Name | Type | Description | Notes
153
161
  **epoch__ne** | **String**| Filter results where epoch not equal to value | [optional]
154
162
  **limit** | **Integer**| Number of results to return per page. | [optional]
155
163
  **name** | **String**| Filter results where name matches value | [optional]
164
+ **name__contains** | **String**| Filter results where name contains value | [optional]
156
165
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
157
166
  **name__ne** | **String**| Filter results where name not equal to value | [optional]
167
+ **name__startswith** | **String**| Filter results where name starts with value | [optional]
158
168
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
159
169
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;epoch&#x60; - Epoch * &#x60;-epoch&#x60; - Epoch (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;release&#x60; - Release * &#x60;-release&#x60; - Release (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;evr&#x60; - Evr * &#x60;-evr&#x60; - Evr (descending) * &#x60;pkgId&#x60; - Pkgid * &#x60;-pkgId&#x60; - Pkgid (descending) * &#x60;checksum_type&#x60; - Checksum type * &#x60;-checksum_type&#x60; - Checksum type (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;changelogs&#x60; - Changelogs * &#x60;-changelogs&#x60; - Changelogs (descending) * &#x60;files&#x60; - Files * &#x60;-files&#x60; - Files (descending) * &#x60;requires&#x60; - Requires * &#x60;-requires&#x60; - Requires (descending) * &#x60;provides&#x60; - Provides * &#x60;-provides&#x60; - Provides (descending) * &#x60;conflicts&#x60; - Conflicts * &#x60;-conflicts&#x60; - Conflicts (descending) * &#x60;obsoletes&#x60; - Obsoletes * &#x60;-obsoletes&#x60; - Obsoletes (descending) * &#x60;suggests&#x60; - Suggests * &#x60;-suggests&#x60; - Suggests (descending) * &#x60;enhances&#x60; - Enhances * &#x60;-enhances&#x60; - Enhances (descending) * &#x60;recommends&#x60; - Recommends * &#x60;-recommends&#x60; - Recommends (descending) * &#x60;supplements&#x60; - Supplements * &#x60;-supplements&#x60; - Supplements (descending) * &#x60;location_base&#x60; - Location base * &#x60;-location_base&#x60; - Location base (descending) * &#x60;location_href&#x60; - Location href * &#x60;-location_href&#x60; - Location href (descending) * &#x60;rpm_buildhost&#x60; - Rpm buildhost * &#x60;-rpm_buildhost&#x60; - Rpm buildhost (descending) * &#x60;rpm_group&#x60; - Rpm group * &#x60;-rpm_group&#x60; - Rpm group (descending) * &#x60;rpm_license&#x60; - Rpm license * &#x60;-rpm_license&#x60; - Rpm license (descending) * &#x60;rpm_packager&#x60; - Rpm packager * &#x60;-rpm_packager&#x60; - Rpm packager (descending) * &#x60;rpm_sourcerpm&#x60; - Rpm sourcerpm * &#x60;-rpm_sourcerpm&#x60; - Rpm sourcerpm (descending) * &#x60;rpm_vendor&#x60; - Rpm vendor * &#x60;-rpm_vendor&#x60; - Rpm vendor (descending) * &#x60;rpm_header_start&#x60; - Rpm header start * &#x60;-rpm_header_start&#x60; - Rpm header start (descending) * &#x60;rpm_header_end&#x60; - Rpm header end * &#x60;-rpm_header_end&#x60; - Rpm header end (descending) * &#x60;size_archive&#x60; - Size archive * &#x60;-size_archive&#x60; - Size archive (descending) * &#x60;size_installed&#x60; - Size installed * &#x60;-size_installed&#x60; - Size installed (descending) * &#x60;size_package&#x60; - Size package * &#x60;-size_package&#x60; - Size package (descending) * &#x60;time_build&#x60; - Time build * &#x60;-time_build&#x60; - Time build (descending) * &#x60;time_file&#x60; - Time file * &#x60;-time_file&#x60; - Time file (descending) * &#x60;is_modular&#x60; - Is modular * &#x60;-is_modular&#x60; - Is modular (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
160
170
  **pkg_id** | **String**| Filter results where pkgId matches value | [optional]
@@ -162,8 +172,10 @@ Name | Type | Description | Notes
162
172
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
163
173
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
164
174
  **release** | **String**| Filter results where release matches value | [optional]
175
+ **release__contains** | **String**| Filter results where release contains value | [optional]
165
176
  **release__in** | [**Array&lt;String&gt;**](String.md)| Filter results where release is in a comma-separated list of values | [optional]
166
177
  **release__ne** | **String**| Filter results where release not equal to value | [optional]
178
+ **release__startswith** | **String**| Filter results where release starts with value | [optional]
167
179
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
168
180
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
169
181
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
@@ -100,8 +100,10 @@ module PulpRpmClient
100
100
  # A ViewSet for Package. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/packages/ Also specify queryset and serializer for Package.
101
101
  # @param [Hash] opts the optional parameters
102
102
  # @option opts [String] :arch Filter results where arch matches value
103
+ # @option opts [String] :arch__contains Filter results where arch contains value
103
104
  # @option opts [Array<String>] :arch__in Filter results where arch is in a comma-separated list of values
104
105
  # @option opts [String] :arch__ne Filter results where arch not equal to value
106
+ # @option opts [String] :arch__startswith Filter results where arch starts with value
105
107
  # @option opts [String] :checksum_type Filter results where checksum_type matches value * &#x60;unknown&#x60; - unknown * &#x60;md5&#x60; - md5 * &#x60;sha1&#x60; - sha1 * &#x60;sha1&#x60; - sha1 * &#x60;sha224&#x60; - sha224 * &#x60;sha256&#x60; - sha256 * &#x60;sha384&#x60; - sha384 * &#x60;sha512&#x60; - sha512
106
108
  # @option opts [Array<String>] :checksum_type__in Filter results where checksum_type is in a comma-separated list of values
107
109
  # @option opts [String] :checksum_type__ne Filter results where checksum_type not equal to value
@@ -110,8 +112,10 @@ module PulpRpmClient
110
112
  # @option opts [String] :epoch__ne Filter results where epoch not equal to value
111
113
  # @option opts [Integer] :limit Number of results to return per page.
112
114
  # @option opts [String] :name Filter results where name matches value
115
+ # @option opts [String] :name__contains Filter results where name contains value
113
116
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
114
117
  # @option opts [String] :name__ne Filter results where name not equal to value
118
+ # @option opts [String] :name__startswith Filter results where name starts with value
115
119
  # @option opts [Integer] :offset The initial index from which to return the results.
116
120
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;epoch&#x60; - Epoch * &#x60;-epoch&#x60; - Epoch (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;release&#x60; - Release * &#x60;-release&#x60; - Release (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;evr&#x60; - Evr * &#x60;-evr&#x60; - Evr (descending) * &#x60;pkgId&#x60; - Pkgid * &#x60;-pkgId&#x60; - Pkgid (descending) * &#x60;checksum_type&#x60; - Checksum type * &#x60;-checksum_type&#x60; - Checksum type (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;changelogs&#x60; - Changelogs * &#x60;-changelogs&#x60; - Changelogs (descending) * &#x60;files&#x60; - Files * &#x60;-files&#x60; - Files (descending) * &#x60;requires&#x60; - Requires * &#x60;-requires&#x60; - Requires (descending) * &#x60;provides&#x60; - Provides * &#x60;-provides&#x60; - Provides (descending) * &#x60;conflicts&#x60; - Conflicts * &#x60;-conflicts&#x60; - Conflicts (descending) * &#x60;obsoletes&#x60; - Obsoletes * &#x60;-obsoletes&#x60; - Obsoletes (descending) * &#x60;suggests&#x60; - Suggests * &#x60;-suggests&#x60; - Suggests (descending) * &#x60;enhances&#x60; - Enhances * &#x60;-enhances&#x60; - Enhances (descending) * &#x60;recommends&#x60; - Recommends * &#x60;-recommends&#x60; - Recommends (descending) * &#x60;supplements&#x60; - Supplements * &#x60;-supplements&#x60; - Supplements (descending) * &#x60;location_base&#x60; - Location base * &#x60;-location_base&#x60; - Location base (descending) * &#x60;location_href&#x60; - Location href * &#x60;-location_href&#x60; - Location href (descending) * &#x60;rpm_buildhost&#x60; - Rpm buildhost * &#x60;-rpm_buildhost&#x60; - Rpm buildhost (descending) * &#x60;rpm_group&#x60; - Rpm group * &#x60;-rpm_group&#x60; - Rpm group (descending) * &#x60;rpm_license&#x60; - Rpm license * &#x60;-rpm_license&#x60; - Rpm license (descending) * &#x60;rpm_packager&#x60; - Rpm packager * &#x60;-rpm_packager&#x60; - Rpm packager (descending) * &#x60;rpm_sourcerpm&#x60; - Rpm sourcerpm * &#x60;-rpm_sourcerpm&#x60; - Rpm sourcerpm (descending) * &#x60;rpm_vendor&#x60; - Rpm vendor * &#x60;-rpm_vendor&#x60; - Rpm vendor (descending) * &#x60;rpm_header_start&#x60; - Rpm header start * &#x60;-rpm_header_start&#x60; - Rpm header start (descending) * &#x60;rpm_header_end&#x60; - Rpm header end * &#x60;-rpm_header_end&#x60; - Rpm header end (descending) * &#x60;size_archive&#x60; - Size archive * &#x60;-size_archive&#x60; - Size archive (descending) * &#x60;size_installed&#x60; - Size installed * &#x60;-size_installed&#x60; - Size installed (descending) * &#x60;size_package&#x60; - Size package * &#x60;-size_package&#x60; - Size package (descending) * &#x60;time_build&#x60; - Time build * &#x60;-time_build&#x60; - Time build (descending) * &#x60;time_file&#x60; - Time file * &#x60;-time_file&#x60; - Time file (descending) * &#x60;is_modular&#x60; - Is modular * &#x60;-is_modular&#x60; - Is modular (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
117
121
  # @option opts [String] :pkg_id Filter results where pkgId matches value
@@ -119,8 +123,10 @@ module PulpRpmClient
119
123
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
120
124
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
121
125
  # @option opts [String] :release Filter results where release matches value
126
+ # @option opts [String] :release__contains Filter results where release contains value
122
127
  # @option opts [Array<String>] :release__in Filter results where release is in a comma-separated list of values
123
128
  # @option opts [String] :release__ne Filter results where release not equal to value
129
+ # @option opts [String] :release__startswith Filter results where release starts with value
124
130
  # @option opts [String] :repository_version Repository Version referenced by HREF
125
131
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
126
132
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -140,8 +146,10 @@ module PulpRpmClient
140
146
  # A ViewSet for Package. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/packages/ Also specify queryset and serializer for Package.
141
147
  # @param [Hash] opts the optional parameters
142
148
  # @option opts [String] :arch Filter results where arch matches value
149
+ # @option opts [String] :arch__contains Filter results where arch contains value
143
150
  # @option opts [Array<String>] :arch__in Filter results where arch is in a comma-separated list of values
144
151
  # @option opts [String] :arch__ne Filter results where arch not equal to value
152
+ # @option opts [String] :arch__startswith Filter results where arch starts with value
145
153
  # @option opts [String] :checksum_type Filter results where checksum_type matches value * &#x60;unknown&#x60; - unknown * &#x60;md5&#x60; - md5 * &#x60;sha1&#x60; - sha1 * &#x60;sha1&#x60; - sha1 * &#x60;sha224&#x60; - sha224 * &#x60;sha256&#x60; - sha256 * &#x60;sha384&#x60; - sha384 * &#x60;sha512&#x60; - sha512
146
154
  # @option opts [Array<String>] :checksum_type__in Filter results where checksum_type is in a comma-separated list of values
147
155
  # @option opts [String] :checksum_type__ne Filter results where checksum_type not equal to value
@@ -150,8 +158,10 @@ module PulpRpmClient
150
158
  # @option opts [String] :epoch__ne Filter results where epoch not equal to value
151
159
  # @option opts [Integer] :limit Number of results to return per page.
152
160
  # @option opts [String] :name Filter results where name matches value
161
+ # @option opts [String] :name__contains Filter results where name contains value
153
162
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
154
163
  # @option opts [String] :name__ne Filter results where name not equal to value
164
+ # @option opts [String] :name__startswith Filter results where name starts with value
155
165
  # @option opts [Integer] :offset The initial index from which to return the results.
156
166
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;epoch&#x60; - Epoch * &#x60;-epoch&#x60; - Epoch (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;release&#x60; - Release * &#x60;-release&#x60; - Release (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;evr&#x60; - Evr * &#x60;-evr&#x60; - Evr (descending) * &#x60;pkgId&#x60; - Pkgid * &#x60;-pkgId&#x60; - Pkgid (descending) * &#x60;checksum_type&#x60; - Checksum type * &#x60;-checksum_type&#x60; - Checksum type (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;changelogs&#x60; - Changelogs * &#x60;-changelogs&#x60; - Changelogs (descending) * &#x60;files&#x60; - Files * &#x60;-files&#x60; - Files (descending) * &#x60;requires&#x60; - Requires * &#x60;-requires&#x60; - Requires (descending) * &#x60;provides&#x60; - Provides * &#x60;-provides&#x60; - Provides (descending) * &#x60;conflicts&#x60; - Conflicts * &#x60;-conflicts&#x60; - Conflicts (descending) * &#x60;obsoletes&#x60; - Obsoletes * &#x60;-obsoletes&#x60; - Obsoletes (descending) * &#x60;suggests&#x60; - Suggests * &#x60;-suggests&#x60; - Suggests (descending) * &#x60;enhances&#x60; - Enhances * &#x60;-enhances&#x60; - Enhances (descending) * &#x60;recommends&#x60; - Recommends * &#x60;-recommends&#x60; - Recommends (descending) * &#x60;supplements&#x60; - Supplements * &#x60;-supplements&#x60; - Supplements (descending) * &#x60;location_base&#x60; - Location base * &#x60;-location_base&#x60; - Location base (descending) * &#x60;location_href&#x60; - Location href * &#x60;-location_href&#x60; - Location href (descending) * &#x60;rpm_buildhost&#x60; - Rpm buildhost * &#x60;-rpm_buildhost&#x60; - Rpm buildhost (descending) * &#x60;rpm_group&#x60; - Rpm group * &#x60;-rpm_group&#x60; - Rpm group (descending) * &#x60;rpm_license&#x60; - Rpm license * &#x60;-rpm_license&#x60; - Rpm license (descending) * &#x60;rpm_packager&#x60; - Rpm packager * &#x60;-rpm_packager&#x60; - Rpm packager (descending) * &#x60;rpm_sourcerpm&#x60; - Rpm sourcerpm * &#x60;-rpm_sourcerpm&#x60; - Rpm sourcerpm (descending) * &#x60;rpm_vendor&#x60; - Rpm vendor * &#x60;-rpm_vendor&#x60; - Rpm vendor (descending) * &#x60;rpm_header_start&#x60; - Rpm header start * &#x60;-rpm_header_start&#x60; - Rpm header start (descending) * &#x60;rpm_header_end&#x60; - Rpm header end * &#x60;-rpm_header_end&#x60; - Rpm header end (descending) * &#x60;size_archive&#x60; - Size archive * &#x60;-size_archive&#x60; - Size archive (descending) * &#x60;size_installed&#x60; - Size installed * &#x60;-size_installed&#x60; - Size installed (descending) * &#x60;size_package&#x60; - Size package * &#x60;-size_package&#x60; - Size package (descending) * &#x60;time_build&#x60; - Time build * &#x60;-time_build&#x60; - Time build (descending) * &#x60;time_file&#x60; - Time file * &#x60;-time_file&#x60; - Time file (descending) * &#x60;is_modular&#x60; - Is modular * &#x60;-is_modular&#x60; - Is modular (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
157
167
  # @option opts [String] :pkg_id Filter results where pkgId matches value
@@ -159,8 +169,10 @@ module PulpRpmClient
159
169
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
160
170
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
161
171
  # @option opts [String] :release Filter results where release matches value
172
+ # @option opts [String] :release__contains Filter results where release contains value
162
173
  # @option opts [Array<String>] :release__in Filter results where release is in a comma-separated list of values
163
174
  # @option opts [String] :release__ne Filter results where release not equal to value
175
+ # @option opts [String] :release__startswith Filter results where release starts with value
164
176
  # @option opts [String] :repository_version Repository Version referenced by HREF
165
177
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
166
178
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -189,8 +201,10 @@ module PulpRpmClient
189
201
  # query parameters
190
202
  query_params = opts[:query_params] || {}
191
203
  query_params[:'arch'] = opts[:'arch'] if !opts[:'arch'].nil?
204
+ query_params[:'arch__contains'] = opts[:'arch__contains'] if !opts[:'arch__contains'].nil?
192
205
  query_params[:'arch__in'] = @api_client.build_collection_param(opts[:'arch__in'], :csv) if !opts[:'arch__in'].nil?
193
206
  query_params[:'arch__ne'] = opts[:'arch__ne'] if !opts[:'arch__ne'].nil?
207
+ query_params[:'arch__startswith'] = opts[:'arch__startswith'] if !opts[:'arch__startswith'].nil?
194
208
  query_params[:'checksum_type'] = opts[:'checksum_type'] if !opts[:'checksum_type'].nil?
195
209
  query_params[:'checksum_type__in'] = @api_client.build_collection_param(opts[:'checksum_type__in'], :csv) if !opts[:'checksum_type__in'].nil?
196
210
  query_params[:'checksum_type__ne'] = opts[:'checksum_type__ne'] if !opts[:'checksum_type__ne'].nil?
@@ -199,8 +213,10 @@ module PulpRpmClient
199
213
  query_params[:'epoch__ne'] = opts[:'epoch__ne'] if !opts[:'epoch__ne'].nil?
200
214
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
201
215
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
216
+ query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
202
217
  query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
203
218
  query_params[:'name__ne'] = opts[:'name__ne'] if !opts[:'name__ne'].nil?
219
+ query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
204
220
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
205
221
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
206
222
  query_params[:'pkgId'] = opts[:'pkg_id'] if !opts[:'pkg_id'].nil?
@@ -208,8 +224,10 @@ module PulpRpmClient
208
224
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
209
225
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
210
226
  query_params[:'release'] = opts[:'release'] if !opts[:'release'].nil?
227
+ query_params[:'release__contains'] = opts[:'release__contains'] if !opts[:'release__contains'].nil?
211
228
  query_params[:'release__in'] = @api_client.build_collection_param(opts[:'release__in'], :csv) if !opts[:'release__in'].nil?
212
229
  query_params[:'release__ne'] = opts[:'release__ne'] if !opts[:'release__ne'].nil?
230
+ query_params[:'release__startswith'] = opts[:'release__startswith'] if !opts[:'release__startswith'].nil?
213
231
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
214
232
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
215
233
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpRpmClient
14
- VERSION = '3.19.12'
14
+ VERSION = '3.20.0'
15
15
  end
@@ -53,8 +53,10 @@ describe 'ContentPackagesApi' do
53
53
  # A ViewSet for Package. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/packages/ Also specify queryset and serializer for Package.
54
54
  # @param [Hash] opts the optional parameters
55
55
  # @option opts [String] :arch Filter results where arch matches value
56
+ # @option opts [String] :arch__contains Filter results where arch contains value
56
57
  # @option opts [Array<String>] :arch__in Filter results where arch is in a comma-separated list of values
57
58
  # @option opts [String] :arch__ne Filter results where arch not equal to value
59
+ # @option opts [String] :arch__startswith Filter results where arch starts with value
58
60
  # @option opts [String] :checksum_type Filter results where checksum_type matches value * &#x60;unknown&#x60; - unknown * &#x60;md5&#x60; - md5 * &#x60;sha1&#x60; - sha1 * &#x60;sha1&#x60; - sha1 * &#x60;sha224&#x60; - sha224 * &#x60;sha256&#x60; - sha256 * &#x60;sha384&#x60; - sha384 * &#x60;sha512&#x60; - sha512
59
61
  # @option opts [Array<String>] :checksum_type__in Filter results where checksum_type is in a comma-separated list of values
60
62
  # @option opts [String] :checksum_type__ne Filter results where checksum_type not equal to value
@@ -63,8 +65,10 @@ describe 'ContentPackagesApi' do
63
65
  # @option opts [String] :epoch__ne Filter results where epoch not equal to value
64
66
  # @option opts [Integer] :limit Number of results to return per page.
65
67
  # @option opts [String] :name Filter results where name matches value
68
+ # @option opts [String] :name__contains Filter results where name contains value
66
69
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
67
70
  # @option opts [String] :name__ne Filter results where name not equal to value
71
+ # @option opts [String] :name__startswith Filter results where name starts with value
68
72
  # @option opts [Integer] :offset The initial index from which to return the results.
69
73
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;epoch&#x60; - Epoch * &#x60;-epoch&#x60; - Epoch (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;release&#x60; - Release * &#x60;-release&#x60; - Release (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;evr&#x60; - Evr * &#x60;-evr&#x60; - Evr (descending) * &#x60;pkgId&#x60; - Pkgid * &#x60;-pkgId&#x60; - Pkgid (descending) * &#x60;checksum_type&#x60; - Checksum type * &#x60;-checksum_type&#x60; - Checksum type (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;changelogs&#x60; - Changelogs * &#x60;-changelogs&#x60; - Changelogs (descending) * &#x60;files&#x60; - Files * &#x60;-files&#x60; - Files (descending) * &#x60;requires&#x60; - Requires * &#x60;-requires&#x60; - Requires (descending) * &#x60;provides&#x60; - Provides * &#x60;-provides&#x60; - Provides (descending) * &#x60;conflicts&#x60; - Conflicts * &#x60;-conflicts&#x60; - Conflicts (descending) * &#x60;obsoletes&#x60; - Obsoletes * &#x60;-obsoletes&#x60; - Obsoletes (descending) * &#x60;suggests&#x60; - Suggests * &#x60;-suggests&#x60; - Suggests (descending) * &#x60;enhances&#x60; - Enhances * &#x60;-enhances&#x60; - Enhances (descending) * &#x60;recommends&#x60; - Recommends * &#x60;-recommends&#x60; - Recommends (descending) * &#x60;supplements&#x60; - Supplements * &#x60;-supplements&#x60; - Supplements (descending) * &#x60;location_base&#x60; - Location base * &#x60;-location_base&#x60; - Location base (descending) * &#x60;location_href&#x60; - Location href * &#x60;-location_href&#x60; - Location href (descending) * &#x60;rpm_buildhost&#x60; - Rpm buildhost * &#x60;-rpm_buildhost&#x60; - Rpm buildhost (descending) * &#x60;rpm_group&#x60; - Rpm group * &#x60;-rpm_group&#x60; - Rpm group (descending) * &#x60;rpm_license&#x60; - Rpm license * &#x60;-rpm_license&#x60; - Rpm license (descending) * &#x60;rpm_packager&#x60; - Rpm packager * &#x60;-rpm_packager&#x60; - Rpm packager (descending) * &#x60;rpm_sourcerpm&#x60; - Rpm sourcerpm * &#x60;-rpm_sourcerpm&#x60; - Rpm sourcerpm (descending) * &#x60;rpm_vendor&#x60; - Rpm vendor * &#x60;-rpm_vendor&#x60; - Rpm vendor (descending) * &#x60;rpm_header_start&#x60; - Rpm header start * &#x60;-rpm_header_start&#x60; - Rpm header start (descending) * &#x60;rpm_header_end&#x60; - Rpm header end * &#x60;-rpm_header_end&#x60; - Rpm header end (descending) * &#x60;size_archive&#x60; - Size archive * &#x60;-size_archive&#x60; - Size archive (descending) * &#x60;size_installed&#x60; - Size installed * &#x60;-size_installed&#x60; - Size installed (descending) * &#x60;size_package&#x60; - Size package * &#x60;-size_package&#x60; - Size package (descending) * &#x60;time_build&#x60; - Time build * &#x60;-time_build&#x60; - Time build (descending) * &#x60;time_file&#x60; - Time file * &#x60;-time_file&#x60; - Time file (descending) * &#x60;is_modular&#x60; - Is modular * &#x60;-is_modular&#x60; - Is modular (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
70
74
  # @option opts [String] :pkg_id Filter results where pkgId matches value
@@ -72,8 +76,10 @@ describe 'ContentPackagesApi' do
72
76
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
73
77
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
74
78
  # @option opts [String] :release Filter results where release matches value
79
+ # @option opts [String] :release__contains Filter results where release contains value
75
80
  # @option opts [Array<String>] :release__in Filter results where release is in a comma-separated list of values
76
81
  # @option opts [String] :release__ne Filter results where release not equal to value
82
+ # @option opts [String] :release__startswith Filter results where release starts with value
77
83
  # @option opts [String] :repository_version Repository Version referenced by HREF
78
84
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
79
85
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_rpm_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.19.12
4
+ version: 3.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-09 00:00:00.000000000 Z
11
+ date: 2023-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -404,103 +404,103 @@ signing_key:
404
404
  specification_version: 4
405
405
  summary: Pulp 3 API Ruby Gem
406
406
  test_files:
407
- - spec/api/distributions_rpm_api_spec.rb
408
- - spec/api/remotes_uln_api_spec.rb
409
- - spec/api/rpm_comps_api_spec.rb
410
- - spec/api/content_repo_metadata_files_api_spec.rb
411
407
  - spec/api/content_packagelangpacks_api_spec.rb
412
408
  - spec/api/content_distribution_trees_api_spec.rb
413
- - spec/api/content_packageenvironments_api_spec.rb
414
- - spec/api/acs_rpm_api_spec.rb
415
409
  - spec/api/content_packages_api_spec.rb
416
- - spec/api/content_modulemd_obsoletes_api_spec.rb
417
- - spec/api/remotes_rpm_api_spec.rb
418
- - spec/api/content_modulemd_defaults_api_spec.rb
419
410
  - spec/api/repositories_rpm_api_spec.rb
420
- - spec/api/rpm_copy_api_spec.rb
411
+ - spec/api/acs_rpm_api_spec.rb
421
412
  - spec/api/content_modulemds_api_spec.rb
422
- - spec/api/content_advisories_api_spec.rb
413
+ - spec/api/content_packagegroups_api_spec.rb
414
+ - spec/api/remotes_uln_api_spec.rb
415
+ - spec/api/content_modulemd_defaults_api_spec.rb
423
416
  - spec/api/repositories_rpm_versions_api_spec.rb
417
+ - spec/api/content_packageenvironments_api_spec.rb
418
+ - spec/api/content_modulemd_obsoletes_api_spec.rb
424
419
  - spec/api/publications_rpm_api_spec.rb
425
- - spec/api/content_packagegroups_api_spec.rb
426
420
  - spec/api/content_packagecategories_api_spec.rb
421
+ - spec/api/rpm_comps_api_spec.rb
422
+ - spec/api/distributions_rpm_api_spec.rb
423
+ - spec/api/rpm_copy_api_spec.rb
424
+ - spec/api/content_repo_metadata_files_api_spec.rb
425
+ - spec/api/remotes_rpm_api_spec.rb
426
+ - spec/api/content_advisories_api_spec.rb
427
427
  - spec/api_client_spec.rb
428
428
  - spec/configuration_spec.rb
429
- - spec/models/task_group_operation_response_spec.rb
430
- - spec/models/paginatedrpm_rpm_alternate_content_source_response_list_spec.rb
429
+ - spec/models/repository_version_response_spec.rb
430
+ - spec/models/skip_types_enum_spec.rb
431
+ - spec/models/paginatedrpm_package_langpacks_response_list_spec.rb
432
+ - spec/models/copy_spec.rb
433
+ - spec/models/paginated_repository_version_response_list_spec.rb
434
+ - spec/models/rpm_rpm_publication_response_spec.rb
435
+ - spec/models/paginatedrpm_uln_remote_response_list_spec.rb
436
+ - spec/models/rpm_rpm_repository_response_spec.rb
437
+ - spec/models/patchedrpm_rpm_distribution_spec.rb
438
+ - spec/models/rpm_update_record_response_spec.rb
431
439
  - spec/models/paginatedrpm_rpm_repository_response_list_spec.rb
432
- - spec/models/paginatedrpm_distribution_tree_response_list_spec.rb
433
- - spec/models/rpm_package_category_response_spec.rb
434
- - spec/models/policy_enum_spec.rb
435
- - spec/models/rpm_rpm_remote_spec.rb
436
- - spec/models/rpm_package_group_response_spec.rb
437
- - spec/models/paginatedrpm_package_group_response_list_spec.rb
438
- - spec/models/paginatedrpm_package_category_response_list_spec.rb
439
- - spec/models/patchedrpm_rpm_remote_spec.rb
440
- - spec/models/package_checksum_type_enum_spec.rb
441
- - spec/models/rpm_rpm_distribution_response_spec.rb
442
- - spec/models/paginatedrpm_modulemd_obsolete_response_list_spec.rb
443
- - spec/models/image_response_spec.rb
444
- - spec/models/object_roles_response_spec.rb
445
- - spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb
440
+ - spec/models/checksum_response_spec.rb
441
+ - spec/models/rpm_distribution_tree_response_spec.rb
442
+ - spec/models/my_permissions_response_spec.rb
443
+ - spec/models/rpm_package_environment_response_spec.rb
444
+ - spec/models/rpm_modulemd_defaults_response_spec.rb
445
+ - spec/models/rpm_package_langpacks_response_spec.rb
446
446
  - spec/models/paginatedrpm_rpm_distribution_response_list_spec.rb
447
- - spec/models/rpm_uln_remote_response_spec.rb
448
- - spec/models/paginatedrpm_update_record_response_list_spec.rb
449
- - spec/models/rpm_uln_remote_spec.rb
450
- - spec/models/rpm_rpm_publication_spec.rb
451
- - spec/models/artifact_response_spec.rb
452
- - spec/models/rpm_update_record_response_spec.rb
453
- - spec/models/repair_spec.rb
454
- - spec/models/metadata_checksum_type_enum_spec.rb
455
- - spec/models/rpm_modulemd_response_spec.rb
456
- - spec/models/addon_response_spec.rb
457
- - spec/models/paginatedrpm_modulemd_response_list_spec.rb
458
- - spec/models/rpm_modulemd_obsolete_spec.rb
459
- - spec/models/rpm_rpm_repository_response_spec.rb
460
- - spec/models/nested_role_response_spec.rb
461
- - spec/models/paginatedrpm_uln_remote_response_list_spec.rb
462
- - spec/models/rpm_modulemd_obsolete_response_spec.rb
463
- - spec/models/rpm_rpm_remote_response_hidden_fields_spec.rb
464
- - spec/models/rpm_package_response_spec.rb
465
- - spec/models/sync_policy_enum_spec.rb
447
+ - spec/models/patchedrpm_rpm_alternate_content_source_spec.rb
448
+ - spec/models/paginatedrpm_distribution_tree_response_list_spec.rb
466
449
  - spec/models/rpm_modulemd_spec.rb
450
+ - spec/models/patchedrpm_uln_remote_spec.rb
467
451
  - spec/models/async_operation_response_spec.rb
468
- - spec/models/rpm_package_spec.rb
469
- - spec/models/rpm_package_langpacks_response_spec.rb
470
- - spec/models/nested_role_spec.rb
471
- - spec/models/rpm_rpm_distribution_spec.rb
472
- - spec/models/my_permissions_response_spec.rb
473
- - spec/models/rpm_rpm_alternate_content_source_response_spec.rb
474
- - spec/models/rpm_package_environment_response_spec.rb
452
+ - spec/models/sync_policy_enum_spec.rb
475
453
  - spec/models/rpm_rpm_remote_response_spec.rb
476
- - spec/models/rpm_modulemd_defaults_response_spec.rb
477
- - spec/models/paginatedrpm_package_environment_response_list_spec.rb
478
- - spec/models/paginatedrpm_package_langpacks_response_list_spec.rb
454
+ - spec/models/paginatedrpm_package_response_list_spec.rb
455
+ - spec/models/rpm_modulemd_defaults_spec.rb
456
+ - spec/models/rpm_rpm_remote_spec.rb
457
+ - spec/models/content_summary_response_spec.rb
458
+ - spec/models/rpm_rpm_remote_response_hidden_fields_spec.rb
459
+ - spec/models/variant_response_spec.rb
460
+ - spec/models/rpm_repository_sync_url_spec.rb
461
+ - spec/models/paginatedrpm_modulemd_obsolete_response_list_spec.rb
479
462
  - spec/models/rpm_rpm_repository_spec.rb
463
+ - spec/models/policy_enum_spec.rb
464
+ - spec/models/paginatedrpm_rpm_alternate_content_source_response_list_spec.rb
465
+ - spec/models/nested_role_spec.rb
466
+ - spec/models/rpm_uln_remote_spec.rb
467
+ - spec/models/rpm_uln_remote_response_spec.rb
480
468
  - spec/models/paginatedrpm_rpm_publication_response_list_spec.rb
481
- - spec/models/rpm_repository_sync_url_spec.rb
482
- - spec/models/patchedrpm_uln_remote_spec.rb
483
- - spec/models/variant_response_spec.rb
484
- - spec/models/patchedrpm_rpm_distribution_spec.rb
485
- - spec/models/patchedrpm_rpm_alternate_content_source_spec.rb
469
+ - spec/models/rpm_package_response_spec.rb
470
+ - spec/models/rpm_rpm_distribution_response_spec.rb
471
+ - spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb
486
472
  - spec/models/rpm_update_collection_spec.rb
487
- - spec/models/rpm_distribution_tree_response_spec.rb
488
- - spec/models/rpm_rpm_publication_response_spec.rb
489
473
  - spec/models/patchedrpm_rpm_repository_spec.rb
474
+ - spec/models/rpm_rpm_alternate_content_source_spec.rb
475
+ - spec/models/rpm_rpm_publication_spec.rb
476
+ - spec/models/rpm_modulemd_obsolete_spec.rb
477
+ - spec/models/rpm_package_category_response_spec.rb
478
+ - spec/models/rpm_package_spec.rb
479
+ - spec/models/image_response_spec.rb
480
+ - spec/models/object_roles_response_spec.rb
481
+ - spec/models/rpm_update_record_spec.rb
490
482
  - spec/models/comps_xml_spec.rb
491
- - spec/models/paginatedrpm_rpm_remote_response_list_spec.rb
483
+ - spec/models/paginatedrpm_update_record_response_list_spec.rb
484
+ - spec/models/rpm_package_group_response_spec.rb
485
+ - spec/models/rpm_modulemd_response_spec.rb
492
486
  - spec/models/rpm_repo_metadata_file_response_spec.rb
493
- - spec/models/repository_add_remove_content_spec.rb
494
- - spec/models/rpm_modulemd_defaults_spec.rb
495
- - spec/models/paginatedrpm_repo_metadata_file_response_list_spec.rb
496
- - spec/models/paginated_repository_version_response_list_spec.rb
497
- - spec/models/copy_spec.rb
487
+ - spec/models/paginatedrpm_package_environment_response_list_spec.rb
488
+ - spec/models/paginatedrpm_package_category_response_list_spec.rb
498
489
  - spec/models/rpm_update_collection_response_spec.rb
499
- - spec/models/skip_types_enum_spec.rb
500
- - spec/models/rpm_update_record_spec.rb
501
- - spec/models/content_summary_response_spec.rb
502
- - spec/models/repository_version_response_spec.rb
503
- - spec/models/paginatedrpm_package_response_list_spec.rb
504
- - spec/models/checksum_response_spec.rb
505
- - spec/models/rpm_rpm_alternate_content_source_spec.rb
490
+ - spec/models/metadata_checksum_type_enum_spec.rb
491
+ - spec/models/paginatedrpm_modulemd_response_list_spec.rb
492
+ - spec/models/paginatedrpm_rpm_remote_response_list_spec.rb
493
+ - spec/models/task_group_operation_response_spec.rb
494
+ - spec/models/rpm_rpm_alternate_content_source_response_spec.rb
495
+ - spec/models/nested_role_response_spec.rb
496
+ - spec/models/rpm_rpm_distribution_spec.rb
497
+ - spec/models/paginatedrpm_repo_metadata_file_response_list_spec.rb
498
+ - spec/models/repository_add_remove_content_spec.rb
499
+ - spec/models/repair_spec.rb
500
+ - spec/models/addon_response_spec.rb
501
+ - spec/models/package_checksum_type_enum_spec.rb
502
+ - spec/models/rpm_modulemd_obsolete_response_spec.rb
503
+ - spec/models/patchedrpm_rpm_remote_spec.rb
504
+ - spec/models/artifact_response_spec.rb
505
+ - spec/models/paginatedrpm_package_group_response_list_spec.rb
506
506
  - spec/spec_helper.rb