pulp_ostree_client 2.4.5 → 2.4.6

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 (175) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +16 -12
  3. data/docs/AsyncOperationResponse.md +8 -7
  4. data/docs/ContentCommitsApi.md +80 -47
  5. data/docs/ContentConfigsApi.md +79 -46
  6. data/docs/ContentContentApi.md +107 -57
  7. data/docs/ContentObjectsApi.md +80 -47
  8. data/docs/ContentRefsApi.md +90 -57
  9. data/docs/ContentSummariesApi.md +79 -46
  10. data/docs/ContentSummaryResponse.md +12 -11
  11. data/docs/DistributionsOstreeApi.md +385 -182
  12. data/docs/MyPermissionsResponse.md +8 -7
  13. data/docs/NestedRole.md +12 -11
  14. data/docs/NestedRoleResponse.md +12 -11
  15. data/docs/ObjectRolesResponse.md +8 -7
  16. data/docs/OstreeImportAll.md +10 -9
  17. data/docs/OstreeImportCommitsToRef.md +12 -11
  18. data/docs/OstreeOstreeCommitResponse.md +24 -23
  19. data/docs/OstreeOstreeConfigResponse.md +18 -17
  20. data/docs/OstreeOstreeContent.md +14 -13
  21. data/docs/OstreeOstreeContentResponse.md +20 -19
  22. data/docs/OstreeOstreeDistribution.md +20 -19
  23. data/docs/OstreeOstreeDistributionResponse.md +32 -31
  24. data/docs/OstreeOstreeObjectResponse.md +22 -21
  25. data/docs/OstreeOstreeRefResponse.md +24 -23
  26. data/docs/OstreeOstreeRemote.md +54 -53
  27. data/docs/OstreeOstreeRemoteResponse.md +54 -53
  28. data/docs/OstreeOstreeRemoteResponseHiddenFieldsInner.md +20 -0
  29. data/docs/OstreeOstreeRepository.md +18 -17
  30. data/docs/OstreeOstreeRepositoryResponse.md +30 -29
  31. data/docs/OstreeOstreeSummaryResponse.md +18 -17
  32. data/docs/PaginatedRepositoryVersionResponseList.md +14 -13
  33. data/docs/PaginatedostreeOstreeCommitResponseList.md +14 -13
  34. data/docs/PaginatedostreeOstreeConfigResponseList.md +14 -13
  35. data/docs/PaginatedostreeOstreeContentResponseList.md +14 -13
  36. data/docs/PaginatedostreeOstreeDistributionResponseList.md +14 -13
  37. data/docs/PaginatedostreeOstreeObjectResponseList.md +14 -13
  38. data/docs/PaginatedostreeOstreeRefResponseList.md +14 -13
  39. data/docs/PaginatedostreeOstreeRemoteResponseList.md +14 -13
  40. data/docs/PaginatedostreeOstreeRepositoryResponseList.md +14 -13
  41. data/docs/PaginatedostreeOstreeSummaryResponseList.md +14 -13
  42. data/docs/PatchedostreeOstreeDistribution.md +20 -19
  43. data/docs/PatchedostreeOstreeRemote.md +54 -53
  44. data/docs/PatchedostreeOstreeRepository.md +18 -17
  45. data/docs/PolicyEnum.md +4 -5
  46. data/docs/RemotesOstreeApi.md +389 -184
  47. data/docs/Repair.md +8 -7
  48. data/docs/RepositoriesOstreeApi.md +502 -231
  49. data/docs/RepositoriesOstreeVersionsApi.md +152 -82
  50. data/docs/RepositoryAddRemoveContent.md +12 -11
  51. data/docs/RepositorySyncURL.md +10 -9
  52. data/docs/RepositoryVersionResponse.md +22 -21
  53. data/docs/SetLabel.md +10 -9
  54. data/docs/SetLabelResponse.md +10 -9
  55. data/docs/UnsetLabel.md +8 -7
  56. data/docs/UnsetLabelResponse.md +10 -9
  57. data/lib/pulp_ostree_client/api/content_commits_api.rb +11 -9
  58. data/lib/pulp_ostree_client/api/content_configs_api.rb +11 -9
  59. data/lib/pulp_ostree_client/api/content_content_api.rb +20 -14
  60. data/lib/pulp_ostree_client/api/content_objects_api.rb +11 -9
  61. data/lib/pulp_ostree_client/api/content_refs_api.rb +11 -9
  62. data/lib/pulp_ostree_client/api/content_summaries_api.rb +11 -9
  63. data/lib/pulp_ostree_client/api/distributions_ostree_api.rb +89 -56
  64. data/lib/pulp_ostree_client/api/remotes_ostree_api.rb +104 -68
  65. data/lib/pulp_ostree_client/api/repositories_ostree_api.rb +125 -76
  66. data/lib/pulp_ostree_client/api/repositories_ostree_versions_api.rb +40 -30
  67. data/lib/pulp_ostree_client/api_client.rb +137 -102
  68. data/lib/pulp_ostree_client/api_error.rb +2 -1
  69. data/lib/pulp_ostree_client/configuration.rb +162 -21
  70. data/lib/pulp_ostree_client/models/async_operation_response.rb +32 -22
  71. data/lib/pulp_ostree_client/models/content_summary_response.rb +36 -22
  72. data/lib/pulp_ostree_client/models/my_permissions_response.rb +32 -22
  73. data/lib/pulp_ostree_client/models/nested_role.rb +32 -22
  74. data/lib/pulp_ostree_client/models/nested_role_response.rb +32 -22
  75. data/lib/pulp_ostree_client/models/object_roles_response.rb +32 -22
  76. data/lib/pulp_ostree_client/models/ostree_import_all.rb +34 -22
  77. data/lib/pulp_ostree_client/models/ostree_import_commits_to_ref.rb +36 -22
  78. data/lib/pulp_ostree_client/models/ostree_ostree_commit_response.rb +40 -24
  79. data/lib/pulp_ostree_client/models/ostree_ostree_config_response.rb +36 -24
  80. data/lib/pulp_ostree_client/models/ostree_ostree_content.rb +36 -22
  81. data/lib/pulp_ostree_client/models/ostree_ostree_content_response.rb +38 -24
  82. data/lib/pulp_ostree_client/models/ostree_ostree_distribution.rb +34 -22
  83. data/lib/pulp_ostree_client/models/ostree_ostree_distribution_response.rb +36 -24
  84. data/lib/pulp_ostree_client/models/ostree_ostree_object_response.rb +40 -24
  85. data/lib/pulp_ostree_client/models/ostree_ostree_ref_response.rb +40 -24
  86. data/lib/pulp_ostree_client/models/ostree_ostree_remote.rb +61 -23
  87. data/lib/pulp_ostree_client/models/ostree_ostree_remote_response.rb +64 -26
  88. data/lib/pulp_ostree_client/models/{ostree_ostree_remote_response_hidden_fields.rb → ostree_ostree_remote_response_hidden_fields_inner.rb} +37 -25
  89. data/lib/pulp_ostree_client/models/ostree_ostree_repository.rb +32 -22
  90. data/lib/pulp_ostree_client/models/ostree_ostree_repository_response.rb +34 -24
  91. data/lib/pulp_ostree_client/models/ostree_ostree_summary_response.rb +36 -24
  92. data/lib/pulp_ostree_client/models/paginated_repository_version_response_list.rb +34 -22
  93. data/lib/pulp_ostree_client/models/paginatedostree_ostree_commit_response_list.rb +34 -22
  94. data/lib/pulp_ostree_client/models/paginatedostree_ostree_config_response_list.rb +34 -22
  95. data/lib/pulp_ostree_client/models/paginatedostree_ostree_content_response_list.rb +34 -22
  96. data/lib/pulp_ostree_client/models/paginatedostree_ostree_distribution_response_list.rb +34 -22
  97. data/lib/pulp_ostree_client/models/paginatedostree_ostree_object_response_list.rb +34 -22
  98. data/lib/pulp_ostree_client/models/paginatedostree_ostree_ref_response_list.rb +34 -22
  99. data/lib/pulp_ostree_client/models/paginatedostree_ostree_remote_response_list.rb +34 -22
  100. data/lib/pulp_ostree_client/models/paginatedostree_ostree_repository_response_list.rb +34 -22
  101. data/lib/pulp_ostree_client/models/paginatedostree_ostree_summary_response_list.rb +34 -22
  102. data/lib/pulp_ostree_client/models/patchedostree_ostree_distribution.rb +40 -24
  103. data/lib/pulp_ostree_client/models/patchedostree_ostree_remote.rb +67 -25
  104. data/lib/pulp_ostree_client/models/patchedostree_ostree_repository.rb +35 -23
  105. data/lib/pulp_ostree_client/models/policy_enum.rb +8 -4
  106. data/lib/pulp_ostree_client/models/repair.rb +30 -22
  107. data/lib/pulp_ostree_client/models/repository_add_remove_content.rb +30 -22
  108. data/lib/pulp_ostree_client/models/repository_sync_url.rb +30 -22
  109. data/lib/pulp_ostree_client/models/repository_version_response.rb +32 -24
  110. data/lib/pulp_ostree_client/models/set_label.rb +34 -22
  111. data/lib/pulp_ostree_client/models/set_label_response.rb +34 -22
  112. data/lib/pulp_ostree_client/models/unset_label.rb +32 -22
  113. data/lib/pulp_ostree_client/models/unset_label_response.rb +32 -22
  114. data/lib/pulp_ostree_client/version.rb +2 -2
  115. data/lib/pulp_ostree_client.rb +2 -2
  116. data/pulp_ostree_client.gemspec +9 -6
  117. data/spec/api/content_commits_api_spec.rb +3 -3
  118. data/spec/api/content_configs_api_spec.rb +3 -3
  119. data/spec/api/content_content_api_spec.rb +4 -4
  120. data/spec/api/content_objects_api_spec.rb +3 -3
  121. data/spec/api/content_refs_api_spec.rb +3 -3
  122. data/spec/api/content_summaries_api_spec.rb +3 -3
  123. data/spec/api/distributions_ostree_api_spec.rb +13 -13
  124. data/spec/api/remotes_ostree_api_spec.rb +20 -19
  125. data/spec/api/repositories_ostree_api_spec.rb +17 -17
  126. data/spec/api/repositories_ostree_versions_api_spec.rb +12 -11
  127. data/spec/models/async_operation_response_spec.rb +7 -12
  128. data/spec/models/content_summary_response_spec.rb +9 -14
  129. data/spec/models/my_permissions_response_spec.rb +7 -12
  130. data/spec/models/nested_role_response_spec.rb +9 -14
  131. data/spec/models/nested_role_spec.rb +9 -14
  132. data/spec/models/object_roles_response_spec.rb +7 -12
  133. data/spec/models/ostree_import_all_spec.rb +8 -13
  134. data/spec/models/ostree_import_commits_to_ref_spec.rb +9 -14
  135. data/spec/models/ostree_ostree_commit_response_spec.rb +15 -20
  136. data/spec/models/ostree_ostree_config_response_spec.rb +12 -17
  137. data/spec/models/ostree_ostree_content_response_spec.rb +13 -18
  138. data/spec/models/ostree_ostree_content_spec.rb +10 -15
  139. data/spec/models/ostree_ostree_distribution_response_spec.rb +19 -24
  140. data/spec/models/ostree_ostree_distribution_spec.rb +13 -18
  141. data/spec/models/ostree_ostree_object_response_spec.rb +14 -19
  142. data/spec/models/ostree_ostree_ref_response_spec.rb +15 -20
  143. data/spec/models/{ostree_ostree_remote_response_hidden_fields_spec.rb → ostree_ostree_remote_response_hidden_fields_inner_spec.rb} +11 -16
  144. data/spec/models/ostree_ostree_remote_response_spec.rb +30 -35
  145. data/spec/models/ostree_ostree_remote_spec.rb +30 -35
  146. data/spec/models/ostree_ostree_repository_response_spec.rb +18 -23
  147. data/spec/models/ostree_ostree_repository_spec.rb +12 -17
  148. data/spec/models/ostree_ostree_summary_response_spec.rb +12 -17
  149. data/spec/models/paginated_repository_version_response_list_spec.rb +10 -15
  150. data/spec/models/paginatedostree_ostree_commit_response_list_spec.rb +10 -15
  151. data/spec/models/paginatedostree_ostree_config_response_list_spec.rb +10 -15
  152. data/spec/models/paginatedostree_ostree_content_response_list_spec.rb +10 -15
  153. data/spec/models/paginatedostree_ostree_distribution_response_list_spec.rb +10 -15
  154. data/spec/models/paginatedostree_ostree_object_response_list_spec.rb +10 -15
  155. data/spec/models/paginatedostree_ostree_ref_response_list_spec.rb +10 -15
  156. data/spec/models/paginatedostree_ostree_remote_response_list_spec.rb +10 -15
  157. data/spec/models/paginatedostree_ostree_repository_response_list_spec.rb +10 -15
  158. data/spec/models/paginatedostree_ostree_summary_response_list_spec.rb +10 -15
  159. data/spec/models/patchedostree_ostree_distribution_spec.rb +13 -18
  160. data/spec/models/patchedostree_ostree_remote_spec.rb +30 -35
  161. data/spec/models/patchedostree_ostree_repository_spec.rb +12 -17
  162. data/spec/models/policy_enum_spec.rb +6 -11
  163. data/spec/models/repair_spec.rb +7 -12
  164. data/spec/models/repository_add_remove_content_spec.rb +9 -14
  165. data/spec/models/repository_sync_url_spec.rb +8 -13
  166. data/spec/models/repository_version_response_spec.rb +14 -19
  167. data/spec/models/set_label_response_spec.rb +8 -13
  168. data/spec/models/set_label_spec.rb +8 -13
  169. data/spec/models/unset_label_response_spec.rb +8 -13
  170. data/spec/models/unset_label_spec.rb +7 -12
  171. data/spec/spec_helper.rb +1 -1
  172. metadata +84 -60
  173. data/docs/OstreeOstreeRemoteResponseHiddenFields.md +0 -19
  174. data/spec/api_client_spec.rb +0 -188
  175. data/spec/configuration_spec.rb +0 -42
