pulp_file_client 3.69.2 → 3.70.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (154) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -7
  3. data/docs/AcsFileApi.md +343 -157
  4. data/docs/AsyncOperationResponse.md +8 -7
  5. data/docs/ContentFilesApi.md +114 -64
  6. data/docs/ContentSummaryResponse.md +12 -11
  7. data/docs/DistributionsFileApi.md +385 -182
  8. data/docs/FileFileAlternateContentSource.md +14 -13
  9. data/docs/FileFileAlternateContentSourceResponse.md +22 -21
  10. data/docs/FileFileContentResponse.md +30 -29
  11. data/docs/FileFileDistribution.md +20 -19
  12. data/docs/FileFileDistributionResponse.md +32 -31
  13. data/docs/FileFilePublication.md +12 -11
  14. data/docs/FileFilePublicationResponse.md +22 -21
  15. data/docs/FileFileRemote.md +48 -47
  16. data/docs/FileFileRemoteResponse.md +48 -47
  17. data/docs/FileFileRemoteResponseHiddenFieldsInner.md +20 -0
  18. data/docs/FileFileRepository.md +20 -19
  19. data/docs/FileFileRepositoryResponse.md +32 -31
  20. data/docs/MyPermissionsResponse.md +8 -7
  21. data/docs/NestedRole.md +12 -11
  22. data/docs/NestedRoleResponse.md +12 -11
  23. data/docs/ObjectRolesResponse.md +8 -7
  24. data/docs/PaginatedRepositoryVersionResponseList.md +14 -13
  25. data/docs/PaginatedfileFileAlternateContentSourceResponseList.md +14 -13
  26. data/docs/PaginatedfileFileContentResponseList.md +14 -13
  27. data/docs/PaginatedfileFileDistributionResponseList.md +14 -13
  28. data/docs/PaginatedfileFilePublicationResponseList.md +14 -13
  29. data/docs/PaginatedfileFileRemoteResponseList.md +14 -13
  30. data/docs/PaginatedfileFileRepositoryResponseList.md +14 -13
  31. data/docs/PatchedfileFileAlternateContentSource.md +14 -13
  32. data/docs/PatchedfileFileDistribution.md +20 -19
  33. data/docs/PatchedfileFileRemote.md +48 -47
  34. data/docs/PatchedfileFileRepository.md +20 -19
  35. data/docs/PolicyEnum.md +4 -5
  36. data/docs/PublicationsFileApi.md +267 -130
  37. data/docs/RemotesFileApi.md +389 -184
  38. data/docs/Repair.md +8 -7
  39. data/docs/RepositoriesFileApi.md +444 -207
  40. data/docs/RepositoriesFileVersionsApi.md +152 -82
  41. data/docs/RepositoryAddRemoveContent.md +12 -11
  42. data/docs/RepositorySyncURL.md +10 -9
  43. data/docs/RepositoryVersionResponse.md +22 -21
  44. data/docs/SetLabel.md +10 -9
  45. data/docs/SetLabelResponse.md +10 -9
  46. data/docs/TaskGroupOperationResponse.md +8 -7
  47. data/docs/UnsetLabel.md +8 -7
  48. data/docs/UnsetLabelResponse.md +10 -9
  49. data/lib/pulp_file_client/api/acs_file_api.rb +76 -50
  50. data/lib/pulp_file_client/api/content_files_api.rb +20 -14
  51. data/lib/pulp_file_client/api/distributions_file_api.rb +89 -56
  52. data/lib/pulp_file_client/api/publications_file_api.rb +67 -47
  53. data/lib/pulp_file_client/api/remotes_file_api.rb +104 -68
  54. data/lib/pulp_file_client/api/repositories_file_api.rb +107 -66
  55. data/lib/pulp_file_client/api/repositories_file_versions_api.rb +40 -30
  56. data/lib/pulp_file_client/api_client.rb +137 -102
  57. data/lib/pulp_file_client/api_error.rb +2 -1
  58. data/lib/pulp_file_client/configuration.rb +162 -21
  59. data/lib/pulp_file_client/models/async_operation_response.rb +32 -22
  60. data/lib/pulp_file_client/models/content_summary_response.rb +36 -22
  61. data/lib/pulp_file_client/models/file_file_alternate_content_source.rb +35 -23
  62. data/lib/pulp_file_client/models/file_file_alternate_content_source_response.rb +37 -25
  63. data/lib/pulp_file_client/models/file_file_content_response.rb +34 -24
  64. data/lib/pulp_file_client/models/file_file_distribution.rb +34 -22
  65. data/lib/pulp_file_client/models/file_file_distribution_response.rb +36 -24
  66. data/lib/pulp_file_client/models/file_file_publication.rb +30 -22
  67. data/lib/pulp_file_client/models/file_file_publication_response.rb +32 -24
  68. data/lib/pulp_file_client/models/file_file_remote.rb +56 -22
  69. data/lib/pulp_file_client/models/file_file_remote_response.rb +59 -25
  70. data/lib/pulp_file_client/models/{file_file_remote_response_hidden_fields.rb → file_file_remote_response_hidden_fields_inner.rb} +37 -25
  71. data/lib/pulp_file_client/models/file_file_repository.rb +32 -22
  72. data/lib/pulp_file_client/models/file_file_repository_response.rb +34 -24
  73. data/lib/pulp_file_client/models/my_permissions_response.rb +32 -22
  74. data/lib/pulp_file_client/models/nested_role.rb +32 -22
  75. data/lib/pulp_file_client/models/nested_role_response.rb +32 -22
  76. data/lib/pulp_file_client/models/object_roles_response.rb +32 -22
  77. data/lib/pulp_file_client/models/paginated_repository_version_response_list.rb +34 -22
  78. data/lib/pulp_file_client/models/paginatedfile_file_alternate_content_source_response_list.rb +34 -22
  79. data/lib/pulp_file_client/models/paginatedfile_file_content_response_list.rb +34 -22
  80. data/lib/pulp_file_client/models/paginatedfile_file_distribution_response_list.rb +34 -22
  81. data/lib/pulp_file_client/models/paginatedfile_file_publication_response_list.rb +34 -22
  82. data/lib/pulp_file_client/models/paginatedfile_file_remote_response_list.rb +34 -22
  83. data/lib/pulp_file_client/models/paginatedfile_file_repository_response_list.rb +34 -22
  84. data/lib/pulp_file_client/models/patchedfile_file_alternate_content_source.rb +36 -24
  85. data/lib/pulp_file_client/models/patchedfile_file_distribution.rb +40 -24
  86. data/lib/pulp_file_client/models/patchedfile_file_remote.rb +62 -24
  87. data/lib/pulp_file_client/models/patchedfile_file_repository.rb +35 -23
  88. data/lib/pulp_file_client/models/policy_enum.rb +8 -4
  89. data/lib/pulp_file_client/models/repair.rb +30 -22
  90. data/lib/pulp_file_client/models/repository_add_remove_content.rb +30 -22
  91. data/lib/pulp_file_client/models/repository_sync_url.rb +30 -22
  92. data/lib/pulp_file_client/models/repository_version_response.rb +32 -24
  93. data/lib/pulp_file_client/models/set_label.rb +34 -22
  94. data/lib/pulp_file_client/models/set_label_response.rb +34 -22
  95. data/lib/pulp_file_client/models/task_group_operation_response.rb +32 -22
  96. data/lib/pulp_file_client/models/unset_label.rb +32 -22
  97. data/lib/pulp_file_client/models/unset_label_response.rb +32 -22
  98. data/lib/pulp_file_client/version.rb +2 -2
  99. data/lib/pulp_file_client.rb +2 -3
  100. data/pulp_file_client.gemspec +9 -6
  101. data/spec/api/acs_file_api_spec.rb +12 -12
  102. data/spec/api/content_files_api_spec.rb +4 -4
  103. data/spec/api/distributions_file_api_spec.rb +13 -13
  104. data/spec/api/publications_file_api_spec.rb +16 -15
  105. data/spec/api/remotes_file_api_spec.rb +20 -19
  106. data/spec/api/repositories_file_api_spec.rb +15 -15
  107. data/spec/api/repositories_file_versions_api_spec.rb +12 -11
  108. data/spec/models/async_operation_response_spec.rb +7 -12
  109. data/spec/models/content_summary_response_spec.rb +9 -14
  110. data/spec/models/file_file_alternate_content_source_response_spec.rb +14 -19
  111. data/spec/models/file_file_alternate_content_source_spec.rb +10 -15
  112. data/spec/models/file_file_content_response_spec.rb +18 -23
  113. data/spec/models/file_file_distribution_response_spec.rb +19 -24
  114. data/spec/models/file_file_distribution_spec.rb +13 -18
  115. data/spec/models/file_file_publication_response_spec.rb +14 -19
  116. data/spec/models/file_file_publication_spec.rb +9 -14
  117. data/spec/models/{file_file_remote_response_hidden_fields_spec.rb → file_file_remote_response_hidden_fields_inner_spec.rb} +11 -16
  118. data/spec/models/file_file_remote_response_spec.rb +27 -32
  119. data/spec/models/file_file_remote_spec.rb +27 -32
  120. data/spec/models/file_file_repository_response_spec.rb +19 -24
  121. data/spec/models/file_file_repository_spec.rb +13 -18
  122. data/spec/models/my_permissions_response_spec.rb +7 -12
  123. data/spec/models/nested_role_response_spec.rb +9 -14
  124. data/spec/models/nested_role_spec.rb +9 -14
  125. data/spec/models/object_roles_response_spec.rb +7 -12
  126. data/spec/models/paginated_repository_version_response_list_spec.rb +10 -15
  127. data/spec/models/paginatedfile_file_alternate_content_source_response_list_spec.rb +10 -15
  128. data/spec/models/paginatedfile_file_content_response_list_spec.rb +10 -15
  129. data/spec/models/paginatedfile_file_distribution_response_list_spec.rb +10 -15
  130. data/spec/models/paginatedfile_file_publication_response_list_spec.rb +10 -15
  131. data/spec/models/paginatedfile_file_remote_response_list_spec.rb +10 -15
  132. data/spec/models/paginatedfile_file_repository_response_list_spec.rb +10 -15
  133. data/spec/models/patchedfile_file_alternate_content_source_spec.rb +10 -15
  134. data/spec/models/patchedfile_file_distribution_spec.rb +13 -18
  135. data/spec/models/patchedfile_file_remote_spec.rb +27 -32
  136. data/spec/models/patchedfile_file_repository_spec.rb +13 -18
  137. data/spec/models/policy_enum_spec.rb +6 -11
  138. data/spec/models/repair_spec.rb +7 -12
  139. data/spec/models/repository_add_remove_content_spec.rb +9 -14
  140. data/spec/models/repository_sync_url_spec.rb +8 -13
  141. data/spec/models/repository_version_response_spec.rb +14 -19
  142. data/spec/models/set_label_response_spec.rb +8 -13
  143. data/spec/models/set_label_spec.rb +8 -13
  144. data/spec/models/task_group_operation_response_spec.rb +7 -12
  145. data/spec/models/unset_label_response_spec.rb +8 -13
  146. data/spec/models/unset_label_spec.rb +7 -12
  147. data/spec/spec_helper.rb +1 -1
  148. metadata +45 -25
  149. data/docs/FileFileContent.md +0 -27
  150. data/docs/FileFileRemoteResponseHiddenFields.md +0 -19
  151. data/lib/pulp_file_client/models/file_file_content.rb +0 -297
  152. data/spec/api_client_spec.rb +0 -188
  153. data/spec/configuration_spec.rb +0 -42
  154. data/spec/models/file_file_content_spec.rb +0 -71
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
@@ -41,7 +41,7 @@ describe 'PublicationsFileApi' do
41
41
  # @return [NestedRoleResponse]
