pulp_file_client 1.6.0.dev01612237404 → 1.6.0.post2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a40d56bc248cacc3f31abe23170017f2dd670eec05328d0ef2f18d40d97dadb0
4
- data.tar.gz: 458138974ad887973fcd6552efd33bebc51ecac9b3735118e2827763f020c853
3
+ metadata.gz: 8555a236822a3e3d1aabd0f2c9f9874c79e2e563a2e3f00af4b1dfefba3b6356
4
+ data.tar.gz: 31e0cb5fd43af0aa21774fd170b9f6202a0bc9d2b4253c9d3a9a9ab16eb89a1d
5
5
  SHA512:
6
- metadata.gz: bd883d8d6227346aa07a40b538673f1ac15c890c2df2ffa173174bf596ccea3a72a258e7ceeeecd1371d9becbce1d2802c96773dfcc0423f6e6efdb2a6d209e5
7
- data.tar.gz: 278033277fbbe232a68d8d3305c980c9e2946dd2bed8632938d9ac2fe6a7d69d745b6a869edc8782f2a1df3ee6881448cf6c0be9a7844cfc7c0f58bb775bb09a
6
+ metadata.gz: 0117d3ec2ea9d947c35ed93e65dc973e64a921fc8ae419ff1e8452d8c9cd2096c60ccb211d94b831c5aebb5d55ee45b91daa0c11bf30de2d45096a876a505d34
7
+ data.tar.gz: 8d70481be81bda6da616e05e02341d9e1459f5e83de200fc5f432200fba077b65b483bdd8eb28fc739c7f32ea24dec3ac9450bfd58210528b7c978811c1d5842
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.6.0.dev01612237404
10
+ - Package version: 1.6.0.post2
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.6.0.dev01612237404.gem
27
+ gem install ./pulp_file_client-1.6.0.post2.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_file_client-1.6.0.dev01612237404.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_file_client-1.6.0.post2.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.6.0.dev01612237404'
36
+ gem 'pulp_file_client', '~> 1.6.0.post2'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -153,6 +153,7 @@ opts = {
153
153
  name__startswith: 'name__startswith_example', # String | name__startswith
154
154
  offset: 56, # Integer | The initial index from which to return the results.
155
155
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
156
+ pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
156
157
  fields: 'fields_example', # String | A list of fields to include in the response.
157
158
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
158
159
  }
@@ -183,6 +184,7 @@ Name | Type | Description | Notes
183
184
  **name__startswith** | **String**| name__startswith | [optional]
184
185
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
185
186
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
187
+ **pulp_label_select** | **String**| pulp_label_select | [optional]
186
188
  **fields** | **String**| A list of fields to include in the response. | [optional]
187
189
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
188
190
 