@@ -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 PulpOstreeClient::Repair
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'Repair' do
21
- before do
22
- # run before each test
23
- @instance = PulpOstreeClient::Repair.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
20
+ describe PulpOstreeClient::Repair do
21
+ let(:instance) { PulpOstreeClient::Repair.new }
29
22
 
30
23
  describe 'test an instance of Repair' do
31
24
  it 'should create an instance of Repair' do
32
- expect(@instance).to be_instance_of(PulpOstreeClient::Repair)
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpOstreeClient::Repair)
33
27
  end
34
28
  end
29
+
35
30
  describe 'test attribute "verify_checksums"' 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 PulpOstreeClient::RepositoryAddRemoveContent
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'RepositoryAddRemoveContent' do
21
- before do
22
- # run before each test
23
- @instance = PulpOstreeClient::RepositoryAddRemoveContent.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
20
+ describe PulpOstreeClient::RepositoryAddRemoveContent do
21
+ let(:instance) { PulpOstreeClient::RepositoryAddRemoveContent.new }
29
22
 
30
23
  describe 'test an instance of RepositoryAddRemoveContent' do
31
24
  it 'should create an instance of RepositoryAddRemoveContent' do
32
- expect(@instance).to be_instance_of(PulpOstreeClient::RepositoryAddRemoveContent)
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpOstreeClient::RepositoryAddRemoveContent)
33
27
  end
