pulp_rpm_client 3.22.4 → 3.22.5
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/AcsRpmApi.md +4 -0
- data/docs/DistributionsRpmApi.md +4 -0
- data/docs/RemotesRpmApi.md +4 -0
- data/docs/RemotesUlnApi.md +4 -0
- data/docs/RepositoriesRpmApi.md +4 -0
- data/lib/pulp_rpm_client/api/acs_rpm_api.rb +6 -0
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +6 -0
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +6 -0
- data/lib/pulp_rpm_client/api/remotes_uln_api.rb +6 -0
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +6 -0
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/spec/api/acs_rpm_api_spec.rb +2 -0
- data/spec/api/distributions_rpm_api_spec.rb +2 -0
- data/spec/api/remotes_rpm_api_spec.rb +2 -0
- data/spec/api/remotes_uln_api_spec.rb +2 -0
- data/spec/api/repositories_rpm_api_spec.rb +2 -0
- metadata +83 -83
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a76abe7b5befcec5a6f1e2b4701073162ae7116a25d39c34e39d4797756260c
|
4
|
+
data.tar.gz: 693942992c4815d13d089ffb2492841d5c601aa4752f135d400d15c0aeb8edd1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67f049557fe38281b45a98be30c92c8dff96ae9605feed609ab4e98c3a9a36a41f5b3066b5c9a5e122f70a0f2848a9036d45031499c004a898ab5327d746f50b
|
7
|
+
data.tar.gz: be2fd73a9ceed5d3543e1cdf0d91988de0a43a1302ecb2f22ee9ae7ddce6e8746ae2eaae73780ca1d980aa13218f07bd1d81e702704e7b0f8085c3e81be24838
|
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.22.
|
10
|
+
- Package version: 3.22.5
|
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.22.
|
27
|
+
gem install ./pulp_rpm_client-3.22.5.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_rpm_client-3.22.
|
30
|
+
(for development, run `gem install --dev ./pulp_rpm_client-3.22.5.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.22.
|
36
|
+
gem 'pulp_rpm_client', '~> 3.22.5'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
data/docs/AcsRpmApi.md
CHANGED
@@ -207,7 +207,9 @@ opts = {
|
|
207
207
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
208
208
|
name__iexact: 'name__iexact_example', # String | Filter results where name matches value
|
209
209
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
210
|
+
name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
|
210
211
|
name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
|
212
|
+
name__regex: 'name__regex_example', # String | Filter results where name matches regex value
|
211
213
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
212
214
|
offset: 56, # Integer | The initial index from which to return the results.
|
213
215
|
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) * `name` - Name * `-name` - Name (descending) * `last_refreshed` - Last refreshed * `-last_refreshed` - Last refreshed (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -238,7 +240,9 @@ Name | Type | Description | Notes
|
|
238
240
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
239
241
|
**name__iexact** | **String**| Filter results where name matches value | [optional]
|
240
242
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
243
|
+
**name__iregex** | **String**| Filter results where name matches regex value | [optional]
|
241
244
|
**name__istartswith** | **String**| Filter results where name starts with value | [optional]
|
245
|
+
**name__regex** | **String**| Filter results where name matches regex value | [optional]
|
242
246
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
243
247
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
244
248
|
**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) * `name` - Name * `-name` - Name (descending) * `last_refreshed` - Last refreshed * `-last_refreshed` - Last refreshed (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
data/docs/DistributionsRpmApi.md
CHANGED
@@ -212,7 +212,9 @@ opts = {
|
|
212
212
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
213
213
|
name__iexact: 'name__iexact_example', # String | Filter results where name matches value
|
214
214
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
215
|
+
name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
|
215
216
|
name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
|
217
|
+
name__regex: 'name__regex_example', # String | Filter results where name matches regex value
|
216
218
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
217
219
|
offset: 56, # Integer | The initial index from which to return the results.
|
218
220
|
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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -251,7 +253,9 @@ Name | Type | Description | Notes
|
|
251
253
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
252
254
|
**name__iexact** | **String**| Filter results where name matches value | [optional]
|
253
255
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
256
|
+
**name__iregex** | **String**| Filter results where name matches regex value | [optional]
|
254
257
|
**name__istartswith** | **String**| Filter results where name starts with value | [optional]
|
258
|
+
**name__regex** | **String**| Filter results where name matches regex value | [optional]
|
255
259
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
256
260
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
257
261
|
**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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
data/docs/RemotesRpmApi.md
CHANGED
@@ -208,7 +208,9 @@ opts = {
|
|
208
208
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
209
209
|
name__iexact: 'name__iexact_example', # String | Filter results where name matches value
|
210
210
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
211
|
+
name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
|
211
212
|
name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
|
213
|
+
name__regex: 'name__regex_example', # String | Filter results where name matches regex value
|
212
214
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
213
215
|
offset: 56, # Integer | The initial index from which to return the results.
|
214
216
|
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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -246,7 +248,9 @@ Name | Type | Description | Notes
|
|
246
248
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
247
249
|
**name__iexact** | **String**| Filter results where name matches value | [optional]
|
248
250
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
251
|
+
**name__iregex** | **String**| Filter results where name matches regex value | [optional]
|
249
252
|
**name__istartswith** | **String**| Filter results where name starts with value | [optional]
|
253
|
+
**name__regex** | **String**| Filter results where name matches regex value | [optional]
|
250
254
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
251
255
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
252
256
|
**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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
data/docs/RemotesUlnApi.md
CHANGED
@@ -208,7 +208,9 @@ opts = {
|
|
208
208
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
209
209
|
name__iexact: 'name__iexact_example', # String | Filter results where name matches value
|
210
210
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
211
|
+
name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
|
211
212
|
name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
|
213
|
+
name__regex: 'name__regex_example', # String | Filter results where name matches regex value
|
212
214
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
213
215
|
offset: 56, # Integer | The initial index from which to return the results.
|
214
216
|
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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -246,7 +248,9 @@ Name | Type | Description | Notes
|
|
246
248
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
247
249
|
**name__iexact** | **String**| Filter results where name matches value | [optional]
|
248
250
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
251
|
+
**name__iregex** | **String**| Filter results where name matches regex value | [optional]
|
249
252
|
**name__istartswith** | **String**| Filter results where name starts with value | [optional]
|
253
|
+
**name__regex** | **String**| Filter results where name matches regex value | [optional]
|
250
254
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
251
255
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
252
256
|
**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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
data/docs/RepositoriesRpmApi.md
CHANGED
@@ -211,7 +211,9 @@ opts = {
|
|
211
211
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
212
212
|
name__iexact: 'name__iexact_example', # String | Filter results where name matches value
|
213
213
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
214
|
+
name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
|
214
215
|
name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
|
216
|
+
name__regex: 'name__regex_example', # String | Filter results where name matches regex value
|
215
217
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
216
218
|
offset: 56, # Integer | The initial index from which to return the results.
|
217
219
|
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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -254,7 +256,9 @@ Name | Type | Description | Notes
|
|
254
256
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
255
257
|
**name__iexact** | **String**| Filter results where name matches value | [optional]
|
256
258
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
259
|
+
**name__iregex** | **String**| Filter results where name matches regex value | [optional]
|
257
260
|
**name__istartswith** | **String**| Filter results where name starts with value | [optional]
|
261
|
+
**name__regex** | **String**| Filter results where name matches regex value | [optional]
|
258
262
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
259
263
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
260
264
|
**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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
@@ -224,7 +224,9 @@ module PulpRpmClient
|
|
224
224
|
# @option opts [String] :name__icontains Filter results where name contains value
|
225
225
|
# @option opts [String] :name__iexact Filter results where name matches value
|
226
226
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
227
|
+
# @option opts [String] :name__iregex Filter results where name matches regex value
|
227
228
|
# @option opts [String] :name__istartswith Filter results where name starts with value
|
229
|
+
# @option opts [String] :name__regex Filter results where name matches regex value
|
228
230
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
229
231
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
230
232
|
# @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) * `name` - Name * `-name` - Name (descending) * `last_refreshed` - Last refreshed * `-last_refreshed` - Last refreshed (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -248,7 +250,9 @@ module PulpRpmClient
|
|
248
250
|
# @option opts [String] :name__icontains Filter results where name contains value
|
249
251
|
# @option opts [String] :name__iexact Filter results where name matches value
|
250
252
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
253
|
+
# @option opts [String] :name__iregex Filter results where name matches regex value
|
251
254
|
# @option opts [String] :name__istartswith Filter results where name starts with value
|
255
|
+
# @option opts [String] :name__regex Filter results where name matches regex value
|
252
256
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
253
257
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
254
258
|
# @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) * `name` - Name * `-name` - Name (descending) * `last_refreshed` - Last refreshed * `-last_refreshed` - Last refreshed (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -277,7 +281,9 @@ module PulpRpmClient
|
|
277
281
|
query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
|
278
282
|
query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
|
279
283
|
query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
|
284
|
+
query_params[:'name__iregex'] = opts[:'name__iregex'] if !opts[:'name__iregex'].nil?
|
280
285
|
query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
|
286
|
+
query_params[:'name__regex'] = opts[:'name__regex'] if !opts[:'name__regex'].nil?
|
281
287
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
282
288
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
283
289
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
@@ -228,7 +228,9 @@ module PulpRpmClient
|
|
228
228
|
# @option opts [String] :name__icontains Filter results where name contains value
|
229
229
|
# @option opts [String] :name__iexact Filter results where name matches value
|
230
230
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
231
|
+
# @option opts [String] :name__iregex Filter results where name matches regex value
|
231
232
|
# @option opts [String] :name__istartswith Filter results where name starts with value
|
233
|
+
# @option opts [String] :name__regex Filter results where name matches regex value
|
232
234
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
233
235
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
234
236
|
# @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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -260,7 +262,9 @@ module PulpRpmClient
|
|
260
262
|
# @option opts [String] :name__icontains Filter results where name contains value
|
261
263
|
# @option opts [String] :name__iexact Filter results where name matches value
|
262
264
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
265
|
+
# @option opts [String] :name__iregex Filter results where name matches regex value
|
263
266
|
# @option opts [String] :name__istartswith Filter results where name starts with value
|
267
|
+
# @option opts [String] :name__regex Filter results where name matches regex value
|
264
268
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
265
269
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
266
270
|
# @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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -297,7 +301,9 @@ module PulpRpmClient
|
|
297
301
|
query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
|
298
302
|
query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
|
299
303
|
query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
|
304
|
+
query_params[:'name__iregex'] = opts[:'name__iregex'] if !opts[:'name__iregex'].nil?
|
300
305
|
query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
|
306
|
+
query_params[:'name__regex'] = opts[:'name__regex'] if !opts[:'name__regex'].nil?
|
301
307
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
302
308
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
303
309
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
@@ -224,7 +224,9 @@ module PulpRpmClient
|
|
224
224
|
# @option opts [String] :name__icontains Filter results where name contains value
|
225
225
|
# @option opts [String] :name__iexact Filter results where name matches value
|
226
226
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
227
|
+
# @option opts [String] :name__iregex Filter results where name matches regex value
|
227
228
|
# @option opts [String] :name__istartswith Filter results where name starts with value
|
229
|
+
# @option opts [String] :name__regex Filter results where name matches regex value
|
228
230
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
229
231
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
230
232
|
# @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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -255,7 +257,9 @@ module PulpRpmClient
|
|
255
257
|
# @option opts [String] :name__icontains Filter results where name contains value
|
256
258
|
# @option opts [String] :name__iexact Filter results where name matches value
|
257
259
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
260
|
+
# @option opts [String] :name__iregex Filter results where name matches regex value
|
258
261
|
# @option opts [String] :name__istartswith Filter results where name starts with value
|
262
|
+
# @option opts [String] :name__regex Filter results where name matches regex value
|
259
263
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
260
264
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
261
265
|
# @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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -291,7 +295,9 @@ module PulpRpmClient
|
|
291
295
|
query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
|
292
296
|
query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
|
293
297
|
query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
|
298
|
+
query_params[:'name__iregex'] = opts[:'name__iregex'] if !opts[:'name__iregex'].nil?
|
294
299
|
query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
|
300
|
+
query_params[:'name__regex'] = opts[:'name__regex'] if !opts[:'name__regex'].nil?
|
295
301
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
296
302
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
297
303
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
@@ -224,7 +224,9 @@ module PulpRpmClient
|
|
224
224
|
# @option opts [String] :name__icontains Filter results where name contains value
|
225
225
|
# @option opts [String] :name__iexact Filter results where name matches value
|
226
226
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
227
|
+
# @option opts [String] :name__iregex Filter results where name matches regex value
|
227
228
|
# @option opts [String] :name__istartswith Filter results where name starts with value
|
229
|
+
# @option opts [String] :name__regex Filter results where name matches regex value
|
228
230
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
229
231
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
230
232
|
# @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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -255,7 +257,9 @@ module PulpRpmClient
|
|
255
257
|
# @option opts [String] :name__icontains Filter results where name contains value
|
256
258
|
# @option opts [String] :name__iexact Filter results where name matches value
|
257
259
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
260
|
+
# @option opts [String] :name__iregex Filter results where name matches regex value
|
258
261
|
# @option opts [String] :name__istartswith Filter results where name starts with value
|
262
|
+
# @option opts [String] :name__regex Filter results where name matches regex value
|
259
263
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
260
264
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
261
265
|
# @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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -291,7 +295,9 @@ module PulpRpmClient
|
|
291
295
|
query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
|
292
296
|
query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
|
293
297
|
query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
|
298
|
+
query_params[:'name__iregex'] = opts[:'name__iregex'] if !opts[:'name__iregex'].nil?
|
294
299
|
query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
|
300
|
+
query_params[:'name__regex'] = opts[:'name__regex'] if !opts[:'name__regex'].nil?
|
295
301
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
296
302
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
297
303
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
@@ -225,7 +225,9 @@ module PulpRpmClient
|
|
225
225
|
# @option opts [String] :name__icontains Filter results where name contains value
|
226
226
|
# @option opts [String] :name__iexact Filter results where name matches value
|
227
227
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
228
|
+
# @option opts [String] :name__iregex Filter results where name matches regex value
|
228
229
|
# @option opts [String] :name__istartswith Filter results where name starts with value
|
230
|
+
# @option opts [String] :name__regex Filter results where name matches regex value
|
229
231
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
230
232
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
231
233
|
# @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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -261,7 +263,9 @@ module PulpRpmClient
|
|
261
263
|
# @option opts [String] :name__icontains Filter results where name contains value
|
262
264
|
# @option opts [String] :name__iexact Filter results where name matches value
|
263
265
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
266
|
+
# @option opts [String] :name__iregex Filter results where name matches regex value
|
264
267
|
# @option opts [String] :name__istartswith Filter results where name starts with value
|
268
|
+
# @option opts [String] :name__regex Filter results where name matches regex value
|
265
269
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
266
270
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
267
271
|
# @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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -302,7 +306,9 @@ module PulpRpmClient
|
|
302
306
|
query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
|
303
307
|
query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
|
304
308
|
query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
|
309
|
+
query_params[:'name__iregex'] = opts[:'name__iregex'] if !opts[:'name__iregex'].nil?
|
305
310
|
query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
|
311
|
+
query_params[:'name__regex'] = opts[:'name__regex'] if !opts[:'name__regex'].nil?
|
306
312
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
307
313
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
308
314
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
@@ -79,7 +79,9 @@ describe 'AcsRpmApi' do
|
|
79
79
|
# @option opts [String] :name__icontains Filter results where name contains value
|
80
80
|
# @option opts [String] :name__iexact Filter results where name matches value
|
81
81
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
82
|
+
# @option opts [String] :name__iregex Filter results where name matches regex value
|
82
83
|
# @option opts [String] :name__istartswith Filter results where name starts with value
|
84
|
+
# @option opts [String] :name__regex Filter results where name matches regex value
|
83
85
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
84
86
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
85
87
|
# @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) * `name` - Name * `-name` - Name (descending) * `last_refreshed` - Last refreshed * `-last_refreshed` - Last refreshed (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -83,7 +83,9 @@ describe 'DistributionsRpmApi' do
|
|
83
83
|
# @option opts [String] :name__icontains Filter results where name contains value
|
84
84
|
# @option opts [String] :name__iexact Filter results where name matches value
|
85
85
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
86
|
+
# @option opts [String] :name__iregex Filter results where name matches regex value
|
86
87
|
# @option opts [String] :name__istartswith Filter results where name starts with value
|
88
|
+
# @option opts [String] :name__regex Filter results where name matches regex value
|
87
89
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
88
90
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
89
91
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -79,7 +79,9 @@ describe 'RemotesRpmApi' do
|
|
79
79
|
# @option opts [String] :name__icontains Filter results where name contains value
|
80
80
|
# @option opts [String] :name__iexact Filter results where name matches value
|
81
81
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
82
|
+
# @option opts [String] :name__iregex Filter results where name matches regex value
|
82
83
|
# @option opts [String] :name__istartswith Filter results where name starts with value
|
84
|
+
# @option opts [String] :name__regex Filter results where name matches regex value
|
83
85
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
84
86
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
85
87
|
# @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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -79,7 +79,9 @@ describe 'RemotesUlnApi' do
|
|
79
79
|
# @option opts [String] :name__icontains Filter results where name contains value
|
80
80
|
# @option opts [String] :name__iexact Filter results where name matches value
|
81
81
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
82
|
+
# @option opts [String] :name__iregex Filter results where name matches regex value
|
82
83
|
# @option opts [String] :name__istartswith Filter results where name starts with value
|
84
|
+
# @option opts [String] :name__regex Filter results where name matches regex value
|
83
85
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
84
86
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
85
87
|
# @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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -80,7 +80,9 @@ describe 'RepositoriesRpmApi' do
|
|
80
80
|
# @option opts [String] :name__icontains Filter results where name contains value
|
81
81
|
# @option opts [String] :name__iexact Filter results where name matches value
|
82
82
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
83
|
+
# @option opts [String] :name__iregex Filter results where name matches regex value
|
83
84
|
# @option opts [String] :name__istartswith Filter results where name starts with value
|
85
|
+
# @option opts [String] :name__regex Filter results where name matches regex value
|
84
86
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
85
87
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
86
88
|
# @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) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
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.22.
|
4
|
+
version: 3.22.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-09-
|
11
|
+
date: 2023-09-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -416,107 +416,107 @@ signing_key:
|
|
416
416
|
specification_version: 4
|
417
417
|
summary: Pulp 3 API Ruby Gem
|
418
418
|
test_files:
|
419
|
-
- spec/api/
|
420
|
-
- spec/api/
|
421
|
-
- spec/api/content_repo_metadata_files_api_spec.rb
|
422
|
-
- spec/api/content_modulemd_defaults_api_spec.rb
|
423
|
-
- spec/api/content_packageenvironments_api_spec.rb
|
424
|
-
- spec/api/repositories_rpm_versions_api_spec.rb
|
425
|
-
- spec/api/distributions_rpm_api_spec.rb
|
419
|
+
- spec/api/content_packagegroups_api_spec.rb
|
420
|
+
- spec/api/rpm_comps_api_spec.rb
|
426
421
|
- spec/api/repositories_rpm_api_spec.rb
|
427
|
-
- spec/api/
|
428
|
-
- spec/api/remotes_uln_api_spec.rb
|
422
|
+
- spec/api/content_modulemds_api_spec.rb
|
429
423
|
- spec/api/content_packages_api_spec.rb
|
430
424
|
- spec/api/content_packagecategories_api_spec.rb
|
431
|
-
- spec/api/
|
432
|
-
- spec/api/
|
433
|
-
- spec/api/content_modulemds_api_spec.rb
|
425
|
+
- spec/api/content_modulemd_defaults_api_spec.rb
|
426
|
+
- spec/api/remotes_uln_api_spec.rb
|
434
427
|
- spec/api/publications_rpm_api_spec.rb
|
435
|
-
- spec/api/
|
428
|
+
- spec/api/content_repo_metadata_files_api_spec.rb
|
429
|
+
- spec/api/distributions_rpm_api_spec.rb
|
430
|
+
- spec/api/repositories_rpm_versions_api_spec.rb
|
431
|
+
- spec/api/content_packageenvironments_api_spec.rb
|
436
432
|
- spec/api/rpm_copy_api_spec.rb
|
433
|
+
- spec/api/content_distribution_trees_api_spec.rb
|
434
|
+
- spec/api/content_modulemd_obsoletes_api_spec.rb
|
435
|
+
- spec/api/content_advisories_api_spec.rb
|
437
436
|
- spec/api/remotes_rpm_api_spec.rb
|
438
|
-
- spec/api/
|
437
|
+
- spec/api/content_packagelangpacks_api_spec.rb
|
438
|
+
- spec/api/acs_rpm_api_spec.rb
|
439
439
|
- spec/api_client_spec.rb
|
440
440
|
- spec/configuration_spec.rb
|
441
|
-
- spec/models/rpm_uln_remote_spec.rb
|
442
|
-
- spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb
|
443
|
-
- spec/models/rpm_rpm_alternate_content_source_spec.rb
|
444
|
-
- spec/models/paginatedrpm_package_group_response_list_spec.rb
|
445
|
-
- spec/models/rpm_update_record_spec.rb
|
446
|
-
- spec/models/rpm_distribution_tree_response_spec.rb
|
447
|
-
- spec/models/paginatedrpm_package_environment_response_list_spec.rb
|
448
|
-
- spec/models/artifact_response_spec.rb
|
449
|
-
- spec/models/async_operation_response_spec.rb
|
450
|
-
- spec/models/paginatedrpm_rpm_publication_response_list_spec.rb
|
451
|
-
- spec/models/repair_spec.rb
|
452
|
-
- spec/models/paginatedrpm_package_langpacks_response_list_spec.rb
|
453
441
|
- spec/models/rpm_repo_metadata_file_response_spec.rb
|
454
|
-
- spec/models/
|
442
|
+
- spec/models/paginatedrpm_package_langpacks_response_list_spec.rb
|
443
|
+
- spec/models/paginatedrpm_rpm_repository_response_list_spec.rb
|
444
|
+
- spec/models/comps_xml_spec.rb
|
445
|
+
- spec/models/content_summary_response_spec.rb
|
446
|
+
- spec/models/rpm_modulemd_spec.rb
|
447
|
+
- spec/models/rpm_update_record_spec.rb
|
455
448
|
- spec/models/rpm_package_category_response_spec.rb
|
456
|
-
- spec/models/
|
457
|
-
- spec/models/
|
458
|
-
- spec/models/
|
459
|
-
- spec/models/
|
460
|
-
- spec/models/rpm_modulemd_response_spec.rb
|
461
|
-
- spec/models/my_permissions_response_spec.rb
|
449
|
+
- spec/models/paginatedrpm_distribution_tree_response_list_spec.rb
|
450
|
+
- spec/models/set_label_spec.rb
|
451
|
+
- spec/models/repair_spec.rb
|
452
|
+
- spec/models/copy_spec.rb
|
462
453
|
- spec/models/rpm_rpm_alternate_content_source_response_spec.rb
|
463
|
-
- spec/models/
|
464
|
-
- spec/models/
|
465
|
-
- spec/models/repository_add_remove_content_spec.rb
|
466
|
-
- spec/models/paginatedrpm_rpm_remote_response_list_spec.rb
|
467
|
-
- spec/models/rpm_rpm_publication_response_spec.rb
|
468
|
-
- spec/models/rpm_modulemd_defaults_spec.rb
|
469
|
-
- spec/models/object_roles_response_spec.rb
|
454
|
+
- spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb
|
455
|
+
- spec/models/rpm_rpm_repository_spec.rb
|
470
456
|
- spec/models/rpm_package_response_spec.rb
|
471
|
-
- spec/models/
|
472
|
-
- spec/models/
|
473
|
-
- spec/models/rpm_update_record_response_spec.rb
|
474
|
-
- spec/models/sync_policy_enum_spec.rb
|
457
|
+
- spec/models/paginatedrpm_package_environment_response_list_spec.rb
|
458
|
+
- spec/models/artifact_response_spec.rb
|
475
459
|
- spec/models/paginated_repository_version_response_list_spec.rb
|
476
|
-
- spec/models/
|
477
|
-
- spec/models/rpm_update_collection_spec.rb
|
478
|
-
- spec/models/metadata_checksum_type_enum_spec.rb
|
479
|
-
- spec/models/paginatedrpm_rpm_alternate_content_source_response_list_spec.rb
|
480
|
-
- spec/models/package_checksum_type_enum_spec.rb
|
481
|
-
- spec/models/rpm_modulemd_defaults_response_spec.rb
|
482
|
-
- spec/models/rpm_package_group_response_spec.rb
|
460
|
+
- spec/models/rpm_modulemd_response_spec.rb
|
483
461
|
- spec/models/variant_response_spec.rb
|
484
|
-
- spec/models/
|
485
|
-
- spec/models/
|
486
|
-
- spec/models/
|
487
|
-
- spec/models/
|
488
|
-
- spec/models/
|
489
|
-
- spec/models/task_group_operation_response_spec.rb
|
490
|
-
- spec/models/rpm_package_environment_response_spec.rb
|
491
|
-
- spec/models/rpm_modulemd_spec.rb
|
492
|
-
- spec/models/rpm_uln_remote_response_spec.rb
|
493
|
-
- spec/models/rpm_rpm_publication_spec.rb
|
494
|
-
- spec/models/paginatedrpm_repo_metadata_file_response_list_spec.rb
|
462
|
+
- spec/models/rpm_modulemd_defaults_spec.rb
|
463
|
+
- spec/models/addon_response_spec.rb
|
464
|
+
- spec/models/unset_label_spec.rb
|
465
|
+
- spec/models/policy_enum_spec.rb
|
466
|
+
- spec/models/repository_add_remove_content_spec.rb
|
495
467
|
- spec/models/patchedrpm_uln_remote_spec.rb
|
496
|
-
- spec/models/
|
497
|
-
- spec/models/
|
468
|
+
- spec/models/nested_role_spec.rb
|
469
|
+
- spec/models/paginatedrpm_rpm_alternate_content_source_response_list_spec.rb
|
470
|
+
- spec/models/paginatedrpm_package_group_response_list_spec.rb
|
471
|
+
- spec/models/rpm_update_collection_spec.rb
|
472
|
+
- spec/models/rpm_package_environment_response_spec.rb
|
498
473
|
- spec/models/paginatedrpm_modulemd_response_list_spec.rb
|
499
|
-
- spec/models/
|
500
|
-
- spec/models/
|
501
|
-
- spec/models/
|
502
|
-
- spec/models/
|
474
|
+
- spec/models/image_response_spec.rb
|
475
|
+
- spec/models/rpm_rpm_distribution_response_spec.rb
|
476
|
+
- spec/models/rpm_rpm_remote_response_hidden_fields_spec.rb
|
477
|
+
- spec/models/my_permissions_response_spec.rb
|
478
|
+
- spec/models/paginatedrpm_rpm_distribution_response_list_spec.rb
|
479
|
+
- spec/models/rpm_package_spec.rb
|
503
480
|
- spec/models/paginatedrpm_package_category_response_list_spec.rb
|
481
|
+
- spec/models/rpm_package_langpacks_response_spec.rb
|
482
|
+
- spec/models/checksum_response_spec.rb
|
483
|
+
- spec/models/rpm_update_collection_response_spec.rb
|
484
|
+
- spec/models/rpm_rpm_publication_response_spec.rb
|
485
|
+
- spec/models/unset_label_response_spec.rb
|
486
|
+
- spec/models/metadata_checksum_type_enum_spec.rb
|
487
|
+
- spec/models/paginatedrpm_update_record_response_list_spec.rb
|
488
|
+
- spec/models/nested_role_response_spec.rb
|
504
489
|
- spec/models/rpm_rpm_remote_response_spec.rb
|
505
|
-
- spec/models/
|
490
|
+
- spec/models/rpm_update_record_response_spec.rb
|
491
|
+
- spec/models/skip_types_enum_spec.rb
|
492
|
+
- spec/models/set_label_response_spec.rb
|
493
|
+
- spec/models/paginatedrpm_rpm_publication_response_list_spec.rb
|
494
|
+
- spec/models/patchedrpm_rpm_alternate_content_source_spec.rb
|
495
|
+
- spec/models/rpm_rpm_alternate_content_source_spec.rb
|
496
|
+
- spec/models/paginatedrpm_modulemd_obsolete_response_list_spec.rb
|
497
|
+
- spec/models/rpm_uln_remote_spec.rb
|
498
|
+
- spec/models/rpm_repository_sync_url_spec.rb
|
499
|
+
- spec/models/patchedrpm_rpm_remote_spec.rb
|
500
|
+
- spec/models/rpm_rpm_publication_spec.rb
|
501
|
+
- spec/models/object_roles_response_spec.rb
|
502
|
+
- spec/models/rpm_rpm_repository_response_spec.rb
|
503
|
+
- spec/models/rpm_uln_remote_response_spec.rb
|
504
|
+
- spec/models/task_group_operation_response_spec.rb
|
505
|
+
- spec/models/rpm_distribution_tree_response_spec.rb
|
506
|
+
- spec/models/patchedrpm_rpm_distribution_spec.rb
|
507
|
+
- spec/models/rpm_rpm_remote_spec.rb
|
506
508
|
- spec/models/repository_version_response_spec.rb
|
507
|
-
- spec/models/
|
508
|
-
- spec/models/
|
509
|
+
- spec/models/paginatedrpm_package_response_list_spec.rb
|
510
|
+
- spec/models/rpm_package_group_response_spec.rb
|
511
|
+
- spec/models/package_checksum_type_enum_spec.rb
|
509
512
|
- spec/models/paginatedrpm_uln_remote_response_list_spec.rb
|
510
|
-
- spec/models/
|
511
|
-
- spec/models/
|
512
|
-
- spec/models/
|
513
|
+
- spec/models/paginatedrpm_rpm_remote_response_list_spec.rb
|
514
|
+
- spec/models/rpm_modulemd_defaults_response_spec.rb
|
515
|
+
- spec/models/async_operation_response_spec.rb
|
513
516
|
- spec/models/rpm_modulemd_obsolete_spec.rb
|
514
|
-
- spec/models/
|
515
|
-
- spec/models/
|
516
|
-
- spec/models/
|
517
|
-
- spec/models/
|
518
|
-
- spec/models/copy_spec.rb
|
517
|
+
- spec/models/sync_policy_enum_spec.rb
|
518
|
+
- spec/models/paginatedrpm_repo_metadata_file_response_list_spec.rb
|
519
|
+
- spec/models/rpm_rpm_distribution_spec.rb
|
520
|
+
- spec/models/patchedrpm_rpm_repository_spec.rb
|
519
521
|
- spec/models/rpm_modulemd_obsolete_response_spec.rb
|
520
|
-
- spec/models/rpm_update_collection_response_spec.rb
|
521
|
-
- spec/models/nested_role_response_spec.rb
|
522
522
|
- spec/spec_helper.rb
|