pulp_deb_client 3.8.2 → 3.9.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 +4 -4
- data/README.md +5 -4
- data/docs/ContentGenericContentsApi.md +2 -0
- data/docs/ContentInstallerPackagesApi.md +2 -0
- data/docs/ContentPackagesApi.md +2 -0
- data/docs/DebAptPublication.md +5 -1
- data/docs/DebAptPublicationResponse.md +5 -1
- data/docs/DebInstallerFileIndex.md +2 -0
- data/docs/DebPackageIndex.md +2 -0
- data/docs/DebPackageReleaseComponent.md +2 -0
- data/docs/DebRelease.md +2 -0
- data/docs/DebReleaseArchitecture.md +2 -0
- data/docs/DebReleaseComponent.md +2 -0
- data/docs/DebReleaseFile.md +2 -0
- data/docs/DebSourceIndex.md +2 -0
- data/docs/DebSourcePackage.md +2 -0
- data/docs/DebSourcePackageReleaseComponent.md +2 -0
- data/docs/LayoutEnum.md +15 -0
- data/docs/RepositoryAddRemoveContent.md +3 -1
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +3 -0
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +3 -0
- data/lib/pulp_deb_client/api/content_packages_api.rb +3 -0
- data/lib/pulp_deb_client/models/deb_apt_publication.rb +48 -4
- data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +48 -4
- data/lib/pulp_deb_client/models/deb_installer_file_index.rb +11 -1
- data/lib/pulp_deb_client/models/deb_package_index.rb +11 -1
- data/lib/pulp_deb_client/models/deb_package_release_component.rb +11 -1
- data/lib/pulp_deb_client/models/deb_release.rb +11 -1
- data/lib/pulp_deb_client/models/deb_release_architecture.rb +11 -1
- data/lib/pulp_deb_client/models/deb_release_component.rb +11 -1
- data/lib/pulp_deb_client/models/deb_release_file.rb +11 -1
- data/lib/pulp_deb_client/models/deb_source_index.rb +11 -1
- data/lib/pulp_deb_client/models/deb_source_package.rb +11 -1
- data/lib/pulp_deb_client/models/deb_source_package_release_component.rb +11 -1
- data/lib/pulp_deb_client/models/layout_enum.rb +41 -0
- data/lib/pulp_deb_client/models/repository_add_remove_content.rb +16 -4
- data/lib/pulp_deb_client/version.rb +1 -1
- data/lib/pulp_deb_client.rb +1 -0
- data/spec/api/content_generic_contents_api_spec.rb +1 -0
- data/spec/api/content_installer_packages_api_spec.rb +1 -0
- data/spec/api/content_packages_api_spec.rb +1 -0
- data/spec/models/deb_apt_publication_response_spec.rb +12 -0
- data/spec/models/deb_apt_publication_spec.rb +12 -0
- data/spec/models/deb_installer_file_index_spec.rb +6 -0
- data/spec/models/deb_package_index_spec.rb +6 -0
- data/spec/models/deb_package_release_component_spec.rb +6 -0
- data/spec/models/deb_release_architecture_spec.rb +6 -0
- data/spec/models/deb_release_component_spec.rb +6 -0
- data/spec/models/deb_release_file_spec.rb +6 -0
- data/spec/models/deb_release_spec.rb +6 -0
- data/spec/models/deb_source_index_spec.rb +6 -0
- data/spec/models/deb_source_package_release_component_spec.rb +6 -0
- data/spec/models/deb_source_package_spec.rb +6 -0
- data/spec/models/layout_enum_spec.rb +30 -0
- data/spec/models/repository_add_remove_content_spec.rb +6 -0
- metadata +84 -80
|
@@ -38,6 +38,7 @@ describe 'ContentPackagesApi' do
|
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
39
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
40
40
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
|
41
|
+
# @option opts [Boolean] :overwrite When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Only used when 'repository' is specified. Defaults to true.
|
|
41
42
|
# @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
42
43
|
# @option opts [String] :artifact Artifact file representing the physical content
|
|
43
44
|
# @option opts [String] :relative_path Path where the artifact is located relative to distributions base_path
|
|
@@ -93,4 +93,16 @@ describe PulpDebClient::DebAptPublicationResponse do
|
|
|
93
93
|
end
|
|
94
94
|
end
|
|
95
95
|
|
|
96
|
+
describe 'test attribute "publish_legacy_release_files"' do
|
|
97
|
+
it 'should work' do
|
|
98
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
99
|
+
end
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
describe 'test attribute "layout"' do
|
|
103
|
+
it 'should work' do
|
|
104
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
105
|
+
end
|
|
106
|
+
end
|
|
107
|
+
|
|
96
108
|
end
|
|
@@ -69,4 +69,16 @@ describe PulpDebClient::DebAptPublication do
|
|
|
69
69
|
end
|
|
70
70
|
end
|
|
71
71
|
|
|
72
|
+
describe 'test attribute "publish_legacy_release_files"' 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
|
+
|
|
78
|
+
describe 'test attribute "layout"' 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
|
+
|
|
72
84
|
end
|
|
@@ -33,6 +33,12 @@ describe PulpDebClient::DebInstallerFileIndex 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/
|
|
@@ -33,6 +33,12 @@ describe PulpDebClient::DebPackageIndex 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/
|
|
@@ -33,6 +33,12 @@ describe PulpDebClient::DebPackageReleaseComponent 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/
|
|
@@ -33,6 +33,12 @@ describe PulpDebClient::DebReleaseArchitecture 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/
|
|
@@ -33,6 +33,12 @@ describe PulpDebClient::DebReleaseComponent 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/
|
|
@@ -33,6 +33,12 @@ describe PulpDebClient::DebReleaseFile 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/
|
|
@@ -33,6 +33,12 @@ describe PulpDebClient::DebRelease 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/
|
|
@@ -33,6 +33,12 @@ describe PulpDebClient::DebSourceIndex 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/
|
|
@@ -33,6 +33,12 @@ describe PulpDebClient::DebSourcePackageReleaseComponent 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/
|
|
@@ -33,6 +33,12 @@ describe PulpDebClient::DebSourcePackage 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/
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Pulp 3 API
|
|
3
|
+
|
|
4
|
+
#Fetch, Upload, Organize, and Distribute Software Packages
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: v3
|
|
7
|
+
Contact: pulp-list@redhat.com
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
Generator version: 7.10.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for PulpDebClient::LayoutEnum
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe PulpDebClient::LayoutEnum do
|
|
21
|
+
let(:instance) { PulpDebClient::LayoutEnum.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of LayoutEnum' do
|
|
24
|
+
it 'should create an instance of LayoutEnum' do
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(PulpDebClient::LayoutEnum)
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
end
|
|
@@ -45,4 +45,10 @@ describe PulpDebClient::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_deb_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.9.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: 2026-
|
|
11
|
+
date: 2026-06-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -144,6 +144,7 @@ files:
|
|
|
144
144
|
- docs/DebVerbatimPublication.md
|
|
145
145
|
- docs/DebVerbatimPublicationResponse.md
|
|
146
146
|
- docs/DistributionsAptApi.md
|
|
147
|
+
- docs/LayoutEnum.md
|
|
147
148
|
- docs/MyPermissionsResponse.md
|
|
148
149
|
- docs/NestedRole.md
|
|
149
150
|
- docs/NestedRoleResponse.md
|
|
@@ -253,6 +254,7 @@ files:
|
|
|
253
254
|
- lib/pulp_deb_client/models/deb_source_package_response.rb
|
|
254
255
|
- lib/pulp_deb_client/models/deb_verbatim_publication.rb
|
|
255
256
|
- lib/pulp_deb_client/models/deb_verbatim_publication_response.rb
|
|
257
|
+
- lib/pulp_deb_client/models/layout_enum.rb
|
|
256
258
|
- lib/pulp_deb_client/models/my_permissions_response.rb
|
|
257
259
|
- lib/pulp_deb_client/models/nested_role.rb
|
|
258
260
|
- lib/pulp_deb_client/models/nested_role_response.rb
|
|
@@ -355,6 +357,7 @@ files:
|
|
|
355
357
|
- spec/models/deb_source_package_spec.rb
|
|
356
358
|
- spec/models/deb_verbatim_publication_response_spec.rb
|
|
357
359
|
- spec/models/deb_verbatim_publication_spec.rb
|
|
360
|
+
- spec/models/layout_enum_spec.rb
|
|
358
361
|
- spec/models/my_permissions_response_spec.rb
|
|
359
362
|
- spec/models/nested_role_response_spec.rb
|
|
360
363
|
- spec/models/nested_role_spec.rb
|
|
@@ -420,103 +423,104 @@ specification_version: 4
|
|
|
420
423
|
summary: Pulp 3 API Ruby Gem
|
|
421
424
|
test_files:
|
|
422
425
|
- spec/api/repositories_apt_api_spec.rb
|
|
423
|
-
- spec/api/
|
|
426
|
+
- spec/api/content_source_indices_api_spec.rb
|
|
424
427
|
- spec/api/content_installer_file_indices_api_spec.rb
|
|
425
|
-
- spec/api/content_package_release_components_api_spec.rb
|
|
426
|
-
- spec/api/content_package_indices_api_spec.rb
|
|
427
428
|
- spec/api/deb_copy_api_spec.rb
|
|
428
|
-
- spec/api/
|
|
429
|
-
- spec/api/publications_verbatim_api_spec.rb
|
|
430
|
-
- spec/api/repositories_apt_versions_api_spec.rb
|
|
431
|
-
- spec/api/content_installer_packages_api_spec.rb
|
|
429
|
+
- spec/api/content_packages_api_spec.rb
|
|
432
430
|
- spec/api/remotes_apt_api_spec.rb
|
|
433
|
-
- spec/api/
|
|
431
|
+
- spec/api/content_releases_api_spec.rb
|
|
432
|
+
- spec/api/repositories_apt_versions_api_spec.rb
|
|
434
433
|
- spec/api/content_generic_contents_api_spec.rb
|
|
435
|
-
- spec/api/
|
|
436
|
-
- spec/api/content_source_packages_api_spec.rb
|
|
434
|
+
- spec/api/content_release_architectures_api_spec.rb
|
|
437
435
|
- spec/api/publications_apt_api_spec.rb
|
|
438
|
-
- spec/api/
|
|
439
|
-
- spec/api/
|
|
440
|
-
- spec/api/
|
|
441
|
-
- spec/api/
|
|
436
|
+
- spec/api/publications_verbatim_api_spec.rb
|
|
437
|
+
- spec/api/content_package_indices_api_spec.rb
|
|
438
|
+
- spec/api/content_package_release_components_api_spec.rb
|
|
439
|
+
- spec/api/distributions_apt_api_spec.rb
|
|
442
440
|
- spec/api/content_source_release_components_api_spec.rb
|
|
443
|
-
- spec/
|
|
444
|
-
- spec/
|
|
445
|
-
- spec/
|
|
446
|
-
- spec/
|
|
447
|
-
- spec/
|
|
448
|
-
- spec/models/
|
|
441
|
+
- spec/api/acs_deb_api_spec.rb
|
|
442
|
+
- spec/api/content_release_files_api_spec.rb
|
|
443
|
+
- spec/api/content_source_packages_api_spec.rb
|
|
444
|
+
- spec/api/content_release_components_api_spec.rb
|
|
445
|
+
- spec/api/content_installer_packages_api_spec.rb
|
|
446
|
+
- spec/models/deb_apt_distribution_spec.rb
|
|
449
447
|
- spec/models/patcheddeb_apt_repository_spec.rb
|
|
450
|
-
- spec/models/deb_source_package_release_component_spec.rb
|
|
451
|
-
- spec/models/deb_release_component_spec.rb
|
|
452
448
|
- spec/models/deb_package_release_component_response_spec.rb
|
|
453
|
-
- spec/models/
|
|
454
|
-
- spec/models/
|
|
455
|
-
- spec/models/
|
|
456
|
-
- spec/models/
|
|
457
|
-
- spec/models/deb_release_architecture_response_spec.rb
|
|
458
|
-
- spec/models/deb_installer_file_index_response_spec.rb
|
|
449
|
+
- spec/models/unset_label_response_spec.rb
|
|
450
|
+
- spec/models/deb_apt_distribution_response_spec.rb
|
|
451
|
+
- spec/models/set_label_spec.rb
|
|
452
|
+
- spec/models/paginateddeb_release_file_response_list_spec.rb
|
|
459
453
|
- spec/models/paginateddeb_installer_file_index_response_list_spec.rb
|
|
460
|
-
- spec/models/
|
|
454
|
+
- spec/models/paginateddeb_verbatim_publication_response_list_spec.rb
|
|
455
|
+
- spec/models/task_group_operation_response_spec.rb
|
|
456
|
+
- spec/models/paginateddeb_release_architecture_response_list_spec.rb
|
|
461
457
|
- spec/models/paginateddeb_apt_publication_response_list_spec.rb
|
|
462
|
-
- spec/models/
|
|
463
|
-
- spec/models/
|
|
464
|
-
- spec/models/
|
|
465
|
-
- spec/models/paginateddeb_package_response_list_spec.rb
|
|
466
|
-
- spec/models/deb_release_component_response_spec.rb
|
|
458
|
+
- spec/models/layout_enum_spec.rb
|
|
459
|
+
- spec/models/patcheddeb_apt_distribution_spec.rb
|
|
460
|
+
- spec/models/paginateddeb_release_component_response_list_spec.rb
|
|
467
461
|
- spec/models/policy_enum_spec.rb
|
|
468
|
-
- spec/models/
|
|
462
|
+
- spec/models/deb_source_package_release_component_response_spec.rb
|
|
463
|
+
- spec/models/apt_repository_sync_url_spec.rb
|
|
464
|
+
- spec/models/deb_source_package_release_component_spec.rb
|
|
465
|
+
- spec/models/object_roles_response_spec.rb
|
|
466
|
+
- spec/models/deb_verbatim_publication_spec.rb
|
|
467
|
+
- spec/models/deb_apt_publication_spec.rb
|
|
468
|
+
- spec/models/deb_apt_alternate_content_source_response_spec.rb
|
|
469
|
+
- spec/models/paginateddeb_package_release_component_response_list_spec.rb
|
|
469
470
|
- spec/models/deb_release_file_response_spec.rb
|
|
471
|
+
- spec/models/repository_add_remove_content_spec.rb
|
|
472
|
+
- spec/models/patcheddeb_apt_alternate_content_source_spec.rb
|
|
473
|
+
- spec/models/paginateddeb_apt_remote_response_list_spec.rb
|
|
470
474
|
- spec/models/paginateddeb_installer_package_response_list_spec.rb
|
|
471
|
-
- spec/models/paginateddeb_source_package_release_component_response_list_spec.rb
|
|
472
|
-
- spec/models/paginateddeb_release_file_response_list_spec.rb
|
|
473
|
-
- spec/models/paginateddeb_source_package_response_list_spec.rb
|
|
474
|
-
- spec/models/deb_release_architecture_spec.rb
|
|
475
|
-
- spec/models/remote_network_config_spec.rb
|
|
476
|
-
- spec/models/task_group_operation_response_spec.rb
|
|
477
|
-
- spec/models/deb_source_index_response_spec.rb
|
|
478
|
-
- spec/models/paginateddeb_package_index_response_list_spec.rb
|
|
479
|
-
- spec/models/deb_apt_remote_response_hidden_fields_inner_spec.rb
|
|
480
|
-
- spec/models/patcheddeb_apt_remote_spec.rb
|
|
481
|
-
- spec/models/deb_apt_remote_response_spec.rb
|
|
482
|
-
- spec/models/deb_apt_distribution_response_spec.rb
|
|
483
|
-
- spec/models/deb_generic_content_response_spec.rb
|
|
484
|
-
- spec/models/apt_repository_sync_url_spec.rb
|
|
485
|
-
- spec/models/paginateddeb_apt_repository_response_list_spec.rb
|
|
486
|
-
- spec/models/deb_apt_repository_response_spec.rb
|
|
487
|
-
- spec/models/remote_network_config_response_spec.rb
|
|
488
|
-
- spec/models/deb_apt_alternate_content_source_spec.rb
|
|
489
|
-
- spec/models/deb_release_spec.rb
|
|
490
|
-
- spec/models/deb_apt_publication_response_spec.rb
|
|
491
475
|
- spec/models/paginateddeb_apt_distribution_response_list_spec.rb
|
|
476
|
+
- spec/models/deb_source_package_response_spec.rb
|
|
477
|
+
- spec/models/nested_role_response_spec.rb
|
|
478
|
+
- spec/models/deb_installer_package_response_spec.rb
|
|
479
|
+
- spec/models/remote_network_config_response_spec.rb
|
|
480
|
+
- spec/models/paginateddeb_source_index_response_list_spec.rb
|
|
481
|
+
- spec/models/deb_source_package_spec.rb
|
|
482
|
+
- spec/models/deb_apt_repository_response_spec.rb
|
|
483
|
+
- spec/models/deb_source_index_spec.rb
|
|
484
|
+
- spec/models/paginateddeb_source_package_release_component_response_list_spec.rb
|
|
485
|
+
- spec/models/deb_release_architecture_response_spec.rb
|
|
486
|
+
- spec/models/deb_apt_remote_spec.rb
|
|
492
487
|
- spec/models/unset_label_spec.rb
|
|
488
|
+
- spec/models/deb_apt_remote_response_spec.rb
|
|
489
|
+
- spec/models/deb_release_component_spec.rb
|
|
493
490
|
- spec/models/content_summary_response_spec.rb
|
|
494
|
-
- spec/models/
|
|
495
|
-
- spec/models/paginateddeb_verbatim_publication_response_list_spec.rb
|
|
496
|
-
- spec/models/paginateddeb_package_release_component_response_list_spec.rb
|
|
497
|
-
- spec/models/deb_apt_remote_spec.rb
|
|
498
|
-
- spec/models/repository_version_response_spec.rb
|
|
499
|
-
- spec/models/deb_source_package_spec.rb
|
|
500
|
-
- spec/models/paginateddeb_source_index_response_list_spec.rb
|
|
501
|
-
- spec/models/deb_verbatim_publication_response_spec.rb
|
|
502
|
-
- spec/models/paginateddeb_release_component_response_list_spec.rb
|
|
491
|
+
- spec/models/deb_source_index_response_spec.rb
|
|
503
492
|
- spec/models/paginateddeb_apt_alternate_content_source_response_list_spec.rb
|
|
504
|
-
- spec/models/
|
|
505
|
-
- spec/models/
|
|
506
|
-
- spec/models/
|
|
493
|
+
- spec/models/deb_package_release_component_spec.rb
|
|
494
|
+
- spec/models/paginateddeb_apt_repository_response_list_spec.rb
|
|
495
|
+
- spec/models/deb_package_index_response_spec.rb
|
|
507
496
|
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
508
|
-
- spec/models/
|
|
509
|
-
- spec/models/
|
|
510
|
-
- spec/models/
|
|
497
|
+
- spec/models/deb_release_component_response_spec.rb
|
|
498
|
+
- spec/models/deb_apt_repository_spec.rb
|
|
499
|
+
- spec/models/paginateddeb_package_response_list_spec.rb
|
|
500
|
+
- spec/models/remote_network_config_spec.rb
|
|
501
|
+
- spec/models/patcheddeb_apt_remote_spec.rb
|
|
502
|
+
- spec/models/paginateddeb_package_index_response_list_spec.rb
|
|
503
|
+
- spec/models/paginateddeb_generic_content_response_list_spec.rb
|
|
504
|
+
- spec/models/paginateddeb_source_package_response_list_spec.rb
|
|
511
505
|
- spec/models/deb_package_response_spec.rb
|
|
512
|
-
- spec/models/
|
|
513
|
-
- spec/models/
|
|
514
|
-
- spec/models/
|
|
506
|
+
- spec/models/deb_generic_content_response_spec.rb
|
|
507
|
+
- spec/models/deb_package_index_spec.rb
|
|
508
|
+
- spec/models/repository_version_response_spec.rb
|
|
509
|
+
- spec/models/set_label_response_spec.rb
|
|
510
|
+
- spec/models/paginateddeb_release_response_list_spec.rb
|
|
515
511
|
- spec/models/my_permissions_response_spec.rb
|
|
516
|
-
- spec/models/
|
|
512
|
+
- spec/models/deb_release_file_spec.rb
|
|
513
|
+
- spec/models/deb_installer_file_index_response_spec.rb
|
|
517
514
|
- spec/models/repair_spec.rb
|
|
518
|
-
- spec/models/
|
|
519
|
-
- spec/models/
|
|
520
|
-
- spec/models/
|
|
521
|
-
- spec/models/
|
|
515
|
+
- spec/models/deb_verbatim_publication_response_spec.rb
|
|
516
|
+
- spec/models/nested_role_spec.rb
|
|
517
|
+
- spec/models/deb_apt_remote_response_hidden_fields_inner_spec.rb
|
|
518
|
+
- spec/models/async_operation_response_spec.rb
|
|
519
|
+
- spec/models/copy_spec.rb
|
|
520
|
+
- spec/models/deb_release_response_spec.rb
|
|
521
|
+
- spec/models/deb_release_spec.rb
|
|
522
|
+
- spec/models/deb_installer_file_index_spec.rb
|
|
523
|
+
- spec/models/deb_release_architecture_spec.rb
|
|
524
|
+
- spec/models/deb_apt_publication_response_spec.rb
|
|
525
|
+
- spec/models/deb_apt_alternate_content_source_spec.rb
|
|
522
526
|
- spec/spec_helper.rb
|