34
28
  end
29
+
35
30
  describe 'test attribute "add_content_units"' 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 "remove_content_units"' 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 "base_version"' 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,30 +17,25 @@ require 'date'
17
17
  # Unit tests for PulpOstreeClient::RepositorySyncURL
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'RepositorySyncURL' do
21
- before do
22
- # run before each test
23
- @instance = PulpOstreeClient::RepositorySyncURL.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
20
+ describe PulpOstreeClient::RepositorySyncURL do
21
+ let(:instance) { PulpOstreeClient::RepositorySyncURL.new }
29
22
 
30
23
  describe 'test an instance of RepositorySyncURL' do
31
24
  it 'should create an instance of RepositorySyncURL' do
32
- expect(@instance).to be_instance_of(PulpOstreeClient::RepositorySyncURL)
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpOstreeClient::RepositorySyncURL)
33
27
  end
34
28
  end
29
+
35
30
  describe 'test attribute "remote"' 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 "mirror"' 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
 
@@ -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 PulpOstreeClient::RepositoryVersionResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'RepositoryVersionResponse' do
21
- before do
22
- # run before each test
23
- @instance = PulpOstreeClient::RepositoryVersionResponse.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
20
+ describe PulpOstreeClient::RepositoryVersionResponse do
21
+ let(:instance) { PulpOstreeClient::RepositoryVersionResponse.new }
29
22
 
