pulp_file_client 1.5.0 → 1.6.0.post0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -5
  3. data/docs/DistributionsFileApi.md +8 -0
  4. data/docs/ExportersFileExportsApi.md +5 -5
  5. data/docs/ExportersFilesystemApi.md +6 -0
  6. data/docs/FileFileDistribution.md +2 -0
  7. data/docs/FileFileDistributionResponse.md +2 -0
  8. data/docs/FileFileRemote.md +5 -1
  9. data/docs/FileFileRemoteResponse.md +5 -1
  10. data/docs/FileFileRepository.md +3 -1
  11. data/docs/FileFileRepositoryResponse.md +2 -0
  12. data/docs/PatchedfileFileDistribution.md +2 -0
  13. data/docs/PatchedfileFileRemote.md +5 -1
  14. data/docs/PatchedfileFileRepository.md +3 -1
  15. data/docs/RemotesFileApi.md +8 -0
  16. data/docs/RepositoriesFileApi.md +8 -0
  17. data/lib/pulp_file_client/api/distributions_file_api.rb +12 -0
  18. data/lib/pulp_file_client/api/exporters_file_exports_api.rb +9 -9
  19. data/lib/pulp_file_client/api/exporters_filesystem_api.rb +9 -0
  20. data/lib/pulp_file_client/api/remotes_file_api.rb +12 -0
  21. data/lib/pulp_file_client/api/repositories_file_api.rb +12 -0
  22. data/lib/pulp_file_client/models/file_file_distribution.rb +10 -1
  23. data/lib/pulp_file_client/models/file_file_distribution_response.rb +10 -1
  24. data/lib/pulp_file_client/models/file_file_remote.rb +25 -5
  25. data/lib/pulp_file_client/models/file_file_remote_response.rb +25 -5
  26. data/lib/pulp_file_client/models/file_file_repository.rb +10 -1
  27. data/lib/pulp_file_client/models/file_file_repository_response.rb +10 -1
  28. data/lib/pulp_file_client/models/patchedfile_file_distribution.rb +10 -1
  29. data/lib/pulp_file_client/models/patchedfile_file_remote.rb +25 -5
  30. data/lib/pulp_file_client/models/patchedfile_file_repository.rb +10 -1
  31. data/lib/pulp_file_client/version.rb +1 -1
  32. data/spec/api/distributions_file_api_spec.rb +4 -0
  33. data/spec/api/exporters_file_exports_api_spec.rb +1 -1
  34. data/spec/api/exporters_filesystem_api_spec.rb +3 -0
  35. data/spec/api/remotes_file_api_spec.rb +4 -0
  36. data/spec/api/repositories_file_api_spec.rb +4 -0
  37. data/spec/models/file_file_distribution_response_spec.rb +6 -0
  38. data/spec/models/file_file_distribution_spec.rb +6 -0
  39. data/spec/models/file_file_remote_response_spec.rb +12 -0
  40. data/spec/models/file_file_remote_spec.rb +12 -0
  41. data/spec/models/file_file_repository_response_spec.rb +6 -0
  42. data/spec/models/file_file_repository_spec.rb +6 -0
  43. data/spec/models/patchedfile_file_distribution_spec.rb +6 -0
  44. data/spec/models/patchedfile_file_remote_spec.rb +12 -0
  45. data/spec/models/patchedfile_file_repository_spec.rb +6 -0
  46. metadata +31 -31
@@ -62,9 +62,13 @@ describe 'RemotesFileApi' do
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [Integer] :limit Number of results to return per page.
64
64
  # @option opts [String] :name name
65
+ # @option opts [String] :name__contains name__contains
66
+ # @option opts [String] :name__icontains name__icontains
65
67
  # @option opts [String] :name__in name__in
68
+ # @option opts [String] :name__startswith name__startswith
66
69
  # @option opts [Integer] :offset The initial index from which to return the results.
67
70
  # @option opts [String] :ordering Which field to use when ordering the results.
71
+ # @option opts [String] :pulp_label_select pulp_label_select
68
72
  # @option opts [String] :pulp_last_updated pulp_last_updated
69
73
  # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
70
74
  # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
@@ -62,9 +62,13 @@ describe 'RepositoriesFileApi' do
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [Integer] :limit Number of results to return per page.
64
64
  # @option opts [String] :name name