42
42
  describe 'add_role test' do
43
43
  it 'should work' do
44
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
46
46
  end
47
47
 
@@ -53,7 +53,7 @@ describe 'PublicationsFileApi' do
53
53
  # @return [AsyncOperationResponse]
54
54
  describe 'create test' do
55
55
  it 'should work' do
56
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
57
  end
58
58
  end
59
59
 
@@ -65,7 +65,7 @@ describe 'PublicationsFileApi' do
65
65
  # @return [nil]
66
66
  describe 'delete test' do
67
67
  it 'should work' do
68
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
69
  end
70
70
  end
71
71
 
@@ -79,12 +79,13 @@ describe 'PublicationsFileApi' do
79
79
  # @option opts [Integer] :offset The initial index from which to return the results.
80
80
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
81
81
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
82
- # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
83
- # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
84
- # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
85
- # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
86
- # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
87
- # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
82
+ # @option opts [Time] :pulp_created Filter results where pulp_created matches value
83
+ # @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
84
+ # @option opts [Time] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
85
+ # @option opts [Boolean] :pulp_created__isnull Filter results where pulp_created has a null value
86
+ # @option opts [Time] :pulp_created__lt Filter results where pulp_created is less than value
87
+ # @option opts [Time] :pulp_created__lte Filter results where pulp_created is less than or equal to value
88
+ # @option opts [Array<Time>] :pulp_created__range Filter results where pulp_created is between two comma separated values
88
89
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
89
90
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
90
91
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
@@ -95,7 +96,7 @@ describe 'PublicationsFileApi' do
95
96
  # @return [PaginatedfileFilePublicationResponseList]
