pulp_deb_client 3.5.3 → 3.6.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d95761446fce87f5b698ddb4d73133f64e2d74ab15bd1ba027012141019efa7
4
- data.tar.gz: 4bd0c4c89ac81a4288f85730c7c4fcec36600bce249d1744b187c3bc9ce91a9e
3
+ metadata.gz: 5b5c9eda83663141208cf80e538f913f5546144c8d1d9013ff7facb2bcafae93
4
+ data.tar.gz: 2a1ba44b0cbe81980b589ba337d2aa2358b3655d64a8cb239f4d024d08a242a7
5
5
  SHA512:
6
- metadata.gz: 7733a354f4c92d57b16fac44e6977f7ee81bcd92ef06f9040533868df086da8cad43df88e3f8db4fab9d354d42aa54f2ad12083956286774591a4ed943a236d7
7
- data.tar.gz: 2553532d4b2b4492897b36b105d5eb83bf8c3d43bcb1f5e543992da2b402b8f0826eee826af10ad525aa85be7545f1db0000ac4771ec08dff6d340444fea0f20
6
+ metadata.gz: 349586bb775e4b4891e911d6aebb34d5552329cafd27a44506f7c49a5f4746849193955a3b483d36c76a68f3ba864d867f99bc5ce478278cade979e46308beba
7
+ data.tar.gz: 52690baec593210c3e14877099e22a284a67ce91416dcfdc8b16b09782a431a4982cecc12ced766f0eca1b68441b5df8caa2e84721f2efc683ae3ad368605d65
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: 3.5.3
10
+ - Package version: 3.6.0
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -25,16 +25,16 @@ gem build pulp_deb_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulp_deb_client-3.5.3.gem
28
+ gem install ./pulp_deb_client-3.6.0.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_deb_client-3.5.3.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_deb_client-3.6.0.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'pulp_deb_client', '~> 3.5.3'
37
+ gem 'pulp_deb_client', '~> 3.6.0'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -11,6 +11,7 @@
11
11
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
12
12
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
13
13
  | **publication** | **String** | Publication to be served | [optional] |
14
+ | **checkpoint** | **Boolean** | | [optional] |
14
15
 
15
16
  ## Example
16
17
 
@@ -24,7 +25,8 @@ instance = PulpDebClient::DebAptDistribution.new(
24
25
  pulp_labels: null,
25
26
  name: null,
26
27
  repository: null,
27
- publication: null
28
+ publication: null,
29
+ checkpoint: null
28
30
  )
29
31
  ```
30
32
 
@@ -17,6 +17,7 @@
17
17
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
18
18
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
19
19
  | **publication** | **String** | Publication to be served | [optional] |
20
+ | **checkpoint** | **Boolean** | | [optional] |
20
21
 
21
22
  ## Example
22
23
 
@@ -36,7 +37,8 @@ instance = PulpDebClient::DebAptDistributionResponse.new(
36
37
  pulp_labels: null,
37
38
  name: null,
38
39
  repository: null,
39
- publication: null
40
+ publication: null,
41
+ checkpoint: null
40
42
  )
41
43
  ```
42
44
 
@@ -8,6 +8,7 @@
8
8
  | **repository** | **String** | A URI of the repository to be published. | [optional] |
9
9
  | **simple** | **Boolean** | Activate simple publishing mode (all packages in one release component). | [optional][default to false] |
10
10
  | **structured** | **Boolean** | Activate structured publishing mode. | [optional][default to true] |
11
+ | **checkpoint** | **Boolean** | | [optional] |
11
12
  | **signing_service** | **String** | Sign Release files with this signing key | [optional] |
12
13
  | **publish_upstream_release_fields** | **Boolean** | | [optional] |
13
14
 
@@ -21,6 +22,7 @@ instance = PulpDebClient::DebAptPublication.new(
21
22
  repository: null,
22
23
  simple: null,
23
24
  structured: null,
25
+ checkpoint: null,
24
26
  signing_service: null,
25
27
  publish_upstream_release_fields: null
26
28
  )
@@ -12,6 +12,7 @@
12
12
  | **repository** | **String** | A URI of the repository to be published. | [optional] |
13
13
  | **simple** | **Boolean** | Activate simple publishing mode (all packages in one release component). | [optional][default to false] |
14
14
  | **structured** | **Boolean** | Activate structured publishing mode. | [optional][default to true] |