65
+ # @option opts [String] :name__contains name__contains
66
+ # @option opts [String] :name__icontains name__icontains
65
67
  # @option opts [String] :name__in name__in
68
+ # @option opts [String] :name__startswith name__startswith
66
69
  # @option opts [Integer] :offset The initial index from which to return the results.
67
70
  # @option opts [String] :ordering Which field to use when ordering the results.
71
+ # @option opts [String] :pulp_label_select pulp_label_select
68
72
  # @option opts [String] :fields A list of fields to include in the response.
69
73
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
70
74
  # @return [PaginatedfileFileRepositoryResponseList]
@@ -62,6 +62,12 @@ describe 'FileFileDistributionResponse' do
62
62
  end
63
63
  end
64
64
 
65
+ describe 'test attribute "pulp_labels"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
65
71
  describe 'test attribute "name"' do
66
72
  it 'should work' do
67
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'FileFileDistribution' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_labels"' 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
+
47
53
  describe 'test attribute "name"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -98,6 +98,12 @@ describe 'FileFileRemoteResponse' do
98
98
  end
99
99
  end
100
100
 
101
+ describe 'test attribute "pulp_labels"' do
102
+ it 'should work' do
103
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
+ end
105
+ end
106
+
101
107
  describe 'test attribute "pulp_last_updated"' do
102
108
  it 'should work' do
103
109
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -140,4 +146,10 @@ describe 'FileFileRemoteResponse' do
140
146
  end
141
147
  end
142
148
 
149
+ describe 'test attribute "rate_limit"' do
150
+ it 'should work' do
151
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
152
+ end
153
+ end
154
+
143
155
  end
@@ -86,6 +86,12 @@ describe 'FileFileRemote' do
86
86
  end
87
87
  end
88
88
 
89
+ describe 'test attribute "pulp_labels"' do
90
+ it 'should work' do
91
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
+ end
93
+ end
94
+
89
95
  describe 'test attribute "download_concurrency"' do
90
96
  it 'should work' do
91
97
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -122,4 +128,10 @@ describe 'FileFileRemote' do
122
128
  end
123
129
  end
124
130
 
131
+ describe 'test attribute "rate_limit"' do
132
+ it 'should work' do
133
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
134
+ end
135
+ end
136
+
125
137
  end
@@ -50,6 +50,12 @@ describe 'FileFileRepositoryResponse' do
50
50
  end
51
51
  end
52
52
 
53
+ describe 'test attribute "pulp_labels"' 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
+
53
59
  describe 'test attribute "latest_version_href"' do
54
60
  it 'should work' do
55
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -32,6 +32,12 @@ describe 'FileFileRepository' do
32
32
  expect(@instance).to be_instance_of(PulpFileClient::FileFileRepository)
33
33
  end
34
34
  end
35
+ describe 'test attribute "pulp_labels"' 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
+
35
41
  describe 'test attribute "name"' do
36
42
  it 'should work' do
37
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'PatchedfileFileDistribution' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_labels"' 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
+
47
53
  describe 'test attribute "name"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -86,6 +86,12 @@ describe 'PatchedfileFileRemote' do
86
86
  end
87
87
  end
88
88
 
89
+ describe 'test attribute "pulp_labels"' do
90
+ it 'should work' do
91
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
+ end
93
+ end
94
+
89
95
  describe 'test attribute "download_concurrency"' do
90
96
  it 'should work' do
91
97
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -122,4 +128,10 @@ describe 'PatchedfileFileRemote' do
122
128
  end
123
129
  end
124
130
 
131
+ describe 'test attribute "rate_limit"' do
132
+ it 'should work' do
133
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
134
+ end
135
+ end
136
+
125
137
  end
@@ -32,6 +32,12 @@ describe 'PatchedfileFileRepository' do
32
32
  expect(@instance).to be_instance_of(PulpFileClient::PatchedfileFileRepository)
33
33
  end
34
34
  end
35
+ describe 'test attribute "pulp_labels"' 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
+
35
41
  describe 'test attribute "name"' do
36
42
  it 'should work' do
37
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
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.5.0
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: 2020-12-17 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
@@ -225,9 +225,9 @@ 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
232
  rubygems_version: 3.0.3
233
233
  signing_key:
@@ -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