96
97
  describe 'list test' do
97
98
  it 'should work' do
98
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
99
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
100
  end
100
101
  end
101
102
 
@@ -109,7 +110,7 @@ describe 'PublicationsFileApi' do
109
110
  # @return [ObjectRolesResponse]
110
111
  describe 'list_roles test' do
111
112
  it 'should work' do
112
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
113
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
113
114
  end
114
115
  end
115
116
 
@@ -123,7 +124,7 @@ describe 'PublicationsFileApi' do
123
124
  # @return [MyPermissionsResponse]
124
125
  describe 'my_permissions test' do
125
126
  it 'should work' do
126
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
127
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
127
128
  end
128
129
  end
129
130
 
@@ -137,7 +138,7 @@ describe 'PublicationsFileApi' do
137
138
  # @return [FileFilePublicationResponse]
138
139
  describe 'read test' do
139
140
  it 'should work' do
140
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
141
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
141
142
  end
142
143
  end
143
144
 
@@ -150,7 +151,7 @@ describe 'PublicationsFileApi' do
150
151
  # @return [NestedRoleResponse]
151
152
  describe 'remove_role test' do
152
153
  it 'should work' do
153
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
154
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
154
155
  end
155
156
  end
156
157
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
@@ -41,7 +41,7 @@ describe 'RemotesFileApi' do
41
41
  # @return [NestedRoleResponse]