30
23
  describe 'test an instance of RepositoryVersionResponse' do
31
24
  it 'should create an instance of RepositoryVersionResponse' do
32
- expect(@instance).to be_instance_of(PulpOstreeClient::RepositoryVersionResponse)
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpOstreeClient::RepositoryVersionResponse)
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 "number"' 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 "repository"' 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 "base_version"' 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 "content_summary"' 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
 
@@ -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,30 +17,25 @@ require 'date'
17
17
  # Unit tests for PulpOstreeClient::SetLabelResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'SetLabelResponse' do
21
- before do
22
- # run before each test
23
- @instance = PulpOstreeClient::SetLabelResponse.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
20
+ describe PulpOstreeClient::SetLabelResponse do
21
+ let(:instance) { PulpOstreeClient::SetLabelResponse.new }
29
22
 
30
23
  describe 'test an instance of SetLabelResponse' do
31
24
  it 'should create an instance of SetLabelResponse' do
32
- expect(@instance).to be_instance_of(PulpOstreeClient::SetLabelResponse)
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpOstreeClient::SetLabelResponse)
33
27
  end
34
28
  end
29
+
35
30
  describe 'test attribute "key"' 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 "value"' 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
 
@@ -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,30 +17,25 @@ require 'date'
17
17
  # Unit tests for PulpOstreeClient::SetLabel
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'SetLabel' do
21
- before do
22
- # run before each test
23
- @instance = PulpOstreeClient::SetLabel.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
20
+ describe PulpOstreeClient::SetLabel do
21
+ let(:instance) { PulpOstreeClient::SetLabel.new }
29
22
 
