pulp_rpm_client 3.19.13 → 3.20.0.dev1676171632
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.
Potentially problematic release.
This version of pulp_rpm_client might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/docs/AcsRpmApi.md +1 -1
- data/docs/ContentAdvisoriesApi.md +1 -1
- data/docs/ContentDistributionTreesApi.md +1 -1
- data/docs/ContentModulemdDefaultsApi.md +1 -1
- data/docs/ContentModulemdObsoletesApi.md +1 -1
- data/docs/ContentModulemdsApi.md +1 -13
- data/docs/ContentPackagecategoriesApi.md +1 -1
- data/docs/ContentPackageenvironmentsApi.md +1 -1
- data/docs/ContentPackagegroupsApi.md +1 -1
- data/docs/ContentPackagelangpacksApi.md +1 -1
- data/docs/ContentPackagesApi.md +1 -1
- data/docs/ContentRepoMetadataFilesApi.md +1 -1
- data/docs/DistributionsRpmApi.md +5 -1
- data/docs/PublicationsRpmApi.md +1 -1
- data/docs/RemotesRpmApi.md +1 -1
- data/docs/RemotesUlnApi.md +1 -1
- data/docs/RepositoriesRpmApi.md +17 -1
- data/docs/RepositoriesRpmVersionsApi.md +1 -1
- data/docs/RpmCompsApi.md +1 -1
- data/docs/RpmCopyApi.md +1 -1
- data/docs/RpmRpmRemoteResponseHiddenFields.md +2 -2
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +0 -18
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +6 -0
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +24 -0
- data/lib/pulp_rpm_client/configuration.rb +3 -3
- data/lib/pulp_rpm_client/models/nested_role.rb +19 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response_hidden_fields.rb +0 -10
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/spec/api/content_modulemds_api_spec.rb +0 -6
- data/spec/api/distributions_rpm_api_spec.rb +2 -0
- data/spec/api/repositories_rpm_api_spec.rb +8 -0
- data/spec/configuration_spec.rb +3 -3
- metadata +95 -95
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c8dbbc6a4ef4a85afc09225bd99a69529cb1d0b2419e31ca75819fa194ca86f1
|
4
|
+
data.tar.gz: 5dd8f6ea0521e586781d0848e93e675639116600f93490097240e4a615c0bb96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce8e82ecc6a774f501f8bd0a0d36cc384e1ee34aef2eb28f68e9ec6dd7519f7561c7dfcdf4072e670552152adae6454aae1eaf566bb34efd3295fbe6a0546dcc
|
7
|
+
data.tar.gz: 2afdb5fde4423076ad27c47efddefcb4098cdd00cefcd1ada3d17ee49ed70d4352047b70daf077df58bc828b0ff0e7e1e89b3124ad70251916a6a33c0b0c4c58
|
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.20.0.dev1676171632
|
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.
|
27
|
+
gem install ./pulp_rpm_client-3.20.0.dev1676171632.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_rpm_client-3.
|
30
|
+
(for development, run `gem install --dev ./pulp_rpm_client-3.20.0.dev1676171632.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.
|
36
|
+
gem 'pulp_rpm_client', '~> 3.20.0.dev1676171632'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -79,7 +79,7 @@ end
|
|
79
79
|
|
80
80
|
## Documentation for API Endpoints
|
81
81
|
|
82
|
-
All URIs are relative to *
|
82
|
+
All URIs are relative to *https://pulp*
|
83
83
|
|
84
84
|
Class | Method | HTTP request | Description
|
85
85
|
------------ | ------------- | ------------- | -------------
|
data/docs/AcsRpmApi.md
CHANGED
data/docs/ContentModulemdsApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentModulemdsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *https://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -85,10 +85,6 @@ end
|
|
85
85
|
|
86
86
|
api_instance = PulpRpmClient::ContentModulemdsApi.new
|
87
87
|
opts = {
|
88
|
-
arch: 'arch_example', # String | Filter results where arch matches value
|
89
|
-
arch__in: ['arch__in_example'], # Array<String> | Filter results where arch is in a comma-separated list of values
|
90
|
-
context: 'context_example', # String | Filter results where context matches value
|
91
|
-
context__in: ['context__in_example'], # Array<String> | Filter results where context is in a comma-separated list of values
|
92
88
|
limit: 56, # Integer | Number of results to return per page.
|
93
89
|
name: 'name_example', # String | Filter results where name matches value
|
94
90
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
@@ -100,8 +96,6 @@ opts = {
|
|
100
96
|
sha256: 'sha256_example', # String |
|
101
97
|
stream: 'stream_example', # String | Filter results where stream matches value
|
102
98
|
stream__in: ['stream__in_example'], # Array<String> | Filter results where stream is in a comma-separated list of values
|
103
|
-
version: 'version_example', # String | Filter results where version matches value
|
104
|
-
version__in: ['version__in_example'], # Array<String> | Filter results where version is in a comma-separated list of values
|
105
99
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
106
100
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
107
101
|
}
|
@@ -120,10 +114,6 @@ end
|
|
120
114
|
|
121
115
|
Name | Type | Description | Notes
|
122
116
|
------------- | ------------- | ------------- | -------------
|
123
|
-
**arch** | **String**| Filter results where arch matches value | [optional]
|
124
|
-
**arch__in** | [**Array<String>**](String.md)| Filter results where arch is in a comma-separated list of values | [optional]
|
125
|
-
**context** | **String**| Filter results where context matches value | [optional]
|
126
|
-
**context__in** | [**Array<String>**](String.md)| Filter results where context is in a comma-separated list of values | [optional]
|
127
117
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
128
118
|
**name** | **String**| Filter results where name matches value | [optional]
|
129
119
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
@@ -135,8 +125,6 @@ Name | Type | Description | Notes
|
|
135
125
|
**sha256** | **String**| | [optional]
|
136
126
|
**stream** | **String**| Filter results where stream matches value | [optional]
|
137
127
|
**stream__in** | [**Array<String>**](String.md)| Filter results where stream is in a comma-separated list of values | [optional]
|
138
|
-
**version** | **String**| Filter results where version matches value | [optional]
|
139
|
-
**version__in** | [**Array<String>**](String.md)| Filter results where version is in a comma-separated list of values | [optional]
|
140
128
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
141
129
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
142
130
|
|
data/docs/ContentPackagesApi.md
CHANGED
data/docs/DistributionsRpmApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::DistributionsRpmApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *https://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -212,6 +212,8 @@ opts = {
|
|
212
212
|
offset: 56, # Integer | The initial index from which to return the results.
|
213
213
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
214
214
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
215
|
+
repository: 'repository_example', # String | Filter results where repository matches value
|
216
|
+
repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
|
215
217
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
216
218
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
217
219
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
@@ -244,6 +246,8 @@ Name | Type | Description | Notes
|
|
244
246
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
245
247
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
246
248
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
249
|
+
**repository** | **String**| Filter results where repository matches value | [optional]
|
250
|
+
**repository__in** | [**Array<String>**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
|
247
251
|
**with_content** | **String**| Filter distributions based on the content served by them | [optional]
|
248
252
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
249
253
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
data/docs/PublicationsRpmApi.md
CHANGED
data/docs/RemotesRpmApi.md
CHANGED
data/docs/RemotesUlnApi.md
CHANGED
data/docs/RepositoriesRpmApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::RepositoriesRpmApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *https://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -211,6 +211,14 @@ opts = {
|
|
211
211
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
212
212
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
213
213
|
remote: 'remote_example', # String | Foreign Key referenced by HREF
|
214
|
+
retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
|
215
|
+
retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
|
216
|
+
retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value
|
217
|
+
retain_repo_versions__isnull: true, # Boolean | Filter results where retain_repo_versions has a null value
|
218
|
+
retain_repo_versions__lt: 56, # Integer | Filter results where retain_repo_versions is less than value
|
219
|
+
retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
|
220
|
+
retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
|
221
|
+
retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
|
214
222
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
215
223
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
216
224
|
}
|
@@ -239,6 +247,14 @@ Name | Type | Description | Notes
|
|
239
247
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
240
248
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
241
249
|
**remote** | **String**| Foreign Key referenced by HREF | [optional]
|
250
|
+
**retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
|
251
|
+
**retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
|
252
|
+
**retain_repo_versions__gte** | **Integer**| Filter results where retain_repo_versions is greater than or equal to value | [optional]
|
253
|
+
**retain_repo_versions__isnull** | **Boolean**| Filter results where retain_repo_versions has a null value | [optional]
|
254
|
+
**retain_repo_versions__lt** | **Integer**| Filter results where retain_repo_versions is less than value | [optional]
|
255
|
+
**retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
|
256
|
+
**retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
|
257
|
+
**retain_repo_versions__range** | [**Array<Integer>**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
|
242
258
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
243
259
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
244
260
|
|
data/docs/RpmCompsApi.md
CHANGED
data/docs/RpmCopyApi.md
CHANGED
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**name** | **String** | |
|
8
|
-
**is_set** | **Boolean** | |
|
7
|
+
**name** | **String** | | [optional]
|
8
|
+
**is_set** | **Boolean** | | [optional]
|
9
9
|
|
10
10
|
## Code Sample
|
11
11
|
|
@@ -86,10 +86,6 @@ module PulpRpmClient
|
|
86
86
|
# List modulemds
|
87
87
|
# ViewSet for Modulemd.
|
88
88
|
# @param [Hash] opts the optional parameters
|
89
|
-
# @option opts [String] :arch Filter results where arch matches value
|
90
|
-
# @option opts [Array<String>] :arch__in Filter results where arch is in a comma-separated list of values
|
91
|
-
# @option opts [String] :context Filter results where context matches value
|
92
|
-
# @option opts [Array<String>] :context__in Filter results where context is in a comma-separated list of values
|
93
89
|
# @option opts [Integer] :limit Number of results to return per page.
|
94
90
|
# @option opts [String] :name Filter results where name matches value
|
95
91
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
@@ -101,8 +97,6 @@ module PulpRpmClient
|
|
101
97
|
# @option opts [String] :sha256
|
102
98
|
# @option opts [String] :stream Filter results where stream matches value
|
103
99
|
# @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
|
104
|
-
# @option opts [String] :version Filter results where version matches value
|
105
|
-
# @option opts [Array<String>] :version__in Filter results where version is in a comma-separated list of values
|
106
100
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
107
101
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
108
102
|
# @return [PaginatedrpmModulemdResponseList]
|
@@ -114,10 +108,6 @@ module PulpRpmClient
|
|
114
108
|
# List modulemds
|
115
109
|
# ViewSet for Modulemd.
|
116
110
|
# @param [Hash] opts the optional parameters
|
117
|
-
# @option opts [String] :arch Filter results where arch matches value
|
118
|
-
# @option opts [Array<String>] :arch__in Filter results where arch is in a comma-separated list of values
|
119
|
-
# @option opts [String] :context Filter results where context matches value
|
120
|
-
# @option opts [Array<String>] :context__in Filter results where context is in a comma-separated list of values
|
121
111
|
# @option opts [Integer] :limit Number of results to return per page.
|
122
112
|
# @option opts [String] :name Filter results where name matches value
|
123
113
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
@@ -129,8 +119,6 @@ module PulpRpmClient
|
|
129
119
|
# @option opts [String] :sha256
|
130
120
|
# @option opts [String] :stream Filter results where stream matches value
|
131
121
|
# @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
|
132
|
-
# @option opts [String] :version Filter results where version matches value
|
133
|
-
# @option opts [Array<String>] :version__in Filter results where version is in a comma-separated list of values
|
134
122
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
135
123
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
136
124
|
# @return [Array<(PaginatedrpmModulemdResponseList, Integer, Hash)>] PaginatedrpmModulemdResponseList data, response status code and response headers
|
@@ -147,10 +135,6 @@ module PulpRpmClient
|
|
147
135
|
|
148
136
|
# query parameters
|
149
137
|
query_params = opts[:query_params] || {}
|
150
|
-
query_params[:'arch'] = opts[:'arch'] if !opts[:'arch'].nil?
|
151
|
-
query_params[:'arch__in'] = @api_client.build_collection_param(opts[:'arch__in'], :csv) if !opts[:'arch__in'].nil?
|
152
|
-
query_params[:'context'] = opts[:'context'] if !opts[:'context'].nil?
|
153
|
-
query_params[:'context__in'] = @api_client.build_collection_param(opts[:'context__in'], :csv) if !opts[:'context__in'].nil?
|
154
138
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
155
139
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
156
140
|
query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
|
@@ -162,8 +146,6 @@ module PulpRpmClient
|
|
162
146
|
query_params[:'sha256'] = opts[:'sha256'] if !opts[:'sha256'].nil?
|
163
147
|
query_params[:'stream'] = opts[:'stream'] if !opts[:'stream'].nil?
|
164
148
|
query_params[:'stream__in'] = @api_client.build_collection_param(opts[:'stream__in'], :csv) if !opts[:'stream__in'].nil?
|
165
|
-
query_params[:'version'] = opts[:'version'] if !opts[:'version'].nil?
|
166
|
-
query_params[:'version__in'] = @api_client.build_collection_param(opts[:'version__in'], :csv) if !opts[:'version__in'].nil?
|
167
149
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
168
150
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
169
151
|
|
@@ -229,6 +229,8 @@ module PulpRpmClient
|
|
229
229
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
230
230
|
# @option opts [Array<String>] :ordering Ordering
|
231
231
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
232
|
+
# @option opts [String] :repository Filter results where repository matches value
|
233
|
+
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
232
234
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
233
235
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
234
236
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
@@ -254,6 +256,8 @@ module PulpRpmClient
|
|
254
256
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
255
257
|
# @option opts [Array<String>] :ordering Ordering
|
256
258
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
259
|
+
# @option opts [String] :repository Filter results where repository matches value
|
260
|
+
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
257
261
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
258
262
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
259
263
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
@@ -284,6 +288,8 @@ module PulpRpmClient
|
|
284
288
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
285
289
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
286
290
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
291
|
+
query_params[:'repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
292
|
+
query_params[:'repository__in'] = @api_client.build_collection_param(opts[:'repository__in'], :csv) if !opts[:'repository__in'].nil?
|
287
293
|
query_params[:'with_content'] = opts[:'with_content'] if !opts[:'with_content'].nil?
|
288
294
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
289
295
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
@@ -226,6 +226,14 @@ module PulpRpmClient
|
|
226
226
|
# @option opts [Array<String>] :ordering Ordering
|
227
227
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
228
228
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
229
|
+
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
230
|
+
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
231
|
+
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
|
232
|
+
# @option opts [Boolean] :retain_repo_versions__isnull Filter results where retain_repo_versions has a null value
|
233
|
+
# @option opts [Integer] :retain_repo_versions__lt Filter results where retain_repo_versions is less than value
|
234
|
+
# @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
|
235
|
+
# @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
|
236
|
+
# @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
|
229
237
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
230
238
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
231
239
|
# @return [PaginatedrpmRpmRepositoryResponseList]
|
@@ -247,6 +255,14 @@ module PulpRpmClient
|
|
247
255
|
# @option opts [Array<String>] :ordering Ordering
|
248
256
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
249
257
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
258
|
+
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
259
|
+
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
260
|
+
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
|
261
|
+
# @option opts [Boolean] :retain_repo_versions__isnull Filter results where retain_repo_versions has a null value
|
262
|
+
# @option opts [Integer] :retain_repo_versions__lt Filter results where retain_repo_versions is less than value
|
263
|
+
# @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
|
264
|
+
# @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
|
265
|
+
# @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
|
250
266
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
251
267
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
252
268
|
# @return [Array<(PaginatedrpmRpmRepositoryResponseList, Integer, Hash)>] PaginatedrpmRpmRepositoryResponseList data, response status code and response headers
|
@@ -273,6 +289,14 @@ module PulpRpmClient
|
|
273
289
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
274
290
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
275
291
|
query_params[:'remote'] = opts[:'remote'] if !opts[:'remote'].nil?
|
292
|
+
query_params[:'retain_repo_versions'] = opts[:'retain_repo_versions'] if !opts[:'retain_repo_versions'].nil?
|
293
|
+
query_params[:'retain_repo_versions__gt'] = opts[:'retain_repo_versions__gt'] if !opts[:'retain_repo_versions__gt'].nil?
|
294
|
+
query_params[:'retain_repo_versions__gte'] = opts[:'retain_repo_versions__gte'] if !opts[:'retain_repo_versions__gte'].nil?
|
295
|
+
query_params[:'retain_repo_versions__isnull'] = opts[:'retain_repo_versions__isnull'] if !opts[:'retain_repo_versions__isnull'].nil?
|
296
|
+
query_params[:'retain_repo_versions__lt'] = opts[:'retain_repo_versions__lt'] if !opts[:'retain_repo_versions__lt'].nil?
|
297
|
+
query_params[:'retain_repo_versions__lte'] = opts[:'retain_repo_versions__lte'] if !opts[:'retain_repo_versions__lte'].nil?
|
298
|
+
query_params[:'retain_repo_versions__ne'] = opts[:'retain_repo_versions__ne'] if !opts[:'retain_repo_versions__ne'].nil?
|
299
|
+
query_params[:'retain_repo_versions__range'] = @api_client.build_collection_param(opts[:'retain_repo_versions__range'], :csv) if !opts[:'retain_repo_versions__range'].nil?
|
276
300
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
277
301
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
278
302
|
|
@@ -127,8 +127,8 @@ module PulpRpmClient
|
|
127
127
|
attr_accessor :force_ending_format
|
128
128
|
|
129
129
|
def initialize
|
130
|
-
@scheme = '
|
131
|
-
@host = '
|
130
|
+
@scheme = 'https'
|
131
|
+
@host = 'pulp'
|
132
132
|
@base_path = ''
|
133
133
|
@api_key = {}
|
134
134
|
@api_key_prefix = {}
|
@@ -210,7 +210,7 @@ module PulpRpmClient
|
|
210
210
|
def server_settings
|
211
211
|
[
|
212
212
|
{
|
213
|
-
url: "
|
213
|
+
url: "https://pulp/",
|
214
214
|
description: "No description provided",
|
215
215
|
}
|
216
216
|
]
|
@@ -85,6 +85,10 @@ module PulpRpmClient
|
|
85
85
|
invalid_properties.push('invalid value for "role", role cannot be nil.')
|
86
86
|
end
|
87
87
|
|
88
|
+
if @role.to_s.length < 1
|
89
|
+
invalid_properties.push('invalid value for "role", the character length must be great than or equal to 1.')
|
90
|
+
end
|
91
|
+
|
88
92
|
invalid_properties
|
89
93
|
end
|
90
94
|
|
@@ -92,9 +96,24 @@ module PulpRpmClient
|
|
92
96
|
# @return true if the model is valid
|
93
97
|
def valid?
|
94
98
|
return false if @role.nil?
|
99
|
+
return false if @role.to_s.length < 1
|
95
100
|
true
|
96
101
|
end
|
97
102
|
|
103
|
+
# Custom attribute writer method with validation
|
104
|
+
# @param [Object] role Value to be assigned
|
105
|
+
def role=(role)
|
106
|
+
if role.nil?
|
107
|
+
fail ArgumentError, 'role cannot be nil'
|
108
|
+
end
|
109
|
+
|
110
|
+
if role.to_s.length < 1
|
111
|
+
fail ArgumentError, 'invalid value for "role", the character length must be great than or equal to 1.'
|
112
|
+
end
|
113
|
+
|
114
|
+
@role = role
|
115
|
+
end
|
116
|
+
|
98
117
|
# Checks equality by comparing each attribute.
|
99
118
|
# @param [Object] Object to be compared
|
100
119
|
def ==(o)
|
@@ -68,22 +68,12 @@ module PulpRpmClient
|
|
68
68
|
# @return Array for valid properties with the reasons
|
69
69
|
def list_invalid_properties
|
70
70
|
invalid_properties = Array.new
|
71
|
-
if @name.nil?
|
72
|
-
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
73
|
-
end
|
74
|
-
|
75
|
-
if @is_set.nil?
|
76
|
-
invalid_properties.push('invalid value for "is_set", is_set cannot be nil.')
|
77
|
-
end
|
78
|
-
|
79
71
|
invalid_properties
|
80
72
|
end
|
81
73
|
|
82
74
|
# Check to see if the all the properties in the model are valid
|
83
75
|
# @return true if the model is valid
|
84
76
|
def valid?
|
85
|
-
return false if @name.nil?
|
86
|
-
return false if @is_set.nil?
|
87
77
|
true
|
88
78
|
end
|
89
79
|
|
@@ -48,10 +48,6 @@ describe 'ContentModulemdsApi' do
|
|
48
48
|
# List modulemds
|
49
49
|
# ViewSet for Modulemd.
|
50
50
|
# @param [Hash] opts the optional parameters
|
51
|
-
# @option opts [String] :arch Filter results where arch matches value
|
52
|
-
# @option opts [Array<String>] :arch__in Filter results where arch is in a comma-separated list of values
|
53
|
-
# @option opts [String] :context Filter results where context matches value
|
54
|
-
# @option opts [Array<String>] :context__in Filter results where context is in a comma-separated list of values
|
55
51
|
# @option opts [Integer] :limit Number of results to return per page.
|
56
52
|
# @option opts [String] :name Filter results where name matches value
|
57
53
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
@@ -63,8 +59,6 @@ describe 'ContentModulemdsApi' do
|
|
63
59
|
# @option opts [String] :sha256
|
64
60
|
# @option opts [String] :stream Filter results where stream matches value
|
65
61
|
# @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
|
66
|
-
# @option opts [String] :version Filter results where version matches value
|
67
|
-
# @option opts [Array<String>] :version__in Filter results where version is in a comma-separated list of values
|
68
62
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
69
63
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
70
64
|
# @return [PaginatedrpmModulemdResponseList]
|
@@ -85,6 +85,8 @@ describe 'DistributionsRpmApi' do
|
|
85
85
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
86
86
|
# @option opts [Array<String>] :ordering Ordering
|
87
87
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
88
|
+
# @option opts [String] :repository Filter results where repository matches value
|
89
|
+
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
88
90
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
89
91
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
90
92
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
@@ -82,6 +82,14 @@ describe 'RepositoriesRpmApi' do
|
|
82
82
|
# @option opts [Array<String>] :ordering Ordering
|
83
83
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
84
84
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
85
|
+
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
86
|
+
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
87
|
+
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
|
88
|
+
# @option opts [Boolean] :retain_repo_versions__isnull Filter results where retain_repo_versions has a null value
|
89
|
+
# @option opts [Integer] :retain_repo_versions__lt Filter results where retain_repo_versions is less than value
|
90
|
+
# @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
|
91
|
+
# @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
|
92
|
+
# @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
|
85
93
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
86
94
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
87
95
|
# @return [PaginatedrpmRpmRepositoryResponseList]
|
data/spec/configuration_spec.rb
CHANGED
@@ -18,7 +18,7 @@ describe PulpRpmClient::Configuration do
|
|
18
18
|
before(:each) do
|
19
19
|
# uncomment below to setup host and base_path
|
20
20
|
# require 'URI'
|
21
|
-
# uri = URI.parse("
|
21
|
+
# uri = URI.parse("https://pulp")
|
22
22
|
# PulpRpmClient.configure do |c|
|
23
23
|
# c.host = uri.host
|
24
24
|
# c.base_path = uri.path
|
@@ -28,14 +28,14 @@ describe PulpRpmClient::Configuration do
|
|
28
28
|
describe '#base_url' do
|
29
29
|
it 'should have the default value' do
|
30
30
|
# uncomment below to test default value of the base path
|
31
|
-
# expect(config.base_url).to eq("
|
31
|
+
# expect(config.base_url).to eq("https://pulp")
|
32
32
|
end
|
33
33
|
|
34
34
|
it 'should remove trailing slashes' do
|
35
35
|
[nil, '', '/', '//'].each do |base_path|
|
36
36
|
config.base_path = base_path
|
37
37
|
# uncomment below to test trailing slashes
|
38
|
-
# expect(config.base_url).to eq("
|
38
|
+
# expect(config.base_url).to eq("https://pulp")
|
39
39
|
end
|
40
40
|
end
|
41
41
|
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.20.0.dev1676171632
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -34,42 +34,42 @@ dependencies:
|
|
34
34
|
name: json
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
|
-
- - "~>"
|
38
|
-
- !ruby/object:Gem::Version
|
39
|
-
version: '2.1'
|
40
37
|
- - ">="
|
41
38
|
- !ruby/object:Gem::Version
|
42
39
|
version: 2.1.0
|
40
|
+
- - "~>"
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: '2.1'
|
43
43
|
type: :runtime
|
44
44
|
prerelease: false
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
46
46
|
requirements:
|
47
|
-
- - "~>"
|
48
|
-
- !ruby/object:Gem::Version
|
49
|
-
version: '2.1'
|
50
47
|
- - ">="
|
51
48
|
- !ruby/object:Gem::Version
|
52
49
|
version: 2.1.0
|
50
|
+
- - "~>"
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
version: '2.1'
|
53
53
|
- !ruby/object:Gem::Dependency
|
54
54
|
name: rspec
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
56
56
|
requirements:
|
57
|
-
- - "~>"
|
58
|
-
- !ruby/object:Gem::Version
|
59
|
-
version: '3.6'
|
60
57
|
- - ">="
|
61
58
|
- !ruby/object:Gem::Version
|
62
59
|
version: 3.6.0
|
60
|
+
- - "~>"
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: '3.6'
|
63
63
|
type: :development
|
64
64
|
prerelease: false
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
66
66
|
requirements:
|
67
|
-
- - "~>"
|
68
|
-
- !ruby/object:Gem::Version
|
69
|
-
version: '3.6'
|
70
67
|
- - ">="
|
71
68
|
- !ruby/object:Gem::Version
|
72
69
|
version: 3.6.0
|
70
|
+
- - "~>"
|
71
|
+
- !ruby/object:Gem::Version
|
72
|
+
version: '3.6'
|
73
73
|
description: Fetch, Upload, Organize, and Distribute Software Packages
|
74
74
|
email:
|
75
75
|
- pulp-list@redhat.com
|
@@ -384,7 +384,7 @@ homepage: https://github.com/pulp/pulp_rpm
|
|
384
384
|
licenses:
|
385
385
|
- GPLv2+
|
386
386
|
metadata: {}
|
387
|
-
post_install_message:
|
387
|
+
post_install_message:
|
388
388
|
rdoc_options: []
|
389
389
|
require_paths:
|
390
390
|
- lib
|
@@ -395,112 +395,112 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
395
395
|
version: '1.9'
|
396
396
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
397
397
|
requirements:
|
398
|
-
- - "
|
398
|
+
- - ">"
|
399
399
|
- !ruby/object:Gem::Version
|
400
|
-
version:
|
400
|
+
version: 1.3.1
|
401
401
|
requirements: []
|
402
|
-
rubygems_version: 3.
|
403
|
-
signing_key:
|
402
|
+
rubygems_version: 3.0.3.1
|
403
|
+
signing_key:
|
404
404
|
specification_version: 4
|
405
405
|
summary: Pulp 3 API Ruby Gem
|
406
406
|
test_files:
|
407
|
-
- spec/api/repositories_rpm_api_spec.rb
|
408
407
|
- spec/api/repositories_rpm_versions_api_spec.rb
|
409
|
-
- spec/api/content_repo_metadata_files_api_spec.rb
|
410
|
-
- spec/api/rpm_comps_api_spec.rb
|
411
|
-
- spec/api/content_packagegroups_api_spec.rb
|
412
|
-
- spec/api/remotes_uln_api_spec.rb
|
413
408
|
- spec/api/rpm_copy_api_spec.rb
|
414
|
-
- spec/api/
|
415
|
-
- spec/api/
|
409
|
+
- spec/api/remotes_rpm_api_spec.rb
|
410
|
+
- spec/api/publications_rpm_api_spec.rb
|
416
411
|
- spec/api/content_distribution_trees_api_spec.rb
|
412
|
+
- spec/api/content_advisories_api_spec.rb
|
413
|
+
- spec/api/content_packagegroups_api_spec.rb
|
414
|
+
- spec/api/content_modulemds_api_spec.rb
|
417
415
|
- spec/api/content_packagecategories_api_spec.rb
|
418
|
-
- spec/api/
|
419
|
-
- spec/api/
|
416
|
+
- spec/api/rpm_comps_api_spec.rb
|
417
|
+
- spec/api/acs_rpm_api_spec.rb
|
420
418
|
- spec/api/content_modulemd_obsoletes_api_spec.rb
|
421
|
-
- spec/api/content_packages_api_spec.rb
|
422
|
-
- spec/api/publications_rpm_api_spec.rb
|
423
419
|
- spec/api/content_packagelangpacks_api_spec.rb
|
424
|
-
- spec/api/
|
425
|
-
- spec/api/
|
426
|
-
- spec/api/
|
420
|
+
- spec/api/content_modulemd_defaults_api_spec.rb
|
421
|
+
- spec/api/content_packages_api_spec.rb
|
422
|
+
- spec/api/content_repo_metadata_files_api_spec.rb
|
423
|
+
- spec/api/remotes_uln_api_spec.rb
|
424
|
+
- spec/api/distributions_rpm_api_spec.rb
|
425
|
+
- spec/api/repositories_rpm_api_spec.rb
|
426
|
+
- spec/api/content_packageenvironments_api_spec.rb
|
427
427
|
- spec/api_client_spec.rb
|
428
428
|
- spec/configuration_spec.rb
|
429
|
-
- spec/models/
|
430
|
-
- spec/models/
|
431
|
-
- spec/models/
|
432
|
-
- spec/models/repair_spec.rb
|
433
|
-
- spec/models/rpm_modulemd_spec.rb
|
434
|
-
- spec/models/paginatedrpm_repo_metadata_file_response_list_spec.rb
|
435
|
-
- spec/models/patchedrpm_rpm_remote_spec.rb
|
436
|
-
- spec/models/checksum_response_spec.rb
|
437
|
-
- spec/models/rpm_modulemd_obsolete_spec.rb
|
438
|
-
- spec/models/task_group_operation_response_spec.rb
|
439
|
-
- spec/models/paginatedrpm_rpm_remote_response_list_spec.rb
|
429
|
+
- spec/models/metadata_checksum_type_enum_spec.rb
|
430
|
+
- spec/models/rpm_rpm_repository_response_spec.rb
|
431
|
+
- spec/models/paginatedrpm_rpm_alternate_content_source_response_list_spec.rb
|
440
432
|
- spec/models/skip_types_enum_spec.rb
|
441
|
-
- spec/models/
|
442
|
-
- spec/models/
|
433
|
+
- spec/models/rpm_rpm_repository_spec.rb
|
434
|
+
- spec/models/rpm_update_record_response_spec.rb
|
435
|
+
- spec/models/nested_role_response_spec.rb
|
436
|
+
- spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb
|
437
|
+
- spec/models/rpm_modulemd_defaults_spec.rb
|
438
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
439
|
+
- spec/models/rpm_package_category_response_spec.rb
|
440
|
+
- spec/models/artifact_response_spec.rb
|
441
|
+
- spec/models/paginatedrpm_package_langpacks_response_list_spec.rb
|
442
|
+
- spec/models/rpm_uln_remote_response_spec.rb
|
443
|
+
- spec/models/rpm_modulemd_response_spec.rb
|
444
|
+
- spec/models/rpm_package_langpacks_response_spec.rb
|
445
|
+
- spec/models/paginatedrpm_distribution_tree_response_list_spec.rb
|
443
446
|
- spec/models/addon_response_spec.rb
|
447
|
+
- spec/models/sync_policy_enum_spec.rb
|
448
|
+
- spec/models/rpm_rpm_publication_spec.rb
|
444
449
|
- spec/models/rpm_modulemd_obsolete_response_spec.rb
|
445
|
-
- spec/models/
|
446
|
-
- spec/models/metadata_checksum_type_enum_spec.rb
|
450
|
+
- spec/models/paginatedrpm_modulemd_obsolete_response_list_spec.rb
|
447
451
|
- spec/models/paginatedrpm_update_record_response_list_spec.rb
|
448
|
-
- spec/models/
|
449
|
-
- spec/models/variant_response_spec.rb
|
450
|
-
- spec/models/copy_spec.rb
|
451
|
-
- spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb
|
452
|
-
- spec/models/paginatedrpm_rpm_alternate_content_source_response_list_spec.rb
|
452
|
+
- spec/models/rpm_rpm_alternate_content_source_response_spec.rb
|
453
453
|
- spec/models/patchedrpm_uln_remote_spec.rb
|
454
|
-
- spec/models/
|
454
|
+
- spec/models/rpm_rpm_remote_response_spec.rb
|
455
|
+
- spec/models/rpm_uln_remote_spec.rb
|
456
|
+
- spec/models/repair_spec.rb
|
455
457
|
- spec/models/paginatedrpm_rpm_repository_response_list_spec.rb
|
456
|
-
- spec/models/rpm_update_collection_response_spec.rb
|
457
458
|
- spec/models/paginatedrpm_package_response_list_spec.rb
|
458
|
-
- spec/models/
|
459
|
-
- spec/models/
|
460
|
-
- spec/models/
|
461
|
-
- spec/models/paginatedrpm_modulemd_response_list_spec.rb
|
462
|
-
- spec/models/patchedrpm_rpm_repository_spec.rb
|
463
|
-
- spec/models/nested_role_response_spec.rb
|
464
|
-
- spec/models/rpm_rpm_publication_spec.rb
|
465
|
-
- spec/models/nested_role_spec.rb
|
466
|
-
- spec/models/rpm_package_category_response_spec.rb
|
467
|
-
- spec/models/rpm_update_record_response_spec.rb
|
468
|
-
- spec/models/rpm_uln_remote_response_spec.rb
|
469
|
-
- spec/models/rpm_package_group_response_spec.rb
|
470
|
-
- spec/models/rpm_package_spec.rb
|
471
|
-
- spec/models/paginatedrpm_package_group_response_list_spec.rb
|
472
|
-
- spec/models/rpm_update_collection_spec.rb
|
473
|
-
- spec/models/paginatedrpm_rpm_distribution_response_list_spec.rb
|
474
|
-
- spec/models/artifact_response_spec.rb
|
475
|
-
- spec/models/rpm_rpm_remote_response_hidden_fields_spec.rb
|
476
|
-
- spec/models/rpm_modulemd_defaults_response_spec.rb
|
477
|
-
- spec/models/paginatedrpm_package_langpacks_response_list_spec.rb
|
459
|
+
- spec/models/package_checksum_type_enum_spec.rb
|
460
|
+
- spec/models/rpm_package_response_spec.rb
|
461
|
+
- spec/models/repository_add_remove_content_spec.rb
|
478
462
|
- spec/models/repository_version_response_spec.rb
|
463
|
+
- spec/models/patchedrpm_rpm_alternate_content_source_spec.rb
|
464
|
+
- spec/models/paginatedrpm_package_category_response_list_spec.rb
|
465
|
+
- spec/models/rpm_repository_sync_url_spec.rb
|
479
466
|
- spec/models/rpm_rpm_publication_response_spec.rb
|
480
|
-
- spec/models/
|
481
|
-
- spec/models/
|
467
|
+
- spec/models/paginatedrpm_package_group_response_list_spec.rb
|
468
|
+
- spec/models/rpm_modulemd_defaults_response_spec.rb
|
469
|
+
- spec/models/variant_response_spec.rb
|
470
|
+
- spec/models/async_operation_response_spec.rb
|
471
|
+
- spec/models/paginatedrpm_rpm_distribution_response_list_spec.rb
|
472
|
+
- spec/models/paginatedrpm_repo_metadata_file_response_list_spec.rb
|
482
473
|
- spec/models/rpm_package_environment_response_spec.rb
|
483
|
-
- spec/models/
|
484
|
-
- spec/models/
|
474
|
+
- spec/models/content_summary_response_spec.rb
|
475
|
+
- spec/models/rpm_modulemd_spec.rb
|
485
476
|
- spec/models/my_permissions_response_spec.rb
|
486
|
-
- spec/models/
|
477
|
+
- spec/models/paginatedrpm_rpm_remote_response_list_spec.rb
|
478
|
+
- spec/models/rpm_package_spec.rb
|
479
|
+
- spec/models/policy_enum_spec.rb
|
480
|
+
- spec/models/rpm_rpm_distribution_spec.rb
|
481
|
+
- spec/models/rpm_update_collection_response_spec.rb
|
482
|
+
- spec/models/rpm_rpm_remote_spec.rb
|
483
|
+
- spec/models/rpm_rpm_distribution_response_spec.rb
|
484
|
+
- spec/models/rpm_modulemd_obsolete_spec.rb
|
485
|
+
- spec/models/rpm_rpm_remote_response_hidden_fields_spec.rb
|
486
|
+
- spec/models/task_group_operation_response_spec.rb
|
487
|
+
- spec/models/patchedrpm_rpm_repository_spec.rb
|
487
488
|
- spec/models/object_roles_response_spec.rb
|
488
489
|
- spec/models/patchedrpm_rpm_distribution_spec.rb
|
489
|
-
- spec/models/
|
490
|
+
- spec/models/copy_spec.rb
|
491
|
+
- spec/models/paginatedrpm_rpm_publication_response_list_spec.rb
|
492
|
+
- spec/models/patchedrpm_rpm_remote_spec.rb
|
490
493
|
- spec/models/rpm_repo_metadata_file_response_spec.rb
|
494
|
+
- spec/models/comps_xml_spec.rb
|
495
|
+
- spec/models/rpm_package_group_response_spec.rb
|
496
|
+
- spec/models/nested_role_spec.rb
|
497
|
+
- spec/models/rpm_update_collection_spec.rb
|
498
|
+
- spec/models/paginatedrpm_package_environment_response_list_spec.rb
|
499
|
+
- spec/models/paginatedrpm_uln_remote_response_list_spec.rb
|
500
|
+
- spec/models/paginatedrpm_modulemd_response_list_spec.rb
|
491
501
|
- spec/models/rpm_rpm_alternate_content_source_spec.rb
|
492
|
-
- spec/models/
|
493
|
-
- spec/models/
|
494
|
-
- spec/models/package_checksum_type_enum_spec.rb
|
495
|
-
- spec/models/rpm_rpm_remote_spec.rb
|
496
|
-
- spec/models/paginatedrpm_modulemd_obsolete_response_list_spec.rb
|
497
|
-
- spec/models/rpm_rpm_distribution_spec.rb
|
498
|
-
- spec/models/rpm_modulemd_defaults_spec.rb
|
502
|
+
- spec/models/image_response_spec.rb
|
503
|
+
- spec/models/checksum_response_spec.rb
|
499
504
|
- spec/models/rpm_distribution_tree_response_spec.rb
|
500
|
-
- spec/models/
|
501
|
-
- spec/models/paginatedrpm_package_category_response_list_spec.rb
|
502
|
-
- spec/models/patchedrpm_rpm_alternate_content_source_spec.rb
|
503
|
-
- spec/models/content_summary_response_spec.rb
|
504
|
-
- spec/models/rpm_rpm_repository_spec.rb
|
505
|
-
- spec/models/async_operation_response_spec.rb
|
505
|
+
- spec/models/rpm_update_record_spec.rb
|
506
506
|
- spec/spec_helper.rb
|