pulp_file_client 1.3.0 → 1.4.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.
Files changed (57) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -12
  3. data/docs/ContentFilesApi.md +2 -2
  4. data/docs/DistributionsFileApi.md +2 -2
  5. data/docs/ExportersFileExportsApi.md +2 -2
  6. data/docs/ExportersFilesystemApi.md +2 -2
  7. data/docs/{InlineResponse2003.md → PaginatedExportResponseList.md} +4 -4
  8. data/docs/{InlineResponse2007.md → PaginatedRepositoryVersionResponseList.md} +4 -4
  9. data/docs/{InlineResponse200.md → PaginatedfileFileContentResponseList.md} +4 -4
  10. data/docs/{InlineResponse2001.md → PaginatedfileFileDistributionResponseList.md} +4 -4
  11. data/docs/{InlineResponse2002.md → PaginatedfileFileFilesystemExporterResponseList.md} +4 -4
  12. data/docs/{InlineResponse2004.md → PaginatedfileFilePublicationResponseList.md} +4 -4
  13. data/docs/{InlineResponse2005.md → PaginatedfileFileRemoteResponseList.md} +4 -4
  14. data/docs/{InlineResponse2006.md → PaginatedfileFileRepositoryResponseList.md} +4 -4
  15. data/docs/PublicationsFileApi.md +2 -2
  16. data/docs/RemotesFileApi.md +2 -2
  17. data/docs/RepositoriesFileApi.md +2 -2
  18. data/docs/RepositoriesFileVersionsApi.md +2 -2
  19. data/lib/pulp_file_client/api/content_files_api.rb +3 -3
  20. data/lib/pulp_file_client/api/distributions_file_api.rb +3 -3
  21. data/lib/pulp_file_client/api/exporters_file_exports_api.rb +3 -3
  22. data/lib/pulp_file_client/api/exporters_filesystem_api.rb +3 -3
  23. data/lib/pulp_file_client/api/publications_file_api.rb +3 -3
  24. data/lib/pulp_file_client/api/remotes_file_api.rb +3 -3
  25. data/lib/pulp_file_client/api/repositories_file_api.rb +3 -3
  26. data/lib/pulp_file_client/api/repositories_file_versions_api.rb +3 -3
  27. data/lib/pulp_file_client/models/{inline_response2003.rb → paginated_export_response_list.rb} +3 -3
  28. data/lib/pulp_file_client/models/{inline_response2007.rb → paginated_repository_version_response_list.rb} +3 -3
  29. data/lib/pulp_file_client/models/{inline_response200.rb → paginatedfile_file_content_response_list.rb} +3 -3
  30. data/lib/pulp_file_client/models/{inline_response2001.rb → paginatedfile_file_distribution_response_list.rb} +3 -3
  31. data/lib/pulp_file_client/models/{inline_response2002.rb → paginatedfile_file_filesystem_exporter_response_list.rb} +3 -3
  32. data/lib/pulp_file_client/models/{inline_response2004.rb → paginatedfile_file_publication_response_list.rb} +3 -3
  33. data/lib/pulp_file_client/models/{inline_response2005.rb → paginatedfile_file_remote_response_list.rb} +3 -3
  34. data/lib/pulp_file_client/models/{inline_response2006.rb → paginatedfile_file_repository_response_list.rb} +3 -3
  35. data/lib/pulp_file_client/version.rb +1 -1
  36. data/lib/pulp_file_client.rb +8 -8
  37. data/spec/api/content_files_api_spec.rb +1 -1
  38. data/spec/api/distributions_file_api_spec.rb +1 -1
  39. data/spec/api/exporters_file_exports_api_spec.rb +1 -1
  40. data/spec/api/exporters_filesystem_api_spec.rb +1 -1
  41. data/spec/api/publications_file_api_spec.rb +1 -1
  42. data/spec/api/remotes_file_api_spec.rb +1 -1
  43. data/spec/api/repositories_file_api_spec.rb +1 -1
  44. data/spec/api/repositories_file_versions_api_spec.rb +1 -1
  45. data/spec/models/{inline_response2001_spec.rb → paginated_export_response_list_spec.rb} +6 -6
  46. data/spec/models/{inline_response2004_spec.rb → paginated_repository_version_response_list_spec.rb} +6 -6
  47. data/spec/models/{inline_response2003_spec.rb → paginatedfile_file_content_response_list_spec.rb} +6 -6
  48. data/spec/models/paginatedfile_file_distribution_response_list_spec.rb +59 -0
  49. data/spec/models/paginatedfile_file_filesystem_exporter_response_list_spec.rb +59 -0
  50. data/spec/models/paginatedfile_file_publication_response_list_spec.rb +59 -0
  51. data/spec/models/{inline_response2002_spec.rb → paginatedfile_file_remote_response_list_spec.rb} +6 -6
  52. data/spec/models/paginatedfile_file_repository_response_list_spec.rb +59 -0
  53. metadata +58 -58
  54. data/spec/models/inline_response2005_spec.rb +0 -59
  55. data/spec/models/inline_response2006_spec.rb +0 -59
  56. data/spec/models/inline_response2007_spec.rb +0 -59
  57. data/spec/models/inline_response200_spec.rb +0 -59
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.3.0
4
+ version: 1.4.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: 2020-09-23 00:00:00.000000000 Z
11
+ date: 2020-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -94,14 +94,14 @@ files:
94
94
  - docs/FileFileRemoteResponse.md