30
23
  describe 'test an instance of SetLabel' do
31
24
  it 'should create an instance of SetLabel' do
32
- expect(@instance).to be_instance_of(PulpOstreeClient::SetLabel)
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpOstreeClient::SetLabel)
33
27
  end
34
28
  end
29
+
35
30
  describe 'test attribute "key"' 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 "value"' 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
 
@@ -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,30 +17,25 @@ require 'date'
17
17
  # Unit tests for PulpOstreeClient::UnsetLabelResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'UnsetLabelResponse' do
21
- before do
22
- # run before each test
23
- @instance = PulpOstreeClient::UnsetLabelResponse.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
20
+ describe PulpOstreeClient::UnsetLabelResponse do
21
+ let(:instance) { PulpOstreeClient::UnsetLabelResponse.new }
29
22
 
30
23
  describe 'test an instance of UnsetLabelResponse' do
31
24
  it 'should create an instance of UnsetLabelResponse' do
32
- expect(@instance).to be_instance_of(PulpOstreeClient::UnsetLabelResponse)
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpOstreeClient::UnsetLabelResponse)
33
27
  end
34
28
  end
29
+
35
30
  describe 'test attribute "key"' 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 "value"' 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
 
@@ -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 PulpOstreeClient::UnsetLabel
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'UnsetLabel' do
21
- before do
22
- # run before each test
23
- @instance = PulpOstreeClient::UnsetLabel.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
20
+ describe PulpOstreeClient::UnsetLabel do
21
+ let(:instance) { PulpOstreeClient::UnsetLabel.new }
29
22
 
30
23
  describe 'test an instance of UnsetLabel' do