42
42
  describe 'add_role test' do
43
43
  it 'should work' do
44
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
46
46
  end
47
47
 
@@ -53,7 +53,7 @@ describe 'RemotesFileApi' do
53
53
  # @return [FileFileRemoteResponse]
54
54
  describe 'create test' do
55
55
  it 'should work' do
56
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
57
  end
58
58
  end
59
59
 
@@ -65,7 +65,7 @@ describe 'RemotesFileApi' do
65
65
  # @return [AsyncOperationResponse]
66
66
  describe 'delete test' do
67
67
  it 'should work' do
68
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
69
  end
70
70
  end
71
71
 
@@ -89,19 +89,20 @@ describe 'RemotesFileApi' do
89
89
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
90
90
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
91
91
  # @option opts [String] :pulp_label_select Filter labels by search string
92
- # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
93
- # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
94
- # @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
95
- # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
96
- # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
97
- # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
92
+ # @option opts [Time] :pulp_last_updated Filter results where pulp_last_updated matches value
93
+ # @option opts [Time] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
94
+ # @option opts [Time] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
95
+ # @option opts [Boolean] :pulp_last_updated__isnull Filter results where pulp_last_updated has a null value
96
+ # @option opts [Time] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
97
+ # @option opts [Time] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
98
+ # @option opts [Array<Time>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
98
99
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
99
100
  # @option opts [Array<String>] :fields A list of fields to include in the response.