95
95
  - docs/FileFileRepository.md
96
96
  - docs/FileFileRepositoryResponse.md
97
- - docs/InlineResponse200.md
98
- - docs/InlineResponse2001.md
99
- - docs/InlineResponse2002.md
100
- - docs/InlineResponse2003.md
101
- - docs/InlineResponse2004.md
102
- - docs/InlineResponse2005.md
103
- - docs/InlineResponse2006.md
104
- - docs/InlineResponse2007.md
97
+ - docs/PaginatedExportResponseList.md
98
+ - docs/PaginatedRepositoryVersionResponseList.md
99
+ - docs/PaginatedfileFileContentResponseList.md
100
+ - docs/PaginatedfileFileDistributionResponseList.md
101
+ - docs/PaginatedfileFileFilesystemExporterResponseList.md
102
+ - docs/PaginatedfileFilePublicationResponseList.md
103
+ - docs/PaginatedfileFileRemoteResponseList.md
104
+ - docs/PaginatedfileFileRepositoryResponseList.md
105
105
  - docs/PatchedfileFileDistribution.md
106
106
  - docs/PatchedfileFileFilesystemExporter.md
107
107
  - docs/PatchedfileFileRemote.md
@@ -145,14 +145,14 @@ files:
145
145
  - lib/pulp_file_client/models/file_file_remote_response.rb
146
146
  - lib/pulp_file_client/models/file_file_repository.rb
147
147
  - lib/pulp_file_client/models/file_file_repository_response.rb
148
- - lib/pulp_file_client/models/inline_response200.rb
149
- - lib/pulp_file_client/models/inline_response2001.rb
150
- - lib/pulp_file_client/models/inline_response2002.rb
151
- - lib/pulp_file_client/models/inline_response2003.rb
152
- - lib/pulp_file_client/models/inline_response2004.rb
153
- - lib/pulp_file_client/models/inline_response2005.rb
154
- - lib/pulp_file_client/models/inline_response2006.rb
155
- - lib/pulp_file_client/models/inline_response2007.rb
148
+ - lib/pulp_file_client/models/paginated_export_response_list.rb
149
+ - lib/pulp_file_client/models/paginated_repository_version_response_list.rb
150
+ - lib/pulp_file_client/models/paginatedfile_file_content_response_list.rb
151
+ - lib/pulp_file_client/models/paginatedfile_file_distribution_response_list.rb
152
+ - lib/pulp_file_client/models/paginatedfile_file_filesystem_exporter_response_list.rb
153
+ - lib/pulp_file_client/models/paginatedfile_file_publication_response_list.rb
154
+ - lib/pulp_file_client/models/paginatedfile_file_remote_response_list.rb
155
+ - lib/pulp_file_client/models/paginatedfile_file_repository_response_list.rb
156
156
  - lib/pulp_file_client/models/patchedfile_file_distribution.rb
157
157
  - lib/pulp_file_client/models/patchedfile_file_filesystem_exporter.rb
158
158
  - lib/pulp_file_client/models/patchedfile_file_remote.rb
@@ -191,14 +191,14 @@ files:
191
191
  - spec/models/file_file_remote_spec.rb
192
192
  - spec/models/file_file_repository_response_spec.rb
193
193
  - spec/models/file_file_repository_spec.rb
