pulp_ostree_client 2.6.0 → 2.6.1
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 +7 -7
- data/docs/ContentCommitsApi.md +6 -6
- data/docs/ContentConfigsApi.md +6 -6
- data/docs/ContentContentApi.md +6 -6
- data/docs/ContentObjectsApi.md +6 -6
- data/docs/ContentRefsApi.md +6 -6
- data/docs/ContentSummariesApi.md +6 -6
- data/docs/DistributionsOstreeApi.md +4 -4
- data/docs/OstreeOstreeContent.md +2 -0
- data/docs/OstreeOstreeDistributionResponse.md +2 -0
- data/docs/OstreeOstreeRemote.md +6 -6
- data/docs/OstreeOstreeRemoteResponse.md +8 -8
- data/docs/OstreeOstreeRepository.md +2 -0
- data/docs/OstreeOstreeRepositoryResponse.md +2 -0
- data/docs/PatchedostreeOstreeRemote.md +6 -6
- data/docs/PatchedostreeOstreeRepository.md +2 -0
- data/docs/RepositoriesOstreeApi.md +20 -4
- data/docs/RepositoryAddRemoveContent.md +3 -1
- data/lib/pulp_ostree_client/api/content_commits_api.rb +6 -6
- data/lib/pulp_ostree_client/api/content_configs_api.rb +6 -6
- data/lib/pulp_ostree_client/api/content_content_api.rb +6 -6
- data/lib/pulp_ostree_client/api/content_objects_api.rb +6 -6
- data/lib/pulp_ostree_client/api/content_refs_api.rb +6 -6
- data/lib/pulp_ostree_client/api/content_summaries_api.rb +6 -6
- data/lib/pulp_ostree_client/api/distributions_ostree_api.rb +4 -4
- data/lib/pulp_ostree_client/api/repositories_ostree_api.rb +29 -5
- data/lib/pulp_ostree_client/models/ostree_ostree_content.rb +11 -1
- data/lib/pulp_ostree_client/models/ostree_ostree_distribution_response.rb +11 -1
- data/lib/pulp_ostree_client/models/ostree_ostree_remote.rb +48 -33
- data/lib/pulp_ostree_client/models/ostree_ostree_remote_response.rb +60 -45
- data/lib/pulp_ostree_client/models/ostree_ostree_repository.rb +42 -1
- data/lib/pulp_ostree_client/models/ostree_ostree_repository_response.rb +42 -1
- data/lib/pulp_ostree_client/models/patchedostree_ostree_remote.rb +48 -33
- data/lib/pulp_ostree_client/models/patchedostree_ostree_repository.rb +42 -1
- data/lib/pulp_ostree_client/models/repository_add_remove_content.rb +16 -4
- data/lib/pulp_ostree_client/models/set_label.rb +0 -11
- data/lib/pulp_ostree_client/models/set_label_response.rb +0 -21
- data/lib/pulp_ostree_client/models/unset_label.rb +0 -11
- data/lib/pulp_ostree_client/models/unset_label_response.rb +0 -21
- data/lib/pulp_ostree_client/version.rb +1 -1
- 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 +3 -3
- 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 +2 -2
- data/spec/api/repositories_ostree_api_spec.rb +10 -2
- data/spec/models/ostree_ostree_content_spec.rb +6 -0
- data/spec/models/ostree_ostree_distribution_response_spec.rb +6 -0
- data/spec/models/ostree_ostree_remote_response_spec.rb +10 -10
- data/spec/models/ostree_ostree_remote_spec.rb +17 -17
- data/spec/models/ostree_ostree_repository_response_spec.rb +6 -0
- data/spec/models/ostree_ostree_repository_spec.rb +6 -0
- data/spec/models/patchedostree_ostree_remote_spec.rb +17 -17
- data/spec/models/patchedostree_ostree_repository_spec.rb +6 -0
- data/spec/models/repository_add_remove_content_spec.rb +6 -0
- metadata +41 -41
|
@@ -117,13 +117,21 @@ describe 'RepositoriesOstreeApi' do
|
|
|
117
117
|
# @option opts [String] :name__regex Filter results where name matches regex value
|
|
118
118
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
119
119
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
120
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
120
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `retain_checkpoints` - Retain checkpoints * `-retain_checkpoints` - Retain checkpoints (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
121
121
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
122
122
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
123
123
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
124
124
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
125
125
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
126
|
-
# @option opts [String] :remote
|
|
126
|
+
# @option opts [String] :remote
|
|
127
|
+
# @option opts [Integer] :retain_checkpoints Filter results where retain_checkpoints matches value
|
|
128
|
+
# @option opts [Integer] :retain_checkpoints__gt Filter results where retain_checkpoints is greater than value
|
|
129
|
+
# @option opts [Integer] :retain_checkpoints__gte Filter results where retain_checkpoints is greater than or equal to value
|
|
130
|
+
# @option opts [Boolean] :retain_checkpoints__isnull Filter results where retain_checkpoints has a null value
|
|
131
|
+
# @option opts [Integer] :retain_checkpoints__lt Filter results where retain_checkpoints is less than value
|
|
132
|
+
# @option opts [Integer] :retain_checkpoints__lte Filter results where retain_checkpoints is less than or equal to value
|
|
133
|
+
# @option opts [Integer] :retain_checkpoints__ne Filter results where retain_checkpoints not equal to value
|
|
134
|
+
# @option opts [Array<Integer>] :retain_checkpoints__range Filter results where retain_checkpoints is between two comma separated values
|
|
127
135
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
128
136
|
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
|
129
137
|
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
|
|
@@ -33,6 +33,12 @@ describe PulpOstreeClient::OstreeOstreeContent do
|
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
|
|
36
|
+
describe 'test attribute "overwrite"' do
|
|
37
|
+
it 'should work' do
|
|
38
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
|
|
36
42
|
describe 'test attribute "pulp_labels"' do
|
|
37
43
|
it 'should work' do
|
|
38
44
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -69,6 +69,12 @@ describe PulpOstreeClient::OstreeOstreeDistributionResponse do
|
|
|
69
69
|
end
|
|
70
70
|
end
|
|
71
71
|
|
|
72
|
+
describe 'test attribute "content_guard_prn"' do
|
|
73
|
+
it 'should work' do
|
|
74
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
75
|
+
end
|
|
76
|
+
end
|
|
77
|
+
|
|
72
78
|
describe 'test attribute "no_content_change_since"' do
|
|
73
79
|
it 'should work' do
|
|
74
80
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -63,49 +63,49 @@ describe PulpOstreeClient::OstreeOstreeRemoteResponse do
|
|
|
63
63
|
end
|
|
64
64
|
end
|
|
65
65
|
|
|
66
|
-
describe 'test attribute "
|
|
66
|
+
describe 'test attribute "pulp_labels"' do
|
|
67
67
|
it 'should work' do
|
|
68
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
69
69
|
end
|
|
70
70
|
end
|
|
71
71
|
|
|
72
|
-
describe 'test attribute "
|
|
72
|
+
describe 'test attribute "policy"' do
|
|
73
73
|
it 'should work' do
|
|
74
74
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
75
75
|
end
|
|
76
76
|
end
|
|
77
77
|
|
|
78
|
-
describe 'test attribute "
|
|
78
|
+
describe 'test attribute "hidden_fields"' do
|
|
79
79
|
it 'should work' do
|
|
80
80
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
81
81
|
end
|
|
82
82
|
end
|
|
83
83
|
|
|
84
|
-
describe 'test attribute "
|
|
84
|
+
describe 'test attribute "ca_cert"' do
|
|
85
85
|
it 'should work' do
|
|
86
86
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
87
87
|
end
|
|
88
88
|
end
|
|
89
89
|
|
|
90
|
-
describe 'test attribute "
|
|
90
|
+
describe 'test attribute "client_cert"' do
|
|
91
91
|
it 'should work' do
|
|
92
92
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
93
93
|
end
|
|
94
94
|
end
|
|
95
95
|
|
|
96
|
-
describe 'test attribute "
|
|
96
|
+
describe 'test attribute "tls_validation"' do
|
|
97
97
|
it 'should work' do
|
|
98
98
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
99
99
|
end
|
|
100
100
|
end
|
|
101
101
|
|
|
102
|
-
describe 'test attribute "
|
|
102
|
+
describe 'test attribute "proxy_url"' do
|
|
103
103
|
it 'should work' do
|
|
104
104
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
105
105
|
end
|
|
106
106
|
end
|
|
107
107
|
|
|
108
|
-
describe 'test attribute "
|
|
108
|
+
describe 'test attribute "max_retries"' do
|
|
109
109
|
it 'should work' do
|
|
110
110
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
111
111
|
end
|
|
@@ -141,13 +141,13 @@ describe PulpOstreeClient::OstreeOstreeRemoteResponse do
|
|
|
141
141
|
end
|
|
142
142
|
end
|
|
143
143
|
|
|
144
|
-
describe 'test attribute "
|
|
144
|
+
describe 'test attribute "download_concurrency"' do
|
|
145
145
|
it 'should work' do
|
|
146
146
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
147
147
|
end
|
|
148
148
|
end
|
|
149
149
|
|
|
150
|
-
describe 'test attribute "
|
|
150
|
+
describe 'test attribute "rate_limit"' do
|
|
151
151
|
it 'should work' do
|
|
152
152
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
153
153
|
end
|
|
@@ -39,67 +39,67 @@ describe PulpOstreeClient::OstreeOstreeRemote do
|
|
|
39
39
|
end
|
|
40
40
|
end
|
|
41
41
|
|
|
42
|
-
describe 'test attribute "
|
|
42
|
+
describe 'test attribute "pulp_labels"' do
|
|
43
43
|
it 'should work' do
|
|
44
44
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
45
45
|
end
|
|
46
46
|
end
|
|
47
47
|
|
|
48
|
-
describe 'test attribute "
|
|
48
|
+
describe 'test attribute "policy"' do
|
|
49
49
|
it 'should work' do
|
|
50
50
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
51
51
|
end
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
-
describe 'test attribute "
|
|
54
|
+
describe 'test attribute "ca_cert"' do
|
|
55
55
|
it 'should work' do
|
|
56
56
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
57
|
end
|
|
58
58
|
end
|
|
59
59
|
|
|
60
|
-
describe 'test attribute "
|
|
60
|
+
describe 'test attribute "client_cert"' do
|
|
61
61
|
it 'should work' do
|
|
62
62
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
63
63
|
end
|
|
64
64
|
end
|
|
65
65
|
|
|
66
|
-
describe 'test attribute "
|
|
66
|
+
describe 'test attribute "client_key"' do
|
|
67
67
|
it 'should work' do
|
|
68
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
69
69
|
end
|
|
70
70
|
end
|
|
71
71
|
|
|
72
|
-
describe 'test attribute "
|
|
72
|
+
describe 'test attribute "tls_validation"' do
|
|
73
73
|
it 'should work' do
|
|
74
74
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
75
75
|
end
|
|
76
76
|
end
|
|
77
77
|
|
|
78
|
-
describe 'test attribute "
|
|
78
|
+
describe 'test attribute "proxy_url"' do
|
|
79
79
|
it 'should work' do
|
|
80
80
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
81
81
|
end
|
|
82
82
|
end
|
|
83
83
|
|
|
84
|
-
describe 'test attribute "
|
|
84
|
+
describe 'test attribute "proxy_username"' do
|
|
85
85
|
it 'should work' do
|
|
86
86
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
87
87
|
end
|
|
88
88
|
end
|
|
89
89
|
|
|
90
|
-
describe 'test attribute "
|
|
90
|
+
describe 'test attribute "proxy_password"' do
|
|
91
91
|
it 'should work' do
|
|
92
92
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
93
93
|
end
|
|
94
94
|
end
|
|
95
95
|
|
|
96
|
-
describe 'test attribute "
|
|
96
|
+
describe 'test attribute "username"' do
|
|
97
97
|
it 'should work' do
|
|
98
98
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
99
99
|
end
|
|
100
100
|
end
|
|
101
101
|
|
|
102
|
-
describe 'test attribute "
|
|
102
|
+
describe 'test attribute "password"' do
|
|
103
103
|
it 'should work' do
|
|
104
104
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
105
105
|
end
|
|
@@ -111,12 +111,6 @@ describe PulpOstreeClient::OstreeOstreeRemote do
|
|
|
111
111
|
end
|
|
112
112
|
end
|
|
113
113
|
|
|
114
|
-
describe 'test attribute "policy"' do
|
|
115
|
-
it 'should work' do
|
|
116
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
117
|
-
end
|
|
118
|
-
end
|
|
119
|
-
|
|
120
114
|
describe 'test attribute "total_timeout"' do
|
|
121
115
|
it 'should work' do
|
|
122
116
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -147,6 +141,12 @@ describe PulpOstreeClient::OstreeOstreeRemote do
|
|
|
147
141
|
end
|
|
148
142
|
end
|
|
149
143
|
|
|
144
|
+
describe 'test attribute "download_concurrency"' do
|
|
145
|
+
it 'should work' do
|
|
146
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
147
|
+
end
|
|
148
|
+
end
|
|
149
|
+
|
|
150
150
|
describe 'test attribute "rate_limit"' do
|
|
151
151
|
it 'should work' do
|
|
152
152
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -87,6 +87,12 @@ describe PulpOstreeClient::OstreeOstreeRepositoryResponse do
|
|
|
87
87
|
end
|
|
88
88
|
end
|
|
89
89
|
|
|
90
|
+
describe 'test attribute "retain_checkpoints"' do
|
|
91
|
+
it 'should work' do
|
|
92
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
93
|
+
end
|
|
94
|
+
end
|
|
95
|
+
|
|
90
96
|
describe 'test attribute "remote"' do
|
|
91
97
|
it 'should work' do
|
|
92
98
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -51,6 +51,12 @@ describe PulpOstreeClient::OstreeOstreeRepository do
|
|
|
51
51
|
end
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
+
describe 'test attribute "retain_checkpoints"' do
|
|
55
|
+
it 'should work' do
|
|
56
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
54
60
|
describe 'test attribute "remote"' do
|
|
55
61
|
it 'should work' do
|
|
56
62
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -39,67 +39,67 @@ describe PulpOstreeClient::PatchedostreeOstreeRemote do
|
|
|
39
39
|
end
|
|
40
40
|
end
|
|
41
41
|
|
|
42
|
-
describe 'test attribute "
|
|
42
|
+
describe 'test attribute "pulp_labels"' do
|
|
43
43
|
it 'should work' do
|
|
44
44
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
45
45
|
end
|
|
46
46
|
end
|
|
47
47
|
|
|
48
|
-
describe 'test attribute "
|
|
48
|
+
describe 'test attribute "policy"' do
|
|
49
49
|
it 'should work' do
|
|
50
50
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
51
51
|
end
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
-
describe 'test attribute "
|
|
54
|
+
describe 'test attribute "ca_cert"' do
|
|
55
55
|
it 'should work' do
|
|
56
56
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
57
|
end
|
|
58
58
|
end
|
|
59
59
|
|
|
60
|
-
describe 'test attribute "
|
|
60
|
+
describe 'test attribute "client_cert"' do
|
|
61
61
|
it 'should work' do
|
|
62
62
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
63
63
|
end
|
|
64
64
|
end
|
|
65
65
|
|
|
66
|
-
describe 'test attribute "
|
|
66
|
+
describe 'test attribute "client_key"' do
|
|
67
67
|
it 'should work' do
|
|
68
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
69
69
|
end
|
|
70
70
|
end
|
|
71
71
|
|
|
72
|
-
describe 'test attribute "
|
|
72
|
+
describe 'test attribute "tls_validation"' do
|
|
73
73
|
it 'should work' do
|
|
74
74
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
75
75
|
end
|
|
76
76
|
end
|
|
77
77
|
|
|
78
|
-
describe 'test attribute "
|
|
78
|
+
describe 'test attribute "proxy_url"' do
|
|
79
79
|
it 'should work' do
|
|
80
80
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
81
81
|
end
|
|
82
82
|
end
|
|
83
83
|
|
|
84
|
-
describe 'test attribute "
|
|
84
|
+
describe 'test attribute "proxy_username"' do
|
|
85
85
|
it 'should work' do
|
|
86
86
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
87
87
|
end
|
|
88
88
|
end
|
|
89
89
|
|
|
90
|
-
describe 'test attribute "
|
|
90
|
+
describe 'test attribute "proxy_password"' do
|
|
91
91
|
it 'should work' do
|
|
92
92
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
93
93
|
end
|
|
94
94
|
end
|
|
95
95
|
|
|
96
|
-
describe 'test attribute "
|
|
96
|
+
describe 'test attribute "username"' do
|
|
97
97
|
it 'should work' do
|
|
98
98
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
99
99
|
end
|
|
100
100
|
end
|
|
101
101
|
|
|
102
|
-
describe 'test attribute "
|
|
102
|
+
describe 'test attribute "password"' do
|
|
103
103
|
it 'should work' do
|
|
104
104
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
105
105
|
end
|
|
@@ -111,12 +111,6 @@ describe PulpOstreeClient::PatchedostreeOstreeRemote do
|
|
|
111
111
|
end
|
|
112
112
|
end
|
|
113
113
|
|
|
114
|
-
describe 'test attribute "policy"' do
|
|
115
|
-
it 'should work' do
|
|
116
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
117
|
-
end
|
|
118
|
-
end
|
|
119
|
-
|
|
120
114
|
describe 'test attribute "total_timeout"' do
|
|
121
115
|
it 'should work' do
|
|
122
116
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -147,6 +141,12 @@ describe PulpOstreeClient::PatchedostreeOstreeRemote do
|
|
|
147
141
|
end
|
|
148
142
|
end
|
|
149
143
|
|
|
144
|
+
describe 'test attribute "download_concurrency"' do
|
|
145
|
+
it 'should work' do
|
|
146
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
147
|
+
end
|
|
148
|
+
end
|
|
149
|
+
|
|
150
150
|
describe 'test attribute "rate_limit"' do
|
|
151
151
|
it 'should work' do
|
|
152
152
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -51,6 +51,12 @@ describe PulpOstreeClient::PatchedostreeOstreeRepository do
|
|
|
51
51
|
end
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
+
describe 'test attribute "retain_checkpoints"' do
|
|
55
|
+
it 'should work' do
|
|
56
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
54
60
|
describe 'test attribute "remote"' do
|
|
55
61
|
it 'should work' do
|
|
56
62
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -45,4 +45,10 @@ describe PulpOstreeClient::RepositoryAddRemoveContent do
|
|
|
45
45
|
end
|
|
46
46
|
end
|
|
47
47
|
|
|
48
|
+
describe 'test attribute "overwrite"' do
|
|
49
|
+
it 'should work' do
|
|
50
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
|
|
48
54
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulp_ostree_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.6.
|
|
4
|
+
version: 2.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-07-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -281,58 +281,58 @@ signing_key:
|
|
|
281
281
|
specification_version: 4
|
|
282
282
|
summary: Pulp 3 API Ruby Gem
|
|
283
283
|
test_files:
|
|
284
|
-
- spec/api/content_refs_api_spec.rb
|
|
285
|
-
- spec/api/content_commits_api_spec.rb
|
|
286
|
-
- spec/api/distributions_ostree_api_spec.rb
|
|
287
284
|
- spec/api/remotes_ostree_api_spec.rb
|
|
285
|
+
- spec/api/content_content_api_spec.rb
|
|
288
286
|
- spec/api/content_summaries_api_spec.rb
|
|
287
|
+
- spec/api/content_configs_api_spec.rb
|
|
289
288
|
- spec/api/repositories_ostree_versions_api_spec.rb
|
|
290
|
-
- spec/api/content_content_api_spec.rb
|
|
291
289
|
- spec/api/repositories_ostree_api_spec.rb
|
|
290
|
+
- spec/api/content_commits_api_spec.rb
|
|
291
|
+
- spec/api/distributions_ostree_api_spec.rb
|
|
292
|
+
- spec/api/content_refs_api_spec.rb
|
|
292
293
|
- spec/api/content_objects_api_spec.rb
|
|
293
|
-
- spec/
|
|
294
|
-
- spec/models/
|
|
295
|
-
- spec/models/
|
|
296
|
-
- spec/models/ostree_ostree_commit_response_spec.rb
|
|
297
|
-
- spec/models/repository_version_response_spec.rb
|
|
298
|
-
- spec/models/ostree_ostree_content_spec.rb
|
|
299
|
-
- spec/models/set_label_spec.rb
|
|
300
|
-
- spec/models/my_permissions_response_spec.rb
|
|
301
|
-
- spec/models/patchedostree_ostree_repository_spec.rb
|
|
302
|
-
- spec/models/patchedostree_ostree_remote_spec.rb
|
|
303
|
-
- spec/models/ostree_ostree_repository_response_spec.rb
|
|
304
|
-
- spec/models/ostree_ostree_distribution_spec.rb
|
|
305
|
-
- spec/models/ostree_ostree_remote_response_spec.rb
|
|
306
|
-
- spec/models/ostree_ostree_summary_response_spec.rb
|
|
307
|
-
- spec/models/paginatedostree_ostree_object_response_list_spec.rb
|
|
308
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
309
|
-
- spec/models/repair_spec.rb
|
|
310
|
-
- spec/models/paginatedostree_ostree_repository_response_list_spec.rb
|
|
294
|
+
- spec/models/nested_role_response_spec.rb
|
|
295
|
+
- spec/models/object_roles_response_spec.rb
|
|
296
|
+
- spec/models/repository_add_remove_content_spec.rb
|
|
311
297
|
- spec/models/async_operation_response_spec.rb
|
|
298
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
312
299
|
- spec/models/ostree_ostree_remote_spec.rb
|
|
313
|
-
- spec/models/
|
|
314
|
-
- spec/models/
|
|
315
|
-
- spec/models/
|
|
300
|
+
- spec/models/ostree_ostree_content_response_spec.rb
|
|
301
|
+
- spec/models/paginatedostree_ostree_remote_response_list_spec.rb
|
|
302
|
+
- spec/models/set_label_spec.rb
|
|
303
|
+
- spec/models/content_summary_response_spec.rb
|
|
304
|
+
- spec/models/ostree_ostree_content_spec.rb
|
|
305
|
+
- spec/models/ostree_ostree_remote_response_spec.rb
|
|
306
|
+
- spec/models/ostree_ostree_ref_response_spec.rb
|
|
316
307
|
- spec/models/ostree_ostree_remote_response_hidden_fields_inner_spec.rb
|
|
317
|
-
- spec/models/
|
|
308
|
+
- spec/models/ostree_ostree_distribution_response_spec.rb
|
|
309
|
+
- spec/models/ostree_ostree_object_response_spec.rb
|
|
310
|
+
- spec/models/ostree_ostree_repository_response_spec.rb
|
|
311
|
+
- spec/models/patchedostree_ostree_repository_spec.rb
|
|
318
312
|
- spec/models/paginatedostree_ostree_summary_response_list_spec.rb
|
|
319
313
|
- spec/models/repository_sync_url_spec.rb
|
|
320
|
-
- spec/models/set_label_response_spec.rb
|
|
321
314
|
- spec/models/unset_label_spec.rb
|
|
322
|
-
- spec/models/
|
|
323
|
-
- spec/models/
|
|
315
|
+
- spec/models/ostree_ostree_summary_response_spec.rb
|
|
316
|
+
- spec/models/paginatedostree_ostree_object_response_list_spec.rb
|
|
317
|
+
- spec/models/set_label_response_spec.rb
|
|
324
318
|
- spec/models/ostree_ostree_repository_spec.rb
|
|
325
|
-
- spec/models/
|
|
319
|
+
- spec/models/patchedostree_ostree_distribution_spec.rb
|
|
320
|
+
- spec/models/nested_role_spec.rb
|
|
321
|
+
- spec/models/paginatedostree_ostree_config_response_list_spec.rb
|
|
322
|
+
- spec/models/repository_version_response_spec.rb
|
|
323
|
+
- spec/models/paginatedostree_ostree_commit_response_list_spec.rb
|
|
326
324
|
- spec/models/ostree_import_commits_to_ref_spec.rb
|
|
327
|
-
- spec/models/
|
|
325
|
+
- spec/models/my_permissions_response_spec.rb
|
|
326
|
+
- spec/models/patchedostree_ostree_remote_spec.rb
|
|
327
|
+
- spec/models/paginatedostree_ostree_distribution_response_list_spec.rb
|
|
328
|
+
- spec/models/unset_label_response_spec.rb
|
|
329
|
+
- spec/models/policy_enum_spec.rb
|
|
330
|
+
- spec/models/paginatedostree_ostree_content_response_list_spec.rb
|
|
331
|
+
- spec/models/ostree_ostree_distribution_spec.rb
|
|
332
|
+
- spec/models/ostree_ostree_commit_response_spec.rb
|
|
333
|
+
- spec/models/paginatedostree_ostree_repository_response_list_spec.rb
|
|
334
|
+
- spec/models/ostree_import_all_spec.rb
|
|
328
335
|
- spec/models/ostree_ostree_config_response_spec.rb
|
|
329
|
-
- spec/models/
|
|
330
|
-
- spec/models/content_summary_response_spec.rb
|
|
331
|
-
- spec/models/paginatedostree_ostree_remote_response_list_spec.rb
|
|
332
|
-
- spec/models/ostree_ostree_ref_response_spec.rb
|
|
333
|
-
- spec/models/ostree_ostree_distribution_response_spec.rb
|
|
336
|
+
- spec/models/repair_spec.rb
|
|
334
337
|
- spec/models/paginatedostree_ostree_ref_response_list_spec.rb
|
|
335
|
-
- spec/models/paginatedostree_ostree_config_response_list_spec.rb
|
|
336
|
-
- spec/models/paginatedostree_ostree_content_response_list_spec.rb
|
|
337
|
-
- spec/models/paginatedostree_ostree_commit_response_list_spec.rb
|
|
338
338
|
- spec/spec_helper.rb
|