pulp_file_client 1.12.0 → 1.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/DistributionsFileApi.md +4 -0
- data/docs/FileFileRepository.md +1 -1
- data/docs/FileFileRepositoryResponse.md +1 -1
- data/docs/PatchedfileFileRepository.md +1 -1
- data/docs/RepositoriesFileApi.md +16 -0
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/lib/pulp_file_client/api/distributions_file_api.rb +6 -0
- data/lib/pulp_file_client/api/repositories_file_api.rb +24 -0
- data/lib/pulp_file_client/models/file_file_repository.rb +1 -1
- data/lib/pulp_file_client/models/file_file_repository_response.rb +1 -1
- data/lib/pulp_file_client/models/nested_role.rb +19 -0
- data/lib/pulp_file_client/models/patchedfile_file_repository.rb +1 -1
- data/lib/pulp_file_client/models/repository_add_remove_content.rb +2 -2
- data/lib/pulp_file_client/version.rb +1 -1
- data/spec/api/distributions_file_api_spec.rb +2 -0
- data/spec/api/repositories_file_api_spec.rb +8 -0
- metadata +34 -34
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0b120faef14e7d3c71f3fbabbc4868dece83ef73c95c49cf3fb469f6cc6cda1
|
4
|
+
data.tar.gz: bd4a0ba3fdaba9f2d694876d00e3a73f0b9d8e086b0efaaf60a8bf7eb6f8a397
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 445e713dfa3d69cf5813b5cf1446832eb9151d0c5ab99dbeea42363382ff887fb6bbbe6148eda606056211ad411f898dc1aa4707f9879283e353ca130c882485
|
7
|
+
data.tar.gz: ea385892bb16733b2a05795298b0cf52d3ebde78e24670401bdcb138176a482a58dba729a431b6e5f15ba743397d5eaaf3a85cc4269e9ccd7975077a320f1df6
|
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: 1.
|
10
|
+
- Package version: 1.13.0
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
13
13
|
|
@@ -24,16 +24,16 @@ gem build pulp_file_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_file_client-1.
|
27
|
+
gem install ./pulp_file_client-1.13.0.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_file_client-1.
|
30
|
+
(for development, run `gem install --dev ./pulp_file_client-1.13.0.gem` to install the development dependencies)
|
31
31
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
33
|
|
34
34
|
Finally add this to the Gemfile:
|
35
35
|
|
36
|
-
gem 'pulp_file_client', '~> 1.
|
36
|
+
gem 'pulp_file_client', '~> 1.13.0'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -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/FileFileRepository.md
CHANGED
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
7
7
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
8
8
|
**name** | **String** | A unique name for this repository. |
|
9
9
|
**description** | **String** | An optional description. | [optional]
|
10
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions.
|
10
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
11
11
|
**remote** | **String** | An optional remote to use by default when syncing. | [optional]
|
12
12
|
**autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. | [optional] [default to false]
|
13
13
|
**manifest** | **String** | Filename to use for manifest file containing metadata for all the files. | [optional] [default to 'PULP_MANIFEST']
|
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
|
|
11
11
|
**latest_version_href** | **String** | | [optional] [readonly]
|
12
12
|
**name** | **String** | A unique name for this repository. |
|
13
13
|
**description** | **String** | An optional description. | [optional]
|
14
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions.
|
14
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
15
15
|
**remote** | **String** | An optional remote to use by default when syncing. | [optional]
|
16
16
|
**autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. | [optional] [default to false]
|
17
17
|
**manifest** | **String** | Filename to use for manifest file containing metadata for all the files. | [optional] [default to 'PULP_MANIFEST']
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
7
7
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
8
8
|
**name** | **String** | A unique name for this repository. | [optional]
|
9
9
|
**description** | **String** | An optional description. | [optional]
|
10
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions.
|
10
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
11
11
|
**remote** | **String** | An optional remote to use by default when syncing. | [optional]
|
12
12
|
**autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. | [optional] [default to false]
|
13
13
|
**manifest** | **String** | Filename to use for manifest file containing metadata for all the files. | [optional] [default to 'PULP_MANIFEST']
|
data/docs/RepositoriesFileApi.md
CHANGED
@@ -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
|
|
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**add_content_units** |
|
8
|
-
**remove_content_units** |
|
7
|
+
**add_content_units** | **Array<String>** | A list of content units to add to a new repository version. This content is added after remove_content_units are removed. | [optional]
|
8
|
+
**remove_content_units** | **Array<String>** | A list of content units to remove from the latest repository version. You may also specify '*' as an entry to remove all content. This content is removed before add_content_units are added. | [optional]
|
9
9
|
**base_version** | **String** | A repository version whose content will be used as the initial set of content for the new repository version | [optional]
|
10
10
|
|
11
11
|
## Code Sample
|
@@ -229,6 +229,8 @@ module PulpFileClient
|
|
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 PulpFileClient
|
|
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 PulpFileClient
|
|
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 PulpFileClient
|
|
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 [PaginatedfileFileRepositoryResponseList]
|
@@ -247,6 +255,14 @@ module PulpFileClient
|
|
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<(PaginatedfileFileRepositoryResponseList, Integer, Hash)>] PaginatedfileFileRepositoryResponseList data, response status code and response headers
|
@@ -273,6 +289,14 @@ module PulpFileClient
|
|
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
|
|
@@ -23,7 +23,7 @@ module PulpFileClient
|
|
23
23
|
# An optional description.
|
24
24
|
attr_accessor :description
|
25
25
|
|
26
|
-
# Retain X versions of the repository. Default is null which retains all versions.
|
26
|
+
# Retain X versions of the repository. Default is null which retains all versions.
|
27
27
|
attr_accessor :retain_repo_versions
|
28
28
|
|
29
29
|
# An optional remote to use by default when syncing.
|
@@ -32,7 +32,7 @@ module PulpFileClient
|
|
32
32
|
# An optional description.
|
33
33
|
attr_accessor :description
|
34
34
|
|
35
|
-
# Retain X versions of the repository. Default is null which retains all versions.
|
35
|
+
# Retain X versions of the repository. Default is null which retains all versions.
|
36
36
|
attr_accessor :retain_repo_versions
|
37
37
|
|
38
38
|
# An optional remote to use by default when syncing.
|
@@ -85,6 +85,10 @@ module PulpFileClient
|
|
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 PulpFileClient
|
|
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)
|
@@ -23,7 +23,7 @@ module PulpFileClient
|
|
23
23
|
# An optional description.
|
24
24
|
attr_accessor :description
|
25
25
|
|
26
|
-
# Retain X versions of the repository. Default is null which retains all versions.
|
26
|
+
# Retain X versions of the repository. Default is null which retains all versions.
|
27
27
|
attr_accessor :retain_repo_versions
|
28
28
|
|
29
29
|
# An optional remote to use by default when syncing.
|
@@ -36,8 +36,8 @@ module PulpFileClient
|
|
36
36
|
# Attribute type mapping.
|
37
37
|
def self.openapi_types
|
38
38
|
{
|
39
|
-
:'add_content_units' => :'Array<
|
40
|
-
:'remove_content_units' => :'Array<
|
39
|
+
:'add_content_units' => :'Array<String>',
|
40
|
+
:'remove_content_units' => :'Array<String>',
|
41
41
|
:'base_version' => :'String'
|
42
42
|
}
|
43
43
|
end
|
@@ -85,6 +85,8 @@ describe 'DistributionsFileApi' 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 'RepositoriesFileApi' 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 [PaginatedfileFileRepositoryResponseList]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_file_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.13.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-03-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -242,49 +242,49 @@ signing_key:
|
|
242
242
|
specification_version: 4
|
243
243
|
summary: Pulp 3 API Ruby Gem
|
244
244
|
test_files:
|
245
|
-
- spec/api/publications_file_api_spec.rb
|
246
|
-
- spec/api/repositories_file_versions_api_spec.rb
|
247
|
-
- spec/api/distributions_file_api_spec.rb
|
248
|
-
- spec/api/remotes_file_api_spec.rb
|
249
245
|
- spec/api/repositories_file_api_spec.rb
|
250
|
-
- spec/api/
|
246
|
+
- spec/api/distributions_file_api_spec.rb
|
251
247
|
- spec/api/acs_file_api_spec.rb
|
248
|
+
- spec/api/repositories_file_versions_api_spec.rb
|
249
|
+
- spec/api/content_files_api_spec.rb
|
250
|
+
- spec/api/remotes_file_api_spec.rb
|
251
|
+
- spec/api/publications_file_api_spec.rb
|
252
252
|
- spec/api_client_spec.rb
|
253
253
|
- spec/configuration_spec.rb
|
254
|
-
- spec/models/
|
255
|
-
- spec/models/
|
256
|
-
- spec/models/paginatedfile_file_remote_response_list_spec.rb
|
257
|
-
- spec/models/file_file_content_response_spec.rb
|
258
|
-
- spec/models/file_file_content_spec.rb
|
259
|
-
- spec/models/patchedfile_file_repository_spec.rb
|
260
|
-
- spec/models/file_file_remote_spec.rb
|
254
|
+
- spec/models/patchedfile_file_alternate_content_source_spec.rb
|
255
|
+
- spec/models/file_file_remote_response_hidden_fields_spec.rb
|
261
256
|
- spec/models/paginatedfile_file_repository_response_list_spec.rb
|
262
|
-
- spec/models/
|
263
|
-
- spec/models/paginatedfile_file_alternate_content_source_response_list_spec.rb
|
264
|
-
- spec/models/repair_spec.rb
|
257
|
+
- spec/models/my_permissions_response_spec.rb
|
265
258
|
- spec/models/paginatedfile_file_publication_response_list_spec.rb
|
266
|
-
- spec/models/
|
267
|
-
- spec/models/
|
259
|
+
- spec/models/nested_role_spec.rb
|
260
|
+
- spec/models/file_file_repository_spec.rb
|
261
|
+
- spec/models/patchedfile_file_distribution_spec.rb
|
262
|
+
- spec/models/file_file_remote_response_spec.rb
|
263
|
+
- spec/models/patchedfile_file_repository_spec.rb
|
268
264
|
- spec/models/repository_sync_url_spec.rb
|
265
|
+
- spec/models/paginatedfile_file_alternate_content_source_response_list_spec.rb
|
266
|
+
- spec/models/file_file_content_spec.rb
|
267
|
+
- spec/models/repair_spec.rb
|
268
|
+
- spec/models/repository_version_response_spec.rb
|
269
|
+
- spec/models/nested_role_response_spec.rb
|
269
270
|
- spec/models/file_file_alternate_content_source_spec.rb
|
271
|
+
- spec/models/file_file_publication_response_spec.rb
|
270
272
|
- spec/models/repository_add_remove_content_spec.rb
|
271
|
-
- spec/models/
|
272
|
-
- spec/models/
|
273
|
-
- spec/models/
|
274
|
-
- spec/models/paginatedfile_file_distribution_response_list_spec.rb
|
275
|
-
- spec/models/async_operation_response_spec.rb
|
276
|
-
- spec/models/content_summary_response_spec.rb
|
277
|
-
- spec/models/my_permissions_response_spec.rb
|
278
|
-
- spec/models/patchedfile_file_distribution_spec.rb
|
273
|
+
- spec/models/file_file_content_response_spec.rb
|
274
|
+
- spec/models/file_file_alternate_content_source_response_spec.rb
|
275
|
+
- spec/models/paginatedfile_file_content_response_list_spec.rb
|
279
276
|
- spec/models/policy_enum_spec.rb
|
280
|
-
- spec/models/task_group_operation_response_spec.rb
|
281
|
-
- spec/models/file_file_publication_response_spec.rb
|
282
277
|
- spec/models/object_roles_response_spec.rb
|
283
|
-
- spec/models/nested_role_spec.rb
|
284
|
-
- spec/models/file_file_distribution_spec.rb
|
285
|
-
- spec/models/file_file_remote_response_hidden_fields_spec.rb
|
286
|
-
- spec/models/file_file_alternate_content_source_response_spec.rb
|
287
278
|
- spec/models/file_file_publication_spec.rb
|
288
|
-
- spec/models/
|
279
|
+
- spec/models/task_group_operation_response_spec.rb
|
280
|
+
- spec/models/patchedfile_file_remote_spec.rb
|
289
281
|
- spec/models/file_file_distribution_response_spec.rb
|
282
|
+
- spec/models/async_operation_response_spec.rb
|
283
|
+
- spec/models/paginatedfile_file_distribution_response_list_spec.rb
|
284
|
+
- spec/models/file_file_distribution_spec.rb
|
285
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
286
|
+
- spec/models/paginatedfile_file_remote_response_list_spec.rb
|
287
|
+
- spec/models/file_file_remote_spec.rb
|
288
|
+
- spec/models/content_summary_response_spec.rb
|
289
|
+
- spec/models/file_file_repository_response_spec.rb
|
290
290
|
- spec/spec_helper.rb
|