194
- - spec/models/inline_response2001_spec.rb
195
- - spec/models/inline_response2002_spec.rb
196
- - spec/models/inline_response2003_spec.rb
197
- - spec/models/inline_response2004_spec.rb
198
- - spec/models/inline_response2005_spec.rb
199
- - spec/models/inline_response2006_spec.rb
200
- - spec/models/inline_response2007_spec.rb
201
- - spec/models/inline_response200_spec.rb
194
+ - spec/models/paginated_export_response_list_spec.rb
195
+ - spec/models/paginated_repository_version_response_list_spec.rb
196
+ - spec/models/paginatedfile_file_content_response_list_spec.rb
197
+ - spec/models/paginatedfile_file_distribution_response_list_spec.rb
198
+ - spec/models/paginatedfile_file_filesystem_exporter_response_list_spec.rb
199
+ - spec/models/paginatedfile_file_publication_response_list_spec.rb
200
+ - spec/models/paginatedfile_file_remote_response_list_spec.rb
201
+ - spec/models/paginatedfile_file_repository_response_list_spec.rb
202
202
  - spec/models/patchedfile_file_distribution_spec.rb
203
203
  - spec/models/patchedfile_file_filesystem_exporter_spec.rb
204
204
  - spec/models/patchedfile_file_remote_spec.rb
@@ -225,57 +225,57 @@ required_ruby_version: !ruby/object:Gem::Requirement
225
225
  version: '1.9'
226
226
  required_rubygems_version: !ruby/object:Gem::Requirement
227
227
  requirements:
228
- - - ">="
228
+ - - ">"
229
229
  - !ruby/object:Gem::Version
230
- version: '0'
230
+ version: 1.3.1
231
231
  requirements: []
232
- rubygems_version: 3.0.6
232
+ rubygems_version: 3.0.3
233
233
  signing_key:
234
234
  specification_version: 4
235
235
  summary: Pulp 3 API Ruby Gem
236
236
  test_files:
237
+ - spec/api/exporters_file_exports_api_spec.rb
238
+ - spec/api/repositories_file_versions_api_spec.rb
237
239
  - spec/api/content_files_api_spec.rb
240
+ - spec/api/exporters_filesystem_api_spec.rb
238
241
  - spec/api/distributions_file_api_spec.rb
239
242
  - spec/api/remotes_file_api_spec.rb
240
- - spec/api/exporters_filesystem_api_spec.rb
241
- - spec/api/repositories_file_api_spec.rb
242
- - spec/api/repositories_file_versions_api_spec.rb
243
- - spec/api/exporters_file_exports_api_spec.rb
244
243
  - spec/api/publications_file_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/file_file_filesystem_exporter_spec.rb
248
- - spec/models/file_file_remote_response_spec.rb
249
- - spec/models/inline_response2004_spec.rb
250
247
  - spec/models/file_file_distribution_spec.rb
251
- - spec/models/content_summary_response_spec.rb
248
+ - spec/models/paginatedfile_file_repository_response_list_spec.rb
249
+ - spec/models/repository_version_spec.rb
250
+ - spec/models/file_file_repository_spec.rb
251
+ - spec/models/paginated_repository_version_response_list_spec.rb
252
+ - spec/models/file_file_filesystem_exporter_response_spec.rb
252
253
  - spec/models/file_file_publication_response_spec.rb
253
- - spec/models/repository_add_remove_content_spec.rb
254
+ - spec/models/content_summary_spec.rb
255
+ - spec/models/paginatedfile_file_distribution_response_list_spec.rb
256
+ - spec/models/repository_sync_url_spec.rb
257
+ - spec/models/paginated_export_response_list_spec.rb
254
258
  - spec/models/file_file_content_spec.rb
255
- - spec/models/inline_response2007_spec.rb
259
+ - spec/models/patchedfile_file_remote_spec.rb
260
+ - spec/models/policy_enum_spec.rb
261
+ - spec/models/file_file_distribution_response_spec.rb
262
+ - spec/models/file_file_remote_response_spec.rb
256
263
  - spec/models/export_response_spec.rb
264
+ - spec/models/paginatedfile_file_filesystem_exporter_response_list_spec.rb
265
+ - spec/models/file_file_publication_spec.rb
266
+ - spec/models/content_summary_response_spec.rb
267
+ - spec/models/file_file_remote_spec.rb
268
+ - spec/models/repository_add_remove_content_spec.rb
257
269
  - spec/models/patchedfile_file_distribution_spec.rb
270
+ - spec/models/patchedfile_file_repository_spec.rb
271
+ - spec/models/publication_export_spec.rb
258
272
  - spec/models/patchedfile_file_filesystem_exporter_spec.rb
