pulp_ostree_client 2.0.0a7.dev1670901313 → 2.0.0a7.dev1671160375

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_ostree_client might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8ef2f1c07550f94871c097ffb143f2c0e066a7fdf1baf35ccfe8f6c708df589
4
- data.tar.gz: 64f9cee74a79a42458e908d031f539cef80b558f2bc710f732fa74ab2ec3ec33
3
+ metadata.gz: 99441c9a7be861280cf459409512f4037d3275f53231a2f9653b9341f4f1bfa1
4
+ data.tar.gz: dbf210230b3a82a314aefd07c471b17ca555adf26c713ea7c59a3957493f641f
5
5
  SHA512:
6
- metadata.gz: 1873202b27d399a7a5ecd3b81debd2348fd4a33cc85f1e9583ac57e420f16218542e3162df91630caaa41d500f968467c662fcfe1c5813c0a201e9a32e91ab78
7
- data.tar.gz: 71770f68cce94cecd669871386c8853611500b31d6b7b30a63d252fdcbf16ad6f5d733b60e899b90e3d562c4ff9e36603cb93eb2a711e359a82c50f738dc9ce3
6
+ metadata.gz: 5ef97e7a43a406df73335cf2edc42ab5d51d77dc5991309d9690ae009c18550bc3868eccaf59dd1c6b9914c7e59f1a300847b4b13d665323f9e8a589e886293f
7
+ data.tar.gz: '018051b6e5b9cb240dab2175d2114f5b259c431aaef180fa1aec645ece9a7b4d809ed32714f8b515891c5ab0d1952765238247fd7abb9ff7401a66f4338a5804'
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 2.0.0a7.dev1670901313
10
+ - Package version: 2.0.0a7.dev1671160375
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_ostree_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_ostree_client-2.0.0a7.dev1670901313.gem
27
+ gem install ./pulp_ostree_client-2.0.0a7.dev1671160375.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_ostree_client-2.0.0a7.dev1670901313.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_ostree_client-2.0.0a7.dev1671160375.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_ostree_client', '~> 2.0.0a7.dev1670901313'
36
+ gem 'pulp_ostree_client', '~> 2.0.0a7.dev1671160375'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
8
8
  **content_guard** | **String** | An optional content-guard. | [optional]
9
- **pulp_labels** | [**Object**](.md) | | [optional]
9
+ **pulp_labels** | **Hash<String, String>** | | [optional]
10
10
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
11
11
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
12
12
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
9
9
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
10
10
  **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
11
11
  **content_guard** | **String** | An optional content-guard. | [optional]
12
- **pulp_labels** | [**Object**](.md) | | [optional]
12
+ **pulp_labels** | **Hash<String, String>** | | [optional]
13
13
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
14
14
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
15
15
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
15
15
  **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
16
16
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
17
  **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
18
- **pulp_labels** | [**Object**](.md) | | [optional]
18
+ **pulp_labels** | **Hash<String, String>** | | [optional]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
20
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
21
21
  **policy** | [**PolicyEnum**](PolicyEnum.md) | immediate - All OSTree objects are downloaded and saved during synchronization. on_demand - Only commits, dirtrees, and refs are downloaded. Other OSTree objects are not downloaded until they are requested for the first time by a client. | [optional]
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
12
12
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
13
13
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
14
14
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
15
- **pulp_labels** | [**Object**](.md) | | [optional]
15
+ **pulp_labels** | **Hash<String, String>** | | [optional]
16
16
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
17
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
18
18
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
@@ -4,7 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_labels** | [**Object**](.md) | | [optional]
7
+ **pulp_labels** | **Hash<String, String>** | | [optional]
8
8
  **name** | **String** | A unique name for this repository. |
9
9
  **description** | **String** | An optional description. | [optional]
10
10
  **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
9
  **versions_href** | **String** | | [optional] [readonly]
10
- **pulp_labels** | [**Object**](.md) | | [optional]
10
+ **pulp_labels** | **Hash<String, String>** | | [optional]
11
11
  **latest_version_href** | **String** | | [optional] [readonly]
12
12
  **name** | **String** | A unique name for this repository. |
13
13
  **description** | **String** | An optional description. | [optional]
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
8
8
  **content_guard** | **String** | An optional content-guard. | [optional]