100
101
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
101
102
  # @return [PaginatedfileFileRemoteResponseList]
102
103
  describe 'list test' do
103
104
  it 'should work' do
104
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
105
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
105
106
  end
106
107
  end
107
108
 
@@ -115,7 +116,7 @@ describe 'RemotesFileApi' do
115
116
  # @return [ObjectRolesResponse]
116
117
  describe 'list_roles test' do
117
118
  it 'should work' do
118
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
119
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
119
120
  end
120
121
  end
121
122
 
@@ -129,7 +130,7 @@ describe 'RemotesFileApi' do
129
130
  # @return [MyPermissionsResponse]
130
131
  describe 'my_permissions test' do
131
132
  it 'should work' do
132
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
133
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
133
134
  end
134
135
  end
135
136
 
@@ -142,7 +143,7 @@ describe 'RemotesFileApi' do
142
143
  # @return [AsyncOperationResponse]
143
144
  describe 'partial_update test' do
144
145
  it 'should work' do
145
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
146
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
146
147
  end
147
148
  end
148
149
 
@@ -156,7 +157,7 @@ describe 'RemotesFileApi' do
156
157
  # @return [FileFileRemoteResponse]
157
158
  describe 'read test' do
158
159
  it 'should work' do
159
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
160
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
160
161
  end
161
162
  end
162
163
 
@@ -169,7 +170,7 @@ describe 'RemotesFileApi' do
169
170
  # @return [NestedRoleResponse]
170
171
  describe 'remove_role test' do
171
172
  it 'should work' do
172
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
173
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
173
174
  end
174
175
  end
175
176
 
@@ -182,7 +183,7 @@ describe 'RemotesFileApi' do
182
183
  # @return [SetLabelResponse]
183
184
  describe 'set_label test' do
184
185
  it 'should work' do
185
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
186
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
186
187
  end
187
188
  end
188
189
 
@@ -195,7 +196,7 @@ describe 'RemotesFileApi' do
195
196
  # @return [UnsetLabelResponse]
196
197
  describe 'unset_label test' do
197
198
  it 'should work' do
198
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
199
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
199
200
  end
200
201
  end
201
202
 
@@ -208,7 +209,7 @@ describe 'RemotesFileApi' do
208
209
  # @return [AsyncOperationResponse]
209
210
  describe 'update test' do
210
211
  it 'should work' do
211
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
212
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
212
213
  end
213
214
  end
214
215
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
@@ -41,7 +41,7 @@ describe 'RepositoriesFileApi' do
41
41
  # @return [NestedRoleResponse]
42
42
  describe 'add_role test' do
43
43
  it 'should work' do
44
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
46
46
  end
47
47
 
@@ -53,7 +53,7 @@ describe 'RepositoriesFileApi' do
53
53
  # @return [FileFileRepositoryResponse]
54
54
  describe 'create test' do
55
55
  it 'should work' do
56
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
57
  end
58
58
  end
59
59
 
@@ -65,7 +65,7 @@ describe 'RepositoriesFileApi' do
65
65
  # @return [AsyncOperationResponse]
66
66
  describe 'delete test' do
67
67
  it 'should work' do
68
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
69
  end
70
70
  end
71
71
 
@@ -106,7 +106,7 @@ describe 'RepositoriesFileApi' do
106
106
  # @return [PaginatedfileFileRepositoryResponseList]
107
107
  describe 'list test' do
108
108
  it 'should work' do
109
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
109
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
110
110
  end
111
111
  end
112
112
 
@@ -120,7 +120,7 @@ describe 'RepositoriesFileApi' do
120
120
  # @return [ObjectRolesResponse]
121
121
  describe 'list_roles test' do
122
122
  it 'should work' do
123
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
123
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
124
124
  end
125
125
  end
126
126
 
@@ -133,7 +133,7 @@ describe 'RepositoriesFileApi' do
133
133
  # @return [AsyncOperationResponse]
134
134
  describe 'modify test' do
135
135
  it 'should work' do
136
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
136
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
137
137
  end
138
138
  end
139
139
 
