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.
- checksums.yaml +4 -4
- data/README.md +16 -12
- data/docs/AsyncOperationResponse.md +8 -7
- data/docs/ContentCommitsApi.md +80 -47
- data/docs/ContentConfigsApi.md +79 -46
- data/docs/ContentContentApi.md +107 -57
- data/docs/ContentObjectsApi.md +80 -47
- data/docs/ContentRefsApi.md +90 -57
- data/docs/ContentSummariesApi.md +79 -46
- data/docs/ContentSummaryResponse.md +12 -11
- data/docs/DistributionsOstreeApi.md +385 -182
- data/docs/MyPermissionsResponse.md +8 -7
- data/docs/NestedRole.md +12 -11
- data/docs/NestedRoleResponse.md +12 -11
- data/docs/ObjectRolesResponse.md +8 -7
- data/docs/OstreeImportAll.md +10 -9
- data/docs/OstreeImportCommitsToRef.md +12 -11
- data/docs/OstreeOstreeCommitResponse.md +24 -23
- data/docs/OstreeOstreeConfigResponse.md +18 -17
- data/docs/OstreeOstreeContent.md +14 -13
- data/docs/OstreeOstreeContentResponse.md +20 -19
- data/docs/OstreeOstreeDistribution.md +20 -19
- data/docs/OstreeOstreeDistributionResponse.md +32 -31
- data/docs/OstreeOstreeObjectResponse.md +22 -21
- data/docs/OstreeOstreeRefResponse.md +24 -23
- data/docs/OstreeOstreeRemote.md +54 -53
- data/docs/OstreeOstreeRemoteResponse.md +54 -53
- data/docs/OstreeOstreeRemoteResponseHiddenFieldsInner.md +20 -0
- data/docs/OstreeOstreeRepository.md +18 -17
- data/docs/OstreeOstreeRepositoryResponse.md +30 -29
- data/docs/OstreeOstreeSummaryResponse.md +18 -17
- data/docs/PaginatedRepositoryVersionResponseList.md +14 -13
- data/docs/PaginatedostreeOstreeCommitResponseList.md +14 -13
- data/docs/PaginatedostreeOstreeConfigResponseList.md +14 -13
- data/docs/PaginatedostreeOstreeContentResponseList.md +14 -13
- data/docs/PaginatedostreeOstreeDistributionResponseList.md +14 -13
- data/docs/PaginatedostreeOstreeObjectResponseList.md +14 -13
- data/docs/PaginatedostreeOstreeRefResponseList.md +14 -13
- data/docs/PaginatedostreeOstreeRemoteResponseList.md +14 -13
- data/docs/PaginatedostreeOstreeRepositoryResponseList.md +14 -13
- data/docs/PaginatedostreeOstreeSummaryResponseList.md +14 -13
- data/docs/PatchedostreeOstreeDistribution.md +20 -19
- data/docs/PatchedostreeOstreeRemote.md +54 -53
- data/docs/PatchedostreeOstreeRepository.md +18 -17
- data/docs/PolicyEnum.md +4 -5
- data/docs/RemotesOstreeApi.md +389 -184
- data/docs/Repair.md +8 -7
- data/docs/RepositoriesOstreeApi.md +502 -231
- data/docs/RepositoriesOstreeVersionsApi.md +152 -82
- data/docs/RepositoryAddRemoveContent.md +12 -11
- data/docs/RepositorySyncURL.md +10 -9
- data/docs/RepositoryVersionResponse.md +22 -21
- data/docs/SetLabel.md +10 -9
- data/docs/SetLabelResponse.md +10 -9
- data/docs/UnsetLabel.md +8 -7
- data/docs/UnsetLabelResponse.md +10 -9
- data/lib/pulp_ostree_client/api/content_commits_api.rb +11 -9
- data/lib/pulp_ostree_client/api/content_configs_api.rb +11 -9
- data/lib/pulp_ostree_client/api/content_content_api.rb +20 -14
- data/lib/pulp_ostree_client/api/content_objects_api.rb +11 -9
- data/lib/pulp_ostree_client/api/content_refs_api.rb +11 -9
- data/lib/pulp_ostree_client/api/content_summaries_api.rb +11 -9
- data/lib/pulp_ostree_client/api/distributions_ostree_api.rb +89 -56
- data/lib/pulp_ostree_client/api/remotes_ostree_api.rb +104 -68
- data/lib/pulp_ostree_client/api/repositories_ostree_api.rb +125 -76
- data/lib/pulp_ostree_client/api/repositories_ostree_versions_api.rb +40 -30
- data/lib/pulp_ostree_client/api_client.rb +137 -102
- data/lib/pulp_ostree_client/api_error.rb +2 -1
- data/lib/pulp_ostree_client/configuration.rb +162 -21
- data/lib/pulp_ostree_client/models/async_operation_response.rb +32 -22
- data/lib/pulp_ostree_client/models/content_summary_response.rb +36 -22
- data/lib/pulp_ostree_client/models/my_permissions_response.rb +32 -22
- data/lib/pulp_ostree_client/models/nested_role.rb +32 -22
- data/lib/pulp_ostree_client/models/nested_role_response.rb +32 -22
- data/lib/pulp_ostree_client/models/object_roles_response.rb +32 -22
- data/lib/pulp_ostree_client/models/ostree_import_all.rb +34 -22
- data/lib/pulp_ostree_client/models/ostree_import_commits_to_ref.rb +36 -22
- data/lib/pulp_ostree_client/models/ostree_ostree_commit_response.rb +40 -24
- data/lib/pulp_ostree_client/models/ostree_ostree_config_response.rb +36 -24
- data/lib/pulp_ostree_client/models/ostree_ostree_content.rb +36 -22
- data/lib/pulp_ostree_client/models/ostree_ostree_content_response.rb +38 -24
- data/lib/pulp_ostree_client/models/ostree_ostree_distribution.rb +34 -22
- data/lib/pulp_ostree_client/models/ostree_ostree_distribution_response.rb +36 -24
- data/lib/pulp_ostree_client/models/ostree_ostree_object_response.rb +40 -24
- data/lib/pulp_ostree_client/models/ostree_ostree_ref_response.rb +40 -24
- data/lib/pulp_ostree_client/models/ostree_ostree_remote.rb +61 -23
- data/lib/pulp_ostree_client/models/ostree_ostree_remote_response.rb +64 -26
- data/lib/pulp_ostree_client/models/{ostree_ostree_remote_response_hidden_fields.rb → ostree_ostree_remote_response_hidden_fields_inner.rb} +37 -25
- data/lib/pulp_ostree_client/models/ostree_ostree_repository.rb +32 -22
- data/lib/pulp_ostree_client/models/ostree_ostree_repository_response.rb +34 -24
- data/lib/pulp_ostree_client/models/ostree_ostree_summary_response.rb +36 -24
- data/lib/pulp_ostree_client/models/paginated_repository_version_response_list.rb +34 -22
- data/lib/pulp_ostree_client/models/paginatedostree_ostree_commit_response_list.rb +34 -22
- data/lib/pulp_ostree_client/models/paginatedostree_ostree_config_response_list.rb +34 -22
- data/lib/pulp_ostree_client/models/paginatedostree_ostree_content_response_list.rb +34 -22
- data/lib/pulp_ostree_client/models/paginatedostree_ostree_distribution_response_list.rb +34 -22
- data/lib/pulp_ostree_client/models/paginatedostree_ostree_object_response_list.rb +34 -22
- data/lib/pulp_ostree_client/models/paginatedostree_ostree_ref_response_list.rb +34 -22
- data/lib/pulp_ostree_client/models/paginatedostree_ostree_remote_response_list.rb +34 -22
- data/lib/pulp_ostree_client/models/paginatedostree_ostree_repository_response_list.rb +34 -22
- data/lib/pulp_ostree_client/models/paginatedostree_ostree_summary_response_list.rb +34 -22
- data/lib/pulp_ostree_client/models/patchedostree_ostree_distribution.rb +40 -24
- data/lib/pulp_ostree_client/models/patchedostree_ostree_remote.rb +67 -25
- data/lib/pulp_ostree_client/models/patchedostree_ostree_repository.rb +35 -23
- data/lib/pulp_ostree_client/models/policy_enum.rb +8 -4
- data/lib/pulp_ostree_client/models/repair.rb +30 -22
- data/lib/pulp_ostree_client/models/repository_add_remove_content.rb +30 -22
- data/lib/pulp_ostree_client/models/repository_sync_url.rb +30 -22
- data/lib/pulp_ostree_client/models/repository_version_response.rb +32 -24
- data/lib/pulp_ostree_client/models/set_label.rb +34 -22
- data/lib/pulp_ostree_client/models/set_label_response.rb +34 -22
- data/lib/pulp_ostree_client/models/unset_label.rb +32 -22
- data/lib/pulp_ostree_client/models/unset_label_response.rb +32 -22
- data/lib/pulp_ostree_client/version.rb +2 -2
- data/lib/pulp_ostree_client.rb +2 -2
- data/pulp_ostree_client.gemspec +9 -6
- data/spec/api/content_commits_api_spec.rb +3 -3
- data/spec/api/content_configs_api_spec.rb +3 -3
- data/spec/api/content_content_api_spec.rb +4 -4
- data/spec/api/content_objects_api_spec.rb +3 -3
- data/spec/api/content_refs_api_spec.rb +3 -3
- data/spec/api/content_summaries_api_spec.rb +3 -3
- data/spec/api/distributions_ostree_api_spec.rb +13 -13
- data/spec/api/remotes_ostree_api_spec.rb +20 -19
- data/spec/api/repositories_ostree_api_spec.rb +17 -17
- data/spec/api/repositories_ostree_versions_api_spec.rb +12 -11
- data/spec/models/async_operation_response_spec.rb +7 -12
- data/spec/models/content_summary_response_spec.rb +9 -14
- data/spec/models/my_permissions_response_spec.rb +7 -12
- data/spec/models/nested_role_response_spec.rb +9 -14
- data/spec/models/nested_role_spec.rb +9 -14
- data/spec/models/object_roles_response_spec.rb +7 -12
- data/spec/models/ostree_import_all_spec.rb +8 -13
- data/spec/models/ostree_import_commits_to_ref_spec.rb +9 -14
- data/spec/models/ostree_ostree_commit_response_spec.rb +15 -20
- data/spec/models/ostree_ostree_config_response_spec.rb +12 -17
- data/spec/models/ostree_ostree_content_response_spec.rb +13 -18
- data/spec/models/ostree_ostree_content_spec.rb +10 -15
- data/spec/models/ostree_ostree_distribution_response_spec.rb +19 -24
- data/spec/models/ostree_ostree_distribution_spec.rb +13 -18
- data/spec/models/ostree_ostree_object_response_spec.rb +14 -19
- data/spec/models/ostree_ostree_ref_response_spec.rb +15 -20
- data/spec/models/{ostree_ostree_remote_response_hidden_fields_spec.rb → ostree_ostree_remote_response_hidden_fields_inner_spec.rb} +11 -16
- data/spec/models/ostree_ostree_remote_response_spec.rb +30 -35
- data/spec/models/ostree_ostree_remote_spec.rb +30 -35
- data/spec/models/ostree_ostree_repository_response_spec.rb +18 -23
- data/spec/models/ostree_ostree_repository_spec.rb +12 -17
- data/spec/models/ostree_ostree_summary_response_spec.rb +12 -17
- data/spec/models/paginated_repository_version_response_list_spec.rb +10 -15
- data/spec/models/paginatedostree_ostree_commit_response_list_spec.rb +10 -15
- data/spec/models/paginatedostree_ostree_config_response_list_spec.rb +10 -15
- data/spec/models/paginatedostree_ostree_content_response_list_spec.rb +10 -15
- data/spec/models/paginatedostree_ostree_distribution_response_list_spec.rb +10 -15
- data/spec/models/paginatedostree_ostree_object_response_list_spec.rb +10 -15
- data/spec/models/paginatedostree_ostree_ref_response_list_spec.rb +10 -15
- data/spec/models/paginatedostree_ostree_remote_response_list_spec.rb +10 -15
- data/spec/models/paginatedostree_ostree_repository_response_list_spec.rb +10 -15
- data/spec/models/paginatedostree_ostree_summary_response_list_spec.rb +10 -15
- data/spec/models/patchedostree_ostree_distribution_spec.rb +13 -18
- data/spec/models/patchedostree_ostree_remote_spec.rb +30 -35
- data/spec/models/patchedostree_ostree_repository_spec.rb +12 -17
- data/spec/models/policy_enum_spec.rb +6 -11
- data/spec/models/repair_spec.rb +7 -12
- data/spec/models/repository_add_remove_content_spec.rb +9 -14
- data/spec/models/repository_sync_url_spec.rb +8 -13
- data/spec/models/repository_version_response_spec.rb +14 -19
- data/spec/models/set_label_response_spec.rb +8 -13
- data/spec/models/set_label_spec.rb +8 -13
- data/spec/models/unset_label_response_spec.rb +8 -13
- data/spec/models/unset_label_spec.rb +7 -12
- data/spec/spec_helper.rb +1 -1
- metadata +84 -60
- data/docs/OstreeOstreeRemoteResponseHiddenFields.md +0 -19
- data/spec/api_client_spec.rb +0 -188
- data/spec/configuration_spec.rb +0 -42
data/spec/models/repair_spec.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
|
-
|
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
|
21
|
-
|
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
|
-
|
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://
|
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
|
-
|
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
|
21
|
-
|
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
|
-
|
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://
|
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://
|
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://
|
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
|
-
|
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
|
21
|
-
|
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
|
-
|
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://
|
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://
|
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
|
-
|
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
|
21
|
-
|
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
|
-
|
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://
|
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://
|
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://
|
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://
|
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://
|
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://
|
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://
|
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://
|
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
|
-
|
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
|
21
|
-
|
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
|
-
|
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://
|
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://
|
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
|
-
|
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
|
21
|
-
|
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
|
-
|
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://
|
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://
|
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
|
-
|
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
|
21
|
-
|
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
|
-
|
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://
|
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://
|
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
|
-
|
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
|
21
|
-
|
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
|
-
|
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://
|
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
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.
|
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-
|
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.
|
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.
|
52
|
+
version: '2.9'
|
33
53
|
- !ruby/object:Gem::Dependency
|
34
|
-
name:
|
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:
|
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: '
|
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:
|
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/
|
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/
|
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/
|
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: '
|
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/
|
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/
|
289
|
-
- spec/
|
290
|
-
- spec/
|
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/
|
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/
|
346
|
+
- spec/models/object_roles_response_spec.rb
|
306
347
|
- spec/models/nested_role_spec.rb
|
307
|
-
- spec/models/
|
308
|
-
- spec/models/
|
309
|
-
- spec/models/
|
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/
|
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
|