pulp_deb_client 2.16.3 → 2.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/DebAptRemote.md +1 -1
- data/docs/DebAptRemoteResponse.md +1 -1
- data/docs/PatcheddebAptRemote.md +1 -1
- data/git_push.sh +58 -0
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +4 -0
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +4 -0
- data/lib/pulp_deb_client/api/content_packages_api.rb +4 -0
- data/lib/pulp_deb_client/api_client.rb +5 -2
- data/lib/pulp_deb_client/configuration.rb +0 -1
- data/lib/pulp_deb_client/models/deb_apt_distribution.rb +38 -0
- data/lib/pulp_deb_client/models/deb_apt_remote.rb +223 -1
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +1 -1
- data/lib/pulp_deb_client/models/deb_apt_repository.rb +34 -0
- data/lib/pulp_deb_client/models/deb_base_package.rb +15 -0
- data/lib/pulp_deb_client/models/deb_generic_content.rb +19 -0
- data/lib/pulp_deb_client/models/deb_installer_file_index.rb +53 -0
- data/lib/pulp_deb_client/models/deb_package_index.rb +45 -0
- data/lib/pulp_deb_client/models/deb_release.rb +57 -0
- data/lib/pulp_deb_client/models/deb_release_architecture.rb +19 -0
- data/lib/pulp_deb_client/models/deb_release_component.rb +19 -0
- data/lib/pulp_deb_client/models/deb_release_file.rb +64 -0
- data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +30 -0
- data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +211 -1
- data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +30 -0
- data/lib/pulp_deb_client/version.rb +1 -1
- data/pulp_deb_client.gemspec +3 -3
- metadata +65 -64
@@ -74,7 +74,7 @@ module PulpDebClient
|
|
74
74
|
# Headers for aiohttp.Clientsession
|
75
75
|
attr_accessor :headers
|
76
76
|
|
77
|
-
# Limits
|
77
|
+
# Limits requests per second for each concurrent downloader
|
78
78
|
attr_accessor :rate_limit
|
79
79
|
|
80
80
|
# Whitespace separated list of distributions to sync. The distribution is the path from the repository root to the \"Release\" file you want to access. This is often, but not always, equal to either the codename or the suite of the release you want to sync. If the repository you are trying to sync uses \"flat repository format\", the distribution must end with a \"/\". Based on \"/etc/apt/sources.list\" syntax.
|
@@ -333,6 +333,46 @@ module PulpDebClient
|
|
333
333
|
# @return Array for valid properties with the reasons
|
334
334
|
def list_invalid_properties
|
335
335
|
invalid_properties = Array.new
|
336
|
+
if !@name.nil? && @name.to_s.length < 1
|
337
|
+
invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
|
338
|
+
end
|
339
|
+
|
340
|
+
if !@url.nil? && @url.to_s.length < 1
|
341
|
+
invalid_properties.push('invalid value for "url", the character length must be great than or equal to 1.')
|
342
|
+
end
|
343
|
+
|
344
|
+
if !@ca_cert.nil? && @ca_cert.to_s.length < 1
|
345
|
+
invalid_properties.push('invalid value for "ca_cert", the character length must be great than or equal to 1.')
|
346
|
+
end
|
347
|
+
|
348
|
+
if !@client_cert.nil? && @client_cert.to_s.length < 1
|
349
|
+
invalid_properties.push('invalid value for "client_cert", the character length must be great than or equal to 1.')
|
350
|
+
end
|
351
|
+
|
352
|
+
if !@client_key.nil? && @client_key.to_s.length < 1
|
353
|
+
invalid_properties.push('invalid value for "client_key", the character length must be great than or equal to 1.')
|
354
|
+
end
|
355
|
+
|
356
|
+
if !@proxy_url.nil? && @proxy_url.to_s.length < 1
|
357
|
+
invalid_properties.push('invalid value for "proxy_url", the character length must be great than or equal to 1.')
|
358
|
+
end
|
359
|
+
|
360
|
+
if !@proxy_username.nil? && @proxy_username.to_s.length < 1
|
361
|
+
invalid_properties.push('invalid value for "proxy_username", the character length must be great than or equal to 1.')
|
362
|
+
end
|
363
|
+
|
364
|
+
if !@proxy_password.nil? && @proxy_password.to_s.length < 1
|
365
|
+
invalid_properties.push('invalid value for "proxy_password", the character length must be great than or equal to 1.')
|
366
|
+
end
|
367
|
+
|
368
|
+
if !@username.nil? && @username.to_s.length < 1
|
369
|
+
invalid_properties.push('invalid value for "username", the character length must be great than or equal to 1.')
|
370
|
+
end
|
371
|
+
|
372
|
+
if !@password.nil? && @password.to_s.length < 1
|
373
|
+
invalid_properties.push('invalid value for "password", the character length must be great than or equal to 1.')
|
374
|
+
end
|
375
|
+
|
336
376
|
if !@download_concurrency.nil? && @download_concurrency < 1
|
337
377
|
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
338
378
|
end
|
@@ -353,20 +393,150 @@ module PulpDebClient
|
|
353
393
|
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
|
354
394
|
end
|
355
395
|
|
396
|
+
if !@distributions.nil? && @distributions.to_s.length < 1
|
397
|
+
invalid_properties.push('invalid value for "distributions", the character length must be great than or equal to 1.')
|
398
|
+
end
|
399
|
+
|
400
|
+
if !@components.nil? && @components.to_s.length < 1
|
401
|
+
invalid_properties.push('invalid value for "components", the character length must be great than or equal to 1.')
|
402
|
+
end
|
403
|
+
|
404
|
+
if !@architectures.nil? && @architectures.to_s.length < 1
|
405
|
+
invalid_properties.push('invalid value for "architectures", the character length must be great than or equal to 1.')
|
406
|
+
end
|
407
|
+
|
408
|
+
if !@gpgkey.nil? && @gpgkey.to_s.length < 1
|
409
|
+
invalid_properties.push('invalid value for "gpgkey", the character length must be great than or equal to 1.')
|
410
|
+
end
|
411
|
+
|
356
412
|
invalid_properties
|
357
413
|
end
|
358
414
|
|
359
415
|
# Check to see if the all the properties in the model are valid
|
360
416
|
# @return true if the model is valid
|
361
417
|
def valid?
|
418
|
+
return false if !@name.nil? && @name.to_s.length < 1
|
419
|
+
return false if !@url.nil? && @url.to_s.length < 1
|
420
|
+
return false if !@ca_cert.nil? && @ca_cert.to_s.length < 1
|
421
|
+
return false if !@client_cert.nil? && @client_cert.to_s.length < 1
|
422
|
+
return false if !@client_key.nil? && @client_key.to_s.length < 1
|
423
|
+
return false if !@proxy_url.nil? && @proxy_url.to_s.length < 1
|
424
|
+
return false if !@proxy_username.nil? && @proxy_username.to_s.length < 1
|
425
|
+
return false if !@proxy_password.nil? && @proxy_password.to_s.length < 1
|
426
|
+
return false if !@username.nil? && @username.to_s.length < 1
|
427
|
+
return false if !@password.nil? && @password.to_s.length < 1
|
362
428
|
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
363
429
|
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
364
430
|
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
365
431
|
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
366
432
|
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
433
|
+
return false if !@distributions.nil? && @distributions.to_s.length < 1
|
434
|
+
return false if !@components.nil? && @components.to_s.length < 1
|
435
|
+
return false if !@architectures.nil? && @architectures.to_s.length < 1
|
436
|
+
return false if !@gpgkey.nil? && @gpgkey.to_s.length < 1
|
367
437
|
true
|
368
438
|
end
|
369
439
|
|
440
|
+
# Custom attribute writer method with validation
|
441
|
+
# @param [Object] name Value to be assigned
|
442
|
+
def name=(name)
|
443
|
+
if !name.nil? && name.to_s.length < 1
|
444
|
+
fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
|
445
|
+
end
|
446
|
+
|
447
|
+
@name = name
|
448
|
+
end
|
449
|
+
|
450
|
+
# Custom attribute writer method with validation
|
451
|
+
# @param [Object] url Value to be assigned
|
452
|
+
def url=(url)
|
453
|
+
if !url.nil? && url.to_s.length < 1
|
454
|
+
fail ArgumentError, 'invalid value for "url", the character length must be great than or equal to 1.'
|
455
|
+
end
|
456
|
+
|
457
|
+
@url = url
|
458
|
+
end
|
459
|
+
|
460
|
+
# Custom attribute writer method with validation
|
461
|
+
# @param [Object] ca_cert Value to be assigned
|
462
|
+
def ca_cert=(ca_cert)
|
463
|
+
if !ca_cert.nil? && ca_cert.to_s.length < 1
|
464
|
+
fail ArgumentError, 'invalid value for "ca_cert", the character length must be great than or equal to 1.'
|
465
|
+
end
|
466
|
+
|
467
|
+
@ca_cert = ca_cert
|
468
|
+
end
|
469
|
+
|
470
|
+
# Custom attribute writer method with validation
|
471
|
+
# @param [Object] client_cert Value to be assigned
|
472
|
+
def client_cert=(client_cert)
|
473
|
+
if !client_cert.nil? && client_cert.to_s.length < 1
|
474
|
+
fail ArgumentError, 'invalid value for "client_cert", the character length must be great than or equal to 1.'
|
475
|
+
end
|
476
|
+
|
477
|
+
@client_cert = client_cert
|
478
|
+
end
|
479
|
+
|
480
|
+
# Custom attribute writer method with validation
|
481
|
+
# @param [Object] client_key Value to be assigned
|
482
|
+
def client_key=(client_key)
|
483
|
+
if !client_key.nil? && client_key.to_s.length < 1
|
484
|
+
fail ArgumentError, 'invalid value for "client_key", the character length must be great than or equal to 1.'
|
485
|
+
end
|
486
|
+
|
487
|
+
@client_key = client_key
|
488
|
+
end
|
489
|
+
|
490
|
+
# Custom attribute writer method with validation
|
491
|
+
# @param [Object] proxy_url Value to be assigned
|
492
|
+
def proxy_url=(proxy_url)
|
493
|
+
if !proxy_url.nil? && proxy_url.to_s.length < 1
|
494
|
+
fail ArgumentError, 'invalid value for "proxy_url", the character length must be great than or equal to 1.'
|
495
|
+
end
|
496
|
+
|
497
|
+
@proxy_url = proxy_url
|
498
|
+
end
|
499
|
+
|
500
|
+
# Custom attribute writer method with validation
|
501
|
+
# @param [Object] proxy_username Value to be assigned
|
502
|
+
def proxy_username=(proxy_username)
|
503
|
+
if !proxy_username.nil? && proxy_username.to_s.length < 1
|
504
|
+
fail ArgumentError, 'invalid value for "proxy_username", the character length must be great than or equal to 1.'
|
505
|
+
end
|
506
|
+
|
507
|
+
@proxy_username = proxy_username
|
508
|
+
end
|
509
|
+
|
510
|
+
# Custom attribute writer method with validation
|
511
|
+
# @param [Object] proxy_password Value to be assigned
|
512
|
+
def proxy_password=(proxy_password)
|
513
|
+
if !proxy_password.nil? && proxy_password.to_s.length < 1
|
514
|
+
fail ArgumentError, 'invalid value for "proxy_password", the character length must be great than or equal to 1.'
|
515
|
+
end
|
516
|
+
|
517
|
+
@proxy_password = proxy_password
|
518
|
+
end
|
519
|
+
|
520
|
+
# Custom attribute writer method with validation
|
521
|
+
# @param [Object] username Value to be assigned
|
522
|
+
def username=(username)
|
523
|
+
if !username.nil? && username.to_s.length < 1
|
524
|
+
fail ArgumentError, 'invalid value for "username", the character length must be great than or equal to 1.'
|
525
|
+
end
|
526
|
+
|
527
|
+
@username = username
|
528
|
+
end
|
529
|
+
|
530
|
+
# Custom attribute writer method with validation
|
531
|
+
# @param [Object] password Value to be assigned
|
532
|
+
def password=(password)
|
533
|
+
if !password.nil? && password.to_s.length < 1
|
534
|
+
fail ArgumentError, 'invalid value for "password", the character length must be great than or equal to 1.'
|
535
|
+
end
|
536
|
+
|
537
|
+
@password = password
|
538
|
+
end
|
539
|
+
|
370
540
|
# Custom attribute writer method with validation
|
371
541
|
# @param [Object] download_concurrency Value to be assigned
|
372
542
|
def download_concurrency=(download_concurrency)
|
@@ -417,6 +587,46 @@ module PulpDebClient
|
|
417
587
|
@sock_read_timeout = sock_read_timeout
|
418
588
|
end
|
419
589
|
|
590
|
+
# Custom attribute writer method with validation
|
591
|
+
# @param [Object] distributions Value to be assigned
|
592
|
+
def distributions=(distributions)
|
593
|
+
if !distributions.nil? && distributions.to_s.length < 1
|
594
|
+
fail ArgumentError, 'invalid value for "distributions", the character length must be great than or equal to 1.'
|
595
|
+
end
|
596
|
+
|
597
|
+
@distributions = distributions
|
598
|
+
end
|
599
|
+
|
600
|
+
# Custom attribute writer method with validation
|
601
|
+
# @param [Object] components Value to be assigned
|
602
|
+
def components=(components)
|
603
|
+
if !components.nil? && components.to_s.length < 1
|
604
|
+
fail ArgumentError, 'invalid value for "components", the character length must be great than or equal to 1.'
|
605
|
+
end
|
606
|
+
|
607
|
+
@components = components
|
608
|
+
end
|
609
|
+
|
610
|
+
# Custom attribute writer method with validation
|
611
|
+
# @param [Object] architectures Value to be assigned
|
612
|
+
def architectures=(architectures)
|
613
|
+
if !architectures.nil? && architectures.to_s.length < 1
|
614
|
+
fail ArgumentError, 'invalid value for "architectures", the character length must be great than or equal to 1.'
|
615
|
+
end
|
616
|
+
|
617
|
+
@architectures = architectures
|
618
|
+
end
|
619
|
+
|
620
|
+
# Custom attribute writer method with validation
|
621
|
+
# @param [Object] gpgkey Value to be assigned
|
622
|
+
def gpgkey=(gpgkey)
|
623
|
+
if !gpgkey.nil? && gpgkey.to_s.length < 1
|
624
|
+
fail ArgumentError, 'invalid value for "gpgkey", the character length must be great than or equal to 1.'
|
625
|
+
end
|
626
|
+
|
627
|
+
@gpgkey = gpgkey
|
628
|
+
end
|
629
|
+
|
420
630
|
# Checks equality by comparing each attribute.
|
421
631
|
# @param [Object] Object to be compared
|
422
632
|
def ==(o)
|
@@ -100,6 +100,14 @@ module PulpDebClient
|
|
100
100
|
# @return Array for valid properties with the reasons
|
101
101
|
def list_invalid_properties
|
102
102
|
invalid_properties = Array.new
|
103
|
+
if !@name.nil? && @name.to_s.length < 1
|
104
|
+
invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
|
105
|
+
end
|
106
|
+
|
107
|
+
if !@description.nil? && @description.to_s.length < 1
|
108
|
+
invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
|
109
|
+
end
|
110
|
+
|
103
111
|
if !@retain_repo_versions.nil? && @retain_repo_versions < 1
|
104
112
|
invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
|
105
113
|
end
|
@@ -110,10 +118,32 @@ module PulpDebClient
|
|
110
118
|
# Check to see if the all the properties in the model are valid
|
111
119
|
# @return true if the model is valid
|
112
120
|
def valid?
|
121
|
+
return false if !@name.nil? && @name.to_s.length < 1
|
122
|
+
return false if !@description.nil? && @description.to_s.length < 1
|
113
123
|
return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
|
114
124
|
true
|
115
125
|
end
|
116
126
|
|
127
|
+
# Custom attribute writer method with validation
|
128
|
+
# @param [Object] name Value to be assigned
|
129
|
+
def name=(name)
|
130
|
+
if !name.nil? && name.to_s.length < 1
|
131
|
+
fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
|
132
|
+
end
|
133
|
+
|
134
|
+
@name = name
|
135
|
+
end
|
136
|
+
|
137
|
+
# Custom attribute writer method with validation
|
138
|
+
# @param [Object] description Value to be assigned
|
139
|
+
def description=(description)
|
140
|
+
if !description.nil? && description.to_s.length < 1
|
141
|
+
fail ArgumentError, 'invalid value for "description", the character length must be great than or equal to 1.'
|
142
|
+
end
|
143
|
+
|
144
|
+
@description = description
|
145
|
+
end
|
146
|
+
|
117
147
|
# Custom attribute writer method with validation
|
118
148
|
# @param [Object] retain_repo_versions Value to be assigned
|
119
149
|
def retain_repo_versions=(retain_repo_versions)
|
data/pulp_deb_client.gemspec
CHANGED
@@ -21,13 +21,13 @@ Gem::Specification.new do |s|
|
|
21
21
|
s.platform = Gem::Platform::RUBY
|
22
22
|
s.authors = ["OpenAPI-Generator"]
|
23
23
|
s.email = ["pulp-list@redhat.com"]
|
24
|
-
s.homepage = "https://
|
24
|
+
s.homepage = "https://openapi-generator.tech"
|
25
25
|
s.summary = "Pulp 3 API Ruby Gem"
|
26
26
|
s.description = "Fetch, Upload, Organize, and Distribute Software Packages"
|
27
|
-
s.license = '
|
27
|
+
s.license = 'GPL-2.0+'
|
28
28
|
s.required_ruby_version = ">= 1.9"
|
29
29
|
|
30
|
-
s.add_runtime_dependency 'faraday', '
|
30
|
+
s.add_runtime_dependency 'faraday', '~> 1.0', '< 1.9.0'
|
31
31
|
s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
|
32
32
|
|
33
33
|
s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
|
metadata
CHANGED
@@ -1,35 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_deb_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.17.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: 2022-
|
11
|
+
date: 2022-01-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.0
|
19
|
+
version: '1.0'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version:
|
22
|
+
version: 1.9.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
26
|
requirements:
|
27
|
-
- - "
|
27
|
+
- - "~>"
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 1.0
|
29
|
+
version: '1.0'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version:
|
32
|
+
version: 1.9.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: json
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -150,6 +150,7 @@ files:
|
|
150
150
|
- docs/RepositorySyncURL.md
|
151
151
|
- docs/RepositoryVersion.md
|
152
152
|
- docs/RepositoryVersionResponse.md
|
153
|
+
- git_push.sh
|
153
154
|
- lib/pulp_deb_client.rb
|
154
155
|
- lib/pulp_deb_client/api/content_generic_contents_api.rb
|
155
156
|
- lib/pulp_deb_client/api/content_installer_file_indices_api.rb
|
@@ -299,9 +300,9 @@ files:
|
|
299
300
|
- spec/models/repository_version_response_spec.rb
|
300
301
|
- spec/models/repository_version_spec.rb
|
301
302
|
- spec/spec_helper.rb
|
302
|
-
homepage: https://
|
303
|
+
homepage: https://openapi-generator.tech
|
303
304
|
licenses:
|
304
|
-
-
|
305
|
+
- GPL-2.0+
|
305
306
|
metadata: {}
|
306
307
|
post_install_message:
|
307
308
|
rdoc_options: []
|
@@ -323,76 +324,76 @@ signing_key:
|
|
323
324
|
specification_version: 4
|
324
325
|
summary: Pulp 3 API Ruby Gem
|
325
326
|
test_files:
|
326
|
-
- spec/api/
|
327
|
-
- spec/api/
|
328
|
-
- spec/api/
|
329
|
-
- spec/api/
|
327
|
+
- spec/api/content_installer_packages_api_spec.rb
|
328
|
+
- spec/api/content_release_components_api_spec.rb
|
329
|
+
- spec/api/remotes_apt_api_spec.rb
|
330
|
+
- spec/api/content_release_architectures_api_spec.rb
|
330
331
|
- spec/api/repositories_apt_api_spec.rb
|
331
|
-
- spec/api/
|
332
|
+
- spec/api/content_packages_api_spec.rb
|
332
333
|
- spec/api/publications_apt_api_spec.rb
|
334
|
+
- spec/api/content_generic_contents_api_spec.rb
|
335
|
+
- spec/api/repositories_apt_versions_api_spec.rb
|
333
336
|
- spec/api/distributions_apt_api_spec.rb
|
334
|
-
- spec/api/content_package_release_components_api_spec.rb
|
335
|
-
- spec/api/content_package_indices_api_spec.rb
|
336
|
-
- spec/api/content_release_architectures_api_spec.rb
|
337
|
-
- spec/api/remotes_apt_api_spec.rb
|
338
|
-
- spec/api/content_installer_packages_api_spec.rb
|
339
|
-
- spec/api/content_installer_file_indices_api_spec.rb
|
340
337
|
- spec/api/content_releases_api_spec.rb
|
341
|
-
- spec/api/
|
338
|
+
- spec/api/publications_verbatim_api_spec.rb
|
339
|
+
- spec/api/content_installer_file_indices_api_spec.rb
|
340
|
+
- spec/api/content_release_files_api_spec.rb
|
341
|
+
- spec/api/content_package_indices_api_spec.rb
|
342
|
+
- spec/api/content_package_release_components_api_spec.rb
|
342
343
|
- spec/api_client_spec.rb
|
343
344
|
- spec/configuration_spec.rb
|
344
|
-
- spec/models/
|
345
|
-
- spec/models/repository_version_response_spec.rb
|
346
|
-
- spec/models/paginateddeb_apt_publication_response_list_spec.rb
|
347
|
-
- spec/models/deb_installer_file_index_spec.rb
|
348
|
-
- spec/models/paginateddeb_package_index_response_list_spec.rb
|
345
|
+
- spec/models/deb_release_component_response_spec.rb
|
349
346
|
- spec/models/deb_verbatim_publication_spec.rb
|
350
|
-
- spec/models/
|
351
|
-
- spec/models/
|
347
|
+
- spec/models/deb_release_file_spec.rb
|
348
|
+
- spec/models/paginateddeb_release_file_response_list_spec.rb
|
349
|
+
- spec/models/deb_release_architecture_response_spec.rb
|
350
|
+
- spec/models/paginateddeb_verbatim_publication_response_list_spec.rb
|
351
|
+
- spec/models/deb_apt_repository_spec.rb
|
352
|
+
- spec/models/paginateddeb_package_index_response_list_spec.rb
|
352
353
|
- spec/models/paginateddeb_apt_remote_response_list_spec.rb
|
353
|
-
- spec/models/
|
354
|
-
- spec/models/
|
354
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
355
|
+
- spec/models/deb_generic_content_response_spec.rb
|
355
356
|
- spec/models/deb_package_release_component_spec.rb
|
356
357
|
- spec/models/deb_release_file_response_spec.rb
|
358
|
+
- spec/models/deb_apt_distribution_response_spec.rb
|
359
|
+
- spec/models/repository_add_remove_content_spec.rb
|
360
|
+
- spec/models/paginateddeb_apt_publication_response_list_spec.rb
|
361
|
+
- spec/models/deb_package_release_component_response_spec.rb
|
362
|
+
- spec/models/deb_installer_file_index_spec.rb
|
363
|
+
- spec/models/deb_apt_publication_spec.rb
|
364
|
+
- spec/models/paginateddeb_generic_content_response_list_spec.rb
|
365
|
+
- spec/models/patcheddeb_apt_remote_spec.rb
|
366
|
+
- spec/models/policy_enum_spec.rb
|
367
|
+
- spec/models/repository_sync_url_spec.rb
|
368
|
+
- spec/models/deb_package_index_response_spec.rb
|
369
|
+
- spec/models/deb_base_package_spec.rb
|
370
|
+
- spec/models/deb_apt_remote_response_spec.rb
|
371
|
+
- spec/models/paginateddeb_apt_distribution_response_list_spec.rb
|
372
|
+
- spec/models/deb_generic_content_spec.rb
|
373
|
+
- spec/models/repository_version_response_spec.rb
|
357
374
|
- spec/models/deb_release_architecture_spec.rb
|
358
|
-
- spec/models/
|
375
|
+
- spec/models/deb_verbatim_publication_response_spec.rb
|
376
|
+
- spec/models/paginateddeb_apt_repository_response_list_spec.rb
|
377
|
+
- spec/models/deb_base_package_response_spec.rb
|
378
|
+
- spec/models/paginateddeb_installer_file_index_response_list_spec.rb
|
379
|
+
- spec/models/content_summary_response_spec.rb
|
380
|
+
- spec/models/paginateddeb_base_package_response_list_spec.rb
|
381
|
+
- spec/models/deb_package_index_spec.rb
|
382
|
+
- spec/models/paginateddeb_package_release_component_response_list_spec.rb
|
383
|
+
- spec/models/deb_apt_distribution_spec.rb
|
384
|
+
- spec/models/deb_release_spec.rb
|
385
|
+
- spec/models/content_summary_spec.rb
|
386
|
+
- spec/models/paginateddeb_release_component_response_list_spec.rb
|
387
|
+
- spec/models/paginateddeb_release_response_list_spec.rb
|
388
|
+
- spec/models/deb_release_component_spec.rb
|
359
389
|
- spec/models/repository_version_spec.rb
|
360
|
-
- spec/models/paginateddeb_release_file_response_list_spec.rb
|
361
390
|
- spec/models/async_operation_response_spec.rb
|
362
|
-
- spec/models/
|
363
|
-
- spec/models/paginateddeb_installer_file_index_response_list_spec.rb
|
364
|
-
- spec/models/deb_apt_repository_spec.rb
|
391
|
+
- spec/models/deb_release_response_spec.rb
|
365
392
|
- spec/models/deb_apt_remote_spec.rb
|
366
|
-
- spec/models/content_summary_response_spec.rb
|
367
|
-
- spec/models/deb_package_index_response_spec.rb
|
368
|
-
- spec/models/deb_generic_content_spec.rb
|
369
|
-
- spec/models/deb_release_file_spec.rb
|
370
|
-
- spec/models/deb_generic_content_response_spec.rb
|
371
|
-
- spec/models/paginateddeb_verbatim_publication_response_list_spec.rb
|
372
|
-
- spec/models/policy_enum_spec.rb
|
373
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
374
|
-
- spec/models/repository_sync_url_spec.rb
|
375
393
|
- spec/models/deb_apt_publication_response_spec.rb
|
394
|
+
- spec/models/patcheddeb_apt_repository_spec.rb
|
395
|
+
- spec/models/patcheddeb_apt_distribution_spec.rb
|
376
396
|
- spec/models/paginateddeb_release_architecture_response_list_spec.rb
|
377
|
-
- spec/models/deb_release_component_spec.rb
|
378
|
-
- spec/models/deb_release_component_response_spec.rb
|
379
397
|
- spec/models/deb_apt_repository_response_spec.rb
|
380
|
-
- spec/models/patcheddeb_apt_distribution_spec.rb
|
381
|
-
- spec/models/deb_apt_distribution_response_spec.rb
|
382
|
-
- spec/models/paginateddeb_package_release_component_response_list_spec.rb
|
383
|
-
- spec/models/content_summary_spec.rb
|
384
|
-
- spec/models/deb_apt_publication_spec.rb
|
385
|
-
- spec/models/deb_base_package_spec.rb
|
386
|
-
- spec/models/deb_package_index_spec.rb
|
387
|
-
- spec/models/patcheddeb_apt_repository_spec.rb
|
388
|
-
- spec/models/deb_package_release_component_response_spec.rb
|
389
|
-
- spec/models/deb_release_response_spec.rb
|
390
|
-
- spec/models/paginateddeb_base_package_response_list_spec.rb
|
391
|
-
- spec/models/repository_add_remove_content_spec.rb
|
392
|
-
- spec/models/deb_apt_remote_response_spec.rb
|
393
|
-
- spec/models/deb_verbatim_publication_response_spec.rb
|
394
|
-
- spec/models/paginateddeb_apt_distribution_response_list_spec.rb
|
395
398
|
- spec/models/deb_installer_file_index_response_spec.rb
|
396
|
-
- spec/models/paginateddeb_release_response_list_spec.rb
|
397
|
-
- spec/models/deb_release_spec.rb
|
398
399
|
- spec/spec_helper.rb
|