pulp_file_client 1.6.0.dev01611805382 → 1.6.0.post0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c217879e3f947441e8fc7e6c97a1ab3e974e380e3d25cabd10e9f2f16b4a2cf
4
- data.tar.gz: e92cd845e1f1735e1f6273b0947b0a555c9df66ba11b59e99282b7156a9d8728
3
+ metadata.gz: c9f12aace6d1078c1cc4735d5cad17815bdf6673f13549924d29c836ca0906f6
4
+ data.tar.gz: b43d1c17a2f0b4954287f2db82910ab95c5bc322122dfc59f3d522457e5b6452
5
5
  SHA512:
6
- metadata.gz: 5611b9ce9d95596eddb053dc8d653be4271be659cabdf1dfaf88b09e80950c1914d9bf5a2d165e1feb125cea9e434414ce5e9e1dceac495d3278098d60ef5ddc
7
- data.tar.gz: 930cb66fc7f54bef23db232a83422879ae862c4fa1b08f396700096db9bef7b4bfe453efe8383474616988f236f609aa1db919b71b8a67950ffddf9d7a13fba3
6
+ metadata.gz: 890d18c57b245103f9dc87b213b08be9c2b3cc6b6d1a114a053a31994691340c5aaf70be1f9226d743575cac30cd847092c05cc7a30ae92ac0b23af450a2e41d
7
+ data.tar.gz: 8f5e860991f64963748d96a9678671bf30fc3b31738234e4212711841ad9ae39a7ce0a092883495dc082bb32c0594c1160c0434d6cfa1cab9b2dfab94a0422e2
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.dev01611805382
10
+ - Package version: 1.6.0.post0
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.dev01611805382.gem
27
+ gem install ./pulp_file_client-1.6.0.post0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_file_client-1.6.0.dev01611805382.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_file_client-1.6.0.post0.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.dev01611805382'
36
+ gem 'pulp_file_client', '~> 1.6.0.post0'
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.dev01611805382'
14
+ VERSION = '1.6.0.post0'
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.dev01611805382
4
+ version: 1.6.0.post0
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-01-28 00:00:00.000000000 Z
11
+ date: 2021-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -235,47 +235,47 @@ specification_version: 4
235
235
  summary: Pulp 3 API Ruby Gem
236
236
  test_files:
237
237
  - spec/api/exporters_file_exports_api_spec.rb
238
- - spec/api/publications_file_api_spec.rb
239
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
240
+ - spec/api/publications_file_api_spec.rb
241
+ - spec/api/repositories_file_api_spec.rb
242
242
  - spec/api/distributions_file_api_spec.rb
243
+ - spec/api/content_files_api_spec.rb
243
244
  - spec/api/exporters_filesystem_api_spec.rb
244
- - spec/api/repositories_file_api_spec.rb
245
245
  - spec/api_client_spec.rb
246
246
  - spec/configuration_spec.rb
247
- - spec/models/content_summary_spec.rb
248
- - spec/models/file_file_remote_response_spec.rb
249
- - spec/models/patchedfile_file_filesystem_exporter_spec.rb
250
- - spec/models/file_file_distribution_spec.rb
251
- - spec/models/paginatedfile_file_filesystem_exporter_response_list_spec.rb
252
247
  - spec/models/paginatedfile_file_publication_response_list_spec.rb
253
- - spec/models/paginatedfile_file_content_response_list_spec.rb
254
- - spec/models/file_file_content_spec.rb
255
- - spec/models/file_file_publication_spec.rb
256
- - spec/models/repository_version_spec.rb
257
- - spec/models/file_file_repository_response_spec.rb
258
- - spec/models/content_summary_response_spec.rb
259
- - spec/models/paginated_export_response_list_spec.rb
260
248
  - spec/models/export_response_spec.rb
261
- - spec/models/paginatedfile_file_remote_response_list_spec.rb
249
+ - spec/models/patchedfile_file_distribution_spec.rb
262
250
  - spec/models/file_file_publication_response_spec.rb
251
+ - spec/models/repository_version_spec.rb
252
+ - spec/models/repository_version_response_spec.rb
263
253
  - spec/models/file_file_remote_spec.rb
264
- - spec/models/file_file_distribution_response_spec.rb
254
+ - spec/models/async_operation_response_spec.rb
255
+ - spec/models/paginatedfile_file_filesystem_exporter_response_list_spec.rb
265
256
  - spec/models/file_file_filesystem_exporter_response_spec.rb
266
- - spec/models/repository_version_response_spec.rb
267
- - spec/models/file_file_repository_spec.rb
268
- - spec/models/patchedfile_file_remote_spec.rb
269
- - spec/models/repository_sync_url_spec.rb
270
- - spec/models/file_file_content_response_spec.rb
271
257
  - spec/models/file_file_filesystem_exporter_spec.rb
272
- - spec/models/patchedfile_file_distribution_spec.rb
273
- - spec/models/async_operation_response_spec.rb
258
+ - spec/models/content_summary_response_spec.rb
259
+ - spec/models/paginated_repository_version_response_list_spec.rb
260
+ - spec/models/content_summary_spec.rb
261
+ - spec/models/paginated_export_response_list_spec.rb
274
262
  - spec/models/policy_enum_spec.rb
263
+ - spec/models/file_file_remote_response_spec.rb
264
+ - spec/models/file_file_distribution_spec.rb
265
+ - spec/models/file_file_repository_response_spec.rb
266
+ - spec/models/file_file_content_spec.rb
267
+ - spec/models/file_file_publication_spec.rb
275
268
  - spec/models/paginatedfile_file_repository_response_list_spec.rb
276
- - spec/models/paginatedfile_file_distribution_response_list_spec.rb
277
269
  - spec/models/publication_export_spec.rb
278
- - spec/models/patchedfile_file_repository_spec.rb
270
+ - spec/models/file_file_content_response_spec.rb
279
271
  - spec/models/repository_add_remove_content_spec.rb
280
- - spec/models/paginated_repository_version_response_list_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