15
+ | **checkpoint** | **Boolean** | | [optional] |
15
16
  | **signing_service** | **String** | Sign Release files with this signing key | [optional] |
16
17
  | **publish_upstream_release_fields** | **Boolean** | | [optional] |
17
18
 
@@ -29,6 +30,7 @@ instance = PulpDebClient::DebAptPublicationResponse.new(
29
30
  repository: null,
30
31
  simple: null,
31
32
  structured: null,
33
+ checkpoint: null,
32
34
  signing_service: null,
33
35
  publish_upstream_release_fields: null
34
36
  )
@@ -11,6 +11,7 @@
11
11
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] |
12
12
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
13
13
  | **publication** | **String** | Publication to be served | [optional] |
14
+ | **checkpoint** | **Boolean** | | [optional] |
14
15
 
15
16
  ## Example
16
17
 
@@ -24,7 +25,8 @@ instance = PulpDebClient::PatcheddebAptDistribution.new(
24
25
  pulp_labels: null,
25
26
  name: null,
26
27
  repository: null,
27
- publication: null
28
+ publication: null,
29
+ checkpoint: null
28
30
  )
29
31
  ```
30
32
 
@@ -36,6 +36,8 @@ module PulpDebClient
36
36
  # Publication to be served
37
37
  attr_accessor :publication
38
38
 
39
+ attr_accessor :checkpoint
40
+
39
41
  # Attribute mapping from ruby-style variable name to JSON key.
40
42
  def self.attribute_map
41
43
  {
@@ -45,7 +47,8 @@ module PulpDebClient
45
47
  :'pulp_labels' => :'pulp_labels',
46
48
  :'name' => :'name',
47
49
  :'repository' => :'repository',
48
- :'publication' => :'publication'
50
+ :'publication' => :'publication',
51
+ :'checkpoint' => :'checkpoint'
49
52
  }
50
53
  end
51
54
 
@@ -63,7 +66,8 @@ module PulpDebClient
63
66
  :'pulp_labels' => :'Hash<String, String>',
64
67
  :'name' => :'String',
65
68
  :'repository' => :'String',
66
- :'publication' => :'String'
69
+ :'publication' => :'String',
70
+ :'checkpoint' => :'Boolean'
67
71
  }
68
72
  end
69
73
 
@@ -72,7 +76,7 @@ module PulpDebClient
72
76
  Set.new([
73
77
  :'content_guard',
74
78
  :'repository',
75
- :'publication'
79
+ :'publication',
76
80
  ])
77
81
  end
78
82
 
@@ -126,6 +130,10 @@ module PulpDebClient
126
130
  if attributes.key?(:'publication')
127
131
  self.publication = attributes[:'publication']
128
132
  end
133
+
134
+ if attributes.key?(:'checkpoint')
135
+ self.checkpoint = attributes[:'checkpoint']
136
+ end
129
137
  end
130
138
 
131
139
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -202,7 +210,8 @@ module PulpDebClient
202
210
  pulp_labels == o.pulp_labels &&
203
211
  name == o.name &&
204
212
  repository == o.repository &&
205
- publication == o.publication
213
+ publication == o.publication &&
214
+ checkpoint == o.checkpoint
206
215
  end
207
216
 
208
217
  # @see the `==` method
@@ -214,7 +223,7 @@ module PulpDebClient
214
223
  # Calculates hash code according to all attributes.
215
224
  # @return [Integer] Hash code
216
225
  def hash
217
- [base_path, content_guard, hidden, pulp_labels, name, repository, publication].hash
226
+ [base_path, content_guard, hidden, pulp_labels, name, repository, publication, checkpoint].hash
218
227
  end
219
228
 
220
229
  # Builds the object from hash
@@ -53,6 +53,8 @@ module PulpDebClient
53
53
  # Publication to be served
54
54
  attr_accessor :publication
55
55
 
56
+ attr_accessor :checkpoint
57
+
56
58
  # Attribute mapping from ruby-style variable name to JSON key.
57
59
  def self.attribute_map
58
60
  {
@@ -68,7 +70,8 @@ module PulpDebClient
68
70
  :'pulp_labels' => :'pulp_labels',
69
71
  :'name' => :'name',
70
72
  :'repository' => :'repository',
71
- :'publication' => :'publication'
73
+ :'publication' => :'publication',
74
+ :'checkpoint' => :'checkpoint'
72
75
  }
73
76
  end
74
77
 
@@ -92,7 +95,8 @@ module PulpDebClient
92
95
  :'pulp_labels' => :'Hash<String, String>',
93
96
  :'name' => :'String',
94
97
  :'repository' => :'String',
95
- :'publication' => :'String'
98
+ :'publication' => :'String',
99
+ :'checkpoint' => :'Boolean'
96
100
  }
97
101
  end
98
102
 
@@ -101,7 +105,7 @@ module PulpDebClient
101
105
  Set.new([
102
106
  :'content_guard',
103
107
  :'repository',
104
- :'publication'
108
+ :'publication',
105
109
  ])
106
110
  end
107
111
 
@@ -179,6 +183,10 @@ module PulpDebClient
179
183
  if attributes.key?(:'publication')
180
184
  self.publication = attributes[:'publication']
181
185
  end
186
+
187
+ if attributes.key?(:'checkpoint')
188
+ self.checkpoint = attributes[:'checkpoint']
189
+ end
182
190
  end
183
191
 
184
192
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -223,7 +231,8 @@ module PulpDebClient
223
231
  pulp_labels == o.pulp_labels &&
224
232
  name == o.name &&
225
233
  repository == o.repository &&
226
- publication == o.publication
234
+ publication == o.publication &&
235
+ checkpoint == o.checkpoint
227
236
  end
228
237
 
229
238
  # @see the `==` method
@@ -235,7 +244,7 @@ module PulpDebClient
235
244
  # Calculates hash code according to all attributes.
236
245
  # @return [Integer] Hash code
237
246
  def hash
238
- [pulp_href, prn, pulp_created, pulp_last_updated, base_path, base_url, content_guard, no_content_change_since, hidden, pulp_labels, name, repository, publication].hash
247
+ [pulp_href, prn, pulp_created, pulp_last_updated, base_path, base_url, content_guard, no_content_change_since, hidden, pulp_labels, name, repository, publication, checkpoint].hash
239
248
  end
240
249
 
241
250
  # Builds the object from hash
@@ -27,6 +27,8 @@ module PulpDebClient
27
27
  # Activate structured publishing mode.
28
28
  attr_accessor :structured
29
29
 
30
+ attr_accessor :checkpoint
31
+
30
32
  # Sign Release files with this signing key
31
33
  attr_accessor :signing_service
32
34
 
@@ -39,6 +41,7 @@ module PulpDebClient
39
41
  :'repository' => :'repository',
40
42
  :'simple' => :'simple',
41
43
  :'structured' => :'structured',
44
+ :'checkpoint' => :'checkpoint',
42
45
  :'signing_service' => :'signing_service',
43
46
  :'publish_upstream_release_fields' => :'publish_upstream_release_fields'
44
47
  }
@@ -56,6 +59,7 @@ module PulpDebClient
56
59
  :'repository' => :'String',
57
60
  :'simple' => :'Boolean',
58
61
  :'structured' => :'Boolean',
62
+ :'checkpoint' => :'Boolean',
59
63
  :'signing_service' => :'String',
60
64
  :'publish_upstream_release_fields' => :'Boolean'
61
65
  }
@@ -102,6 +106,10 @@ module PulpDebClient
102
106
  self.structured = true
103
107
  end
104
108
 
109
+ if attributes.key?(:'checkpoint')
110
+ self.checkpoint = attributes[:'checkpoint']
111
+ end
112
+
105
113
  if attributes.key?(:'signing_service')
106
114
  self.signing_service = attributes[:'signing_service']
107
115
  end
@@ -135,6 +143,7 @@ module PulpDebClient
135
143
  repository == o.repository &&
136
144
  simple == o.simple &&
137
145
  structured == o.structured &&
146
+ checkpoint == o.checkpoint &&
138
147
  signing_service == o.signing_service &&
139
148
  publish_upstream_release_fields == o.publish_upstream_release_fields
140
149
  end
@@ -148,7 +157,7 @@ module PulpDebClient
148
157
  # Calculates hash code according to all attributes.
149
158
  # @return [Integer] Hash code
150
159
  def hash
151
- [repository_version, repository, simple, structured, signing_service, publish_upstream_release_fields].hash
160
+ [repository_version, repository, simple, structured, checkpoint, signing_service, publish_upstream_release_fields].hash
152
161
  end
153
162
 
154
163
  # Builds the object from hash
@@ -38,6 +38,8 @@ module PulpDebClient
38
38
  # Activate structured publishing mode.
39
39
  attr_accessor :structured
40
40
 
41
+ attr_accessor :checkpoint
42
+
41
43
  # Sign Release files with this signing key
42
44
  attr_accessor :signing_service
43
45
 
@@ -54,6 +56,7 @@ module PulpDebClient
54
56
  :'repository' => :'repository',
55
57
  :'simple' => :'simple',
56
58
  :'structured' => :'structured',
59
+ :'checkpoint' => :'checkpoint',
57
60
  :'signing_service' => :'signing_service',
58
61
  :'publish_upstream_release_fields' => :'publish_upstream_release_fields'
59
62
  }
@@ -75,6 +78,7 @@ module PulpDebClient
75
78
  :'repository' => :'String',
76
79
  :'simple' => :'Boolean',
77
80
  :'structured' => :'Boolean',
81
+ :'checkpoint' => :'Boolean',
78
82
  :'signing_service' => :'String',
79
83
  :'publish_upstream_release_fields' => :'Boolean'
80
84
  }
@@ -137,6 +141,10 @@ module PulpDebClient
137
141
  self.structured = true
138
142
  end
139
143
 
144
+ if attributes.key?(:'checkpoint')
145
+ self.checkpoint = attributes[:'checkpoint']
146
+ end
147
+
140
148
  if attributes.key?(:'signing_service')
141
149
  self.signing_service = attributes[:'signing_service']
142
150
  end
@@ -174,6 +182,7 @@ module PulpDebClient
174
182
  repository == o.repository &&
175
183
  simple == o.simple &&
176
184
  structured == o.structured &&
185
+ checkpoint == o.checkpoint &&
177
186
  signing_service == o.signing_service &&
178
187
  publish_upstream_release_fields == o.publish_upstream_release_fields
179
188
  end
@@ -187,7 +196,7 @@ module PulpDebClient
187
196
  # Calculates hash code according to all attributes.
188
197
  # @return [Integer] Hash code
189
198
  def hash
190
- [pulp_href, prn, pulp_created, pulp_last_updated, repository_version, repository, simple, structured, signing_service, publish_upstream_release_fields].hash
199
+ [pulp_href, prn, pulp_created, pulp_last_updated, repository_version, repository, simple, structured, checkpoint, signing_service, publish_upstream_release_fields].hash
191
200
  end
192
201
 
193
202
  # Builds the object from hash
@@ -36,6 +36,8 @@ module PulpDebClient
36
36
  # Publication to be served
37
37
  attr_accessor :publication
38
38
 
39
+ attr_accessor :checkpoint
40
+
39
41
  # Attribute mapping from ruby-style variable name to JSON key.
40
42
  def self.attribute_map
41
43
  {
@@ -45,7 +47,8 @@ module PulpDebClient
45
47
  :'pulp_labels' => :'pulp_labels',
46
48
  :'name' => :'name',
47
49
  :'repository' => :'repository',
48
- :'publication' => :'publication'
50
+ :'publication' => :'publication',
51
+ :'checkpoint' => :'checkpoint'
49
52
  }
50
53
  end
51
54
 
@@ -63,7 +66,8 @@ module PulpDebClient
63
66
  :'pulp_labels' => :'Hash<String, String>',
64
67
  :'name' => :'String',
65
68
  :'repository' => :'String',
66
- :'publication' => :'String'
69
+ :'publication' => :'String',
70
+ :'checkpoint' => :'Boolean'
67
71
  }
68
72
  end
69
73
 
@@ -72,7 +76,7 @@ module PulpDebClient
72
76
  Set.new([
73
77
  :'content_guard',
74
78
  :'repository',
75
- :'publication'
79
+ :'publication',
76
80
  ])
77
81
  end
78
82
 
@@ -122,6 +126,10 @@ module PulpDebClient
122
126
  if attributes.key?(:'publication')
123
127
  self.publication = attributes[:'publication']
124
128
  end
129
+
130
+ if attributes.key?(:'checkpoint')
131
+ self.checkpoint = attributes[:'checkpoint']
132
+ end
125
133
  end
126
134
 
127
135
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -188,7 +196,8 @@ module PulpDebClient
188
196
  pulp_labels == o.pulp_labels &&
189
197
  name == o.name &&
190
198
  repository == o.repository &&
191
- publication == o.publication
199
+ publication == o.publication &&
200
+ checkpoint == o.checkpoint
192
201
  end
193
202
 
194
203
  # @see the `==` method
@@ -200,7 +209,7 @@ module PulpDebClient
200
209
  # Calculates hash code according to all attributes.
201
210
  # @return [Integer] Hash code
202
211
  def hash
203
- [base_path, content_guard, hidden, pulp_labels, name, repository, publication].hash
212
+ [base_path, content_guard, hidden, pulp_labels, name, repository, publication, checkpoint].hash
204
213
  end
205
214
 
206
215
  # Builds the object from hash
@@ -11,5 +11,5 @@ Generator version: 7.10.0
11
11
  =end
12
12
 
13
13
  module PulpDebClient
14
- VERSION = '3.5.3'
14
+ VERSION = '3.6.0'
15
15
  end
@@ -105,4 +105,10 @@ describe PulpDebClient::DebAptDistributionResponse do
105
105
  end
106
106
  end
107
107
 
108
+ describe 'test attribute "checkpoint"' do
109
+ it 'should work' do
110
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
111
+ end
112
+ end
113
+
108
114
  end
@@ -69,4 +69,10 @@ describe PulpDebClient::DebAptDistribution do
69
69
  end
70
70
  end
71
71
 
72
+ describe 'test attribute "checkpoint"' 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
  end
@@ -75,6 +75,12 @@ describe PulpDebClient::DebAptPublicationResponse do
75
75
  end
76
76
  end
77
77
 
78
+ describe 'test attribute "checkpoint"' do
79
+ it 'should work' do
80
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
+ end
82
+ end
83
+
78
84
  describe 'test attribute "signing_service"' do
79
85
  it 'should work' do
80
86
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -51,6 +51,12 @@ describe PulpDebClient::DebAptPublication do
51
51
  end
52
52
  end
53
53
 
54
+ describe 'test attribute "checkpoint"' 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 "signing_service"' do
55
61
  it 'should work' do
56
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -69,4 +69,10 @@ describe PulpDebClient::PatcheddebAptDistribution do
69
69
  end
70
70
  end
71
71
 
72
+ describe 'test attribute "checkpoint"' 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
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_deb_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.3
4
+ version: 3.6.0
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-09-18 00:00:00.000000000 Z
11
+ date: 2025-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -395,96 +395,96 @@ signing_key:
395
395
  specification_version: 4
396
396
  summary: Pulp 3 API Ruby Gem
397
397
  test_files:
398
+ - spec/api/repositories_apt_versions_api_spec.rb
399
+ - spec/api/content_release_components_api_spec.rb
398
400
  - spec/api/content_source_indices_api_spec.rb
399
- - spec/api/content_releases_api_spec.rb
400
- - spec/api/content_package_release_components_api_spec.rb
401
- - spec/api/content_packages_api_spec.rb
402
- - spec/api/content_source_packages_api_spec.rb
401
+ - spec/api/content_generic_contents_api_spec.rb
403
402
  - spec/api/content_installer_file_indices_api_spec.rb
404
- - spec/api/content_release_files_api_spec.rb
405
- - spec/api/content_release_components_api_spec.rb
403
+ - spec/api/content_releases_api_spec.rb
406
404
  - spec/api/content_installer_packages_api_spec.rb
405
+ - spec/api/distributions_apt_api_spec.rb
406
+ - spec/api/remotes_apt_api_spec.rb
407
+ - spec/api/content_source_release_components_api_spec.rb
408
+ - spec/api/content_source_packages_api_spec.rb
409
+ - spec/api/content_package_indices_api_spec.rb
407
410
  - spec/api/content_release_architectures_api_spec.rb
411
+ - spec/api/repositories_apt_api_spec.rb
412
+ - spec/api/content_packages_api_spec.rb
408
413
  - spec/api/publications_verbatim_api_spec.rb
409
- - spec/api/content_package_indices_api_spec.rb
410
- - spec/api/repositories_apt_versions_api_spec.rb
411
- - spec/api/remotes_apt_api_spec.rb
414
+ - spec/api/content_release_files_api_spec.rb
412
415
  - spec/api/deb_copy_api_spec.rb
413
- - spec/api/repositories_apt_api_spec.rb
414
- - spec/api/distributions_apt_api_spec.rb
415
- - spec/api/content_generic_contents_api_spec.rb
416
416
  - spec/api/publications_apt_api_spec.rb
417
- - spec/api/content_source_release_components_api_spec.rb
418
- - spec/models/paginateddeb_generic_content_response_list_spec.rb
419
- - spec/models/paginateddeb_package_release_component_response_list_spec.rb
420
- - spec/models/deb_package_release_component_spec.rb
421
- - spec/models/deb_apt_publication_spec.rb
422
- - spec/models/deb_source_package_response_spec.rb
423
- - spec/models/paginateddeb_apt_repository_response_list_spec.rb
424
- - spec/models/deb_release_component_spec.rb
417
+ - spec/api/content_package_release_components_api_spec.rb
418
+ - spec/models/paginateddeb_package_response_list_spec.rb
419
+ - spec/models/unset_label_spec.rb
420
+ - spec/models/deb_package_response_spec.rb
421
+ - spec/models/deb_source_package_release_component_spec.rb
422
+ - spec/models/copy_spec.rb
423
+ - spec/models/repair_spec.rb
425
424
  - spec/models/deb_package_index_response_spec.rb
426
- - spec/models/deb_apt_remote_response_hidden_fields_inner_spec.rb
427
- - spec/models/set_label_spec.rb
428
- - spec/models/object_roles_response_spec.rb
429
- - spec/models/paginateddeb_apt_remote_response_list_spec.rb
430
- - spec/models/patcheddeb_apt_remote_spec.rb
431
- - spec/models/policy_enum_spec.rb
432
- - spec/models/apt_repository_sync_url_spec.rb
433
- - spec/models/deb_package_release_component_response_spec.rb
434
- - spec/models/paginated_repository_version_response_list_spec.rb
435
- - spec/models/deb_generic_content_response_spec.rb
425
+ - spec/models/deb_apt_distribution_response_spec.rb
426
+ - spec/models/deb_release_component_spec.rb
427
+ - spec/models/deb_release_component_response_spec.rb
428
+ - spec/models/patcheddeb_apt_distribution_spec.rb
436
429
  - spec/models/deb_apt_repository_response_spec.rb
437
- - spec/models/deb_release_file_response_spec.rb
438
- - spec/models/deb_package_response_spec.rb
430
+ - spec/models/deb_release_architecture_spec.rb
439
431
  - spec/models/deb_source_package_spec.rb
440
- - spec/models/paginateddeb_apt_distribution_response_list_spec.rb
441
- - spec/models/patcheddeb_apt_repository_spec.rb
432
+ - spec/models/repository_version_response_spec.rb
433
+ - spec/models/policy_enum_spec.rb
434
+ - spec/models/paginateddeb_generic_content_response_list_spec.rb
435
+ - spec/models/paginateddeb_source_package_response_list_spec.rb
436
+ - spec/models/paginated_repository_version_response_list_spec.rb
437
+ - spec/models/paginateddeb_release_component_response_list_spec.rb
438
+ - spec/models/nested_role_response_spec.rb
439
+ - spec/models/paginateddeb_source_package_release_component_response_list_spec.rb
440
+ - spec/models/deb_release_file_spec.rb
441
+ - spec/models/paginateddeb_verbatim_publication_response_list_spec.rb
442
442
  - spec/models/deb_release_architecture_response_spec.rb
443
+ - spec/models/deb_source_package_response_spec.rb
444
+ - spec/models/unset_label_response_spec.rb
445
+ - spec/models/deb_package_release_component_spec.rb
446
+ - spec/models/deb_installer_package_response_spec.rb
443
447
  - spec/models/paginateddeb_installer_file_index_response_list_spec.rb
444
- - spec/models/paginateddeb_release_component_response_list_spec.rb
445
- - spec/models/deb_installer_file_index_spec.rb
446
- - spec/models/deb_apt_publication_response_spec.rb
448
+ - spec/models/set_label_response_spec.rb
447
449
  - spec/models/deb_apt_remote_response_spec.rb
448
- - spec/models/paginateddeb_source_package_response_list_spec.rb
449
- - spec/models/deb_installer_package_response_spec.rb
450
- - spec/models/unset_label_spec.rb
451
- - spec/models/repository_add_remove_content_spec.rb
452
- - spec/models/deb_package_index_spec.rb
453
- - spec/models/paginateddeb_package_index_response_list_spec.rb
454
- - spec/models/deb_release_architecture_spec.rb
455
- - spec/models/paginateddeb_package_response_list_spec.rb
456
- - spec/models/unset_label_response_spec.rb
457
- - spec/models/deb_apt_repository_spec.rb
450
+ - spec/models/deb_release_response_spec.rb
451
+ - spec/models/content_summary_response_spec.rb
452
+ - spec/models/paginateddeb_installer_package_response_list_spec.rb
453
+ - spec/models/deb_apt_publication_response_spec.rb
458
454
  - spec/models/paginateddeb_release_response_list_spec.rb
455
+ - spec/models/paginateddeb_apt_repository_response_list_spec.rb
456
+ - spec/models/paginateddeb_release_file_response_list_spec.rb
457
+ - spec/models/deb_apt_remote_response_hidden_fields_inner_spec.rb
458
+ - spec/models/paginateddeb_apt_publication_response_list_spec.rb
459
+ - spec/models/deb_source_index_spec.rb
460
+ - spec/models/paginateddeb_apt_remote_response_list_spec.rb
461
+ - spec/models/paginateddeb_release_architecture_response_list_spec.rb
462
+ - spec/models/object_roles_response_spec.rb
463
+ - spec/models/my_permissions_response_spec.rb
459
464
  - spec/models/async_operation_response_spec.rb
465
+ - spec/models/paginateddeb_package_release_component_response_list_spec.rb
466
+ - spec/models/deb_source_index_response_spec.rb
467
+ - spec/models/deb_apt_remote_spec.rb
468
+ - spec/models/deb_package_release_component_response_spec.rb
469
+ - spec/models/deb_apt_distribution_spec.rb
470
+ - spec/models/set_label_spec.rb
471
+ - spec/models/deb_apt_publication_spec.rb
472
+ - spec/models/deb_installer_file_index_spec.rb
473
+ - spec/models/patcheddeb_apt_repository_spec.rb
474
+ - spec/models/apt_repository_sync_url_spec.rb
475
+ - spec/models/repository_add_remove_content_spec.rb
460
476
  - spec/models/deb_release_spec.rb
461
- - spec/models/deb_release_response_spec.rb
462
- - spec/models/paginateddeb_source_package_release_component_response_list_spec.rb
463
- - spec/models/nested_role_response_spec.rb
464
- - spec/models/patcheddeb_apt_distribution_spec.rb
477
+ - spec/models/deb_apt_repository_spec.rb
465
478
  - spec/models/paginateddeb_source_index_response_list_spec.rb
466
- - spec/models/deb_source_index_spec.rb
467
- - spec/models/my_permissions_response_spec.rb
468
- - spec/models/repair_spec.rb
479
+ - spec/models/paginateddeb_package_index_response_list_spec.rb
480
+ - spec/models/deb_generic_content_response_spec.rb
481
+ - spec/models/deb_verbatim_publication_spec.rb
482
+ - spec/models/paginateddeb_apt_distribution_response_list_spec.rb
483
+ - spec/models/patcheddeb_apt_remote_spec.rb
469
484
  - spec/models/deb_source_package_release_component_response_spec.rb
470
- - spec/models/deb_apt_remote_spec.rb
471
- - spec/models/paginateddeb_release_file_response_list_spec.rb
472
- - spec/models/paginateddeb_release_architecture_response_list_spec.rb
473
- - spec/models/paginateddeb_verbatim_publication_response_list_spec.rb
474
- - spec/models/paginateddeb_apt_publication_response_list_spec.rb
475
- - spec/models/copy_spec.rb
476
- - spec/models/set_label_response_spec.rb
477
- - spec/models/paginateddeb_installer_package_response_list_spec.rb
478
- - spec/models/content_summary_response_spec.rb
479
- - spec/models/deb_installer_file_index_response_spec.rb
485
+ - spec/models/deb_package_index_spec.rb
480
486
  - spec/models/deb_verbatim_publication_response_spec.rb
481
- - spec/models/deb_release_file_spec.rb
482
- - spec/models/deb_verbatim_publication_spec.rb
483
- - spec/models/repository_version_response_spec.rb
484
- - spec/models/deb_apt_distribution_spec.rb
485
- - spec/models/deb_release_component_response_spec.rb
486
- - spec/models/deb_source_package_release_component_spec.rb
487
- - spec/models/deb_source_index_response_spec.rb
488
487
  - spec/models/nested_role_spec.rb
489
- - spec/models/deb_apt_distribution_response_spec.rb
488
+ - spec/models/deb_installer_file_index_response_spec.rb
489
+ - spec/models/deb_release_file_response_spec.rb
490
490
  - spec/spec_helper.rb