9
- **pulp_labels** | [**Object**](.md) | | [optional]
9
+ **pulp_labels** | **Hash<String, String>** | | [optional]
10
10
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
11
11
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
12
12
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
15
15
  **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
16
16
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
17
  **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
18
- **pulp_labels** | [**Object**](.md) | | [optional]
18
+ **pulp_labels** | **Hash<String, String>** | | [optional]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
20
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
21
21
  **policy** | [**PolicyEnum**](PolicyEnum.md) | immediate - All OSTree objects are downloaded and saved during synchronization. on_demand - Only commits, dirtrees, and refs are downloaded. Other OSTree objects are not downloaded until they are requested for the first time by a client. | [optional]
@@ -4,7 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_labels** | [**Object**](.md) | | [optional]
7
+ **pulp_labels** | **Hash<String, String>** | | [optional]
8
8
  **name** | **String** | A unique name for this repository. | [optional]
9
9
  **description** | **String** | An optional description. | [optional]
10
10
  **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
@@ -194,7 +194,7 @@ module PulpOstreeClient
194
194
  if @api_client.config.debugging
195
195
  @api_client.config.logger.debug 'Calling API: DistributionsOstreeApi.list ...'
196
196
  end
197
- allowable_values = ["-base_path", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "base_path", "name", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type"]
197
+ allowable_values = ["-base_path", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
198
198
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
199
199
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
200
200
  end
@@ -196,7 +196,7 @@ module PulpOstreeClient
196
196
  if @api_client.config.debugging
197
197
  @api_client.config.logger.debug 'Calling API: RemotesOstreeApi.list ...'
198
198
  end
199
- allowable_values = ["-ca_cert", "-client_cert", "-client_key", "-connect_timeout", "-download_concurrency", "-headers", "-max_retries", "-name", "-password", "-pk", "-policy", "-proxy_password", "-proxy_url", "-proxy_username", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-rate_limit", "-sock_connect_timeout", "-sock_read_timeout", "-tls_validation", "-total_timeout", "-url", "-username", "ca_cert", "client_cert", "client_key", "connect_timeout", "download_concurrency", "headers", "max_retries", "name", "password", "pk", "policy", "proxy_password", "proxy_url", "proxy_username", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "rate_limit", "sock_connect_timeout", "sock_read_timeout", "tls_validation", "total_timeout", "url", "username"]
199
+ allowable_values = ["-ca_cert", "-client_cert", "-client_key", "-connect_timeout", "-download_concurrency", "-headers", "-max_retries", "-name", "-password", "-pk", "-policy", "-proxy_password", "-proxy_url", "-proxy_username", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-rate_limit", "-sock_connect_timeout", "-sock_read_timeout", "-tls_validation", "-total_timeout", "-url", "-username", "ca_cert", "client_cert", "client_key", "connect_timeout", "download_concurrency", "headers", "max_retries", "name", "password", "pk", "policy", "proxy_password", "proxy_url", "proxy_username", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "rate_limit", "sock_connect_timeout", "sock_read_timeout", "tls_validation", "total_timeout", "url", "username"]
200
200
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
201
201
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
202
202
  end
@@ -326,7 +326,7 @@ module PulpOstreeClient
326
326
  if @api_client.config.debugging
327
327
  @api_client.config.logger.debug 'Calling API: RepositoriesOstreeApi.list ...'
328
328
  end
329
- allowable_values = ["-description", "-name", "-next_version", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-retain_repo_versions", "-user_hidden", "description", "name", "next_version", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "retain_repo_versions", "user_hidden"]
329
+ allowable_values = ["-description", "-name", "-next_version", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-retain_repo_versions", "-user_hidden", "description", "name", "next_version", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "retain_repo_versions", "user_hidden"]
330
330
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
331
331
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
332
332
  end
@@ -49,7 +49,7 @@ module PulpOstreeClient
49
49
  {
50
50
  :'base_path' => :'String',
51
51
  :'content_guard' => :'String',
52
- :'pulp_labels' => :'Object',
52
+ :'pulp_labels' => :'Hash<String, String>',
53
53
  :'name' => :'String',
54
54
  :'repository' => :'String',
55
55
  :'repository_version' => :'String'
@@ -89,7 +89,9 @@ module PulpOstreeClient
89
89
  end
90
90
 
91
91
  if attributes.key?(:'pulp_labels')
92
- self.pulp_labels = attributes[:'pulp_labels']
92
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
93
+ self.pulp_labels = value
94
+ end
93
95
  end
94
96
 
95
97
  if attributes.key?(:'name')
@@ -63,7 +63,7 @@ module PulpOstreeClient
63
63
  :'base_path' => :'String',
64
64
  :'base_url' => :'String',
65
65
  :'content_guard' => :'String',
66
- :'pulp_labels' => :'Object',
66
+ :'pulp_labels' => :'Hash<String, String>',
67
67
  :'name' => :'String',
68
68
  :'repository' => :'String',
69
69
  :'repository_version' => :'String'
@@ -115,7 +115,9 @@ module PulpOstreeClient
115
115
  end
116
116
 
117
117
  if attributes.key?(:'pulp_labels')
118
- self.pulp_labels = attributes[:'pulp_labels']
118
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
119
+ self.pulp_labels = value
120
+ end
119
121
  end
120
122
 
121
123
  if attributes.key?(:'name')
@@ -130,7 +130,7 @@ module PulpOstreeClient
130
130
  :'proxy_password' => :'String',
131
131
  :'username' => :'String',
132
132
  :'password' => :'String',
133
- :'pulp_labels' => :'Object',
133
+ :'pulp_labels' => :'Hash<String, String>',
134
134
  :'download_concurrency' => :'Integer',
135
135
  :'max_retries' => :'Integer',
136
136
  :'policy' => :'PolicyEnum',
@@ -229,7 +229,9 @@ module PulpOstreeClient
229
229
  end
230
230
 
231
231
  if attributes.key?(:'pulp_labels')
232
- self.pulp_labels = attributes[:'pulp_labels']
232
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
233
+ self.pulp_labels = value
234
+ end
233
235
  end
234
236
 
235
237
  if attributes.key?(:'download_concurrency')
@@ -122,7 +122,7 @@ module PulpOstreeClient
122
122
  :'client_cert' => :'String',
123
123
  :'tls_validation' => :'Boolean',
124
124
  :'proxy_url' => :'String',
125
- :'pulp_labels' => :'Object',
125
+ :'pulp_labels' => :'Hash<String, String>',
126
126
  :'pulp_last_updated' => :'DateTime',
127
127
  :'download_concurrency' => :'Integer',
128
128
  :'max_retries' => :'Integer',
@@ -206,7 +206,9 @@ module PulpOstreeClient
206
206
  end
207
207
 
208
208
  if attributes.key?(:'pulp_labels')
209
- self.pulp_labels = attributes[:'pulp_labels']
209
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
210
+ self.pulp_labels = value
211
+ end
210
212
  end
211
213
 
212
214
  if attributes.key?(:'pulp_last_updated')
@@ -43,7 +43,7 @@ module PulpOstreeClient
43
43
  # Attribute type mapping.
44
44
  def self.openapi_types
45
45
  {
46
- :'pulp_labels' => :'Object',
46
+ :'pulp_labels' => :'Hash<String, String>',
47
47
  :'name' => :'String',
48
48
  :'description' => :'String',
49
49
  :'retain_repo_versions' => :'Integer',
@@ -76,7 +76,9 @@ module PulpOstreeClient
76
76
  }
77
77
 
78
78
  if attributes.key?(:'pulp_labels')
79
- self.pulp_labels = attributes[:'pulp_labels']
79
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
80
+ self.pulp_labels = value
81
+ end
80
82
  end
81
83
 
82
84
  if attributes.key?(:'name')
@@ -59,7 +59,7 @@ module PulpOstreeClient
59
59
  :'pulp_href' => :'String',
60
60
  :'pulp_created' => :'DateTime',
61
61
  :'versions_href' => :'String',
62
- :'pulp_labels' => :'Object',
62
+ :'pulp_labels' => :'Hash<String, String>',
63
63
  :'latest_version_href' => :'String',
64
64
  :'name' => :'String',
65
65
  :'description' => :'String',
@@ -105,7 +105,9 @@ module PulpOstreeClient
105
105
  end
106
106
 
107
107
  if attributes.key?(:'pulp_labels')
108
- self.pulp_labels = attributes[:'pulp_labels']
108
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
109
+ self.pulp_labels = value
110
+ end
109
111
  end
110
112
 
111
113
  if attributes.key?(:'latest_version_href')
@@ -49,7 +49,7 @@ module PulpOstreeClient
49
49
  {
50
50
  :'base_path' => :'String',
51
51
  :'content_guard' => :'String',
52
- :'pulp_labels' => :'Object',
52
+ :'pulp_labels' => :'Hash<String, String>',
53
53
  :'name' => :'String',
54
54
  :'repository' => :'String',
55
55
  :'repository_version' => :'String'
@@ -89,7 +89,9 @@ module PulpOstreeClient
89
89
  end
90
90
 
91
91
  if attributes.key?(:'pulp_labels')
92
- self.pulp_labels = attributes[:'pulp_labels']
92
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
93
+ self.pulp_labels = value
94
+ end
93
95
  end
94
96
 
95
97
  if attributes.key?(:'name')
@@ -130,7 +130,7 @@ module PulpOstreeClient
130
130
  :'proxy_password' => :'String',
131
131
  :'username' => :'String',
132
132
  :'password' => :'String',
133
- :'pulp_labels' => :'Object',
133
+ :'pulp_labels' => :'Hash<String, String>',
134
134
  :'download_concurrency' => :'Integer',
135
135
  :'max_retries' => :'Integer',
136
136
  :'policy' => :'PolicyEnum',
@@ -229,7 +229,9 @@ module PulpOstreeClient
229
229
  end
230
230
 
231
231
  if attributes.key?(:'pulp_labels')
232
- self.pulp_labels = attributes[:'pulp_labels']
232
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
233
+ self.pulp_labels = value
234
+ end
233
235
  end
234
236
 
235
237
  if attributes.key?(:'download_concurrency')
@@ -43,7 +43,7 @@ module PulpOstreeClient
43
43
  # Attribute type mapping.
44
44
  def self.openapi_types
45
45
  {
46
- :'pulp_labels' => :'Object',
46
+ :'pulp_labels' => :'Hash<String, String>',
47
47
  :'name' => :'String',
48
48
  :'description' => :'String',
49
49
  :'retain_repo_versions' => :'Integer',
@@ -76,7 +76,9 @@ module PulpOstreeClient
76
76
  }
77
77
 
78
78
  if attributes.key?(:'pulp_labels')
79
- self.pulp_labels = attributes[:'pulp_labels']
79
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
80
+ self.pulp_labels = value
81
+ end
80
82
  end
81
83
 
82
84
  if attributes.key?(:'name')
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpOstreeClient
14
- VERSION = '2.0.0a7.dev1670901313'
14
+ VERSION = '2.0.0a7.dev1671160375'
15
15
  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.0.0a7.dev1670901313
4
+ version: 2.0.0a7.dev1671160375
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-13 00:00:00.000000000 Z
11
+ date: 2022-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -239,48 +239,48 @@ signing_key:
239
239
  specification_version: 4
240
240
  summary: Pulp 3 API Ruby Gem
241
241
  test_files:
242
+ - spec/api/content_commits_api_spec.rb
243
+ - spec/api/content_configs_api_spec.rb
242
244
  - spec/api/distributions_ostree_api_spec.rb
243
245
  - spec/api/repositories_ostree_versions_api_spec.rb
244
- - spec/api/content_summaries_api_spec.rb
245
- - spec/api/remotes_ostree_api_spec.rb
246
- - spec/api/content_configs_api_spec.rb
247
- - spec/api/content_commits_api_spec.rb
248
- - spec/api/content_objects_api_spec.rb
249
246
  - spec/api/content_refs_api_spec.rb
250
247
  - spec/api/repositories_ostree_api_spec.rb
248
+ - spec/api/content_objects_api_spec.rb
249
+ - spec/api/content_summaries_api_spec.rb
250
+ - spec/api/remotes_ostree_api_spec.rb
251
251
  - spec/api_client_spec.rb
252
252
  - spec/configuration_spec.rb
253
- - spec/models/ostree_ostree_summary_response_spec.rb
254
- - spec/models/ostree_ostree_commit_response_spec.rb
255
- - spec/models/paginatedostree_ostree_distribution_response_list_spec.rb
256
- - spec/models/ostree_import_all_spec.rb
257
- - spec/models/ostree_ostree_remote_response_hidden_fields_spec.rb
258
- - spec/models/ostree_import_commits_to_ref_spec.rb
259
- - spec/models/ostree_ostree_remote_spec.rb
260
- - spec/models/async_operation_response_spec.rb
261
- - spec/models/paginated_repository_version_response_list_spec.rb
262
- - spec/models/repair_spec.rb
263
253
  - spec/models/repository_sync_url_spec.rb
264
- - spec/models/patchedostree_ostree_remote_spec.rb
265
- - spec/models/ostree_ostree_config_response_spec.rb
254
+ - spec/models/ostree_ostree_remote_response_spec.rb
266
255
  - spec/models/paginatedostree_ostree_repository_response_list_spec.rb
267
- - spec/models/paginatedostree_ostree_config_response_list_spec.rb
268
- - spec/models/patchedostree_ostree_repository_spec.rb
269
- - spec/models/repository_version_response_spec.rb
270
- - spec/models/paginatedostree_ostree_ref_response_list_spec.rb
271
- - spec/models/ostree_ostree_distribution_response_spec.rb
256
+ - spec/models/async_operation_response_spec.rb
257
+ - spec/models/ostree_import_all_spec.rb
258
+ - spec/models/ostree_ostree_commit_response_spec.rb
259
+ - spec/models/ostree_ostree_object_response_spec.rb
272
260
  - spec/models/paginatedostree_ostree_commit_response_list_spec.rb
261
+ - spec/models/ostree_ostree_summary_response_spec.rb
262
+ - spec/models/paginatedostree_ostree_remote_response_list_spec.rb
263
+ - spec/models/repair_spec.rb
264
+ - spec/models/policy_enum_spec.rb
265
+ - spec/models/repository_version_response_spec.rb
273
266
  - spec/models/ostree_ostree_repository_spec.rb
274
- - spec/models/ostree_ostree_remote_response_spec.rb
267
+ - spec/models/ostree_ostree_config_response_spec.rb
268
+ - spec/models/ostree_ostree_distribution_spec.rb
269
+ - spec/models/paginatedostree_ostree_ref_response_list_spec.rb
270
+ - spec/models/ostree_ostree_remote_spec.rb
275
271
  - spec/models/ostree_ostree_repository_response_spec.rb
276
- - spec/models/patchedostree_ostree_distribution_spec.rb
272
+ - spec/models/patchedostree_ostree_remote_spec.rb
273
+ - spec/models/paginatedostree_ostree_object_response_list_spec.rb
274
+ - spec/models/patchedostree_ostree_repository_spec.rb
275
+ - spec/models/paginatedostree_ostree_distribution_response_list_spec.rb
277
276
  - spec/models/ostree_repository_add_remove_content_spec.rb
278
- - spec/models/ostree_ostree_object_response_spec.rb
279
- - spec/models/policy_enum_spec.rb
280
- - spec/models/paginatedostree_ostree_summary_response_list_spec.rb
281
- - spec/models/ostree_ostree_distribution_spec.rb
277
+ - spec/models/paginated_repository_version_response_list_spec.rb
278
+ - spec/models/ostree_ostree_remote_response_hidden_fields_spec.rb
279
+ - spec/models/ostree_ostree_distribution_response_spec.rb
280
+ - spec/models/paginatedostree_ostree_config_response_list_spec.rb
282
281
  - spec/models/ostree_ostree_ref_response_spec.rb
283
- - spec/models/paginatedostree_ostree_object_response_list_spec.rb
284
282
  - spec/models/content_summary_response_spec.rb
285
- - spec/models/paginatedostree_ostree_remote_response_list_spec.rb
283
+ - spec/models/ostree_import_commits_to_ref_spec.rb
284
+ - spec/models/paginatedostree_ostree_summary_response_list_spec.rb
285
+ - spec/models/patchedostree_ostree_distribution_spec.rb
286
286
  - spec/spec_helper.rb