@@ -147,7 +147,7 @@ describe 'RepositoriesFileApi' do
147
147
  # @return [MyPermissionsResponse]
148
148
  describe 'my_permissions test' do
149
149
  it 'should work' do
150
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
150
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
151
151
  end
152
152
  end
153
153
 
@@ -160,7 +160,7 @@ describe 'RepositoriesFileApi' do
160
160
  # @return [AsyncOperationResponse]
161
161
  describe 'partial_update test' do
162
162
  it 'should work' do
163
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
163
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
164
164
  end
165
165
  end
166
166
 
@@ -174,7 +174,7 @@ describe 'RepositoriesFileApi' do
174
174
  # @return [FileFileRepositoryResponse]
175
175
  describe 'read test' do
176
176
  it 'should work' do
177
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
177
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
178
178
  end
179
179
  end
180
180
 
@@ -187,7 +187,7 @@ describe 'RepositoriesFileApi' do
187
187
  # @return [NestedRoleResponse]
188
188
  describe 'remove_role test' do
189
189
  it 'should work' do
190
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
190
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
191
191
  end
192
192
  end
193
193
 
@@ -200,7 +200,7 @@ describe 'RepositoriesFileApi' do
200
200
  # @return [SetLabelResponse]
201
201
  describe 'set_label test' do
202
202
  it 'should work' do
203
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
203
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
204
204
  end
205
205
  end
206
206
 
@@ -213,7 +213,7 @@ describe 'RepositoriesFileApi' do
213
213
  # @return [AsyncOperationResponse]
214
214
  describe 'sync test' do
215
215
  it 'should work' do
216
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
216
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
217
217
  end
218
218
  end
219
219
 
@@ -226,7 +226,7 @@ describe 'RepositoriesFileApi' do
226
226
  # @return [UnsetLabelResponse]
227
227
  describe 'unset_label test' do
228
228
  it 'should work' do
229
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
229
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
230
230
  end
231
231
  end
232
232
 
@@ -239,7 +239,7 @@ describe 'RepositoriesFileApi' do
239
239
  # @return [AsyncOperationResponse]
240
240
  describe 'update test' do
241
241
  it 'should work' do
242
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
242
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
243
243
  end
244
244
  end
245
245
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
@@ -40,7 +40,7 @@ describe 'RepositoriesFileVersionsApi' do
40
40
  # @return [AsyncOperationResponse]
41
41
  describe 'delete test' do
42
42
  it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
44
44
  end
45
45
  end
46
46
 
@@ -61,12 +61,13 @@ describe 'RepositoriesFileVersionsApi' do
61
61
  # @option opts [Integer] :offset The initial index from which to return the results.
62
62
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
63
63
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
64
- # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
65
- # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
66
- # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
67
- # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
68
- # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
69
- # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
64
+ # @option opts [Time] :pulp_created Filter results where pulp_created matches value
65
+ # @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
66
+ # @option opts [Time] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
67
+ # @option opts [Boolean] :pulp_created__isnull Filter results where pulp_created has a null value
68
+ # @option opts [Time] :pulp_created__lt Filter results where pulp_created is less than value
69
+ # @option opts [Time] :pulp_created__lte Filter results where pulp_created is less than or equal to value
70
+ # @option opts [Array<Time>] :pulp_created__range Filter results where pulp_created is between two comma separated values
70
71
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
71
72
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
72
73
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -74,7 +75,7 @@ describe 'RepositoriesFileVersionsApi' do
74
75
  # @return [PaginatedRepositoryVersionResponseList]
75
76
  describe 'list test' do
76
77
  it 'should work' do
77
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
78
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
78
79
  end
79
80
  end
80
81
 
@@ -88,7 +89,7 @@ describe 'RepositoriesFileVersionsApi' do
88
89
  # @return [RepositoryVersionResponse]
89
90
  describe 'read test' do
90
91
  it 'should work' do
91
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
92
93
  end
93
94
  end
94
95
 
@@ -100,7 +101,7 @@ describe 'RepositoriesFileVersionsApi' do
100
101
  # @return [AsyncOperationResponse]
101
102
  describe 'repair test' do
102
103
  it 'should work' do
103
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
104
105
  end
