pulp_rpm_client 3.27.1 → 3.27.3

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.
Files changed (140) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -5
  3. data/docs/AcsRpmApi.md +5 -3
  4. data/docs/ArtifactResponse.md +2 -0
  5. data/docs/ContentAdvisoriesApi.md +14 -10
  6. data/docs/ContentDistributionTreesApi.md +11 -9
  7. data/docs/ContentModulemdDefaultsApi.md +11 -9
  8. data/docs/ContentModulemdObsoletesApi.md +11 -9
  9. data/docs/ContentModulemdsApi.md +11 -9
  10. data/docs/ContentPackagecategoriesApi.md +11 -9
  11. data/docs/ContentPackageenvironmentsApi.md +11 -9
  12. data/docs/ContentPackagegroupsApi.md +11 -9
  13. data/docs/ContentPackagelangpacksApi.md +11 -9
  14. data/docs/ContentPackagesApi.md +14 -10
  15. data/docs/ContentRepoMetadataFilesApi.md +11 -9
  16. data/docs/Copy.md +1 -1
  17. data/docs/DistributionsRpmApi.md +5 -3
  18. data/docs/PatchedrpmRpmRepository.md +1 -1
  19. data/docs/PublicationsRpmApi.md +13 -11
  20. data/docs/RemotesRpmApi.md +5 -3
  21. data/docs/RemotesUlnApi.md +5 -3
  22. data/docs/RepositoriesRpmApi.md +9 -7
  23. data/docs/RepositoriesRpmVersionsApi.md +9 -7
  24. data/docs/RepositoryVersionResponse.md +2 -0
  25. data/docs/RpmCompsApi.md +1 -1
  26. data/docs/RpmCopyApi.md +1 -1
  27. data/docs/RpmModulemd.md +3 -3
  28. data/docs/RpmModulemdDefaults.md +1 -1
  29. data/docs/RpmModulemdDefaultsResponse.md +3 -1
  30. data/docs/RpmModulemdObsoleteResponse.md +2 -0
  31. data/docs/RpmModulemdResponse.md +5 -3
  32. data/docs/RpmPackage.md +3 -1
  33. data/docs/RpmPackageCategoryResponse.md +5 -3
  34. data/docs/RpmPackageEnvironmentResponse.md +6 -4
  35. data/docs/RpmPackageGroupResponse.md +5 -3
  36. data/docs/RpmPackageLangpacksResponse.md +3 -1
  37. data/docs/RpmPackageResponse.md +12 -10
  38. data/docs/RpmPruneApi.md +1 -1
  39. data/docs/RpmRepoMetadataFileResponse.md +2 -0
  40. data/docs/RpmRpmAlternateContentSourceResponse.md +2 -0
  41. data/docs/RpmRpmDistributionResponse.md +4 -0
  42. data/docs/RpmRpmPublication.md +1 -1
  43. data/docs/RpmRpmPublicationResponse.md +3 -1
  44. data/docs/RpmRpmRemoteResponse.md +2 -0
  45. data/docs/RpmRpmRepository.md +1 -1
  46. data/docs/RpmRpmRepositoryResponse.md +3 -1
  47. data/docs/RpmUlnRemoteResponse.md +2 -0
  48. data/docs/RpmUpdateCollection.md +1 -1
  49. data/docs/RpmUpdateCollectionResponse.md +1 -1
  50. data/docs/RpmUpdateRecord.md +3 -1
  51. data/docs/RpmUpdateRecordResponse.md +2 -0
  52. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +5 -2
  53. data/lib/pulp_rpm_client/api/content_advisories_api.rb +18 -8
  54. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +11 -8
  55. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +11 -8
  56. data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +11 -8
  57. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +11 -8
  58. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +11 -8
  59. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +11 -8
  60. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +11 -8
  61. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +11 -8
  62. data/lib/pulp_rpm_client/api/content_packages_api.rb +18 -8
  63. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +11 -8
  64. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +5 -2
  65. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +14 -11
  66. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +5 -2
  67. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +5 -2
  68. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +9 -6
  69. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +10 -7
  70. data/lib/pulp_rpm_client/configuration.rb +2 -2
  71. data/lib/pulp_rpm_client/models/artifact_response.rb +12 -2
  72. data/lib/pulp_rpm_client/models/copy.rb +1 -1
  73. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +1 -1
  74. data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +1 -1
  75. data/lib/pulp_rpm_client/models/repository_version_response.rb +12 -2
  76. data/lib/pulp_rpm_client/models/rpm_modulemd.rb +3 -3
  77. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +1 -1
  78. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +12 -2
  79. data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete_response.rb +11 -1
  80. data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +14 -4
  81. data/lib/pulp_rpm_client/models/rpm_package.rb +29 -4
  82. data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +14 -4
  83. data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +15 -5
  84. data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +14 -4
  85. data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +12 -2
  86. data/lib/pulp_rpm_client/models/rpm_package_response.rb +21 -11
  87. data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +11 -1
  88. data/lib/pulp_rpm_client/models/rpm_rpm_alternate_content_source_response.rb +11 -1
  89. data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +21 -1
  90. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +1 -1
  91. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +12 -2
  92. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +11 -1
  93. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +1 -1
  94. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +12 -2
  95. data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +11 -1
  96. data/lib/pulp_rpm_client/models/rpm_update_collection.rb +1 -1
  97. data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +1 -1
  98. data/lib/pulp_rpm_client/models/rpm_update_record.rb +29 -4
  99. data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +11 -1
  100. data/lib/pulp_rpm_client/version.rb +1 -1
  101. data/spec/api/acs_rpm_api_spec.rb +2 -1
  102. data/spec/api/content_advisories_api_spec.rb +6 -4
  103. data/spec/api/content_distribution_trees_api_spec.rb +5 -4
  104. data/spec/api/content_modulemd_defaults_api_spec.rb +5 -4
  105. data/spec/api/content_modulemd_obsoletes_api_spec.rb +5 -4
  106. data/spec/api/content_modulemds_api_spec.rb +5 -4
  107. data/spec/api/content_packagecategories_api_spec.rb +5 -4
  108. data/spec/api/content_packageenvironments_api_spec.rb +5 -4
  109. data/spec/api/content_packagegroups_api_spec.rb +5 -4
  110. data/spec/api/content_packagelangpacks_api_spec.rb +5 -4
  111. data/spec/api/content_packages_api_spec.rb +6 -4
  112. data/spec/api/content_repo_metadata_files_api_spec.rb +5 -4
  113. data/spec/api/distributions_rpm_api_spec.rb +2 -1
  114. data/spec/api/publications_rpm_api_spec.rb +6 -5
  115. data/spec/api/remotes_rpm_api_spec.rb +2 -1
  116. data/spec/api/remotes_uln_api_spec.rb +2 -1
  117. data/spec/api/repositories_rpm_api_spec.rb +4 -3
  118. data/spec/api/repositories_rpm_versions_api_spec.rb +4 -3
  119. data/spec/configuration_spec.rb +3 -3
  120. data/spec/models/artifact_response_spec.rb +6 -0
  121. data/spec/models/repository_version_response_spec.rb +6 -0
  122. data/spec/models/rpm_modulemd_defaults_response_spec.rb +6 -0
  123. data/spec/models/rpm_modulemd_obsolete_response_spec.rb +6 -0
  124. data/spec/models/rpm_modulemd_response_spec.rb +6 -0
  125. data/spec/models/rpm_package_category_response_spec.rb +6 -0
  126. data/spec/models/rpm_package_environment_response_spec.rb +6 -0
  127. data/spec/models/rpm_package_group_response_spec.rb +6 -0
  128. data/spec/models/rpm_package_langpacks_response_spec.rb +6 -0
  129. data/spec/models/rpm_package_response_spec.rb +6 -0
  130. data/spec/models/rpm_package_spec.rb +6 -0
  131. data/spec/models/rpm_repo_metadata_file_response_spec.rb +6 -0
  132. data/spec/models/rpm_rpm_alternate_content_source_response_spec.rb +6 -0
  133. data/spec/models/rpm_rpm_distribution_response_spec.rb +12 -0
  134. data/spec/models/rpm_rpm_publication_response_spec.rb +6 -0
  135. data/spec/models/rpm_rpm_remote_response_spec.rb +6 -0
  136. data/spec/models/rpm_rpm_repository_response_spec.rb +6 -0
  137. data/spec/models/rpm_uln_remote_response_spec.rb +6 -0
  138. data/spec/models/rpm_update_record_response_spec.rb +6 -0
  139. data/spec/models/rpm_update_record_spec.rb +6 -0
  140. metadata +102 -102