31
24
  it 'should create an instance of UnsetLabel' do
32
- expect(@instance).to be_instance_of(PulpOstreeClient::UnsetLabel)
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpOstreeClient::UnsetLabel)
33
27
  end
34
28
  end
29
+
35
30
  describe 'test attribute "key"' 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
 
data/spec/spec_helper.rb CHANGED
@@ -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
 
metadata CHANGED
@@ -1,15 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_ostree_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.5
4
+ version: 2.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-06 00:00:00.000000000 Z
11
+ date: 2025-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: faraday-net_http
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '2.0'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '3.1'
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '2.0'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '3.1'
13
33
  - !ruby/object:Gem::Dependency
14
34
  name: faraday
15
35
  requirement: !ruby/object:Gem::Requirement
@@ -19,7 +39,7 @@ dependencies:
19
39
  version: 1.0.1
20
40
  - - "<"
21
41
  - !ruby/object:Gem::Version
22
- version: '2.0'
42
+ version: '2.9'
23
43
  type: :runtime
24
44
  prerelease: false
25
45
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,27 +49,35 @@ dependencies:
29
49
  version: 1.0.1
30
50
  - - "<"
31
51
  - !ruby/object:Gem::Version
32
- version: '2.0'
52
+ version: '2.9'
33
53
  - !ruby/object:Gem::Dependency
34
- name: json
54
+ name: faraday-multipart
35
55
  requirement: !ruby/object:Gem::Requirement
36
56
  requirements:
37
- - - "~>"
38
- - !ruby/object:Gem::Version
39
- version: '2.1'
40
57
  - - ">="
41
58
  - !ruby/object:Gem::Version
42
- version: 2.1.0
59
+ version: '0'
43
60
  type: :runtime
44
61
  prerelease: false
45
62
  version_requirements: !ruby/object:Gem::Requirement
46
63
  requirements:
47
- - - "~>"
64
+ - - ">="
48
65
  - !ruby/object:Gem::Version
49
- version: '2.1'
66
+ version: '0'
67
+ - !ruby/object:Gem::Dependency
68
+ name: marcel
69
+ requirement: !ruby/object:Gem::Requirement
70
+ requirements:
50
71
  - - ">="
51
72
  - !ruby/object:Gem::Version
52
- version: 2.1.0
73
+ version: '0'
74
+ type: :runtime
75
+ prerelease: false
76
+ version_requirements: !ruby/object:Gem::Requirement
77
+ requirements:
78
+ - - ">="
79
+ - !ruby/object:Gem::Version
80
+ version: '0'
53
81
  - !ruby/object:Gem::Dependency
54
82
  name: rspec
55
83
  requirement: !ruby/object:Gem::Requirement
@@ -105,7 +133,7 @@ files:
105
133
  - docs/OstreeOstreeRefResponse.md
106
134
  - docs/OstreeOstreeRemote.md
107
135
  - docs/OstreeOstreeRemoteResponse.md
108
- - docs/OstreeOstreeRemoteResponseHiddenFields.md
136
+ - docs/OstreeOstreeRemoteResponseHiddenFieldsInner.md
109
137
  - docs/OstreeOstreeRepository.md
110
138
  - docs/OstreeOstreeRepositoryResponse.md
111
139
  - docs/OstreeOstreeSummaryResponse.md
@@ -166,7 +194,7 @@ files:
166
194
  - lib/pulp_ostree_client/models/ostree_ostree_ref_response.rb
167
195
  - lib/pulp_ostree_client/models/ostree_ostree_remote.rb
168
196
  - lib/pulp_ostree_client/models/ostree_ostree_remote_response.rb
169
- - lib/pulp_ostree_client/models/ostree_ostree_remote_response_hidden_fields.rb
197
+ - lib/pulp_ostree_client/models/ostree_ostree_remote_response_hidden_fields_inner.rb
170
198
  - lib/pulp_ostree_client/models/ostree_ostree_repository.rb
171
199
  - lib/pulp_ostree_client/models/ostree_ostree_repository_response.rb
172
200
  - lib/pulp_ostree_client/models/ostree_ostree_summary_response.rb