@@ -149,6 +149,7 @@ opts = {
149
149
  name__startswith: 'name__startswith_example', # String | name__startswith
150
150
  offset: 56, # Integer | The initial index from which to return the results.
151
151
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
152
+ pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
152
153
  pulp_last_updated: 'pulp_last_updated_example', # String | pulp_last_updated
153
154
  pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | pulp_last_updated__gt
154
155
  pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | pulp_last_updated__gte
@@ -181,6 +182,7 @@ Name | Type | Description | Notes
181
182
  **name__startswith** | **String**| name__startswith | [optional]
182
183
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
183
184
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
185
+ **pulp_label_select** | **String**| pulp_label_select | [optional]
184
186
  **pulp_last_updated** | **String**| pulp_last_updated | [optional]
185
187
  **pulp_last_updated__gt** | **String**| pulp_last_updated__gt | [optional]
186
188
  **pulp_last_updated__gte** | **String**| pulp_last_updated__gte | [optional]
@@ -151,6 +151,7 @@ opts = {
151
151
  name__startswith: 'name__startswith_example', # String | name__startswith
152
152
  offset: 56, # Integer | The initial index from which to return the results.
153
153
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
154
+ pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
154
155
  fields: 'fields_example', # String | A list of fields to include in the response.
155
156
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
156
157
  }
@@ -177,6 +178,7 @@ Name | Type | Description | Notes
177
178
  **name__startswith** | **String**| name__startswith | [optional]
178
179
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
179
180
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
181
+ **pulp_label_select** | **String**| pulp_label_select | [optional]
180
182
  **fields** | **String**| A list of fields to include in the response. | [optional]
181
183
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
182
184
 
@@ -160,6 +160,7 @@ module PulpFileClient
160
160
  # @option opts [String] :name__startswith name__startswith
161
161
  # @option opts [Integer] :offset The initial index from which to return the results.
162
162
  # @option opts [String] :ordering Which field to use when ordering the results.
163
+ # @option opts [String] :pulp_label_select pulp_label_select
163
164
  # @option opts [String] :fields A list of fields to include in the response.
164
165
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
165
166
  # @return [PaginatedfileFileDistributionResponseList]
@@ -183,6 +184,7 @@ module PulpFileClient
183
184
  # @option opts [String] :name__startswith name__startswith
184
185
  # @option opts [Integer] :offset The initial index from which to return the results.
185
186
  # @option opts [String] :ordering Which field to use when ordering the results.
187
+ # @option opts [String] :pulp_label_select pulp_label_select
186
188
  # @option opts [String] :fields A list of fields to include in the response.
187
189
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
188
190
  # @return [Array<(PaginatedfileFileDistributionResponseList, Integer, Hash)>] PaginatedfileFileDistributionResponseList data, response status code and response headers
@@ -207,6 +209,7 @@ module PulpFileClient
207
209
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
208
210
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
209
211
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
212
+ query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
210
213
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
211
214
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
212
215
 
@@ -156,6 +156,7 @@ module PulpFileClient
156
156
  # @option opts [String] :name__startswith name__startswith
157
157
  # @option opts [Integer] :offset The initial index from which to return the results.
158
158
  # @option opts [String] :ordering Which field to use when ordering the results.
159
+ # @option opts [String] :pulp_label_select pulp_label_select
159
160
  # @option opts [String] :pulp_last_updated pulp_last_updated
160
161
  # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
161
162
  # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
@@ -181,6 +182,7 @@ module PulpFileClient
181
182
  # @option opts [String] :name__startswith name__startswith
182
183
  # @option opts [Integer] :offset The initial index from which to return the results.
183
184
  # @option opts [String] :ordering Which field to use when ordering the results.
185
+ # @option opts [String] :pulp_label_select pulp_label_select
184
186
  # @option opts [String] :pulp_last_updated pulp_last_updated
185
187
  # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
186
188
  # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
@@ -207,6 +209,7 @@ module PulpFileClient
207
209
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
208
210
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
209
211
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
212
+ query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
210
213
  query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
211
214
  query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
212
215
  query_params[:'pulp_last_updated__gte'] = opts[:'pulp_last_updated__gte'] if !opts[:'pulp_last_updated__gte'].nil?
@@ -156,6 +156,7 @@ module PulpFileClient
156
156
  # @option opts [String] :name__startswith name__startswith
157
157
  # @option opts [Integer] :offset The initial index from which to return the results.
158
158
  # @option opts [String] :ordering Which field to use when ordering the results.
159
+ # @option opts [String] :pulp_label_select pulp_label_select
159
160
  # @option opts [String] :fields A list of fields to include in the response.
160
161
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
161
162
  # @return [PaginatedfileFileRepositoryResponseList]
@@ -175,6 +176,7 @@ module PulpFileClient
175
176
  # @option opts [String] :name__startswith name__startswith
176
177
  # @option opts [Integer] :offset The initial index from which to return the results.
177
178
  # @option opts [String] :ordering Which field to use when ordering the results.
179
+ # @option opts [String] :pulp_label_select pulp_label_select
178
180
  # @option opts [String] :fields A list of fields to include in the response.
179
181
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
180
182
  # @return [Array<(PaginatedfileFileRepositoryResponseList, Integer, Hash)>] PaginatedfileFileRepositoryResponseList data, response status code and response headers
@@ -195,6 +197,7 @@ module PulpFileClient
195
197
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
196
198
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
197
199
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
200
+ query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
198
201
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
199
202
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
200
203
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpFileClient
14
- VERSION = '1.6.0.dev01612237404'
14
+ VERSION = '1.6.0.post2'
15
15
  end
@@ -72,6 +72,7 @@ describe 'DistributionsFileApi' do
72
72
  # @option opts [String] :name__startswith name__startswith
73
73
  # @option opts [Integer] :offset The initial index from which to return the results.
74
74
  # @option opts [String] :ordering Which field to use when ordering the results.
75
+ # @option opts [String] :pulp_label_select pulp_label_select
75
76
  # @option opts [String] :fields A list of fields to include in the response.
76
77
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
77
78
  # @return [PaginatedfileFileDistributionResponseList]
@@ -68,6 +68,7 @@ describe 'RemotesFileApi' do
68
68
  # @option opts [String] :name__startswith name__startswith
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
70
  # @option opts [String] :ordering Which field to use when ordering the results.
71
+ # @option opts [String] :pulp_label_select pulp_label_select
71
72
  # @option opts [String] :pulp_last_updated pulp_last_updated
72
73
  # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
73
74
  # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
@@ -68,6 +68,7 @@ describe 'RepositoriesFileApi' do
68
68
  # @option opts [String] :name__startswith name__startswith
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
70
  # @option opts [String] :ordering Which field to use when ordering the results.
71
+ # @option opts [String] :pulp_label_select pulp_label_select
71
72
  # @option opts [String] :fields A list of fields to include in the response.
72
73
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
73
74
  # @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.6.0.dev01612237404
4
+ version: 1.6.0.post2
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-02 00:00:00.000000000 Z
11
+ date: 2021-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -234,48 +234,48 @@ signing_key:
234
234
  specification_version: 4
235
235
  summary: Pulp 3 API Ruby Gem
236
236
  test_files:
237
- - spec/api/repositories_file_api_spec.rb
238
- - spec/api/remotes_file_api_spec.rb
239
237
  - spec/api/exporters_file_exports_api_spec.rb
238
+ - spec/api/remotes_file_api_spec.rb
240
239
  - spec/api/repositories_file_versions_api_spec.rb
241
- - spec/api/content_files_api_spec.rb
242
240
  - spec/api/publications_file_api_spec.rb
241
+ - spec/api/repositories_file_api_spec.rb
243
242
  - spec/api/distributions_file_api_spec.rb
243
+ - spec/api/content_files_api_spec.rb
244
244
  - spec/api/exporters_filesystem_api_spec.rb
245
245
  - spec/api_client_spec.rb
246
246
  - spec/configuration_spec.rb
247
- - spec/models/repository_sync_url_spec.rb
248
- - spec/models/policy_enum_spec.rb
249
- - spec/models/patchedfile_file_repository_spec.rb
250
- - spec/models/file_file_publication_spec.rb
251
- - spec/models/paginatedfile_file_remote_response_list_spec.rb
252
- - spec/models/file_file_repository_spec.rb
253
- - spec/models/file_file_remote_response_spec.rb
254
- - spec/models/paginatedfile_file_distribution_response_list_spec.rb
255
- - spec/models/file_file_filesystem_exporter_response_spec.rb
247
+ - spec/models/paginatedfile_file_publication_response_list_spec.rb
248
+ - spec/models/export_response_spec.rb
256
249
  - spec/models/patchedfile_file_distribution_spec.rb
250
+ - spec/models/file_file_publication_response_spec.rb
251
+ - spec/models/repository_version_spec.rb
257
252
  - spec/models/repository_version_response_spec.rb
258
- - spec/models/paginated_export_response_list_spec.rb
259
253
  - spec/models/file_file_remote_spec.rb
260
254
  - spec/models/async_operation_response_spec.rb
261
- - spec/models/patchedfile_file_filesystem_exporter_spec.rb
262
- - spec/models/publication_export_spec.rb
263
- - spec/models/content_summary_response_spec.rb
264
255
  - spec/models/paginatedfile_file_filesystem_exporter_response_list_spec.rb
265
- - spec/models/repository_add_remove_content_spec.rb
266
- - spec/models/patchedfile_file_remote_spec.rb
267
- - spec/models/paginatedfile_file_repository_response_list_spec.rb
268
- - spec/models/file_file_distribution_spec.rb
269
- - spec/models/file_file_distribution_response_spec.rb
256
+ - spec/models/file_file_filesystem_exporter_response_spec.rb
257
+ - spec/models/file_file_filesystem_exporter_spec.rb
258
+ - spec/models/content_summary_response_spec.rb
270
259
  - spec/models/paginated_repository_version_response_list_spec.rb
271
- - spec/models/file_file_content_response_spec.rb
272
- - spec/models/paginatedfile_file_content_response_list_spec.rb
273
260
  - spec/models/content_summary_spec.rb
274
- - spec/models/export_response_spec.rb
275
- - spec/models/repository_version_spec.rb
276
- - spec/models/file_file_filesystem_exporter_spec.rb
277
- - spec/models/file_file_publication_response_spec.rb
261
+ - spec/models/paginated_export_response_list_spec.rb
262
+ - spec/models/policy_enum_spec.rb
263
+ - spec/models/file_file_remote_response_spec.rb
264
+ - spec/models/file_file_distribution_spec.rb
278
265
  - spec/models/file_file_repository_response_spec.rb
279
266
  - spec/models/file_file_content_spec.rb
280
- - spec/models/paginatedfile_file_publication_response_list_spec.rb
267
+ - spec/models/file_file_publication_spec.rb
268
+ - spec/models/paginatedfile_file_repository_response_list_spec.rb
269
+ - spec/models/publication_export_spec.rb
270
+ - spec/models/file_file_content_response_spec.rb
271
+ - spec/models/repository_add_remove_content_spec.rb
272
+ - spec/models/paginatedfile_file_remote_response_list_spec.rb
273
+ - spec/models/file_file_repository_spec.rb
274
+ - spec/models/paginatedfile_file_distribution_response_list_spec.rb
275
+ - spec/models/patchedfile_file_filesystem_exporter_spec.rb
276
+ - spec/models/paginatedfile_file_content_response_list_spec.rb
277
+ - spec/models/patchedfile_file_remote_spec.rb
278
+ - spec/models/repository_sync_url_spec.rb
279
+ - spec/models/patchedfile_file_repository_spec.rb
280
+ - spec/models/file_file_distribution_response_spec.rb
281
281
  - spec/spec_helper.rb