@@ -41,6 +41,7 @@ describe 'ContentPackagesApi' do
41
41
  # @option opts [String] :relative_path Path where the artifact is located relative to distributions base_path
42
42
  # @option opts [File] :file An uploaded file that may be turned into the content unit.
43
43
  # @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
44
+ # @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
44
45
  # @return [AsyncOperationResponse]
45
46
  describe 'create test' do
46
47
  it 'should work' do
@@ -75,17 +76,18 @@ describe 'ContentPackagesApi' do
75
76
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
76
77
  # @option opts [String] :pkg_id Filter results where pkgId matches value
77
78
  # @option opts [Array<String>] :pkg_id__in Filter results where pkgId is in a comma-separated list of values
79
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
78
80
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
79
81
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
80
- # @option opts [String] :q
82
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
81
83
  # @option opts [String] :release Filter results where release matches value
82
84
  # @option opts [String] :release__contains Filter results where release contains value
83
85
  # @option opts [Array<String>] :release__in Filter results where release is in a comma-separated list of values
84
86
  # @option opts [String] :release__ne Filter results where release not equal to value
85
87
  # @option opts [String] :release__startswith Filter results where release starts with value
86
- # @option opts [String] :repository_version Repository Version referenced by HREF
87
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
88
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
88
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
89
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
90
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
89
91
  # @option opts [String] :sha256