@@ -204,8 +232,6 @@ files:
204
232
  - spec/api/remotes_ostree_api_spec.rb
205
233
  - spec/api/repositories_ostree_api_spec.rb
206
234
  - spec/api/repositories_ostree_versions_api_spec.rb
207
- - spec/api_client_spec.rb
208
- - spec/configuration_spec.rb
209
235
  - spec/models/async_operation_response_spec.rb
210
236
  - spec/models/content_summary_response_spec.rb
211
237
  - spec/models/my_permissions_response_spec.rb
@@ -222,7 +248,7 @@ files:
222
248
  - spec/models/ostree_ostree_distribution_spec.rb
223
249
  - spec/models/ostree_ostree_object_response_spec.rb
224
250
  - spec/models/ostree_ostree_ref_response_spec.rb
225
- - spec/models/ostree_ostree_remote_response_hidden_fields_spec.rb
251
+ - spec/models/ostree_ostree_remote_response_hidden_fields_inner_spec.rb
226
252
  - spec/models/ostree_ostree_remote_response_spec.rb
227
253
  - spec/models/ostree_ostree_remote_spec.rb
228
254
  - spec/models/ostree_ostree_repository_response_spec.rb
@@ -263,7 +289,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
263
289
  requirements:
264
290
  - - ">="
265
291
  - !ruby/object:Gem::Version
266
- version: '1.9'
292
+ version: '2.7'
267
293
  required_rubygems_version: !ruby/object:Gem::Requirement
268
294
  requirements:
269
295
  - - ">="
@@ -275,60 +301,58 @@ signing_key:
275
301
  specification_version: 4
276
302
  summary: Pulp 3 API Ruby Gem
277
303
  test_files:
278
- - spec/api/remotes_ostree_api_spec.rb
279
- - spec/api/content_configs_api_spec.rb
280
- - spec/api/repositories_ostree_versions_api_spec.rb
281
- - spec/api/content_refs_api_spec.rb
282
304
  - spec/api/content_content_api_spec.rb
283
- - spec/api/content_objects_api_spec.rb
284
305
  - spec/api/distributions_ostree_api_spec.rb
285
- - spec/api/content_commits_api_spec.rb
306
+ - spec/api/content_objects_api_spec.rb
286
307
  - spec/api/content_summaries_api_spec.rb
308
+ - spec/api/content_commits_api_spec.rb
287
309
  - spec/api/repositories_ostree_api_spec.rb
288
- - spec/api_client_spec.rb
289
- - spec/configuration_spec.rb
290
- - spec/models/repository_version_response_spec.rb
310
+ - spec/api/remotes_ostree_api_spec.rb
311
+ - spec/api/content_configs_api_spec.rb
312
+ - spec/api/repositories_ostree_versions_api_spec.rb
313
+ - spec/api/content_refs_api_spec.rb
314
+ - spec/models/paginatedostree_ostree_content_response_list_spec.rb
315
+ - spec/models/ostree_import_commits_to_ref_spec.rb
316
+ - spec/models/ostree_ostree_object_response_spec.rb
317
+ - spec/models/paginated_repository_version_response_list_spec.rb
318
+ - spec/models/paginatedostree_ostree_remote_response_list_spec.rb
319
+ - spec/models/patchedostree_ostree_distribution_spec.rb
320
+ - spec/models/ostree_ostree_repository_response_spec.rb
321
+ - spec/models/nested_role_response_spec.rb
322
+ - spec/models/ostree_ostree_remote_response_hidden_fields_inner_spec.rb
323
+ - spec/models/paginatedostree_ostree_distribution_response_list_spec.rb
324
+ - spec/models/ostree_ostree_ref_response_spec.rb
325
+ - spec/models/repository_sync_url_spec.rb
326
+ - spec/models/set_label_response_spec.rb
327
+ - spec/models/paginatedostree_ostree_ref_response_list_spec.rb
328
+ - spec/models/repository_add_remove_content_spec.rb
329
+ - spec/models/paginatedostree_ostree_config_response_list_spec.rb
330
+ - spec/models/ostree_ostree_remote_response_spec.rb
331
+ - spec/models/unset_label_spec.rb
332
+ - spec/models/async_operation_response_spec.rb
333
+ - spec/models/repair_spec.rb
334
+ - spec/models/ostree_ostree_content_response_spec.rb
335
+ - spec/models/paginatedostree_ostree_repository_response_list_spec.rb
336
+ - spec/models/ostree_import_all_spec.rb
337
+ - spec/models/ostree_ostree_summary_response_spec.rb
338
+ - spec/models/paginatedostree_ostree_commit_response_list_spec.rb
291
339
  - spec/models/ostree_ostree_commit_response_spec.rb
