pulp_rpm_client 3.18.9 → 3.18.11
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/AcsRpmApi.md +10 -10
- data/docs/ContentAdvisoriesApi.md +8 -8
- data/docs/ContentDistributionTreesApi.md +8 -8
- data/docs/ContentModulemdDefaultsApi.md +8 -8
- data/docs/ContentModulemdObsoletesApi.md +8 -8
- data/docs/ContentModulemdsApi.md +8 -8
- data/docs/ContentPackagecategoriesApi.md +8 -8
- data/docs/ContentPackageenvironmentsApi.md +8 -8
- data/docs/ContentPackagegroupsApi.md +8 -8
- data/docs/ContentPackagelangpacksApi.md +8 -8
- data/docs/ContentPackagesApi.md +8 -8
- data/docs/ContentRepoMetadataFilesApi.md +8 -8
- data/docs/DistributionsRpmApi.md +12 -12
- data/docs/PatchedrpmRpmDistribution.md +1 -1
- data/docs/PatchedrpmRpmRemote.md +1 -1
- data/docs/PatchedrpmRpmRepository.md +1 -1
- data/docs/PatchedrpmUlnRemote.md +1 -1
- data/docs/PublicationsRpmApi.md +10 -10
- data/docs/RemotesRpmApi.md +12 -12
- data/docs/RemotesUlnApi.md +12 -12
- data/docs/RepositoriesRpmApi.md +11 -11
- data/docs/RepositoriesRpmVersionsApi.md +12 -12
- data/docs/RpmRpmDistribution.md +1 -1
- data/docs/RpmRpmDistributionResponse.md +1 -1
- data/docs/RpmRpmRemote.md +1 -1
- data/docs/RpmRpmRemoteResponse.md +3 -1
- data/docs/RpmRpmRemoteResponseHiddenFields.md +19 -0
- data/docs/RpmRpmRepository.md +1 -1
- data/docs/RpmRpmRepositoryResponse.md +1 -1
- data/docs/RpmUlnRemote.md +1 -1
- data/docs/RpmUlnRemoteResponse.md +3 -1
- data/lib/pulp_rpm_client/api/acs_rpm_api.rb +15 -15
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +13 -13
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +12 -12
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +13 -13
- data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +12 -12
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +13 -13
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +12 -12
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +12 -12
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +12 -12
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +12 -12
- data/lib/pulp_rpm_client/api/content_packages_api.rb +13 -13
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +12 -12
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +17 -17
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +15 -15
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +17 -17
- data/lib/pulp_rpm_client/api/remotes_uln_api.rb +17 -17
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +15 -15
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +17 -17
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +4 -2
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +4 -2
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +4 -2
- data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +4 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +4 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +4 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +4 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +17 -3
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response_hidden_fields.rb +215 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +4 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +4 -2
- data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +4 -2
- data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +17 -3
- data/lib/pulp_rpm_client/models/skip_types_enum.rb +1 -0
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/lib/pulp_rpm_client.rb +1 -0
- data/spec/api/acs_rpm_api_spec.rb +5 -5
- data/spec/api/content_advisories_api_spec.rb +4 -4
- data/spec/api/content_distribution_trees_api_spec.rb +4 -4
- data/spec/api/content_modulemd_defaults_api_spec.rb +4 -4
- data/spec/api/content_modulemd_obsoletes_api_spec.rb +4 -4
- data/spec/api/content_modulemds_api_spec.rb +4 -4
- data/spec/api/content_packagecategories_api_spec.rb +4 -4
- data/spec/api/content_packageenvironments_api_spec.rb +4 -4
- data/spec/api/content_packagegroups_api_spec.rb +4 -4
- data/spec/api/content_packagelangpacks_api_spec.rb +4 -4
- data/spec/api/content_packages_api_spec.rb +4 -4
- data/spec/api/content_repo_metadata_files_api_spec.rb +4 -4
- data/spec/api/distributions_rpm_api_spec.rb +6 -6
- data/spec/api/publications_rpm_api_spec.rb +5 -5
- data/spec/api/remotes_rpm_api_spec.rb +6 -6
- data/spec/api/remotes_uln_api_spec.rb +6 -6
- data/spec/api/repositories_rpm_api_spec.rb +5 -5
- data/spec/api/repositories_rpm_versions_api_spec.rb +6 -6
- data/spec/models/rpm_rpm_remote_response_hidden_fields_spec.rb +47 -0
- data/spec/models/rpm_rpm_remote_response_spec.rb +6 -0
- data/spec/models/rpm_uln_remote_response_spec.rb +6 -0
- metadata +81 -77
@@ -42,8 +42,8 @@ describe 'ContentRepoMetadataFilesApi' do
|
|
42
42
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
43
43
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
44
44
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
45
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
46
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
45
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
46
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
47
47
|
# @return [PaginatedrpmRepoMetadataFileResponseList]
|
48
48
|
describe 'list test' do
|
49
49
|
it 'should work' do
|
@@ -56,8 +56,8 @@ describe 'ContentRepoMetadataFilesApi' do
|
|
56
56
|
# RepoMetadataFile Viewset.
|
57
57
|
# @param rpm_repo_metadata_file_href
|
58
58
|
# @param [Hash] opts the optional parameters
|
59
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
60
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
59
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
60
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
61
61
|
# @return [RpmRepoMetadataFileResponse]
|
62
62
|
describe 'read test' do
|
63
63
|
it 'should work' do
|
@@ -60,12 +60,12 @@ 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
|
63
|
+
# @option opts [String] :base_path Filter results where base_path matches value
|
64
64
|
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
65
65
|
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
66
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
|
68
|
+
# @option opts [String] :name Filter results where name matches value
|
69
69
|
# @option opts [String] :name__contains Filter results where name contains value
|
70
70
|
# @option opts [String] :name__icontains Filter results where name contains value
|
71
71
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
@@ -74,8 +74,8 @@ describe 'DistributionsRpmApi' do
|
|
74
74
|
# @option opts [Array<String>] :ordering Ordering
|
75
75
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
76
76
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
77
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
78
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
77
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
78
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
79
79
|
# @return [PaginatedrpmRpmDistributionResponseList]
|
80
80
|
describe 'list test' do
|
81
81
|
it 'should work' do
|
@@ -101,8 +101,8 @@ describe 'DistributionsRpmApi' do
|
|
101
101
|
# ViewSet for RPM Distributions.
|
102
102
|
# @param rpm_rpm_distribution_href
|
103
103
|
# @param [Hash] opts the optional parameters
|
104
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
105
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
104
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
105
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
106
106
|
# @return [RpmRpmDistributionResponse]
|
107
107
|
describe 'read test' do
|
108
108
|
it 'should work' do
|
@@ -65,7 +65,7 @@ describe 'PublicationsRpmApi' do
|
|
65
65
|
# @option opts [Integer] :limit Number of results to return per page.
|
66
66
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
67
67
|
# @option opts [Array<String>] :ordering Ordering
|
68
|
-
# @option opts [DateTime] :pulp_created
|
68
|
+
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
69
69
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
70
70
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
71
71
|
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
@@ -73,8 +73,8 @@ describe 'PublicationsRpmApi' do
|
|
73
73
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
74
74
|
# @option opts [String] :repository Repository referenced by HREF
|
75
75
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
76
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
77
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
76
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
77
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
78
78
|
# @return [PaginatedrpmRpmPublicationResponseList]
|
79
79
|
describe 'list test' do
|
80
80
|
it 'should work' do
|
@@ -87,8 +87,8 @@ describe 'PublicationsRpmApi' do
|
|
87
87
|
# ViewSet for Rpm Publications.
|
88
88
|
# @param rpm_rpm_publication_href
|
89
89
|
# @param [Hash] opts the optional parameters
|
90
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
91
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
90
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
91
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
92
92
|
# @return [RpmRpmPublicationResponse]
|
93
93
|
describe 'read test' do
|
94
94
|
it 'should work' do
|
@@ -61,7 +61,7 @@ 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
|
64
|
+
# @option opts [String] :name Filter results where name matches value
|
65
65
|
# @option opts [String] :name__contains Filter results where name contains value
|
66
66
|
# @option opts [String] :name__icontains Filter results where name contains value
|
67
67
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
@@ -69,14 +69,14 @@ describe 'RemotesRpmApi' do
|
|
69
69
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
70
70
|
# @option opts [Array<String>] :ordering Ordering
|
71
71
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
72
|
-
# @option opts [DateTime] :pulp_last_updated
|
72
|
+
# @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
|
73
73
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
74
74
|
# @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
|
75
75
|
# @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
|
76
76
|
# @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
|
77
77
|
# @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
78
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
79
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
78
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
79
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
80
80
|
# @return [PaginatedrpmRpmRemoteResponseList]
|
81
81
|
describe 'list test' do
|
82
82
|
it 'should work' do
|
@@ -102,8 +102,8 @@ describe 'RemotesRpmApi' do
|
|
102
102
|
# A ViewSet for RpmRemote.
|
103
103
|
# @param rpm_rpm_remote_href
|
104
104
|
# @param [Hash] opts the optional parameters
|
105
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
106
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
105
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
106
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
107
107
|
# @return [RpmRpmRemoteResponse]
|
108
108
|
describe 'read test' do
|
109
109
|
it 'should work' do
|
@@ -61,7 +61,7 @@ describe 'RemotesUlnApi' do
|
|
61
61
|
# A ViewSet for UlnRemote.
|
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
|
64
|
+
# @option opts [String] :name Filter results where name matches value
|
65
65
|
# @option opts [String] :name__contains Filter results where name contains value
|
66
66
|
# @option opts [String] :name__icontains Filter results where name contains value
|
67
67
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
@@ -69,14 +69,14 @@ describe 'RemotesUlnApi' do
|
|
69
69
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
70
70
|
# @option opts [Array<String>] :ordering Ordering
|
71
71
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
72
|
-
# @option opts [DateTime] :pulp_last_updated
|
72
|
+
# @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
|
73
73
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
74
74
|
# @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
|
75
75
|
# @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
|
76
76
|
# @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
|
77
77
|
# @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
78
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
79
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
78
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
79
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
80
80
|
# @return [PaginatedrpmUlnRemoteResponseList]
|
81
81
|
describe 'list test' do
|
82
82
|
it 'should work' do
|
@@ -102,8 +102,8 @@ describe 'RemotesUlnApi' do
|
|
102
102
|
# A ViewSet for UlnRemote.
|
103
103
|
# @param rpm_uln_remote_href
|
104
104
|
# @param [Hash] opts the optional parameters
|
105
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
106
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
105
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
106
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
107
107
|
# @return [RpmUlnRemoteResponse]
|
108
108
|
describe 'read test' do
|
109
109
|
it 'should work' do
|
@@ -61,7 +61,7 @@ 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
|
64
|
+
# @option opts [String] :name Filter results where name matches value
|
65
65
|
# @option opts [String] :name__contains Filter results where name contains value
|
66
66
|
# @option opts [String] :name__icontains Filter results where name contains value
|
67
67
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
@@ -70,8 +70,8 @@ describe 'RepositoriesRpmApi' do
|
|
70
70
|
# @option opts [Array<String>] :ordering Ordering
|
71
71
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
72
72
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
73
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
74
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
73
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
74
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
75
75
|
# @return [PaginatedrpmRpmRepositoryResponseList]
|
76
76
|
describe 'list test' do
|
77
77
|
it 'should work' do
|
@@ -110,8 +110,8 @@ describe 'RepositoriesRpmApi' do
|
|
110
110
|
# A ViewSet for RpmRepository.
|
111
111
|
# @param rpm_rpm_repository_href
|
112
112
|
# @param [Hash] opts the optional parameters
|
113
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
114
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
113
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
114
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
115
115
|
# @return [RpmRpmRepositoryResponse]
|
116
116
|
describe 'read test' do
|
117
117
|
it 'should work' do
|
@@ -52,7 +52,7 @@ describe 'RepositoriesRpmVersionsApi' do
|
|
52
52
|
# @option opts [String] :content Content Unit referenced by HREF
|
53
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 [Integer] :number
|
55
|
+
# @option opts [Integer] :number Filter results where number matches value
|
56
56
|
# @option opts [Integer] :number__gt Filter results where number is greater than value
|
57
57
|
# @option opts [Integer] :number__gte Filter results where number is greater than or equal to value
|
58
58
|
# @option opts [Integer] :number__lt Filter results where number is less than value
|
@@ -60,14 +60,14 @@ describe 'RepositoriesRpmVersionsApi' do
|
|
60
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 [Array<String>] :ordering Ordering
|
63
|
-
# @option opts [DateTime] :pulp_created
|
63
|
+
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
64
64
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
65
65
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
66
66
|
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
67
67
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
68
68
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
69
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
70
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
69
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
70
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
71
71
|
# @return [PaginatedRepositoryVersionResponseList]
|
72
72
|
describe 'list test' do
|
73
73
|
it 'should work' do
|
@@ -80,8 +80,8 @@ describe 'RepositoriesRpmVersionsApi' do
|
|
80
80
|
# RpmRepositoryVersion represents a single rpm repository version.
|
81
81
|
# @param rpm_rpm_repository_version_href
|
82
82
|
# @param [Hash] opts the optional parameters
|
83
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
84
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
83
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
84
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
85
85
|
# @return [RepositoryVersionResponse]
|
86
86
|
describe 'read test' do
|
87
87
|
it 'should work' do
|
@@ -0,0 +1,47 @@
|
|
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.3.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for PulpRpmClient::RpmRpmRemoteResponseHiddenFields
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe 'RpmRpmRemoteResponseHiddenFields' do
|
21
|
+
before do
|
22
|
+
# run before each test
|
23
|
+
@instance = PulpRpmClient::RpmRpmRemoteResponseHiddenFields.new
|
24
|
+
end
|
25
|
+
|
26
|
+
after do
|
27
|
+
# run after each test
|
28
|
+
end
|
29
|
+
|
30
|
+
describe 'test an instance of RpmRpmRemoteResponseHiddenFields' do
|
31
|
+
it 'should create an instance of RpmRpmRemoteResponseHiddenFields' do
|
32
|
+
expect(@instance).to be_instance_of(PulpRpmClient::RpmRpmRemoteResponseHiddenFields)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
describe 'test attribute "name"' do
|
36
|
+
it 'should work' do
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
describe 'test attribute "is_set"' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
end
|
@@ -146,6 +146,12 @@ describe 'RpmRpmRemoteResponse' do
|
|
146
146
|
end
|
147
147
|
end
|
148
148
|
|
149
|
+
describe 'test attribute "hidden_fields"' do
|
150
|
+
it 'should work' do
|
151
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
152
|
+
end
|
153
|
+
end
|
154
|
+
|
149
155
|
describe 'test attribute "sles_auth_token"' do
|
150
156
|
it 'should work' do
|
151
157
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -146,6 +146,12 @@ describe 'RpmUlnRemoteResponse' do
|
|
146
146
|
end
|
147
147
|
end
|
148
148
|
|
149
|
+
describe 'test attribute "hidden_fields"' do
|
150
|
+
it 'should work' do
|
151
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
152
|
+
end
|
153
|
+
end
|
154
|
+
|
149
155
|
describe 'test attribute "uln_server_base_url"' do
|
150
156
|
it 'should work' do
|
151
157
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_rpm_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.18.
|
4
|
+
version: 3.18.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-02-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -160,6 +160,7 @@ files:
|
|
160
160
|
- docs/RpmRpmPublicationResponse.md
|
161
161
|
- docs/RpmRpmRemote.md
|
162
162
|
- docs/RpmRpmRemoteResponse.md
|
163
|
+
- docs/RpmRpmRemoteResponseHiddenFields.md
|
163
164
|
- docs/RpmRpmRepository.md
|
164
165
|
- docs/RpmRpmRepositoryResponse.md
|
165
166
|
- docs/RpmUlnRemote.md
|
@@ -256,6 +257,7 @@ files:
|
|
256
257
|
- lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb
|
257
258
|
- lib/pulp_rpm_client/models/rpm_rpm_remote.rb
|
258
259
|
- lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb
|
260
|
+
- lib/pulp_rpm_client/models/rpm_rpm_remote_response_hidden_fields.rb
|
259
261
|
- lib/pulp_rpm_client/models/rpm_rpm_repository.rb
|
260
262
|
- lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb
|
261
263
|
- lib/pulp_rpm_client/models/rpm_uln_remote.rb
|
@@ -350,6 +352,7 @@ files:
|
|
350
352
|
- spec/models/rpm_rpm_distribution_spec.rb
|
351
353
|
- spec/models/rpm_rpm_publication_response_spec.rb
|
352
354
|
- spec/models/rpm_rpm_publication_spec.rb
|
355
|
+
- spec/models/rpm_rpm_remote_response_hidden_fields_spec.rb
|
353
356
|
- spec/models/rpm_rpm_remote_response_spec.rb
|
354
357
|
- spec/models/rpm_rpm_remote_spec.rb
|
355
358
|
- spec/models/rpm_rpm_repository_response_spec.rb
|
@@ -389,98 +392,99 @@ signing_key:
|
|
389
392
|
specification_version: 4
|
390
393
|
summary: Pulp 3 API Ruby Gem
|
391
394
|
test_files:
|
392
|
-
- spec/api/repositories_rpm_api_spec.rb
|
393
|
-
- spec/api/content_modulemd_defaults_api_spec.rb
|
394
|
-
- spec/api/rpm_comps_api_spec.rb
|
395
|
-
- spec/api/content_packagegroups_api_spec.rb
|
396
|
-
- spec/api/publications_rpm_api_spec.rb
|
397
|
-
- spec/api/rpm_copy_api_spec.rb
|
398
|
-
- spec/api/remotes_uln_api_spec.rb
|
399
395
|
- spec/api/repositories_rpm_versions_api_spec.rb
|
400
|
-
- spec/api/
|
401
|
-
- spec/api/
|
402
|
-
- spec/api/
|
403
|
-
- spec/api/content_packages_api_spec.rb
|
404
|
-
- spec/api/content_modulemd_obsoletes_api_spec.rb
|
405
|
-
- spec/api/content_modulemds_api_spec.rb
|
406
|
-
- spec/api/content_packageenvironments_api_spec.rb
|
407
|
-
- spec/api/content_advisories_api_spec.rb
|
396
|
+
- spec/api/rpm_copy_api_spec.rb
|
397
|
+
- spec/api/remotes_rpm_api_spec.rb
|
398
|
+
- spec/api/publications_rpm_api_spec.rb
|
408
399
|
- spec/api/content_distribution_trees_api_spec.rb
|
400
|
+
- spec/api/content_advisories_api_spec.rb
|
401
|
+
- spec/api/content_packagegroups_api_spec.rb
|
402
|
+
- spec/api/content_modulemds_api_spec.rb
|
409
403
|
- spec/api/content_packagecategories_api_spec.rb
|
404
|
+
- spec/api/rpm_comps_api_spec.rb
|
410
405
|
- spec/api/acs_rpm_api_spec.rb
|
411
|
-
- spec/api/
|
406
|
+
- spec/api/content_modulemd_obsoletes_api_spec.rb
|
407
|
+
- spec/api/content_packagelangpacks_api_spec.rb
|
408
|
+
- spec/api/content_modulemd_defaults_api_spec.rb
|
409
|
+
- spec/api/content_packages_api_spec.rb
|
410
|
+
- spec/api/content_repo_metadata_files_api_spec.rb
|
411
|
+
- spec/api/remotes_uln_api_spec.rb
|
412
|
+
- spec/api/distributions_rpm_api_spec.rb
|
413
|
+
- spec/api/repositories_rpm_api_spec.rb
|
414
|
+
- spec/api/content_packageenvironments_api_spec.rb
|
412
415
|
- spec/api_client_spec.rb
|
413
416
|
- spec/configuration_spec.rb
|
414
|
-
- spec/models/
|
415
|
-
- spec/models/
|
416
|
-
- spec/models/
|
417
|
-
- spec/models/
|
417
|
+
- spec/models/metadata_checksum_type_enum_spec.rb
|
418
|
+
- spec/models/rpm_rpm_repository_response_spec.rb
|
419
|
+
- spec/models/paginatedrpm_rpm_alternate_content_source_response_list_spec.rb
|
420
|
+
- spec/models/skip_types_enum_spec.rb
|
421
|
+
- spec/models/rpm_rpm_repository_spec.rb
|
422
|
+
- spec/models/rpm_update_record_response_spec.rb
|
423
|
+
- spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb
|
424
|
+
- spec/models/rpm_modulemd_defaults_spec.rb
|
425
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
426
|
+
- spec/models/rpm_package_category_response_spec.rb
|
418
427
|
- spec/models/artifact_response_spec.rb
|
428
|
+
- spec/models/paginatedrpm_package_langpacks_response_list_spec.rb
|
429
|
+
- spec/models/rpm_uln_remote_response_spec.rb
|
430
|
+
- spec/models/rpm_modulemd_response_spec.rb
|
431
|
+
- spec/models/rpm_package_langpacks_response_spec.rb
|
432
|
+
- spec/models/paginatedrpm_distribution_tree_response_list_spec.rb
|
433
|
+
- spec/models/addon_response_spec.rb
|
434
|
+
- spec/models/sync_policy_enum_spec.rb
|
435
|
+
- spec/models/rpm_rpm_publication_spec.rb
|
436
|
+
- spec/models/rpm_modulemd_obsolete_response_spec.rb
|
437
|
+
- spec/models/paginatedrpm_modulemd_obsolete_response_list_spec.rb
|
438
|
+
- spec/models/paginatedrpm_update_record_response_list_spec.rb
|
439
|
+
- spec/models/rpm_rpm_alternate_content_source_response_spec.rb
|
440
|
+
- spec/models/patchedrpm_uln_remote_spec.rb
|
441
|
+
- spec/models/rpm_rpm_remote_response_spec.rb
|
442
|
+
- spec/models/rpm_uln_remote_spec.rb
|
443
|
+
- spec/models/repair_spec.rb
|
444
|
+
- spec/models/paginatedrpm_rpm_repository_response_list_spec.rb
|
445
|
+
- spec/models/paginatedrpm_package_response_list_spec.rb
|
446
|
+
- spec/models/package_checksum_type_enum_spec.rb
|
447
|
+
- spec/models/rpm_package_response_spec.rb
|
448
|
+
- spec/models/repository_add_remove_content_spec.rb
|
419
449
|
- spec/models/repository_version_response_spec.rb
|
420
|
-
- spec/models/
|
450
|
+
- spec/models/patchedrpm_rpm_alternate_content_source_spec.rb
|
451
|
+
- spec/models/paginatedrpm_package_category_response_list_spec.rb
|
452
|
+
- spec/models/rpm_repository_sync_url_spec.rb
|
421
453
|
- spec/models/rpm_rpm_publication_response_spec.rb
|
422
|
-
- spec/models/
|
423
|
-
- spec/models/rpm_update_record_response_spec.rb
|
424
|
-
- spec/models/paginatedrpm_package_response_list_spec.rb
|
454
|
+
- spec/models/paginatedrpm_package_group_response_list_spec.rb
|
425
455
|
- spec/models/rpm_modulemd_defaults_response_spec.rb
|
426
|
-
- spec/models/
|
427
|
-
- spec/models/patchedrpm_rpm_repository_spec.rb
|
428
|
-
- spec/models/rpm_modulemd_obsolete_spec.rb
|
429
|
-
- spec/models/paginatedrpm_rpm_repository_response_list_spec.rb
|
456
|
+
- spec/models/variant_response_spec.rb
|
430
457
|
- spec/models/async_operation_response_spec.rb
|
431
|
-
- spec/models/
|
432
|
-
- spec/models/
|
433
|
-
- spec/models/rpm_rpm_alternate_content_source_response_spec.rb
|
458
|
+
- spec/models/paginatedrpm_rpm_distribution_response_list_spec.rb
|
459
|
+
- spec/models/paginatedrpm_repo_metadata_file_response_list_spec.rb
|
434
460
|
- spec/models/rpm_package_environment_response_spec.rb
|
435
|
-
- spec/models/
|
461
|
+
- spec/models/content_summary_response_spec.rb
|
462
|
+
- spec/models/rpm_modulemd_spec.rb
|
463
|
+
- spec/models/paginatedrpm_rpm_remote_response_list_spec.rb
|
464
|
+
- spec/models/rpm_package_spec.rb
|
465
|
+
- spec/models/policy_enum_spec.rb
|
436
466
|
- spec/models/rpm_rpm_distribution_spec.rb
|
437
|
-
- spec/models/
|
438
|
-
- spec/models/rpm_update_collection_spec.rb
|
439
|
-
- spec/models/package_checksum_type_enum_spec.rb
|
440
|
-
- spec/models/paginatedrpm_package_category_response_list_spec.rb
|
441
|
-
- spec/models/comps_xml_spec.rb
|
467
|
+
- spec/models/rpm_update_collection_response_spec.rb
|
442
468
|
- spec/models/rpm_rpm_remote_spec.rb
|
443
|
-
- spec/models/rpm_rpm_repository_response_spec.rb
|
444
|
-
- spec/models/patchedrpm_rpm_alternate_content_source_spec.rb
|
445
|
-
- spec/models/paginatedrpm_distribution_tree_response_list_spec.rb
|
446
|
-
- spec/models/patchedrpm_rpm_remote_spec.rb
|
447
|
-
- spec/models/rpm_modulemd_defaults_spec.rb
|
448
|
-
- spec/models/paginatedrpm_uln_remote_response_list_spec.rb
|
449
|
-
- spec/models/paginatedrpm_package_environment_response_list_spec.rb
|
450
469
|
- spec/models/rpm_rpm_distribution_response_spec.rb
|
451
|
-
- spec/models/
|
452
|
-
- spec/models/
|
453
|
-
- spec/models/repository_add_remove_content_spec.rb
|
454
|
-
- spec/models/variant_response_spec.rb
|
455
|
-
- spec/models/content_summary_response_spec.rb
|
456
|
-
- spec/models/patchedrpm_rpm_distribution_spec.rb
|
470
|
+
- spec/models/rpm_modulemd_obsolete_spec.rb
|
471
|
+
- spec/models/rpm_rpm_remote_response_hidden_fields_spec.rb
|
457
472
|
- spec/models/task_group_operation_response_spec.rb
|
458
|
-
- spec/models/
|
459
|
-
- spec/models/
|
460
|
-
- spec/models/checksum_response_spec.rb
|
461
|
-
- spec/models/paginatedrpm_modulemd_response_list_spec.rb
|
462
|
-
- spec/models/patchedrpm_uln_remote_spec.rb
|
463
|
-
- spec/models/paginatedrpm_package_group_response_list_spec.rb
|
473
|
+
- spec/models/patchedrpm_rpm_repository_spec.rb
|
474
|
+
- spec/models/patchedrpm_rpm_distribution_spec.rb
|
464
475
|
- spec/models/copy_spec.rb
|
476
|
+
- spec/models/paginatedrpm_rpm_publication_response_list_spec.rb
|
477
|
+
- spec/models/patchedrpm_rpm_remote_spec.rb
|
478
|
+
- spec/models/rpm_repo_metadata_file_response_spec.rb
|
479
|
+
- spec/models/comps_xml_spec.rb
|
465
480
|
- spec/models/rpm_package_group_response_spec.rb
|
466
|
-
- spec/models/
|
467
|
-
- spec/models/
|
468
|
-
- spec/models/
|
469
|
-
- spec/models/
|
470
|
-
- spec/models/rpm_package_response_spec.rb
|
471
|
-
- spec/models/paginatedrpm_rpm_alternate_content_source_response_list_spec.rb
|
472
|
-
- spec/models/paginatedrpm_repo_metadata_file_response_list_spec.rb
|
473
|
-
- spec/models/image_response_spec.rb
|
474
|
-
- spec/models/rpm_package_langpacks_response_spec.rb
|
475
|
-
- spec/models/rpm_uln_remote_spec.rb
|
476
|
-
- spec/models/rpm_package_spec.rb
|
477
|
-
- spec/models/paginatedrpm_package_langpacks_response_list_spec.rb
|
478
|
-
- spec/models/rpm_modulemd_obsolete_response_spec.rb
|
481
|
+
- spec/models/rpm_update_collection_spec.rb
|
482
|
+
- spec/models/paginatedrpm_package_environment_response_list_spec.rb
|
483
|
+
- spec/models/paginatedrpm_uln_remote_response_list_spec.rb
|
484
|
+
- spec/models/paginatedrpm_modulemd_response_list_spec.rb
|
479
485
|
- spec/models/rpm_rpm_alternate_content_source_spec.rb
|
480
|
-
- spec/models/
|
481
|
-
- spec/models/
|
482
|
-
- spec/models/
|
483
|
-
- spec/models/
|
484
|
-
- spec/models/rpm_rpm_repository_spec.rb
|
485
|
-
- spec/models/policy_enum_spec.rb
|
486
|
+
- spec/models/image_response_spec.rb
|
487
|
+
- spec/models/checksum_response_spec.rb
|
488
|
+
- spec/models/rpm_distribution_tree_response_spec.rb
|
489
|
+
- spec/models/rpm_update_record_spec.rb
|
486
490
|
- spec/spec_helper.rb
|