90
92
  # @option opts [String] :version Filter results where version matches value
91
93
  # @option opts [Array<String>] :version__in Filter results where version is in a comma-separated list of values
@@ -40,12 +40,13 @@ describe 'ContentRepoMetadataFilesApi' do
40
40
  # @option opts [Integer] :offset The initial index from which to return the results.
41
41
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
42
42
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
43
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
43
44
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
44
45
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
45
- # @option opts [String] :q
46
- # @option opts [String] :repository_version Repository Version referenced by HREF
47
- # @option opts [String] :repository_version_added Repository Version referenced by HREF
48
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF
46
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
47
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
48
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
49
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
49
50
  # @option opts [Array<String>] :fields A list of fields to include in the response.
50
51
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
51
52
  # @return [PaginatedrpmRepoMetadataFileResponseList]
@@ -89,10 +89,11 @@ describe 'DistributionsRpmApi' do
89
89
  # @option opts [String] :name__startswith Filter results where name starts with value
90
90
  # @option opts [Integer] :offset The initial index from which to return the results.
91
91
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
92
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
92
93
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
93
94
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
94
95
  # @option opts [String] :pulp_label_select Filter labels by search string
95
- # @option opts [String] :q
96
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
96
97
  # @option opts [String] :repository Filter results where repository matches value
97
98
  # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
98
99
  # @option opts [String] :with_content Filter distributions based on the content served by them
@@ -73,11 +73,12 @@ describe 'PublicationsRpmApi' do
73
73
  # List rpm publications
74
74
  # ViewSet for Rpm Publications.