340
+ - spec/models/ostree_ostree_distribution_response_spec.rb
292
341
  - spec/models/ostree_ostree_repository_spec.rb
293
- - spec/models/object_roles_response_spec.rb
294
- - spec/models/ostree_ostree_remote_spec.rb
295
342
  - spec/models/unset_label_response_spec.rb
296
- - spec/models/set_label_spec.rb
297
343
  - spec/models/paginatedostree_ostree_object_response_list_spec.rb
298
- - spec/models/repository_sync_url_spec.rb
299
- - spec/models/ostree_import_commits_to_ref_spec.rb
300
- - spec/models/repository_add_remove_content_spec.rb
301
- - spec/models/paginatedostree_ostree_content_response_list_spec.rb
302
- - spec/models/patchedostree_ostree_distribution_spec.rb
303
- - spec/models/ostree_import_all_spec.rb
344
+ - spec/models/paginatedostree_ostree_summary_response_list_spec.rb
304
345
  - spec/models/ostree_ostree_config_response_spec.rb
305
- - spec/models/paginatedostree_ostree_ref_response_list_spec.rb
346
+ - spec/models/object_roles_response_spec.rb
306
347
  - spec/models/nested_role_spec.rb
307
- - spec/models/repair_spec.rb
308
- - spec/models/patchedostree_ostree_remote_spec.rb
309
- - spec/models/paginatedostree_ostree_distribution_response_list_spec.rb
310
- - spec/models/ostree_ostree_remote_response_hidden_fields_spec.rb
311
- - spec/models/paginatedostree_ostree_repository_response_list_spec.rb
348
+ - spec/models/policy_enum_spec.rb
349
+ - spec/models/patchedostree_ostree_repository_spec.rb
350
+ - spec/models/repository_version_response_spec.rb
312
351
  - spec/models/content_summary_response_spec.rb
313
- - spec/models/ostree_ostree_repository_response_spec.rb
314
352
  - spec/models/my_permissions_response_spec.rb
353
+ - spec/models/set_label_spec.rb
315
354
  - spec/models/ostree_ostree_content_spec.rb
316
- - spec/models/patchedostree_ostree_repository_spec.rb
317
- - spec/models/paginatedostree_ostree_commit_response_list_spec.rb
318
- - spec/models/paginatedostree_ostree_config_response_list_spec.rb
319
- - spec/models/set_label_response_spec.rb
320
- - spec/models/nested_role_response_spec.rb
321
- - spec/models/ostree_ostree_summary_response_spec.rb
322
- - spec/models/policy_enum_spec.rb
323
- - spec/models/ostree_ostree_distribution_response_spec.rb
324
- - spec/models/ostree_ostree_ref_response_spec.rb
325
- - spec/models/async_operation_response_spec.rb
326
- - spec/models/paginated_repository_version_response_list_spec.rb
327
- - spec/models/ostree_ostree_content_response_spec.rb
328
- - spec/models/ostree_ostree_object_response_spec.rb
329
- - spec/models/ostree_ostree_remote_response_spec.rb
330
- - spec/models/paginatedostree_ostree_remote_response_list_spec.rb
331
- - spec/models/unset_label_spec.rb
332
- - spec/models/paginatedostree_ostree_summary_response_list_spec.rb
355
+ - spec/models/ostree_ostree_remote_spec.rb
333
356
  - spec/models/ostree_ostree_distribution_spec.rb
357
+ - spec/models/patchedostree_ostree_remote_spec.rb
334
358
  - spec/spec_helper.rb