pulp_rpm_client 3.28.1 → 3.29.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +5 -4
- data/docs/DistributionsRpmApi.md +4 -2
- data/docs/LayoutEnum.md +15 -0
- data/docs/PatchedrpmRpmRepository.md +3 -1
- data/docs/PublicationsRpmApi.md +4 -2
- data/docs/RpmRpmPublication.md +3 -1
- data/docs/RpmRpmPublicationResponse.md +3 -1
- data/docs/RpmRpmRepository.md +3 -1
- data/docs/RpmRpmRepositoryResponse.md +3 -1
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +6 -3
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +6 -3
- data/lib/pulp_rpm_client/models/layout_enum.rb +40 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +16 -5
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +15 -4
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +15 -4
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +16 -5
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +16 -5
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/lib/pulp_rpm_client.rb +1 -0
- data/spec/api/distributions_rpm_api_spec.rb +2 -1
- data/spec/api/publications_rpm_api_spec.rb +2 -1
- data/spec/models/layout_enum_spec.rb +30 -0
- data/spec/models/patchedrpm_rpm_repository_spec.rb +6 -0
- data/spec/models/rpm_rpm_publication_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_publication_spec.rb +6 -0
- data/spec/models/rpm_rpm_repository_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_repository_spec.rb +6 -0
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d0fe90ad4d919aadfdf7b9a74835af395dfea8e1b68722fb9fb114755d755761
|
4
|
+
data.tar.gz: 73ef01496857def33e1d96afff9e3ef2a4d40a253078253d6f74ebdac632cf49
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a06a10fba4ed715a5553327418d7359bdab0bd185fed974e4f0c563afe92704848cf25c2bee2426802a577c34f11d66102472f6ff52b55cd56dbd616a1145f1
|
7
|
+
data.tar.gz: 3b383b0f1f107d7db3c333698406fd8400be1668e01cd56667f34ae73e10f10a58aa02c9f4d3f67a5417bed75525c7d448e2f67737de34b900deb525464ed5ab
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: v3
|
10
|
-
- Package version: 3.
|
10
|
+
- Package version: 3.29.1
|
11
11
|
- Generator version: 7.10.0
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
13
13
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
@@ -25,16 +25,16 @@ gem build pulp_rpm_client.gemspec
|
|
25
25
|
Then either install the gem locally:
|
26
26
|
|
27
27
|
```shell
|
28
|
-
gem install ./pulp_rpm_client-3.
|
28
|
+
gem install ./pulp_rpm_client-3.29.1.gem
|
29
29
|
```
|
30
30
|
|
31
|
-
(for development, run `gem install --dev ./pulp_rpm_client-3.
|
31
|
+
(for development, run `gem install --dev ./pulp_rpm_client-3.29.1.gem` to install the development dependencies)
|
32
32
|
|
33
33
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
34
34
|
|
35
35
|
Finally add this to the Gemfile:
|
36
36
|
|
37
|
-
gem 'pulp_rpm_client', '~> 3.
|
37
|
+
gem 'pulp_rpm_client', '~> 3.29.1'
|
38
38
|
|
39
39
|
### Install from Git
|
40
40
|
|
@@ -224,6 +224,7 @@ Class | Method | HTTP request | Description
|
|
224
224
|
- [PulpRpmClient::ContentSummaryResponse](docs/ContentSummaryResponse.md)
|
225
225
|
- [PulpRpmClient::Copy](docs/Copy.md)
|
226
226
|
- [PulpRpmClient::ImageResponse](docs/ImageResponse.md)
|
227
|
+
- [PulpRpmClient::LayoutEnum](docs/LayoutEnum.md)
|
227
228
|
- [PulpRpmClient::MyPermissionsResponse](docs/MyPermissionsResponse.md)
|
228
229
|
- [PulpRpmClient::NestedRole](docs/NestedRole.md)
|
229
230
|
- [PulpRpmClient::NestedRoleResponse](docs/NestedRoleResponse.md)
|
data/docs/DistributionsRpmApi.md
CHANGED
@@ -256,6 +256,7 @@ opts = {
|
|
256
256
|
base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
|
257
257
|
base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
|
258
258
|
base_path__in: ['inner_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
|
259
|
+
checkpoint: true, # Boolean | Filter results where checkpoint matches value
|
259
260
|
limit: 56, # Integer | Number of results to return per page.
|
260
261
|
name: 'name_example', # String | Filter results where name matches value
|
261
262
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
@@ -267,7 +268,7 @@ opts = {
|
|
267
268
|
name__regex: 'name__regex_example', # String | Filter results where name matches regex value
|
268
269
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
269
270
|
offset: 56, # Integer | The initial index from which to return the results.
|
270
|
-
ordering: ['-base_path'], # 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)
|
271
|
+
ordering: ['-base_path'], # 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) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
271
272
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
272
273
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
273
274
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
@@ -315,6 +316,7 @@ end
|
|
315
316
|
| **base_path__contains** | **String** | Filter results where base_path contains value | [optional] |
|
316
317
|
| **base_path__icontains** | **String** | Filter results where base_path contains value | [optional] |
|
317
318
|
| **base_path__in** | [**Array<String>**](String.md) | Filter results where base_path is in a comma-separated list of values | [optional] |
|
319
|
+
| **checkpoint** | **Boolean** | Filter results where checkpoint matches value | [optional] |
|
318
320
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
319
321
|
| **name** | **String** | Filter results where name matches value | [optional] |
|
320
322
|
| **name__contains** | **String** | Filter results where name contains value | [optional] |
|
@@ -326,7 +328,7 @@ end
|
|
326
328
|
| **name__regex** | **String** | Filter results where name matches regex value | [optional] |
|
327
329
|
| **name__startswith** | **String** | Filter results where name starts with value | [optional] |
|
328
330
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
329
|
-
| **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] |
|
331
|
+
| **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) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
330
332
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
331
333
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
332
334
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
data/docs/LayoutEnum.md
ADDED
@@ -21,6 +21,7 @@
|
|
21
21
|
| **repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional] |
|
22
22
|
| **repo_config** | **Object** | A JSON document describing config.repo file | [optional] |
|
23
23
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |
|
24
|
+
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat | [optional] |
|
24
25
|
|
25
26
|
## Example
|
26
27
|
|
@@ -44,7 +45,8 @@ instance = PulpRpmClient::PatchedrpmRpmRepository.new(
|
|
44
45
|
gpgcheck: null,
|
45
46
|
repo_gpgcheck: null,
|
46
47
|
repo_config: null,
|
47
|
-
compression_type: null
|
48
|
+
compression_type: null,
|
49
|
+
layout: null
|
48
50
|
)
|
49
51
|
```
|
50
52
|
|
data/docs/PublicationsRpmApi.md
CHANGED
@@ -247,11 +247,12 @@ end
|
|
247
247
|
|
248
248
|
api_instance = PulpRpmClient::PublicationsRpmApi.new
|
249
249
|
opts = {
|
250
|
+
checkpoint: true, # Boolean | Filter results where checkpoint matches value
|
250
251
|
content: 'content_example', # String | Content Unit referenced by HREF/PRN
|
251
252
|
content__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
252
253
|
limit: 56, # Integer | Number of results to return per page.
|
253
254
|
offset: 56, # Integer | The initial index from which to return the results.
|
254
|
-
ordering: ['-
|
255
|
+
ordering: ['-checkpoint'], # 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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
255
256
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
256
257
|
pulp_created: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created matches value
|
257
258
|
pulp_created__gt: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created is greater than value
|
@@ -300,11 +301,12 @@ end
|
|
300
301
|
|
301
302
|
| Name | Type | Description | Notes |
|
302
303
|
| ---- | ---- | ----------- | ----- |
|
304
|
+
| **checkpoint** | **Boolean** | Filter results where checkpoint matches value | [optional] |
|
303
305
|
| **content** | **String** | Content Unit referenced by HREF/PRN | [optional] |
|
304
306
|
| **content__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
305
307
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
306
308
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
307
|
-
| **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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
309
|
+
| **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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
308
310
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
309
311
|
| **pulp_created** | **Time** | Filter results where pulp_created matches value | [optional] |
|
310
312
|
| **pulp_created__gt** | **Time** | Filter results where pulp_created is greater than value | [optional] |
|
data/docs/RpmRpmPublication.md
CHANGED
@@ -13,6 +13,7 @@
|
|
13
13
|
| **repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional] |
|
14
14
|
| **repo_config** | **Object** | A JSON document describing config.repo file | [optional] |
|
15
15
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |
|
16
|
+
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat | [optional] |
|
16
17
|
|
17
18
|
## Example
|
18
19
|
|
@@ -28,7 +29,8 @@ instance = PulpRpmClient::RpmRpmPublication.new(
|
|
28
29
|
gpgcheck: null,
|
29
30
|
repo_gpgcheck: null,
|
30
31
|
repo_config: null,
|
31
|
-
compression_type: null
|
32
|
+
compression_type: null,
|
33
|
+
layout: null
|
32
34
|
)
|
33
35
|
```
|
34
36
|
|
@@ -18,6 +18,7 @@
|
|
18
18
|
| **sqlite_metadata** | **Boolean** | REMOVED: An option specifying whether Pulp should generate SQLite metadata. Not operation since pulp_rpm 3.25.0 release | [optional][readonly][default to false] |
|
19
19
|
| **repo_config** | **Object** | A JSON document describing config.repo file | [optional] |
|
20
20
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |
|
21
|
+
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat | [optional] |
|
21
22
|
|
22
23
|
## Example
|
23
24
|
|
@@ -38,7 +39,8 @@ instance = PulpRpmClient::RpmRpmPublicationResponse.new(
|
|
38
39
|
repo_gpgcheck: null,
|
39
40
|
sqlite_metadata: null,
|
40
41
|
repo_config: null,
|
41
|
-
compression_type: null
|
42
|
+
compression_type: null,
|
43
|
+
layout: null
|
42
44
|
)
|
43
45
|
```
|
44
46
|
|
data/docs/RpmRpmRepository.md
CHANGED
@@ -21,6 +21,7 @@
|
|
21
21
|
| **repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional] |
|
22
22
|
| **repo_config** | **Object** | A JSON document describing config.repo file | [optional] |
|
23
23
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |
|
24
|
+
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat | [optional] |
|
24
25
|
|
25
26
|
## Example
|
26
27
|
|
@@ -44,7 +45,8 @@ instance = PulpRpmClient::RpmRpmRepository.new(
|
|
44
45
|
gpgcheck: null,
|
45
46
|
repo_gpgcheck: null,
|
46
47
|
repo_config: null,
|
47
|
-
compression_type: null
|
48
|
+
compression_type: null,
|
49
|
+
layout: null
|
48
50
|
)
|
49
51
|
```
|
50
52
|
|
@@ -28,6 +28,7 @@
|
|
28
28
|
| **sqlite_metadata** | **Boolean** | REMOVED: An option specifying whether Pulp should generate SQLite metadata. Not operation since pulp_rpm 3.25.0 release | [optional][readonly][default to false] |
|
29
29
|
| **repo_config** | **Object** | A JSON document describing config.repo file | [optional] |
|
30
30
|
| **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |
|
31
|
+
| **layout** | [**LayoutEnum**](LayoutEnum.md) | How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat | [optional] |
|
31
32
|
|
32
33
|
## Example
|
33
34
|
|
@@ -58,7 +59,8 @@ instance = PulpRpmClient::RpmRpmRepositoryResponse.new(
|
|
58
59
|
repo_gpgcheck: null,
|
59
60
|
sqlite_metadata: null,
|
60
61
|
repo_config: null,
|
61
|
-
compression_type: null
|
62
|
+
compression_type: null,
|
63
|
+
layout: null
|
62
64
|
)
|
63
65
|
```
|
64
66
|
|
@@ -231,6 +231,7 @@ module PulpRpmClient
|
|
231
231
|
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
232
232
|
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
233
233
|
# @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
|
234
|
+
# @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
|
234
235
|
# @option opts [Integer] :limit Number of results to return per page.
|
235
236
|
# @option opts [String] :name Filter results where name matches value
|
236
237
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -242,7 +243,7 @@ module PulpRpmClient
|
|
242
243
|
# @option opts [String] :name__regex Filter results where name matches regex value
|
243
244
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
244
245
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
245
|
-
# @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)
|
246
|
+
# @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) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
246
247
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
247
248
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
248
249
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
@@ -266,6 +267,7 @@ module PulpRpmClient
|
|
266
267
|
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
267
268
|
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
268
269
|
# @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
|
270
|
+
# @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
|
269
271
|
# @option opts [Integer] :limit Number of results to return per page.
|
270
272
|
# @option opts [String] :name Filter results where name matches value
|
271
273
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -277,7 +279,7 @@ module PulpRpmClient
|
|
277
279
|
# @option opts [String] :name__regex Filter results where name matches regex value
|
278
280
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
279
281
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
280
|
-
# @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)
|
282
|
+
# @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) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
281
283
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
282
284
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
283
285
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
@@ -293,7 +295,7 @@ module PulpRpmClient
|
|
293
295
|
if @api_client.config.debugging
|
294
296
|
@api_client.config.logger.debug 'Calling API: DistributionsRpmApi.list ...'
|
295
297
|
end
|
296
|
-
allowable_values = ["-base_path", "-hidden", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "hidden", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
|
298
|
+
allowable_values = ["-base_path", "-checkpoint", "-hidden", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "checkpoint", "hidden", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
|
297
299
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
298
300
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
299
301
|
end
|
@@ -306,6 +308,7 @@ module PulpRpmClient
|
|
306
308
|
query_params[:'base_path__contains'] = opts[:'base_path__contains'] if !opts[:'base_path__contains'].nil?
|
307
309
|
query_params[:'base_path__icontains'] = opts[:'base_path__icontains'] if !opts[:'base_path__icontains'].nil?
|
308
310
|
query_params[:'base_path__in'] = @api_client.build_collection_param(opts[:'base_path__in'], :csv) if !opts[:'base_path__in'].nil?
|
311
|
+
query_params[:'checkpoint'] = opts[:'checkpoint'] if !opts[:'checkpoint'].nil?
|
309
312
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
310
313
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
311
314
|
query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
|
@@ -225,11 +225,12 @@ module PulpRpmClient
|
|
225
225
|
# List rpm publications
|
226
226
|
# ViewSet for Rpm Publications.
|
227
227
|
# @param [Hash] opts the optional parameters
|
228
|
+
# @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
|
228
229
|
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
229
230
|
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
230
231
|
# @option opts [Integer] :limit Number of results to return per page.
|
231
232
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
233
234
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
234
235
|
# @option opts [Time] :pulp_created Filter results where pulp_created matches value
|
235
236
|
# @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
|
@@ -254,11 +255,12 @@ module PulpRpmClient
|
|
254
255
|
# List rpm publications
|
255
256
|
# ViewSet for Rpm Publications.
|
256
257
|
# @param [Hash] opts the optional parameters
|
258
|
+
# @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
|
257
259
|
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
258
260
|
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
259
261
|
# @option opts [Integer] :limit Number of results to return per page.
|
260
262
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
261
|
-
# @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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
263
|
+
# @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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
262
264
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
263
265
|
# @option opts [Time] :pulp_created Filter results where pulp_created matches value
|
264
266
|
# @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
|
@@ -279,7 +281,7 @@ module PulpRpmClient
|
|
279
281
|
if @api_client.config.debugging
|
280
282
|
@api_client.config.logger.debug 'Calling API: PublicationsRpmApi.list ...'
|
281
283
|
end
|
282
|
-
allowable_values = ["-complete", "-pass_through", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "complete", "pass_through", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type"]
|
284
|
+
allowable_values = ["-checkpoint", "-complete", "-pass_through", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "checkpoint", "complete", "pass_through", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type"]
|
283
285
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
284
286
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
285
287
|
end
|
@@ -288,6 +290,7 @@ module PulpRpmClient
|
|
288
290
|
|
289
291
|
# query parameters
|
290
292
|
query_params = opts[:query_params] || {}
|
293
|
+
query_params[:'checkpoint'] = opts[:'checkpoint'] if !opts[:'checkpoint'].nil?
|
291
294
|
query_params[:'content'] = opts[:'content'] if !opts[:'content'].nil?
|
292
295
|
query_params[:'content__in'] = @api_client.build_collection_param(opts[:'content__in'], :csv) if !opts[:'content__in'].nil?
|
293
296
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
@@ -0,0 +1,40 @@
|
|
1
|
+
=begin
|
2
|
+
#Pulp 3 API
|
3
|
+
|
4
|
+
#Fetch, Upload, Organize, and Distribute Software Packages
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v3
|
7
|
+
Contact: pulp-list@redhat.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
Generator version: 7.10.0
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
require 'time'
|
15
|
+
|
16
|
+
module PulpRpmClient
|
17
|
+
class LayoutEnum
|
18
|
+
NESTED_ALPHABETICALLY = "nested_alphabetically".freeze
|
19
|
+
FLAT = "flat".freeze
|
20
|
+
|
21
|
+
def self.all_vars
|
22
|
+
@all_vars ||= [NESTED_ALPHABETICALLY, FLAT].freeze
|
23
|
+
end
|
24
|
+
|
25
|
+
# Builds the enum from string
|
26
|
+
# @param [String] The enum value in the form of the string
|
27
|
+
# @return [String] The enum value
|
28
|
+
def self.build_from_hash(value)
|
29
|
+
new.build_from_hash(value)
|
30
|
+
end
|
31
|
+
|
32
|
+
# Builds the enum from string
|
33
|
+
# @param [String] The enum value in the form of the string
|
34
|
+
# @return [String] The enum value
|
35
|
+
def build_from_hash(value)
|
36
|
+
return value if LayoutEnum.all_vars.include?(value)
|
37
|
+
raise "Invalid ENUM value #{value} for class #LayoutEnum"
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
@@ -66,6 +66,9 @@ module PulpRpmClient
|
|
66
66
|
# The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz
|
67
67
|
attr_accessor :compression_type
|
68
68
|
|
69
|
+
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat
|
70
|
+
attr_accessor :layout
|
71
|
+
|
69
72
|
class EnumAttributeValidator
|
70
73
|
attr_reader :datatype
|
71
74
|
attr_reader :allowable_values
|
@@ -107,7 +110,8 @@ module PulpRpmClient
|
|
107
110
|
:'gpgcheck' => :'gpgcheck',
|
108
111
|
:'repo_gpgcheck' => :'repo_gpgcheck',
|
109
112
|
:'repo_config' => :'repo_config',
|
110
|
-
:'compression_type' => :'compression_type'
|
113
|
+
:'compression_type' => :'compression_type',
|
114
|
+
:'layout' => :'layout'
|
111
115
|
}
|
112
116
|
end
|
113
117
|
|
@@ -135,7 +139,8 @@ module PulpRpmClient
|
|
135
139
|
:'gpgcheck' => :'Integer',
|
136
140
|
:'repo_gpgcheck' => :'Integer',
|
137
141
|
:'repo_config' => :'Object',
|
138
|
-
:'compression_type' => :'CompressionTypeEnum'
|
142
|
+
:'compression_type' => :'CompressionTypeEnum',
|
143
|
+
:'layout' => :'LayoutEnum'
|
139
144
|
}
|
140
145
|
end
|
141
146
|
|
@@ -153,7 +158,8 @@ module PulpRpmClient
|
|
153
158
|
:'gpgcheck',
|
154
159
|
:'repo_gpgcheck',
|
155
160
|
:'repo_config',
|
156
|
-
:'compression_type'
|
161
|
+
:'compression_type',
|
162
|
+
:'layout'
|
157
163
|
])
|
158
164
|
end
|
159
165
|
|
@@ -245,6 +251,10 @@ module PulpRpmClient
|
|
245
251
|
if attributes.key?(:'compression_type')
|
246
252
|
self.compression_type = attributes[:'compression_type']
|
247
253
|
end
|
254
|
+
|
255
|
+
if attributes.key?(:'layout')
|
256
|
+
self.layout = attributes[:'layout']
|
257
|
+
end
|
248
258
|
end
|
249
259
|
|
250
260
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -418,7 +428,8 @@ module PulpRpmClient
|
|
418
428
|
gpgcheck == o.gpgcheck &&
|
419
429
|
repo_gpgcheck == o.repo_gpgcheck &&
|
420
430
|
repo_config == o.repo_config &&
|
421
|
-
compression_type == o.compression_type
|
431
|
+
compression_type == o.compression_type &&
|
432
|
+
layout == o.layout
|
422
433
|
end
|
423
434
|
|
424
435
|
# @see the `==` method
|
@@ -430,7 +441,7 @@ module PulpRpmClient
|
|
430
441
|
# Calculates hash code according to all attributes.
|
431
442
|
# @return [Integer] Hash code
|
432
443
|
def hash
|
433
|
-
[pulp_labels, name, description, retain_repo_versions, remote, autopublish, metadata_signing_service, package_signing_service, package_signing_fingerprint, retain_package_versions, checksum_type, metadata_checksum_type, package_checksum_type, gpgcheck, repo_gpgcheck, repo_config, compression_type].hash
|
444
|
+
[pulp_labels, name, description, retain_repo_versions, remote, autopublish, metadata_signing_service, package_signing_service, package_signing_fingerprint, retain_package_versions, checksum_type, metadata_checksum_type, package_checksum_type, gpgcheck, repo_gpgcheck, repo_config, compression_type, layout].hash
|
434
445
|
end
|
435
446
|
|
436
447
|
# Builds the object from hash
|
@@ -42,6 +42,9 @@ module PulpRpmClient
|
|
42
42
|
# The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz
|
43
43
|
attr_accessor :compression_type
|
44
44
|
|
45
|
+
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat
|
46
|
+
attr_accessor :layout
|
47
|
+
|
45
48
|
class EnumAttributeValidator
|
46
49
|
attr_reader :datatype
|
47
50
|
attr_reader :allowable_values
|
@@ -75,7 +78,8 @@ module PulpRpmClient
|
|
75
78
|
:'gpgcheck' => :'gpgcheck',
|
76
79
|
:'repo_gpgcheck' => :'repo_gpgcheck',
|
77
80
|
:'repo_config' => :'repo_config',
|
78
|
-
:'compression_type' => :'compression_type'
|
81
|
+
:'compression_type' => :'compression_type',
|
82
|
+
:'layout' => :'layout'
|
79
83
|
}
|
80
84
|
end
|
81
85
|
|
@@ -95,7 +99,8 @@ module PulpRpmClient
|
|
95
99
|
:'gpgcheck' => :'Integer',
|
96
100
|
:'repo_gpgcheck' => :'Integer',
|
97
101
|
:'repo_config' => :'Object',
|
98
|
-
:'compression_type' => :'CompressionTypeEnum'
|
102
|
+
:'compression_type' => :'CompressionTypeEnum',
|
103
|
+
:'layout' => :'LayoutEnum'
|
99
104
|
}
|
100
105
|
end
|
101
106
|
|
@@ -105,6 +110,7 @@ module PulpRpmClient
|
|
105
110
|
:'gpgcheck',
|
106
111
|
:'repo_gpgcheck',
|
107
112
|
:'repo_config',
|
113
|
+
:'layout'
|
108
114
|
])
|
109
115
|
end
|
110
116
|
|
@@ -158,6 +164,10 @@ module PulpRpmClient
|
|
158
164
|
if attributes.key?(:'compression_type')
|
159
165
|
self.compression_type = attributes[:'compression_type']
|
160
166
|
end
|
167
|
+
|
168
|
+
if attributes.key?(:'layout')
|
169
|
+
self.layout = attributes[:'layout']
|
170
|
+
end
|
161
171
|
end
|
162
172
|
|
163
173
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -236,7 +246,8 @@ module PulpRpmClient
|
|
236
246
|
gpgcheck == o.gpgcheck &&
|
237
247
|
repo_gpgcheck == o.repo_gpgcheck &&
|
238
248
|
repo_config == o.repo_config &&
|
239
|
-
compression_type == o.compression_type
|
249
|
+
compression_type == o.compression_type &&
|
250
|
+
layout == o.layout
|
240
251
|
end
|
241
252
|
|
242
253
|
# @see the `==` method
|
@@ -248,7 +259,7 @@ module PulpRpmClient
|
|
248
259
|
# Calculates hash code according to all attributes.
|
249
260
|
# @return [Integer] Hash code
|
250
261
|
def hash
|
251
|
-
[repository_version, repository, checksum_type, metadata_checksum_type, package_checksum_type, gpgcheck, repo_gpgcheck, repo_config, compression_type].hash
|
262
|
+
[repository_version, repository, checksum_type, metadata_checksum_type, package_checksum_type, gpgcheck, repo_gpgcheck, repo_config, compression_type, layout].hash
|
252
263
|
end
|
253
264
|
|
254
265
|
# Builds the object from hash
|
@@ -56,6 +56,9 @@ module PulpRpmClient
|
|
56
56
|
# The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz
|
57
57
|
attr_accessor :compression_type
|
58
58
|
|
59
|
+
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat
|
60
|
+
attr_accessor :layout
|
61
|
+
|
59
62
|
class EnumAttributeValidator
|
60
63
|
attr_reader :datatype
|
61
64
|
attr_reader :allowable_values
|
@@ -94,7 +97,8 @@ module PulpRpmClient
|
|
94
97
|
:'repo_gpgcheck' => :'repo_gpgcheck',
|
95
98
|
:'sqlite_metadata' => :'sqlite_metadata',
|
96
99
|
:'repo_config' => :'repo_config',
|
97
|
-
:'compression_type' => :'compression_type'
|
100
|
+
:'compression_type' => :'compression_type',
|
101
|
+
:'layout' => :'layout'
|
98
102
|
}
|
99
103
|
end
|
100
104
|
|
@@ -119,7 +123,8 @@ module PulpRpmClient
|
|
119
123
|
:'repo_gpgcheck' => :'Integer',
|
120
124
|
:'sqlite_metadata' => :'Boolean',
|
121
125
|
:'repo_config' => :'Object',
|
122
|
-
:'compression_type' => :'CompressionTypeEnum'
|
126
|
+
:'compression_type' => :'CompressionTypeEnum',
|
127
|
+
:'layout' => :'LayoutEnum'
|
123
128
|
}
|
124
129
|
end
|
125
130
|
|
@@ -129,6 +134,7 @@ module PulpRpmClient
|
|
129
134
|
:'gpgcheck',
|
130
135
|
:'repo_gpgcheck',
|
131
136
|
:'repo_config',
|
137
|
+
:'layout'
|
132
138
|
])
|
133
139
|
end
|
134
140
|
|
@@ -204,6 +210,10 @@ module PulpRpmClient
|
|
204
210
|
if attributes.key?(:'compression_type')
|
205
211
|
self.compression_type = attributes[:'compression_type']
|
206
212
|
end
|
213
|
+
|
214
|
+
if attributes.key?(:'layout')
|
215
|
+
self.layout = attributes[:'layout']
|
216
|
+
end
|
207
217
|
end
|
208
218
|
|
209
219
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -287,7 +297,8 @@ module PulpRpmClient
|
|
287
297
|
repo_gpgcheck == o.repo_gpgcheck &&
|
288
298
|
sqlite_metadata == o.sqlite_metadata &&
|
289
299
|
repo_config == o.repo_config &&
|
290
|
-
compression_type == o.compression_type
|
300
|
+
compression_type == o.compression_type &&
|
301
|
+
layout == o.layout
|
291
302
|
end
|
292
303
|
|
293
304
|
# @see the `==` method
|
@@ -299,7 +310,7 @@ module PulpRpmClient
|
|
299
310
|
# Calculates hash code according to all attributes.
|
300
311
|
# @return [Integer] Hash code
|
301
312
|
def hash
|
302
|
-
[pulp_href, prn, pulp_created, pulp_last_updated, repository_version, repository, checksum_type, metadata_checksum_type, package_checksum_type, gpgcheck, repo_gpgcheck, sqlite_metadata, repo_config, compression_type].hash
|
313
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, repository_version, repository, checksum_type, metadata_checksum_type, package_checksum_type, gpgcheck, repo_gpgcheck, sqlite_metadata, repo_config, compression_type, layout].hash
|
303
314
|
end
|
304
315
|
|
305
316
|
# Builds the object from hash
|
@@ -66,6 +66,9 @@ module PulpRpmClient
|
|
66
66
|
# The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz
|
67
67
|
attr_accessor :compression_type
|
68
68
|
|
69
|
+
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat
|
70
|
+
attr_accessor :layout
|
71
|
+
|
69
72
|
class EnumAttributeValidator
|
70
73
|
attr_reader :datatype
|
71
74
|
attr_reader :allowable_values
|
@@ -107,7 +110,8 @@ module PulpRpmClient
|
|
107
110
|
:'gpgcheck' => :'gpgcheck',
|
108
111
|
:'repo_gpgcheck' => :'repo_gpgcheck',
|
109
112
|
:'repo_config' => :'repo_config',
|
110
|
-
:'compression_type' => :'compression_type'
|
113
|
+
:'compression_type' => :'compression_type',
|
114
|
+
:'layout' => :'layout'
|
111
115
|
}
|
112
116
|
end
|
113
117
|
|
@@ -135,7 +139,8 @@ module PulpRpmClient
|
|
135
139
|
:'gpgcheck' => :'Integer',
|
136
140
|
:'repo_gpgcheck' => :'Integer',
|
137
141
|
:'repo_config' => :'Object',
|
138
|
-
:'compression_type' => :'CompressionTypeEnum'
|
142
|
+
:'compression_type' => :'CompressionTypeEnum',
|
143
|
+
:'layout' => :'LayoutEnum'
|
139
144
|
}
|
140
145
|
end
|
141
146
|
|
@@ -153,7 +158,8 @@ module PulpRpmClient
|
|
153
158
|
:'gpgcheck',
|
154
159
|
:'repo_gpgcheck',
|
155
160
|
:'repo_config',
|
156
|
-
:'compression_type'
|
161
|
+
:'compression_type',
|
162
|
+
:'layout'
|
157
163
|
])
|
158
164
|
end
|
159
165
|
|
@@ -247,6 +253,10 @@ module PulpRpmClient
|
|
247
253
|
if attributes.key?(:'compression_type')
|
248
254
|
self.compression_type = attributes[:'compression_type']
|
249
255
|
end
|
256
|
+
|
257
|
+
if attributes.key?(:'layout')
|
258
|
+
self.layout = attributes[:'layout']
|
259
|
+
end
|
250
260
|
end
|
251
261
|
|
252
262
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -425,7 +435,8 @@ module PulpRpmClient
|
|
425
435
|
gpgcheck == o.gpgcheck &&
|
426
436
|
repo_gpgcheck == o.repo_gpgcheck &&
|
427
437
|
repo_config == o.repo_config &&
|
428
|
-
compression_type == o.compression_type
|
438
|
+
compression_type == o.compression_type &&
|
439
|
+
layout == o.layout
|
429
440
|
end
|
430
441
|
|
431
442
|
# @see the `==` method
|
@@ -437,7 +448,7 @@ module PulpRpmClient
|
|
437
448
|
# Calculates hash code according to all attributes.
|
438
449
|
# @return [Integer] Hash code
|
439
450
|
def hash
|
440
|
-
[pulp_labels, name, description, retain_repo_versions, remote, autopublish, metadata_signing_service, package_signing_service, package_signing_fingerprint, retain_package_versions, checksum_type, metadata_checksum_type, package_checksum_type, gpgcheck, repo_gpgcheck, repo_config, compression_type].hash
|
451
|
+
[pulp_labels, name, description, retain_repo_versions, remote, autopublish, metadata_signing_service, package_signing_service, package_signing_fingerprint, retain_package_versions, checksum_type, metadata_checksum_type, package_checksum_type, gpgcheck, repo_gpgcheck, repo_config, compression_type, layout].hash
|
441
452
|
end
|
442
453
|
|
443
454
|
# Builds the object from hash
|
@@ -84,6 +84,9 @@ module PulpRpmClient
|
|
84
84
|
# The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz
|
85
85
|
attr_accessor :compression_type
|
86
86
|
|
87
|
+
# How to layout the packages within the published repository. * `nested_alphabetically` - nested_alphabetically * `flat` - flat
|
88
|
+
attr_accessor :layout
|
89
|
+
|
87
90
|
class EnumAttributeValidator
|
88
91
|
attr_reader :datatype
|
89
92
|
attr_reader :allowable_values
|
@@ -132,7 +135,8 @@ module PulpRpmClient
|
|
132
135
|
:'repo_gpgcheck' => :'repo_gpgcheck',
|
133
136
|
:'sqlite_metadata' => :'sqlite_metadata',
|
134
137
|
:'repo_config' => :'repo_config',
|
135
|
-
:'compression_type' => :'compression_type'
|
138
|
+
:'compression_type' => :'compression_type',
|
139
|
+
:'layout' => :'layout'
|
136
140
|
}
|
137
141
|
end
|
138
142
|
|
@@ -167,7 +171,8 @@ module PulpRpmClient
|
|
167
171
|
:'repo_gpgcheck' => :'Integer',
|
168
172
|
:'sqlite_metadata' => :'Boolean',
|
169
173
|
:'repo_config' => :'Object',
|
170
|
-
:'compression_type' => :'CompressionTypeEnum'
|
174
|
+
:'compression_type' => :'CompressionTypeEnum',
|
175
|
+
:'layout' => :'LayoutEnum'
|
171
176
|
}
|
172
177
|
end
|
173
178
|
|
@@ -185,7 +190,8 @@ module PulpRpmClient
|
|
185
190
|
:'gpgcheck',
|
186
191
|
:'repo_gpgcheck',
|
187
192
|
:'repo_config',
|
188
|
-
:'compression_type'
|
193
|
+
:'compression_type',
|
194
|
+
:'layout'
|
189
195
|
])
|
190
196
|
end
|
191
197
|
|
@@ -309,6 +315,10 @@ module PulpRpmClient
|
|
309
315
|
if attributes.key?(:'compression_type')
|
310
316
|
self.compression_type = attributes[:'compression_type']
|
311
317
|
end
|
318
|
+
|
319
|
+
if attributes.key?(:'layout')
|
320
|
+
self.layout = attributes[:'layout']
|
321
|
+
end
|
312
322
|
end
|
313
323
|
|
314
324
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -460,7 +470,8 @@ module PulpRpmClient
|
|
460
470
|
repo_gpgcheck == o.repo_gpgcheck &&
|
461
471
|
sqlite_metadata == o.sqlite_metadata &&
|
462
472
|
repo_config == o.repo_config &&
|
463
|
-
compression_type == o.compression_type
|
473
|
+
compression_type == o.compression_type &&
|
474
|
+
layout == o.layout
|
464
475
|
end
|
465
476
|
|
466
477
|
# @see the `==` method
|
@@ -472,7 +483,7 @@ module PulpRpmClient
|
|
472
483
|
# Calculates hash code according to all attributes.
|
473
484
|
# @return [Integer] Hash code
|
474
485
|
def hash
|
475
|
-
[pulp_href, prn, pulp_created, pulp_last_updated, versions_href, pulp_labels, latest_version_href, name, description, retain_repo_versions, remote, autopublish, metadata_signing_service, package_signing_service, package_signing_fingerprint, retain_package_versions, checksum_type, metadata_checksum_type, package_checksum_type, gpgcheck, repo_gpgcheck, sqlite_metadata, repo_config, compression_type].hash
|
486
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, versions_href, pulp_labels, latest_version_href, name, description, retain_repo_versions, remote, autopublish, metadata_signing_service, package_signing_service, package_signing_fingerprint, retain_package_versions, checksum_type, metadata_checksum_type, package_checksum_type, gpgcheck, repo_gpgcheck, sqlite_metadata, repo_config, compression_type, layout].hash
|
476
487
|
end
|
477
488
|
|
478
489
|
# Builds the object from hash
|
data/lib/pulp_rpm_client.rb
CHANGED
@@ -25,6 +25,7 @@ require 'pulp_rpm_client/models/compression_type_enum'
|
|
25
25
|
require 'pulp_rpm_client/models/content_summary_response'
|
26
26
|
require 'pulp_rpm_client/models/copy'
|
27
27
|
require 'pulp_rpm_client/models/image_response'
|
28
|
+
require 'pulp_rpm_client/models/layout_enum'
|
28
29
|
require 'pulp_rpm_client/models/my_permissions_response'
|
29
30
|
require 'pulp_rpm_client/models/nested_role'
|
30
31
|
require 'pulp_rpm_client/models/nested_role_response'
|
@@ -77,6 +77,7 @@ describe 'DistributionsRpmApi' do
|
|
77
77
|
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
78
78
|
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
79
79
|
# @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
|
80
|
+
# @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
|
80
81
|
# @option opts [Integer] :limit Number of results to return per page.
|
81
82
|
# @option opts [String] :name Filter results where name matches value
|
82
83
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -88,7 +89,7 @@ describe 'DistributionsRpmApi' do
|
|
88
89
|
# @option opts [String] :name__regex Filter results where name matches regex value
|
89
90
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
90
91
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
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)
|
92
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `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) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
92
93
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
93
94
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
94
95
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
@@ -73,11 +73,12 @@ describe 'PublicationsRpmApi' do
|
|
73
73
|
# List rpm publications
|
74
74
|
# ViewSet for Rpm Publications.
|
75
75
|
# @param [Hash] opts the optional parameters
|
76
|
+
# @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
|
76
77
|
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
77
78
|
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
78
79
|
# @option opts [Integer] :limit Number of results to return per page.
|
79
80
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
80
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
81
|
+
# @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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
81
82
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
82
83
|
# @option opts [Time] :pulp_created Filter results where pulp_created matches value
|
83
84
|
# @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
|
@@ -0,0 +1,30 @@
|
|
1
|
+
=begin
|
2
|
+
#Pulp 3 API
|
3
|
+
|
4
|
+
#Fetch, Upload, Organize, and Distribute Software Packages
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v3
|
7
|
+
Contact: pulp-list@redhat.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
Generator version: 7.10.0
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for PulpRpmClient::LayoutEnum
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe PulpRpmClient::LayoutEnum do
|
21
|
+
let(:instance) { PulpRpmClient::LayoutEnum.new }
|
22
|
+
|
23
|
+
describe 'test an instance of LayoutEnum' do
|
24
|
+
it 'should create an instance of LayoutEnum' do
|
25
|
+
# uncomment below to test the instance creation
|
26
|
+
#expect(instance).to be_instance_of(PulpRpmClient::LayoutEnum)
|
27
|
+
end
|
28
|
+
end
|
29
|
+
|
30
|
+
end
|
@@ -129,4 +129,10 @@ describe PulpRpmClient::PatchedrpmRpmRepository do
|
|
129
129
|
end
|
130
130
|
end
|
131
131
|
|
132
|
+
describe 'test attribute "layout"' do
|
133
|
+
it 'should work' do
|
134
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
135
|
+
end
|
136
|
+
end
|
137
|
+
|
132
138
|
end
|
@@ -111,4 +111,10 @@ describe PulpRpmClient::RpmRpmPublicationResponse do
|
|
111
111
|
end
|
112
112
|
end
|
113
113
|
|
114
|
+
describe 'test attribute "layout"' do
|
115
|
+
it 'should work' do
|
116
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
117
|
+
end
|
118
|
+
end
|
119
|
+
|
114
120
|
end
|
@@ -171,4 +171,10 @@ describe PulpRpmClient::RpmRpmRepositoryResponse do
|
|
171
171
|
end
|
172
172
|
end
|
173
173
|
|
174
|
+
describe 'test attribute "layout"' do
|
175
|
+
it 'should work' do
|
176
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
177
|
+
end
|
178
|
+
end
|
179
|
+
|
174
180
|
end
|
@@ -129,4 +129,10 @@ describe PulpRpmClient::RpmRpmRepository do
|
|
129
129
|
end
|
130
130
|
end
|
131
131
|
|
132
|
+
describe 'test attribute "layout"' do
|
133
|
+
it 'should work' do
|
134
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
135
|
+
end
|
136
|
+
end
|
137
|
+
|
132
138
|
end
|
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.
|
4
|
+
version: 3.29.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-04-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday-net_http
|
@@ -129,6 +129,7 @@ files:
|
|
129
129
|
- docs/Copy.md
|
130
130
|
- docs/DistributionsRpmApi.md
|
131
131
|
- docs/ImageResponse.md
|
132
|
+
- docs/LayoutEnum.md
|
132
133
|
- docs/MyPermissionsResponse.md
|
133
134
|
- docs/NestedRole.md
|
134
135
|
- docs/NestedRoleResponse.md
|
@@ -241,6 +242,7 @@ files:
|
|
241
242
|
- lib/pulp_rpm_client/models/content_summary_response.rb
|
242
243
|
- lib/pulp_rpm_client/models/copy.rb
|
243
244
|
- lib/pulp_rpm_client/models/image_response.rb
|
245
|
+
- lib/pulp_rpm_client/models/layout_enum.rb
|
244
246
|
- lib/pulp_rpm_client/models/my_permissions_response.rb
|
245
247
|
- lib/pulp_rpm_client/models/nested_role.rb
|
246
248
|
- lib/pulp_rpm_client/models/nested_role_response.rb
|
@@ -343,6 +345,7 @@ files:
|
|
343
345
|
- spec/models/content_summary_response_spec.rb
|
344
346
|
- spec/models/copy_spec.rb
|
345
347
|
- spec/models/image_response_spec.rb
|
348
|
+
- spec/models/layout_enum_spec.rb
|
346
349
|
- spec/models/my_permissions_response_spec.rb
|
347
350
|
- spec/models/nested_role_response_spec.rb
|
348
351
|
- spec/models/nested_role_spec.rb
|
@@ -527,6 +530,7 @@ test_files:
|
|
527
530
|
- spec/models/package_checksum_type_enum_spec.rb
|
528
531
|
- spec/models/rpm_rpm_remote_spec.rb
|
529
532
|
- spec/models/paginatedrpm_modulemd_obsolete_response_list_spec.rb
|
533
|
+
- spec/models/layout_enum_spec.rb
|
530
534
|
- spec/models/prune_packages_spec.rb
|
531
535
|
- spec/models/set_label_response_spec.rb
|
532
536
|
- spec/models/rpm_rpm_distribution_spec.rb
|