75
75
  # @param [Hash] opts the optional parameters
76
- # @option opts [String] :content Content Unit referenced by HREF
77
- # @option opts [String] :content__in Content Unit referenced by HREF
76
+ # @option opts [String] :content Content Unit referenced by HREF/PRN
77
+ # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
78
78
  # @option opts [Integer] :limit Number of results to return per page.
79
79
  # @option opts [Integer] :offset The initial index from which to return the results.
80
80
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
81
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
81
82
  # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
82
83
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
83
84
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
@@ -86,9 +87,9 @@ describe 'PublicationsRpmApi' do
86
87
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
87
88
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
88
89
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
89
- # @option opts [String] :q
90
- # @option opts [String] :repository Repository referenced by HREF
91
- # @option opts [String] :repository_version Repository Version referenced by HREF
90
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
91
+ # @option opts [String] :repository Repository referenced by HREF/PRN
92
+ # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
92
93
  # @option opts [Array<String>] :fields A list of fields to include in the response.
93
94
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
94
95
  # @return [PaginatedrpmRpmPublicationResponseList]
@@ -85,6 +85,7 @@ describe 'RemotesRpmApi' do
85
85
  # @option opts [String] :name__startswith Filter results where name starts with value
86
86
  # @option opts [Integer] :offset The initial index from which to return the results.
87
87
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
88
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
88
89
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
89
90
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
90
91
  # @option opts [String] :pulp_label_select Filter labels by search string
@@ -94,7 +95,7 @@ describe 'RemotesRpmApi' do
94
95
  # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
95
96
  # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
96
97
  # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
97
- # @option opts [String] :q
98
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
98
99
  # @option opts [Array<String>] :fields A list of fields to include in the response.
99
100
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
100
101
  # @return [PaginatedrpmRpmRemoteResponseList]
@@ -85,6 +85,7 @@ describe 'RemotesUlnApi' do
85
85
  # @option opts [String] :name__startswith Filter results where name starts with value
86
86
  # @option opts [Integer] :offset The initial index from which to return the results.
87
87
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
88
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
88
89
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
89
90
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
90
91
  # @option opts [String] :pulp_label_select Filter labels by search string
@@ -94,7 +95,7 @@ describe 'RemotesUlnApi' do
94
95
  # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
95
96
  # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
96
97
  # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
97
- # @option opts [String] :q
98
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
98
99
  # @option opts [Array<String>] :fields A list of fields to include in the response.
99
100
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
100
101
  # @return [PaginatedrpmUlnRemoteResponseList]
@@ -73,7 +73,7 @@ describe 'RepositoriesRpmApi' do
73
73
  # List rpm repositorys
74
74
  # A ViewSet for RpmRepository.
75
75
  # @param [Hash] opts the optional parameters
76
- # @option opts [String] :latest_with_content Content Unit referenced by HREF
76
+ # @option opts [String] :latest_with_content Content Unit referenced by HREF/PRN
77
77
  # @option opts [Integer] :limit Number of results to return per page.
78
78
  # @option opts [String] :name Filter results where name matches value
79
79
  # @option opts [String] :name__contains Filter results where name contains value
@@ -86,10 +86,11 @@ describe 'RepositoriesRpmApi' do
86
86
  # @option opts [String] :name__startswith Filter results where name starts with value
87
87
  # @option opts [Integer] :offset The initial index from which to return the results.
88
88
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
89
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
89
90
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
90
91
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
91
92
  # @option opts [String] :pulp_label_select Filter labels by search string
92
- # @option opts [String] :q
93
+ # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
93
94
  # @option opts [String] :remote Foreign Key referenced by HREF
94
95
  # @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
95
96
  # @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
@@ -99,7 +100,7 @@ describe 'RepositoriesRpmApi' do
99
100
  # @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
100
101
  # @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
101
102
  # @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
