pulp_deb_client 3.3.1 → 3.5.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 +28 -4
- data/docs/ContentGenericContentsApi.md +10 -8
- data/docs/ContentInstallerFileIndicesApi.md +10 -8
- data/docs/ContentInstallerPackagesApi.md +10 -8
- data/docs/ContentPackageIndicesApi.md +10 -8
- data/docs/ContentPackageReleaseComponentsApi.md +10 -8
- data/docs/ContentPackagesApi.md +10 -8
- data/docs/ContentReleaseArchitecturesApi.md +10 -8
- data/docs/ContentReleaseComponentsApi.md +10 -8
- data/docs/ContentReleaseFilesApi.md +10 -8
- data/docs/ContentReleasesApi.md +10 -8
- data/docs/ContentSourceIndicesApi.md +10 -8
- data/docs/ContentSourcePackagesApi.md +10 -8
- data/docs/ContentSourceReleaseComponentsApi.md +10 -8
- data/docs/DebAptDistributionResponse.md +4 -0
- data/docs/DebAptPublicationResponse.md +2 -0
- data/docs/DebAptRemoteResponse.md +2 -0
- data/docs/DebAptRepositoryResponse.md +2 -0
- data/docs/DebGenericContentResponse.md +2 -0
- data/docs/DebInstallerFileIndexResponse.md +2 -0
- data/docs/DebInstallerPackageResponse.md +2 -0
- data/docs/DebPackageIndexResponse.md +2 -0
- data/docs/DebPackageReleaseComponentResponse.md +2 -0
- data/docs/DebPackageResponse.md +2 -0
- data/docs/DebReleaseArchitectureResponse.md +2 -0
- data/docs/DebReleaseComponentResponse.md +5 -1
- data/docs/DebReleaseFileResponse.md +2 -0
- data/docs/DebReleaseResponse.md +2 -0
- data/docs/DebSourceIndexResponse.md +2 -0
- data/docs/DebSourcePackageReleaseComponentResponse.md +2 -0
- data/docs/DebSourcePackageResponse.md +4 -0
- data/docs/DebVerbatimPublicationResponse.md +2 -0
- data/docs/DistributionsAptApi.md +236 -2
- data/docs/MyPermissionsResponse.md +17 -0
- data/docs/NestedRole.md +21 -0
- data/docs/NestedRoleResponse.md +21 -0
- data/docs/ObjectRolesResponse.md +17 -0
- data/docs/PublicationsAptApi.md +244 -10
- data/docs/PublicationsVerbatimApi.md +244 -10
- data/docs/RemotesAptApi.md +236 -2
- data/docs/RepositoriesAptApi.md +240 -6
- data/docs/RepositoriesAptVersionsApi.md +8 -6
- data/docs/RepositoryVersionResponse.md +2 -0
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_packages_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_release_components_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_release_files_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_releases_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_source_indices_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_source_packages_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_source_release_components_api.rb +11 -8
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +281 -2
- data/lib/pulp_deb_client/api/publications_apt_api.rb +290 -11
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +290 -11
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +281 -2
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +285 -6
- data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +10 -7
- data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +21 -1
- data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_apt_remote.rb +20 -20
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +31 -21
- data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_generic_content_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_installer_package_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_package_index_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_package_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_release_component_response.rb +24 -4
- data/lib/pulp_deb_client/models/deb_release_file_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_release_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_source_index_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_source_package_release_component_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_source_package_response.rb +21 -1
- data/lib/pulp_deb_client/models/deb_verbatim_publication_response.rb +11 -1
- data/lib/pulp_deb_client/models/my_permissions_response.rb +213 -0
- data/lib/pulp_deb_client/models/nested_role.rb +253 -0
- data/lib/pulp_deb_client/models/nested_role_response.rb +234 -0
- data/lib/pulp_deb_client/models/object_roles_response.rb +213 -0
- data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +20 -20
- data/lib/pulp_deb_client/models/repository_add_remove_content.rb +1 -1
- data/lib/pulp_deb_client/models/repository_version_response.rb +12 -2
- data/lib/pulp_deb_client/version.rb +1 -1
- data/lib/pulp_deb_client.rb +4 -0
- data/spec/api/content_generic_contents_api_spec.rb +5 -4
- data/spec/api/content_installer_file_indices_api_spec.rb +5 -4
- data/spec/api/content_installer_packages_api_spec.rb +5 -4
- data/spec/api/content_package_indices_api_spec.rb +5 -4
- data/spec/api/content_package_release_components_api_spec.rb +5 -4
- data/spec/api/content_packages_api_spec.rb +5 -4
- data/spec/api/content_release_architectures_api_spec.rb +5 -4
- data/spec/api/content_release_components_api_spec.rb +5 -4
- data/spec/api/content_release_files_api_spec.rb +5 -4
- data/spec/api/content_releases_api_spec.rb +5 -4
- data/spec/api/content_source_indices_api_spec.rb +5 -4
- data/spec/api/content_source_packages_api_spec.rb +5 -4
- data/spec/api/content_source_release_components_api_spec.rb +5 -4
- data/spec/api/distributions_apt_api_spec.rb +56 -1
- data/spec/api/publications_apt_api_spec.rb +60 -5
- data/spec/api/publications_verbatim_api_spec.rb +60 -5
- data/spec/api/remotes_apt_api_spec.rb +56 -1
- data/spec/api/repositories_apt_api_spec.rb +58 -3
- data/spec/api/repositories_apt_versions_api_spec.rb +4 -3
- data/spec/models/deb_apt_distribution_response_spec.rb +12 -0
- data/spec/models/deb_apt_publication_response_spec.rb +6 -0
- data/spec/models/deb_apt_remote_response_spec.rb +6 -0
- data/spec/models/deb_apt_repository_response_spec.rb +6 -0
- data/spec/models/deb_generic_content_response_spec.rb +6 -0
- data/spec/models/deb_installer_file_index_response_spec.rb +6 -0
- data/spec/models/deb_installer_package_response_spec.rb +6 -0
- data/spec/models/deb_package_index_response_spec.rb +6 -0
- data/spec/models/deb_package_release_component_response_spec.rb +6 -0
- data/spec/models/deb_package_response_spec.rb +6 -0
- data/spec/models/deb_release_architecture_response_spec.rb +6 -0
- data/spec/models/deb_release_component_response_spec.rb +12 -0
- data/spec/models/deb_release_file_response_spec.rb +6 -0
- data/spec/models/deb_release_response_spec.rb +6 -0
- data/spec/models/deb_source_index_response_spec.rb +6 -0
- data/spec/models/deb_source_package_release_component_response_spec.rb +6 -0
- data/spec/models/deb_source_package_response_spec.rb +12 -0
- data/spec/models/deb_verbatim_publication_response_spec.rb +6 -0
- data/spec/models/my_permissions_response_spec.rb +41 -0
- data/spec/models/nested_role_response_spec.rb +53 -0
- data/spec/models/nested_role_spec.rb +53 -0
- data/spec/models/object_roles_response_spec.rb +41 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +91 -75
|
@@ -379,20 +379,20 @@ module PulpDebClient
|
|
|
379
379
|
invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
|
|
380
380
|
end
|
|
381
381
|
|
|
382
|
-
if !@total_timeout.nil? && @total_timeout < 0
|
|
383
|
-
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
|
|
382
|
+
if !@total_timeout.nil? && @total_timeout < 0.0
|
|
383
|
+
invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
|
|
384
384
|
end
|
|
385
385
|
|
|
386
|
-
if !@connect_timeout.nil? && @connect_timeout < 0
|
|
387
|
-
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
|
|
386
|
+
if !@connect_timeout.nil? && @connect_timeout < 0.0
|
|
387
|
+
invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
|
|
388
388
|
end
|
|
389
389
|
|
|
390
|
-
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
|
391
|
-
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
|
|
390
|
+
if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
|
391
|
+
invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
|
|
392
392
|
end
|
|
393
393
|
|
|
394
|
-
if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
|
395
|
-
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
|
|
394
|
+
if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
|
395
|
+
invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
|
|
396
396
|
end
|
|
397
397
|
|
|
398
398
|
if !@distributions.nil? && @distributions.to_s.length < 1
|
|
@@ -428,10 +428,10 @@ module PulpDebClient
|
|
|
428
428
|
return false if !@username.nil? && @username.to_s.length < 1
|
|
429
429
|
return false if !@password.nil? && @password.to_s.length < 1
|
|
430
430
|
return false if !@download_concurrency.nil? && @download_concurrency < 1
|
|
431
|
-
return false if !@total_timeout.nil? && @total_timeout < 0
|
|
432
|
-
return false if !@connect_timeout.nil? && @connect_timeout < 0
|
|
433
|
-
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
|
|
434
|
-
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
|
|
431
|
+
return false if !@total_timeout.nil? && @total_timeout < 0.0
|
|
432
|
+
return false if !@connect_timeout.nil? && @connect_timeout < 0.0
|
|
433
|
+
return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
|
|
434
|
+
return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
|
|
435
435
|
return false if !@distributions.nil? && @distributions.to_s.length < 1
|
|
436
436
|
return false if !@components.nil? && @components.to_s.length < 1
|
|
437
437
|
return false if !@architectures.nil? && @architectures.to_s.length < 1
|
|
@@ -552,8 +552,8 @@ module PulpDebClient
|
|
|
552
552
|
# Custom attribute writer method with validation
|
|
553
553
|
# @param [Object] total_timeout Value to be assigned
|
|
554
554
|
def total_timeout=(total_timeout)
|
|
555
|
-
if !total_timeout.nil? && total_timeout < 0
|
|
556
|
-
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
|
|
555
|
+
if !total_timeout.nil? && total_timeout < 0.0
|
|
556
|
+
fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
|
|
557
557
|
end
|
|
558
558
|
|
|
559
559
|
@total_timeout = total_timeout
|
|
@@ -562,8 +562,8 @@ module PulpDebClient
|
|
|
562
562
|
# Custom attribute writer method with validation
|
|
563
563
|
# @param [Object] connect_timeout Value to be assigned
|
|
564
564
|
def connect_timeout=(connect_timeout)
|
|
565
|
-
if !connect_timeout.nil? && connect_timeout < 0
|
|
566
|
-
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
|
|
565
|
+
if !connect_timeout.nil? && connect_timeout < 0.0
|
|
566
|
+
fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
|
|
567
567
|
end
|
|
568
568
|
|
|
569
569
|
@connect_timeout = connect_timeout
|
|
@@ -572,8 +572,8 @@ module PulpDebClient
|
|
|
572
572
|
# Custom attribute writer method with validation
|
|
573
573
|
# @param [Object] sock_connect_timeout Value to be assigned
|
|
574
574
|
def sock_connect_timeout=(sock_connect_timeout)
|
|
575
|
-
if !sock_connect_timeout.nil? && sock_connect_timeout < 0
|
|
576
|
-
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
|
|
575
|
+
if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
|
|
576
|
+
fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
|
|
577
577
|
end
|
|
578
578
|
|
|
579
579
|
@sock_connect_timeout = sock_connect_timeout
|
|
@@ -582,8 +582,8 @@ module PulpDebClient
|
|
|
582
582
|
# Custom attribute writer method with validation
|
|
583
583
|
# @param [Object] sock_read_timeout Value to be assigned
|
|
584
584
|
def sock_read_timeout=(sock_read_timeout)
|
|
585
|
-
if !sock_read_timeout.nil? && sock_read_timeout < 0
|
|
586
|
-
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
|
|
585
|
+
if !sock_read_timeout.nil? && sock_read_timeout < 0.0
|
|
586
|
+
fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
|
|
587
587
|
end
|
|
588
588
|
|
|
589
589
|
@sock_read_timeout = sock_read_timeout
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpDebClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class RepositoryAddRemoveContent
|
|
18
18
|
# A list of content units to add to a new repository version. This content is added after remove_content_units are removed.
|
|
19
19
|
attr_accessor :add_content_units
|
|
@@ -13,10 +13,13 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpDebClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class RepositoryVersionResponse
|
|
18
18
|
attr_accessor :pulp_href
|
|
19
19
|
|
|
20
|
+
# The Pulp Resource Name (PRN).
|
|
21
|
+
attr_accessor :prn
|
|
22
|
+
|
|
20
23
|
# Timestamp of creation.
|
|
21
24
|
attr_accessor :pulp_created
|
|
22
25
|
|
|
@@ -37,6 +40,7 @@ module PulpDebClient
|
|
|
37
40
|
def self.attribute_map
|
|
38
41
|
{
|
|
39
42
|
:'pulp_href' => :'pulp_href',
|
|
43
|
+
:'prn' => :'prn',
|
|
40
44
|
:'pulp_created' => :'pulp_created',
|
|
41
45
|
:'pulp_last_updated' => :'pulp_last_updated',
|
|
42
46
|
:'number' => :'number',
|
|
@@ -50,6 +54,7 @@ module PulpDebClient
|
|
|
50
54
|
def self.openapi_types
|
|
51
55
|
{
|
|
52
56
|
:'pulp_href' => :'String',
|
|
57
|
+
:'prn' => :'String',
|
|
53
58
|
:'pulp_created' => :'DateTime',
|
|
54
59
|
:'pulp_last_updated' => :'DateTime',
|
|
55
60
|
:'number' => :'Integer',
|
|
@@ -84,6 +89,10 @@ module PulpDebClient
|
|
|
84
89
|
self.pulp_href = attributes[:'pulp_href']
|
|
85
90
|
end
|
|
86
91
|
|
|
92
|
+
if attributes.key?(:'prn')
|
|
93
|
+
self.prn = attributes[:'prn']
|
|
94
|
+
end
|
|
95
|
+
|
|
87
96
|
if attributes.key?(:'pulp_created')
|
|
88
97
|
self.pulp_created = attributes[:'pulp_created']
|
|
89
98
|
end
|
|
@@ -128,6 +137,7 @@ module PulpDebClient
|
|
|
128
137
|
return true if self.equal?(o)
|
|
129
138
|
self.class == o.class &&
|
|
130
139
|
pulp_href == o.pulp_href &&
|
|
140
|
+
prn == o.prn &&
|
|
131
141
|
pulp_created == o.pulp_created &&
|
|
132
142
|
pulp_last_updated == o.pulp_last_updated &&
|
|
133
143
|
number == o.number &&
|
|
@@ -145,7 +155,7 @@ module PulpDebClient
|
|
|
145
155
|
# Calculates hash code according to all attributes.
|
|
146
156
|
# @return [Integer] Hash code
|
|
147
157
|
def hash
|
|
148
|
-
[pulp_href, pulp_created, pulp_last_updated, number, repository, base_version, content_summary].hash
|
|
158
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, number, repository, base_version, content_summary].hash
|
|
149
159
|
end
|
|
150
160
|
|
|
151
161
|
# Builds the object from hash
|
data/lib/pulp_deb_client.rb
CHANGED
|
@@ -58,6 +58,10 @@ require 'pulp_deb_client/models/deb_source_package_release_component_response'
|
|
|
58
58
|
require 'pulp_deb_client/models/deb_source_package_response'
|
|
59
59
|
require 'pulp_deb_client/models/deb_verbatim_publication'
|
|
60
60
|
require 'pulp_deb_client/models/deb_verbatim_publication_response'
|
|
61
|
+
require 'pulp_deb_client/models/my_permissions_response'
|
|
62
|
+
require 'pulp_deb_client/models/nested_role'
|
|
63
|
+
require 'pulp_deb_client/models/nested_role_response'
|
|
64
|
+
require 'pulp_deb_client/models/object_roles_response'
|
|
61
65
|
require 'pulp_deb_client/models/paginated_repository_version_response_list'
|
|
62
66
|
require 'pulp_deb_client/models/paginateddeb_apt_distribution_response_list'
|
|
63
67
|
require 'pulp_deb_client/models/paginateddeb_apt_publication_response_list'
|
|
@@ -57,13 +57,14 @@ describe 'ContentGenericContentsApi' do
|
|
|
57
57
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
58
58
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
59
59
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
60
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
60
61
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
61
62
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
62
|
-
# @option opts [String] :q
|
|
63
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
63
64
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
|
64
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
65
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
66
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
65
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
|
66
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
|
67
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
|
67
68
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
|
68
69
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
69
70
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
@@ -54,13 +54,14 @@ describe 'ContentInstallerFileIndicesApi' do
|
|
|
54
54
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
55
55
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `component` - Component * `-component` - Component (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
56
56
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
57
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
57
58
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
58
59
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
59
|
-
# @option opts [String] :q
|
|
60
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
60
61
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
|
61
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
62
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
63
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
62
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
|
63
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
|
64
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
|
64
65
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
|
65
66
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
66
67
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
@@ -69,12 +69,13 @@ describe 'ContentInstallerPackagesApi' do
|
|
|
69
69
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
70
70
|
# @option opts [String] :package Filter results where package matches value
|
|
71
71
|
# @option opts [String] :priority Filter results where priority matches value
|
|
72
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
72
73
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
73
74
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
74
|
-
# @option opts [String] :q
|
|
75
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
76
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
77
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
75
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
76
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
|
77
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
|
78
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
|
78
79
|
# @option opts [String] :section Filter results where section matches value
|
|
79
80
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
|
80
81
|
# @option opts [String] :source Filter results where source matches value
|
|
@@ -54,13 +54,14 @@ describe 'ContentPackageIndicesApi' do
|
|
|
54
54
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
55
55
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `component` - Component * `-component` - Component (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `artifact_set_sha256` - Artifact set sha256 * `-artifact_set_sha256` - Artifact set sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
56
56
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
57
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
57
58
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
58
59
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
59
|
-
# @option opts [String] :q
|
|
60
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
60
61
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
|
61
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
62
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
63
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
62
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
|
63
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
|
64
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
|
64
65
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
|
65
66
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
66
67
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
@@ -53,13 +53,14 @@ describe 'ContentPackageReleaseComponentsApi' do
|
|
|
53
53
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
54
54
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
55
55
|
# @option opts [String] :package Filter results where package matches value
|
|
56
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
56
57
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
57
58
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
58
|
-
# @option opts [String] :q
|
|
59
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
59
60
|
# @option opts [String] :release_component Filter results where release_component matches value
|
|
60
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
61
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
62
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
61
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
|
62
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
|
63
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
|
63
64
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
64
65
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
65
66
|
# @return [PaginateddebPackageReleaseComponentResponseList]
|
|
@@ -79,15 +79,16 @@ describe 'ContentPackagesApi' do
|
|
|
79
79
|
# @option opts [String] :package__regex Filter results where package matches regex value
|
|
80
80
|
# @option opts [String] :package__startswith Filter results where package starts with value
|
|
81
81
|
# @option opts [String] :priority Filter results where priority matches value
|
|
82
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
82
83
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
83
84
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
84
|
-
# @option opts [String] :q
|
|
85
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
85
86
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
|
86
87
|
# @option opts [String] :release Must be a comma-separated string: \"release_href,repository_or_repository_version_href\" release_href: Filter results where Package in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
|
87
88
|
# @option opts [String] :release_component Must be a comma-separated string: \"release_component_href,repository_or_repository_version_href\" release_component_href: Filter results where Package in ReleaseComponent repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
|
88
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
89
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
90
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
89
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
|
90
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
|
91
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
|
91
92
|
# @option opts [String] :section Filter results where section matches value
|
|
92
93
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
|
93
94
|
# @option opts [String] :source Filter results where source matches value
|
|
@@ -54,12 +54,13 @@ describe 'ContentReleaseArchitecturesApi' do
|
|
|
54
54
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
55
55
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
56
56
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
57
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
57
58
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
58
59
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
59
|
-
# @option opts [String] :q
|
|
60
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
61
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
62
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
60
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
61
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
|
62
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
|
63
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
|
63
64
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
64
65
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
65
66
|
# @return [PaginateddebReleaseArchitectureResponseList]
|
|
@@ -55,12 +55,13 @@ describe 'ContentReleaseComponentsApi' do
|
|
|
55
55
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `component` - Component * `-component` - Component (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
56
56
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
57
57
|
# @option opts [String] :package Must be a comma-separated string: \"package_href,repository_or_repository_version_href\" package_href: Filter results where ReleaseComponent contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
|
58
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
58
59
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
59
60
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
60
|
-
# @option opts [String] :q
|
|
61
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
62
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
63
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
61
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
62
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
|
63
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
|
64
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
|
64
65
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
65
66
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
66
67
|
# @return [PaginateddebReleaseComponentResponseList]
|
|
@@ -53,13 +53,14 @@ describe 'ContentReleaseFilesApi' do
|
|
|
53
53
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
54
54
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `codename` - Codename * `-codename` - Codename (descending) * `suite` - Suite * `-suite` - Suite (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `components` - Components * `-components` - Components (descending) * `architectures` - Architectures * `-architectures` - Architectures (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `artifact_set_sha256` - Artifact set sha256 * `-artifact_set_sha256` - Artifact set sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
55
55
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
56
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
56
57
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
57
58
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
58
|
-
# @option opts [String] :q
|
|
59
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
59
60
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
|
60
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
61
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
62
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
61
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
|
62
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
|
63
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
|
63
64
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
|
64
65
|
# @option opts [String] :suite Filter results where suite matches value
|
|
65
66
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -57,12 +57,13 @@ describe 'ContentReleasesApi' do
|
|
|
57
57
|
# @option opts [String] :origin Filter results where origin matches value
|
|
58
58
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
59
59
|
# @option opts [String] :package Must be a comma-separated string: \"package_href,repository_or_repository_version_href\" package_href: Filter results where Release contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
|
60
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
60
61
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
61
62
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
62
|
-
# @option opts [String] :q
|
|
63
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
64
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
65
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
63
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
64
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
|
65
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
|
66
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
|
66
67
|
# @option opts [String] :suite Filter results where suite matches value
|
|
67
68
|
# @option opts [String] :version Filter results where version matches value
|
|
68
69
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -53,13 +53,14 @@ describe 'ContentSourceIndicesApi' do
|
|
|
53
53
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
54
54
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `component` - Component * `-component` - Component (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
55
55
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
56
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
56
57
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
57
58
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
58
|
-
# @option opts [String] :q
|
|
59
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
59
60
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
|
60
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
61
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
62
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
61
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
|
62
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
|
63
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
|
63
64
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
|
64
65
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
65
66
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
@@ -65,15 +65,16 @@ describe 'ContentSourcePackagesApi' do
|
|
|
65
65
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `format` - Format * `-format` - Format (descending) * `source` - Source * `-source` - Source (descending) * `binary` - Binary * `-binary` - Binary (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `version` - Version * `-version` - Version (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `uploaders` - Uploaders * `-uploaders` - Uploaders (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `vcs_browser` - Vcs browser * `-vcs_browser` - Vcs browser (descending) * `vcs_arch` - Vcs arch * `-vcs_arch` - Vcs arch (descending) * `vcs_bzr` - Vcs bzr * `-vcs_bzr` - Vcs bzr (descending) * `vcs_cvs` - Vcs cvs * `-vcs_cvs` - Vcs cvs (descending) * `vcs_darcs` - Vcs darcs * `-vcs_darcs` - Vcs darcs (descending) * `vcs_git` - Vcs git * `-vcs_git` - Vcs git (descending) * `vcs_hg` - Vcs hg * `-vcs_hg` - Vcs hg (descending) * `vcs_mtn` - Vcs mtn * `-vcs_mtn` - Vcs mtn (descending) * `vcs_snv` - Vcs snv * `-vcs_snv` - Vcs snv (descending) * `testsuite` - Testsuite * `-testsuite` - Testsuite (descending) * `dgit` - Dgit * `-dgit` - Dgit (descending) * `standards_version` - Standards version * `-standards_version` - Standards version (descending) * `build_depends` - Build depends * `-build_depends` - Build depends (descending) * `build_depends_indep` - Build depends indep * `-build_depends_indep` - Build depends indep (descending) * `build_depends_arch` - Build depends arch * `-build_depends_arch` - Build depends arch (descending) * `build_conflicts` - Build conflicts * `-build_conflicts` - Build conflicts (descending) * `build_conflicts_indep` - Build conflicts indep * `-build_conflicts_indep` - Build conflicts indep (descending) * `build_conflicts_arch` - Build conflicts arch * `-build_conflicts_arch` - Build conflicts arch (descending) * `package_list` - Package list * `-package_list` - Package list (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
66
66
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
67
67
|
# @option opts [String] :package_list Filter results where package_list matches value
|
|
68
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
68
69
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
69
70
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
70
|
-
# @option opts [String] :q
|
|
71
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
71
72
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
|
72
73
|
# @option opts [String] :release Must be a comma-separated string: \"release_href,repository_or_repository_version_href\" release_href: Filter results where SourcePackage in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
|
73
74
|
# @option opts [String] :release_component Must be a comma-separated string: \"release_component_href,repository_or_repository_version_href\" release_component_href: Filter results where SourcePackage in ReleaseComponent repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
|
74
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
75
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
76
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
75
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
|
76
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
|
77
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
|
77
78
|
# @option opts [String] :source Filter results where source matches value
|
|
78
79
|
# @option opts [String] :standards_version Filter results where standards_version matches value
|
|
79
80
|
# @option opts [String] :testsuite Filter results where testsuite matches value
|
|
@@ -52,13 +52,14 @@ describe 'ContentSourceReleaseComponentsApi' do
|
|
|
52
52
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
53
53
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
54
54
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
55
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
55
56
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
56
57
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
57
|
-
# @option opts [String] :q
|
|
58
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
58
59
|
# @option opts [String] :release_component Filter results where release_component matches value
|
|
59
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
60
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
61
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
60
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
|
61
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
|
62
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
|
62
63
|
# @option opts [String] :source_package Filter results where source_package matches value
|
|
63
64
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
64
65
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
@@ -32,6 +32,19 @@ describe 'DistributionsAptApi' do
|
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
35
|
+
# unit tests for add_role
|
|
36
|
+
# Add a role
|
|
37
|
+
# Add a role for this object to users/groups.
|
|
38
|
+
# @param deb_apt_distribution_href
|
|
39
|
+
# @param nested_role
|
|
40
|
+
# @param [Hash] opts the optional parameters
|
|
41
|
+
# @return [NestedRoleResponse]
|
|
42
|
+
describe 'add_role test' do
|
|
43
|
+
it 'should work' do
|
|
44
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
|
|
35
48
|
# unit tests for create
|
|
36
49
|
# Create an apt distribution
|
|
37
50
|
# Trigger an asynchronous create task
|
|
@@ -76,10 +89,11 @@ describe 'DistributionsAptApi' do
|
|
|
76
89
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
77
90
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
78
91
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
92
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
79
93
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
80
94
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
81
95
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
82
|
-
# @option opts [String] :q
|
|
96
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
83
97
|
# @option opts [String] :repository Filter results where repository matches value
|
|
84
98
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
|
85
99
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
@@ -92,6 +106,34 @@ describe 'DistributionsAptApi' do
|
|
|
92
106
|
end
|
|
93
107
|
end
|
|
94
108
|
|
|
109
|
+
# unit tests for list_roles
|
|
110
|
+
# List roles
|
|
111
|
+
# List roles assigned to this object.
|
|
112
|
+
# @param deb_apt_distribution_href
|
|
113
|
+
# @param [Hash] opts the optional parameters
|
|
114
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
115
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
116
|
+
# @return [ObjectRolesResponse]
|
|
117
|
+
describe 'list_roles test' do
|
|
118
|
+
it 'should work' do
|
|
119
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
120
|
+
end
|
|
121
|
+
end
|
|
122
|
+
|
|
123
|
+
# unit tests for my_permissions
|
|
124
|
+
# List user permissions
|
|
125
|
+
# List permissions available to the current user on this object.
|
|
126
|
+
# @param deb_apt_distribution_href
|
|
127
|
+
# @param [Hash] opts the optional parameters
|
|
128
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
129
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
130
|
+
# @return [MyPermissionsResponse]
|
|
131
|
+
describe 'my_permissions test' do
|
|
132
|
+
it 'should work' do
|
|
133
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
134
|
+
end
|
|
135
|
+
end
|
|
136
|
+
|
|
95
137
|
# unit tests for partial_update
|
|
96
138
|
# Update an apt distribution
|
|
97
139
|
# Trigger an asynchronous partial update task
|
|
@@ -119,6 +161,19 @@ describe 'DistributionsAptApi' do
|
|
|
119
161
|
end
|
|
120
162
|
end
|
|
121
163
|
|
|
164
|
+
# unit tests for remove_role
|
|
165
|
+
# Remove a role
|
|
166
|
+
# Remove a role for this object from users/groups.
|
|
167
|
+
# @param deb_apt_distribution_href
|
|
168
|
+
# @param nested_role
|
|
169
|
+
# @param [Hash] opts the optional parameters
|
|
170
|
+
# @return [NestedRoleResponse]
|
|
171
|
+
describe 'remove_role test' do
|
|
172
|
+
it 'should work' do
|
|
173
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
174
|
+
end
|
|
175
|
+
end
|
|
176
|
+
|
|
122
177
|
# unit tests for set_label
|
|
123
178
|
# Set a label
|
|
124
179
|
# Set a single pulp_label on the object to a specific value or null.
|