105
106
  end
106
107
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
@@ -17,24 +17,19 @@ require 'date'
17
17
  # Unit tests for PulpFileClient::AsyncOperationResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'AsyncOperationResponse' do
21
- before do
22
- # run before each test
23
- @instance = PulpFileClient::AsyncOperationResponse.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
20
+ describe PulpFileClient::AsyncOperationResponse do
21
+ let(:instance) { PulpFileClient::AsyncOperationResponse.new }
29
22
 
30
23
  describe 'test an instance of AsyncOperationResponse' do
31
24
  it 'should create an instance of AsyncOperationResponse' do
32
- expect(@instance).to be_instance_of(PulpFileClient::AsyncOperationResponse)
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpFileClient::AsyncOperationResponse)
33
27
  end
34
28
  end
29
+
35
30
  describe 'test attribute "task"' do
36
31
  it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
38
33
  end
39
34
  end
40
35
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
@@ -17,36 +17,31 @@ require 'date'
17
17
  # Unit tests for PulpFileClient::ContentSummaryResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'ContentSummaryResponse' do
21
- before do
22
- # run before each test
23
- @instance = PulpFileClient::ContentSummaryResponse.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
20
+ describe PulpFileClient::ContentSummaryResponse do
21
+ let(:instance) { PulpFileClient::ContentSummaryResponse.new }
29
22
 
30
23
  describe 'test an instance of ContentSummaryResponse' do
31
24
  it 'should create an instance of ContentSummaryResponse' do
32
- expect(@instance).to be_instance_of(PulpFileClient::ContentSummaryResponse)
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpFileClient::ContentSummaryResponse)
33
27
  end
34
28
  end
29
+
35
30
  describe 'test attribute "added"' do
36
31
  it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
38
33
  end
39
34
  end
40
35
 
41
36
  describe 'test attribute "removed"' do
42
37
  it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
44
39
  end
45
40
  end
46
41
 
47
42
  describe 'test attribute "present"' do
48
43
  it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
50
45
  end
51
46
  end
52
47
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ Generator version: 7.10.0
10
10
 
11
11
  =end
12
12
 
@@ -17,66 +17,61 @@ require 'date'
17
17
  # Unit tests for PulpFileClient::FileFileAlternateContentSourceResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'FileFileAlternateContentSourceResponse' do
21
- before do
22
- # run before each test
23
- @instance = PulpFileClient::FileFileAlternateContentSourceResponse.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
20
+ describe PulpFileClient::FileFileAlternateContentSourceResponse do
21
+ let(:instance) { PulpFileClient::FileFileAlternateContentSourceResponse.new }
29
22
 
30
23
  describe 'test an instance of FileFileAlternateContentSourceResponse' do
31
24
  it 'should create an instance of FileFileAlternateContentSourceResponse' do
32
- expect(@instance).to be_instance_of(PulpFileClient::FileFileAlternateContentSourceResponse)
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpFileClient::FileFileAlternateContentSourceResponse)
33
27
  end
34
28
  end
29
+
35
30
  describe 'test attribute "pulp_href"' do
36
31
  it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
38
33
  end
39
34
  end
40
35
 
41
36
  describe 'test attribute "prn"' do
42
37
  it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
44
39
  end
45
40
  end
46
41
 
47
42
  describe 'test attribute "pulp_created"' do
48
43
  it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
50
45
  end
51
46
  end
52
47
 
53
48
  describe 'test attribute "pulp_last_updated"' do
54
49
  it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
56
51
  end
57
52
  end
58
53
 
59
54
  describe 'test attribute "name"' do
60
55
  it 'should work' do
61
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
62
57
  end
63
58
  end
64
59
 
65
60
  describe 'test attribute "last_refreshed"' do
66
61
  it 'should work' do
67
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
68
63
  end
69
64
  end
70
65
 
71
66
  describe 'test attribute "paths"' do
72
67
  it 'should work' do
73
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
74
69
  end
75
70
  end
76
71
 
77
72
  describe 'test attribute "remote"' do
78
73
  it 'should work' do
79
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
80
75
  end
81
76
  end
82
77