pulp_rpm_client 3.9.1 → 3.10.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 +5 -4
- data/docs/ContentAdvisoriesApi.md +28 -28
- data/docs/ContentDistributionTreesApi.md +6 -6
- data/docs/ContentModulemdDefaultsApi.md +16 -16
- data/docs/ContentModulemdsApi.md +16 -16
- data/docs/ContentPackagecategoriesApi.md +6 -6
- data/docs/ContentPackageenvironmentsApi.md +6 -6
- data/docs/ContentPackagegroupsApi.md +6 -6
- data/docs/ContentPackagelangpacksApi.md +6 -6
- data/docs/ContentPackagesApi.md +48 -48
- data/docs/ContentRepoMetadataFilesApi.md +6 -6
- data/docs/DistributionsRpmApi.md +20 -20
- data/docs/PatchedrpmRpmRemote.md +7 -1
- data/docs/PublicationsRpmApi.md +14 -14
- data/docs/RemotesRpmApi.md +24 -24
- data/docs/RepositoriesRpmApi.md +12 -12
- data/docs/RepositoriesRpmVersionsApi.md +28 -28
- data/docs/RpmRepositorySyncURL.md +1 -1
- data/docs/RpmRpmRemote.md +7 -1
- data/docs/RpmRpmRemoteResponse.md +3 -7
- data/docs/SkipTypesEnum.md +16 -0
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +32 -32
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +6 -6
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +18 -18
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +18 -18
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +6 -6
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +6 -6
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +6 -6
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +6 -6
- data/lib/pulp_rpm_client/api/content_packages_api.rb +64 -56
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +6 -6
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +22 -22
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +15 -15
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +26 -26
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +13 -13
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +50 -30
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +36 -2
- data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +1 -23
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +36 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +14 -35
- data/lib/pulp_rpm_client/models/skip_types_enum.rb +35 -0
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/lib/pulp_rpm_client.rb +1 -0
- data/spec/api/content_advisories_api_spec.rb +14 -14
- data/spec/api/content_distribution_trees_api_spec.rb +3 -3
- data/spec/api/content_modulemd_defaults_api_spec.rb +8 -8
- data/spec/api/content_modulemds_api_spec.rb +8 -8
- data/spec/api/content_packagecategories_api_spec.rb +3 -3
- data/spec/api/content_packageenvironments_api_spec.rb +3 -3
- data/spec/api/content_packagegroups_api_spec.rb +3 -3
- data/spec/api/content_packagelangpacks_api_spec.rb +3 -3
- data/spec/api/content_packages_api_spec.rb +24 -24
- data/spec/api/content_repo_metadata_files_api_spec.rb +3 -3
- data/spec/api/distributions_rpm_api_spec.rb +10 -10
- data/spec/api/publications_rpm_api_spec.rb +7 -7
- data/spec/api/remotes_rpm_api_spec.rb +12 -12
- data/spec/api/repositories_rpm_api_spec.rb +6 -6
- data/spec/api/repositories_rpm_versions_api_spec.rb +14 -14
- data/spec/models/patchedrpm_rpm_remote_spec.rb +18 -0
- data/spec/models/rpm_repository_sync_url_spec.rb +0 -4
- data/spec/models/rpm_rpm_remote_response_spec.rb +6 -18
- data/spec/models/rpm_rpm_remote_spec.rb +18 -0
- data/spec/models/skip_types_enum_spec.rb +35 -0
- metadata +64 -60
@@ -49,23 +49,23 @@ describe 'ContentAdvisoriesApi' do
|
|
49
49
|
# List update records
|
50
50
|
# A ViewSet for UpdateRecord. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
|
51
51
|
# @param [Hash] opts the optional parameters
|
52
|
-
# @option opts [String] :id id
|
53
|
-
# @option opts [String] :id__in
|
52
|
+
# @option opts [String] :id Filter results where id matches value
|
53
|
+
# @option opts [Array<String>] :id__in Filter results where id is in a comma-separated list of values
|
54
54
|
# @option opts [Integer] :limit Number of results to return per page.
|
55
55
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
56
56
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
57
|
-
# @option opts [String] :repository_version
|
58
|
-
# @option opts [String] :repository_version_added
|
59
|
-
# @option opts [String] :repository_version_removed
|
60
|
-
# @option opts [String] :severity severity
|
61
|
-
# @option opts [String] :severity__in
|
62
|
-
# @option opts [String] :severity__ne
|
63
|
-
# @option opts [String] :status status
|
64
|
-
# @option opts [String] :status__in
|
65
|
-
# @option opts [String] :status__ne
|
66
|
-
# @option opts [String] :type type
|
67
|
-
# @option opts [String] :type__in
|
68
|
-
# @option opts [String] :type__ne
|
57
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
58
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
59
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
60
|
+
# @option opts [String] :severity Filter results where severity matches value
|
61
|
+
# @option opts [Array<String>] :severity__in Filter results where severity is in a comma-separated list of values
|
62
|
+
# @option opts [String] :severity__ne Filter results where severity not equal to value
|
63
|
+
# @option opts [String] :status Filter results where status matches value
|
64
|
+
# @option opts [Array<String>] :status__in Filter results where status is in a comma-separated list of values
|
65
|
+
# @option opts [String] :status__ne Filter results where status not equal to value
|
66
|
+
# @option opts [String] :type Filter results where type matches value
|
67
|
+
# @option opts [Array<String>] :type__in Filter results where type is in a comma-separated list of values
|
68
|
+
# @option opts [String] :type__ne Filter results where type not equal to value
|
69
69
|
# @option opts [String] :fields A list of fields to include in the response.
|
70
70
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
71
71
|
# @return [PaginatedrpmUpdateRecordResponseList]
|
@@ -39,9 +39,9 @@ describe 'ContentDistributionTreesApi' do
|
|
39
39
|
# @option opts [Integer] :limit Number of results to return per page.
|
40
40
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
41
41
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
42
|
-
# @option opts [String] :repository_version
|
43
|
-
# @option opts [String] :repository_version_added
|
44
|
-
# @option opts [String] :repository_version_removed
|
42
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
43
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
44
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
45
45
|
# @option opts [String] :fields A list of fields to include in the response.
|
46
46
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
47
47
|
# @return [PaginatedrpmDistributionTreeResponseList]
|
@@ -55,16 +55,16 @@ describe 'ContentModulemdDefaultsApi' do
|
|
55
55
|
# ViewSet for Modulemd.
|
56
56
|
# @param [Hash] opts the optional parameters
|
57
57
|
# @option opts [Integer] :limit Number of results to return per page.
|
58
|
-
# @option opts [String] :_module module
|
59
|
-
# @option opts [String] :module__in
|
58
|
+
# @option opts [String] :_module Filter results where module matches value
|
59
|
+
# @option opts [Array<String>] :module__in Filter results where module is in a comma-separated list of values
|
60
60
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
61
61
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
62
|
-
# @option opts [String] :repository_version
|
63
|
-
# @option opts [String] :repository_version_added
|
64
|
-
# @option opts [String] :repository_version_removed
|
65
|
-
# @option opts [String] :sha256
|
66
|
-
# @option opts [String] :stream stream
|
67
|
-
# @option opts [String] :stream__in
|
62
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
63
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
64
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
65
|
+
# @option opts [String] :sha256
|
66
|
+
# @option opts [String] :stream Filter results where stream matches value
|
67
|
+
# @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
|
68
68
|
# @option opts [String] :fields A list of fields to include in the response.
|
69
69
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
70
70
|
# @return [PaginatedrpmModulemdDefaultsResponseList]
|
@@ -60,16 +60,16 @@ describe 'ContentModulemdsApi' do
|
|
60
60
|
# ViewSet for Modulemd.
|
61
61
|
# @param [Hash] opts the optional parameters
|
62
62
|
# @option opts [Integer] :limit Number of results to return per page.
|
63
|
-
# @option opts [String] :name name
|
64
|
-
# @option opts [String] :name__in
|
63
|
+
# @option opts [String] :name Filter results where name matches value
|
64
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
65
65
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
66
66
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
67
|
-
# @option opts [String] :repository_version
|
68
|
-
# @option opts [String] :repository_version_added
|
69
|
-
# @option opts [String] :repository_version_removed
|
70
|
-
# @option opts [String] :sha256
|
71
|
-
# @option opts [String] :stream stream
|
72
|
-
# @option opts [String] :stream__in
|
67
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
68
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
69
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
70
|
+
# @option opts [String] :sha256
|
71
|
+
# @option opts [String] :stream Filter results where stream matches value
|
72
|
+
# @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
|
73
73
|
# @option opts [String] :fields A list of fields to include in the response.
|
74
74
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
75
75
|
# @return [PaginatedrpmModulemdResponseList]
|
@@ -39,9 +39,9 @@ describe 'ContentPackagecategoriesApi' do
|
|
39
39
|
# @option opts [Integer] :limit Number of results to return per page.
|
40
40
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
41
41
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
42
|
-
# @option opts [String] :repository_version
|
43
|
-
# @option opts [String] :repository_version_added
|
44
|
-
# @option opts [String] :repository_version_removed
|
42
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
43
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
44
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
45
45
|
# @option opts [String] :fields A list of fields to include in the response.
|
46
46
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
47
47
|
# @return [PaginatedrpmPackageCategoryResponseList]
|
@@ -39,9 +39,9 @@ describe 'ContentPackageenvironmentsApi' do
|
|
39
39
|
# @option opts [Integer] :limit Number of results to return per page.
|
40
40
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
41
41
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
42
|
-
# @option opts [String] :repository_version
|
43
|
-
# @option opts [String] :repository_version_added
|
44
|
-
# @option opts [String] :repository_version_removed
|
42
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
43
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
44
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
45
45
|
# @option opts [String] :fields A list of fields to include in the response.
|
46
46
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
47
47
|
# @return [PaginatedrpmPackageEnvironmentResponseList]
|
@@ -39,9 +39,9 @@ describe 'ContentPackagegroupsApi' do
|
|
39
39
|
# @option opts [Integer] :limit Number of results to return per page.
|
40
40
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
41
41
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
42
|
-
# @option opts [String] :repository_version
|
43
|
-
# @option opts [String] :repository_version_added
|
44
|
-
# @option opts [String] :repository_version_removed
|
42
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
43
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
44
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
45
45
|
# @option opts [String] :fields A list of fields to include in the response.
|
46
46
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
47
47
|
# @return [PaginatedrpmPackageGroupResponseList]
|
@@ -39,9 +39,9 @@ describe 'ContentPackagelangpacksApi' do
|
|
39
39
|
# @option opts [Integer] :limit Number of results to return per page.
|
40
40
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
41
41
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
42
|
-
# @option opts [String] :repository_version
|
43
|
-
# @option opts [String] :repository_version_added
|
44
|
-
# @option opts [String] :repository_version_removed
|
42
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
43
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
44
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
45
45
|
# @option opts [String] :fields A list of fields to include in the response.
|
46
46
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
47
47
|
# @return [PaginatedrpmPackageLangpacksResponseList]
|
@@ -51,33 +51,33 @@ describe 'ContentPackagesApi' do
|
|
51
51
|
# List packages
|
52
52
|
# A ViewSet for Package. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/packages/ Also specify queryset and serializer for Package.
|
53
53
|
# @param [Hash] opts the optional parameters
|
54
|
-
# @option opts [String] :arch arch
|
55
|
-
# @option opts [String] :arch__in
|
56
|
-
# @option opts [String] :arch__ne
|
57
|
-
# @option opts [String] :checksum_type checksum_type
|
58
|
-
# @option opts [String] :checksum_type__in
|
59
|
-
# @option opts [String] :checksum_type__ne
|
60
|
-
# @option opts [String] :epoch epoch
|
61
|
-
# @option opts [String] :epoch__in
|
62
|
-
# @option opts [String] :epoch__ne
|
54
|
+
# @option opts [String] :arch Filter results where arch matches value
|
55
|
+
# @option opts [Array<String>] :arch__in Filter results where arch is in a comma-separated list of values
|
56
|
+
# @option opts [String] :arch__ne Filter results where arch not equal to value
|
57
|
+
# @option opts [String] :checksum_type Filter results where checksum_type matches value
|
58
|
+
# @option opts [Array<String>] :checksum_type__in Filter results where checksum_type is in a comma-separated list of values
|
59
|
+
# @option opts [String] :checksum_type__ne Filter results where checksum_type not equal to value
|
60
|
+
# @option opts [String] :epoch Filter results where epoch matches value
|
61
|
+
# @option opts [Array<String>] :epoch__in Filter results where epoch is in a comma-separated list of values
|
62
|
+
# @option opts [String] :epoch__ne Filter results where epoch not equal to value
|
63
63
|
# @option opts [Integer] :limit Number of results to return per page.
|
64
|
-
# @option opts [String] :name name
|
65
|
-
# @option opts [String] :name__in
|
66
|
-
# @option opts [String] :name__ne
|
64
|
+
# @option opts [String] :name Filter results where name matches value
|
65
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
66
|
+
# @option opts [String] :name__ne Filter results where name not equal to value
|
67
67
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
68
68
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
69
|
-
# @option opts [String] :pkg_id pkgId
|
70
|
-
# @option opts [String] :pkg_id__in
|
71
|
-
# @option opts [String] :release release
|
72
|
-
# @option opts [String] :release__in
|
73
|
-
# @option opts [String] :release__ne
|
74
|
-
# @option opts [String] :repository_version
|
75
|
-
# @option opts [String] :repository_version_added
|
76
|
-
# @option opts [String] :repository_version_removed
|
77
|
-
# @option opts [String] :sha256
|
78
|
-
# @option opts [String] :version version
|
79
|
-
# @option opts [String] :version__in
|
80
|
-
# @option opts [String] :version__ne
|
69
|
+
# @option opts [String] :pkg_id Filter results where pkgId matches value
|
70
|
+
# @option opts [Array<String>] :pkg_id__in Filter results where pkgId is in a comma-separated list of values
|
71
|
+
# @option opts [String] :release Filter results where release matches value
|
72
|
+
# @option opts [Array<String>] :release__in Filter results where release is in a comma-separated list of values
|
73
|
+
# @option opts [String] :release__ne Filter results where release not equal to value
|
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
|
77
|
+
# @option opts [String] :sha256
|
78
|
+
# @option opts [String] :version Filter results where version matches value
|
79
|
+
# @option opts [Array<String>] :version__in Filter results where version is in a comma-separated list of values
|
80
|
+
# @option opts [String] :version__ne Filter results where version not equal to value
|
81
81
|
# @option opts [String] :fields A list of fields to include in the response.
|
82
82
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
83
83
|
# @return [PaginatedrpmPackageResponseList]
|
@@ -39,9 +39,9 @@ describe 'ContentRepoMetadataFilesApi' do
|
|
39
39
|
# @option opts [Integer] :limit Number of results to return per page.
|
40
40
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
41
41
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
42
|
-
# @option opts [String] :repository_version
|
43
|
-
# @option opts [String] :repository_version_added
|
44
|
-
# @option opts [String] :repository_version_removed
|
42
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
43
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
44
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
45
45
|
# @option opts [String] :fields A list of fields to include in the response.
|
46
46
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
47
47
|
# @return [PaginatedrpmRepoMetadataFileResponseList]
|
@@ -60,19 +60,19 @@ describe 'DistributionsRpmApi' do
|
|
60
60
|
# List rpm distributions
|
61
61
|
# ViewSet for RPM Distributions.
|
62
62
|
# @param [Hash] opts the optional parameters
|
63
|
-
# @option opts [String] :base_path
|
64
|
-
# @option opts [String] :base_path__contains
|
65
|
-
# @option opts [String] :base_path__icontains
|
66
|
-
# @option opts [String] :base_path__in
|
63
|
+
# @option opts [String] :base_path
|
64
|
+
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
65
|
+
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
66
|
+
# @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
|
67
67
|
# @option opts [Integer] :limit Number of results to return per page.
|
68
|
-
# @option opts [String] :name
|
69
|
-
# @option opts [String] :name__contains
|
70
|
-
# @option opts [String] :name__icontains
|
71
|
-
# @option opts [String] :name__in
|
72
|
-
# @option opts [String] :name__startswith
|
68
|
+
# @option opts [String] :name
|
69
|
+
# @option opts [String] :name__contains Filter results where name contains value
|
70
|
+
# @option opts [String] :name__icontains Filter results where name contains value
|
71
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
72
|
+
# @option opts [String] :name__startswith Filter results where name starts with value
|
73
73
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
74
74
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
75
|
-
# @option opts [String] :pulp_label_select
|
75
|
+
# @option opts [String] :pulp_label_select Filter labels by search string
|
76
76
|
# @option opts [String] :fields A list of fields to include in the response.
|
77
77
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
78
78
|
# @return [PaginatedrpmRpmDistributionResponseList]
|
@@ -63,13 +63,13 @@ describe 'PublicationsRpmApi' do
|
|
63
63
|
# @option opts [Integer] :limit Number of results to return per page.
|
64
64
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
65
65
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
66
|
-
# @option opts [
|
67
|
-
# @option opts [
|
68
|
-
# @option opts [
|
69
|
-
# @option opts [
|
70
|
-
# @option opts [
|
71
|
-
# @option opts [
|
72
|
-
# @option opts [String] :repository_version
|
66
|
+
# @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
|
67
|
+
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
68
|
+
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
69
|
+
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
70
|
+
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
71
|
+
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
72
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
73
73
|
# @option opts [String] :fields A list of fields to include in the response.
|
74
74
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
75
75
|
# @return [PaginatedrpmRpmPublicationResponseList]
|
@@ -61,20 +61,20 @@ describe 'RemotesRpmApi' do
|
|
61
61
|
# A ViewSet for RpmRemote.
|
62
62
|
# @param [Hash] opts the optional parameters
|
63
63
|
# @option opts [Integer] :limit Number of results to return per page.
|
64
|
-
# @option opts [String] :name
|
65
|
-
# @option opts [String] :name__contains
|
66
|
-
# @option opts [String] :name__icontains
|
67
|
-
# @option opts [String] :name__in
|
68
|
-
# @option opts [String] :name__startswith
|
64
|
+
# @option opts [String] :name
|
65
|
+
# @option opts [String] :name__contains Filter results where name contains value
|
66
|
+
# @option opts [String] :name__icontains Filter results where name contains value
|
67
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
68
|
+
# @option opts [String] :name__startswith Filter results where name starts with value
|
69
69
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
70
70
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
71
|
-
# @option opts [String] :pulp_label_select
|
72
|
-
# @option opts [
|
73
|
-
# @option opts [
|
74
|
-
# @option opts [
|
75
|
-
# @option opts [
|
76
|
-
# @option opts [
|
77
|
-
# @option opts [
|
71
|
+
# @option opts [String] :pulp_label_select Filter labels by search string
|
72
|
+
# @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
|
73
|
+
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
74
|
+
# @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
|
75
|
+
# @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
|
76
|
+
# @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
|
77
|
+
# @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
78
78
|
# @option opts [String] :fields A list of fields to include in the response.
|
79
79
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
80
80
|
# @return [PaginatedrpmRpmRemoteResponseList]
|
@@ -61,14 +61,14 @@ describe 'RepositoriesRpmApi' do
|
|
61
61
|
# A ViewSet for RpmRepository.
|
62
62
|
# @param [Hash] opts the optional parameters
|
63
63
|
# @option opts [Integer] :limit Number of results to return per page.
|
64
|
-
# @option opts [String] :name
|
65
|
-
# @option opts [String] :name__contains
|
66
|
-
# @option opts [String] :name__icontains
|
67
|
-
# @option opts [String] :name__in
|
68
|
-
# @option opts [String] :name__startswith
|
64
|
+
# @option opts [String] :name
|
65
|
+
# @option opts [String] :name__contains Filter results where name contains value
|
66
|
+
# @option opts [String] :name__icontains Filter results where name contains value
|
67
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
68
|
+
# @option opts [String] :name__startswith Filter results where name starts with value
|
69
69
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
70
70
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
71
|
-
# @option opts [String] :pulp_label_select
|
71
|
+
# @option opts [String] :pulp_label_select Filter labels by search string
|
72
72
|
# @option opts [String] :fields A list of fields to include in the response.
|
73
73
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
74
74
|
# @return [PaginatedrpmRpmRepositoryResponseList]
|
@@ -49,23 +49,23 @@ describe 'RepositoriesRpmVersionsApi' do
|
|
49
49
|
# RpmRepositoryVersion represents a single rpm repository version.
|
50
50
|
# @param rpm_rpm_repository_href
|
51
51
|
# @param [Hash] opts the optional parameters
|
52
|
-
# @option opts [String] :content
|
53
|
-
# @option opts [String] :content__in
|
52
|
+
# @option opts [String] :content Content Unit referenced by HREF
|
53
|
+
# @option opts [String] :content__in Content Unit referenced by HREF
|
54
54
|
# @option opts [Integer] :limit Number of results to return per page.
|
55
|
-
# @option opts [
|
56
|
-
# @option opts [
|
57
|
-
# @option opts [
|
58
|
-
# @option opts [
|
59
|
-
# @option opts [
|
60
|
-
# @option opts [
|
55
|
+
# @option opts [Integer] :number
|
56
|
+
# @option opts [Integer] :number__gt Filter results where number is greater than value
|
57
|
+
# @option opts [Integer] :number__gte Filter results where number is greater than or equal to value
|
58
|
+
# @option opts [Integer] :number__lt Filter results where number is less than value
|
59
|
+
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
60
|
+
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
61
61
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
62
62
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
63
|
-
# @option opts [
|
64
|
-
# @option opts [
|
65
|
-
# @option opts [
|
66
|
-
# @option opts [
|
67
|
-
# @option opts [
|
68
|
-
# @option opts [
|
63
|
+
# @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
|
64
|
+
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
65
|
+
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
66
|
+
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
67
|
+
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
68
|
+
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
69
69
|
# @option opts [String] :fields A list of fields to include in the response.
|
70
70
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
71
71
|
# @return [PaginatedRepositoryVersionResponseList]
|
@@ -74,6 +74,18 @@ describe 'PatchedrpmRpmRemote' do
|
|
74
74
|
end
|
75
75
|
end
|
76
76
|
|
77
|
+
describe 'test attribute "proxy_username"' do
|
78
|
+
it 'should work' do
|
79
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
80
|
+
end
|
81
|
+
end
|
82
|
+
|
83
|
+
describe 'test attribute "proxy_password"' do
|
84
|
+
it 'should work' do
|
85
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
86
|
+
end
|
87
|
+
end
|
88
|
+
|
77
89
|
describe 'test attribute "username"' do
|
78
90
|
it 'should work' do
|
79
91
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -128,6 +140,12 @@ describe 'PatchedrpmRpmRemote' do
|
|
128
140
|
end
|
129
141
|
end
|
130
142
|
|
143
|
+
describe 'test attribute "headers"' do
|
144
|
+
it 'should work' do
|
145
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
146
|
+
end
|
147
|
+
end
|
148
|
+
|
131
149
|
describe 'test attribute "rate_limit"' do
|
132
150
|
it 'should work' do
|
133
151
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -47,10 +47,6 @@ describe 'RpmRepositorySyncURL' do
|
|
47
47
|
describe 'test attribute "skip_types"' do
|
48
48
|
it 'should work' do
|
49
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
|
-
# validator = Petstore::EnumTest::EnumAttributeValidator.new('Array<String>', ["srpm"])
|
51
|
-
# validator.allowable_values.each do |value|
|
52
|
-
# expect { @instance.skip_types = value }.not_to raise_error
|
53
|
-
# end
|
54
50
|
end
|
55
51
|
end
|
56
52
|
|
@@ -68,12 +68,6 @@ describe 'RpmRpmRemoteResponse' do
|
|
68
68
|
end
|
69
69
|
end
|
70
70
|
|
71
|
-
describe 'test attribute "client_key"' do
|
72
|
-
it 'should work' do
|
73
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
74
|
-
end
|
75
|
-
end
|
76
|
-
|
77
71
|
describe 'test attribute "tls_validation"' do
|
78
72
|
it 'should work' do
|
79
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -86,18 +80,6 @@ describe 'RpmRpmRemoteResponse' do
|
|
86
80
|
end
|
87
81
|
end
|
88
82
|
|
89
|
-
describe 'test attribute "username"' do
|
90
|
-
it 'should work' do
|
91
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
92
|
-
end
|
93
|
-
end
|
94
|
-
|
95
|
-
describe 'test attribute "password"' do
|
96
|
-
it 'should work' do
|
97
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
98
|
-
end
|
99
|
-
end
|
100
|
-
|
101
83
|
describe 'test attribute "pulp_labels"' do
|
102
84
|
it 'should work' do
|
103
85
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -146,6 +128,12 @@ describe 'RpmRpmRemoteResponse' do
|
|
146
128
|
end
|
147
129
|
end
|
148
130
|
|
131
|
+
describe 'test attribute "headers"' 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
|
+
|
149
137
|
describe 'test attribute "rate_limit"' do
|
150
138
|
it 'should work' do
|
151
139
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -74,6 +74,18 @@ describe 'RpmRpmRemote' do
|
|
74
74
|
end
|
75
75
|
end
|
76
76
|
|
77
|
+
describe 'test attribute "proxy_username"' do
|
78
|
+
it 'should work' do
|
79
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
80
|
+
end
|
81
|
+
end
|
82
|
+
|
83
|
+
describe 'test attribute "proxy_password"' do
|
84
|
+
it 'should work' do
|
85
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
86
|
+
end
|
87
|
+
end
|
88
|
+
|
77
89
|
describe 'test attribute "username"' do
|
78
90
|
it 'should work' do
|
79
91
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -128,6 +140,12 @@ describe 'RpmRpmRemote' do
|
|
128
140
|
end
|
129
141
|
end
|
130
142
|
|
143
|
+
describe 'test attribute "headers"' do
|
144
|
+
it 'should work' do
|
145
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
146
|
+
end
|
147
|
+
end
|
148
|
+
|
131
149
|
describe 'test attribute "rate_limit"' do
|
132
150
|
it 'should work' do
|
133
151
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -0,0 +1,35 @@
|
|
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
|
+
OpenAPI Generator version: 4.2.3
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for PulpRpmClient::SkipTypesEnum
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'SkipTypesEnum' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = PulpRpmClient::SkipTypesEnum.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of SkipTypesEnum' do
|
31
|
+
it 'should create an instance of SkipTypesEnum' do
|
32
|
+
expect(@instance).to be_instance_of(PulpRpmClient::SkipTypesEnum)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|