102
- # @option opts [String] :with_content Content Unit referenced by HREF
103
+ # @option opts [String] :with_content Content Unit referenced by HREF/PRN
103
104
  # @option opts [Array<String>] :fields A list of fields to include in the response.
104
105
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
105
106
  # @return [PaginatedrpmRpmRepositoryResponseList]
@@ -49,8 +49,8 @@ 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 Content Unit referenced by HREF
53
- # @option opts [String] :content__in Content Unit referenced by HREF
52
+ # @option opts [String] :content Content Unit referenced by HREF/PRN
53
+ # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
54
54
  # @option opts [Integer] :limit Number of results to return per page.
55
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
@@ -60,6 +60,7 @@ 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 * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
63
+ # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
63
64
  # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
64
65
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
65
66
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
@@ -67,7 +68,7 @@ describe 'RepositoriesRpmVersionsApi' do
67
68
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
68
69
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
69
70
  # @option opts [Array<String>] :pulp_href__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 [Array<String>] :fields A list of fields to include in the response.
72
73
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
73
74
  # @return [PaginatedRepositoryVersionResponseList]
@@ -18,7 +18,7 @@ describe PulpRpmClient::Configuration do
18
18
  before(:each) do
19
19
  # uncomment below to setup host and base_path
20
20
  # require 'URI'
21
- # uri = URI.parse("http://pulp")
21
+ # uri = URI.parse("http://localhost:24817")
22
22
  # PulpRpmClient.configure do |c|
23
23
  # c.host = uri.host
24
24
  # c.base_path = uri.path
@@ -28,14 +28,14 @@ describe PulpRpmClient::Configuration do
28
28
  describe '#base_url' do
29
29
  it 'should have the default value' do
30
30
  # uncomment below to test default value of the base path
31
- # expect(config.base_url).to eq("http://pulp")
31
+ # expect(config.base_url).to eq("http://localhost:24817")
32
32
  end
33
33
 
34
34
  it 'should remove trailing slashes' do
35
35
  [nil, '', '/', '//'].each do |base_path|
36
36
  config.base_path = base_path
37
37
  # uncomment below to test trailing slashes
38
- # expect(config.base_url).to eq("http://pulp")
38
+ # expect(config.base_url).to eq("http://localhost:24817")
39
39
  end
40
40
  end
41
41
  end
@@ -38,6 +38,12 @@ describe 'ArtifactResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' 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
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'RepositoryVersionResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' 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
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'RpmModulemdDefaultsResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' 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
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'RpmModulemdObsoleteResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' 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
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'RpmModulemdResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' 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
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'RpmPackageCategoryResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' 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
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'RpmPackageEnvironmentResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' 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
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'RpmPackageGroupResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' 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
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'RpmPackageLangpacksResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' 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
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'RpmPackageResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' 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
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -62,4 +62,10 @@ describe 'RpmPackage' do
62
62
  end
63
63
  end
64
64
 
65
+ describe 'test attribute "file_url"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
65
71
  end
@@ -38,6 +38,12 @@ describe 'RpmRepoMetadataFileResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' 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
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'RpmRpmAlternateContentSourceResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' 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
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'RpmRpmDistributionResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' 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
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -68,6 +74,12 @@ describe 'RpmRpmDistributionResponse' do
68
74
  end
69
75
  end
70
76
 
77
+ describe 'test attribute "no_content_change_since"' 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
+
71
83
  describe 'test attribute "hidden"' do
72
84
  it 'should work' do
73
85
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'RpmRpmPublicationResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' 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
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'RpmRpmRemoteResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' 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
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'RpmRpmRepositoryResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' 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
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'RpmUlnRemoteResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' 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
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'RpmUpdateRecordResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' 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
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -50,4 +50,10 @@ describe 'RpmUpdateRecord' do
50
50
  end
51
51
  end
52
52
 
53
+ describe 'test attribute "file_url"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
53
59
  end