259
- - spec/models/inline_response2006_spec.rb
273
+ - spec/models/file_file_repository_response_spec.rb
274
+ - spec/models/paginatedfile_file_publication_response_list_spec.rb
275
+ - spec/models/paginatedfile_file_remote_response_list_spec.rb
260
276
  - spec/models/async_operation_response_spec.rb
261
- - spec/models/file_file_publication_spec.rb
262
- - spec/models/patchedfile_file_remote_spec.rb
263
- - spec/models/policy_enum_spec.rb
264
- - spec/models/content_summary_spec.rb
265
- - spec/models/file_file_filesystem_exporter_response_spec.rb
266
- - spec/models/inline_response2005_spec.rb
267
- - spec/models/file_file_remote_spec.rb
268
- - spec/models/repository_version_spec.rb
269
- - spec/models/file_file_distribution_response_spec.rb
270
- - spec/models/inline_response2003_spec.rb
271
277
  - spec/models/repository_version_response_spec.rb
272
- - spec/models/inline_response2001_spec.rb
278
+ - spec/models/file_file_filesystem_exporter_spec.rb
273
279
  - spec/models/file_file_content_response_spec.rb
274
- - spec/models/file_file_repository_spec.rb
275
- - spec/models/inline_response2002_spec.rb
276
- - spec/models/publication_export_spec.rb
277
- - spec/models/repository_sync_url_spec.rb
278
- - spec/models/inline_response200_spec.rb
279
- - spec/models/file_file_repository_response_spec.rb
280
- - spec/models/patchedfile_file_repository_spec.rb
280
+ - spec/models/paginatedfile_file_content_response_list_spec.rb
281
281
  - spec/spec_helper.rb
@@ -1,59 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #Fetch, Upload, Organize, and Distribute Software Packages
5
-
6
- The version of the OpenAPI document: v3
7
- Contact: pulp-list@redhat.com
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for PulpFileClient::InlineResponse2005
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'InlineResponse2005' do
21
- before do
22
- # run before each test
23
- @instance = PulpFileClient::InlineResponse2005.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of InlineResponse2005' do
31
- it 'should create an instance of InlineResponse2005' do
32
- expect(@instance).to be_instance_of(PulpFileClient::InlineResponse2005)
33
- end
34
- end
35
- describe 'test attribute "count"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "_next"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "previous"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- describe 'test attribute "results"' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- end
57
- end
58
-
59
- end
@@ -1,59 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #Fetch, Upload, Organize, and Distribute Software Packages
5
-
6
- The version of the OpenAPI document: v3
7
- Contact: pulp-list@redhat.com
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for PulpFileClient::InlineResponse2006
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'InlineResponse2006' do
21
- before do
22
- # run before each test
23
- @instance = PulpFileClient::InlineResponse2006.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of InlineResponse2006' do
31
- it 'should create an instance of InlineResponse2006' do
32
- expect(@instance).to be_instance_of(PulpFileClient::InlineResponse2006)
33
- end
34
- end
35
- describe 'test attribute "count"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "_next"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "previous"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- describe 'test attribute "results"' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- end
57
- end
58
-
59
- end
@@ -1,59 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #Fetch, Upload, Organize, and Distribute Software Packages
5
-
6
- The version of the OpenAPI document: v3
7
- Contact: pulp-list@redhat.com
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for PulpFileClient::InlineResponse2007
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'InlineResponse2007' do
21
- before do
22
- # run before each test
23
- @instance = PulpFileClient::InlineResponse2007.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of InlineResponse2007' do
31
- it 'should create an instance of InlineResponse2007' do
32
- expect(@instance).to be_instance_of(PulpFileClient::InlineResponse2007)
33
- end
34
- end
35
- describe 'test attribute "count"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "_next"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "previous"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- describe 'test attribute "results"' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- end
57
- end
58
-
59
- end
@@ -1,59 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #Fetch, Upload, Organize, and Distribute Software Packages
5
-
6
- The version of the OpenAPI document: v3
7
- Contact: pulp-list@redhat.com
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for PulpFileClient::InlineResponse200
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'InlineResponse200' do
21
- before do
22
- # run before each test
23
- @instance = PulpFileClient::InlineResponse200.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of InlineResponse200' do
31
- it 'should create an instance of InlineResponse200' do
32
- expect(@instance).to be_instance_of(PulpFileClient::InlineResponse200)
33
- end
34
- end
35
- describe 'test attribute "count"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "_next"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "previous"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- describe 'test attribute "results"' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- end
57
- end
58
-
59
- end