pulp_rpm_client 3.19.12 → 3.20.0.dev1676552011

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.

Potentially problematic release.


This version of pulp_rpm_client might be problematic. Click here for more details.

Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/AcsRpmApi.md +2 -6
  4. data/docs/ContentAdvisoriesApi.md +2 -6
  5. data/docs/ContentDistributionTreesApi.md +2 -6
  6. data/docs/ContentModulemdDefaultsApi.md +2 -6
  7. data/docs/ContentModulemdObsoletesApi.md +2 -6
  8. data/docs/ContentModulemdsApi.md +2 -18
  9. data/docs/ContentPackagecategoriesApi.md +2 -6
  10. data/docs/ContentPackageenvironmentsApi.md +2 -6
  11. data/docs/ContentPackagegroupsApi.md +2 -6
  12. data/docs/ContentPackagelangpacksApi.md +2 -6
  13. data/docs/ContentPackagesApi.md +4 -8
  14. data/docs/ContentRepoMetadataFilesApi.md +2 -6
  15. data/docs/DistributionsRpmApi.md +2 -6
  16. data/docs/PatchedrpmRpmRemote.md +1 -1
  17. data/docs/PatchedrpmRpmRepository.md +3 -3
  18. data/docs/PatchedrpmUlnRemote.md +1 -1
  19. data/docs/PublicationsRpmApi.md +2 -6
  20. data/docs/RemotesRpmApi.md +2 -6
  21. data/docs/RemotesUlnApi.md +2 -6
  22. data/docs/RepositoriesRpmApi.md +2 -6
  23. data/docs/RepositoriesRpmVersionsApi.md +2 -4
  24. data/docs/RepositoryAddRemoveContent.md +2 -2
  25. data/docs/RpmRepositorySyncURL.md +1 -1
  26. data/docs/RpmRpmPublication.md +2 -2
  27. data/docs/RpmRpmPublicationResponse.md +2 -2
  28. data/docs/RpmRpmRemote.md +1 -1
  29. data/docs/RpmRpmRemoteResponse.md +1 -1
  30. data/docs/RpmRpmRepository.md +3 -3
  31. data/docs/RpmRpmRepositoryResponse.md +3 -3
  32. data/docs/RpmUlnRemote.md +1 -1
  33. data/docs/RpmUlnRemoteResponse.md +1 -1
  34. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +2 -8
  35. data/lib/pulp_rpm_client/api/content_advisories_api.rb +2 -8
  36. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +2 -8
  37. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +2 -8
  38. data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +2 -8
  39. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +2 -26
  40. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +2 -8
  41. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +2 -8
  42. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +2 -8
  43. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +2 -8
  44. data/lib/pulp_rpm_client/api/content_packages_api.rb +4 -10
  45. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +2 -8
  46. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +2 -8
  47. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +2 -8
  48. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +2 -8
  49. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +2 -8
  50. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +2 -8
  51. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +2 -5
  52. data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +1 -1
  53. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +3 -3
  54. data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +1 -1
  55. data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +2 -2
  56. data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +1 -1
  57. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +2 -2
  58. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +2 -2
  59. data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +1 -1
  60. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +1 -1
  61. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +3 -3
  62. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +3 -3
  63. data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +1 -1
  64. data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +1 -1
  65. data/lib/pulp_rpm_client/version.rb +1 -1
  66. data/spec/api/acs_rpm_api_spec.rb +1 -3
  67. data/spec/api/content_advisories_api_spec.rb +1 -3
  68. data/spec/api/content_distribution_trees_api_spec.rb +1 -3
  69. data/spec/api/content_modulemd_defaults_api_spec.rb +1 -3
  70. data/spec/api/content_modulemd_obsoletes_api_spec.rb +1 -3
  71. data/spec/api/content_modulemds_api_spec.rb +1 -9
  72. data/spec/api/content_packagecategories_api_spec.rb +1 -3
  73. data/spec/api/content_packageenvironments_api_spec.rb +1 -3
  74. data/spec/api/content_packagegroups_api_spec.rb +1 -3
  75. data/spec/api/content_packagelangpacks_api_spec.rb +1 -3
  76. data/spec/api/content_packages_api_spec.rb +2 -4
  77. data/spec/api/content_repo_metadata_files_api_spec.rb +1 -3
  78. data/spec/api/distributions_rpm_api_spec.rb +1 -3
  79. data/spec/api/publications_rpm_api_spec.rb +1 -3
  80. data/spec/api/remotes_rpm_api_spec.rb +1 -3
  81. data/spec/api/remotes_uln_api_spec.rb +1 -3
  82. data/spec/api/repositories_rpm_api_spec.rb +1 -3
  83. data/spec/api/repositories_rpm_versions_api_spec.rb +1 -2
  84. metadata +82 -82
@@ -79,9 +79,7 @@ describe 'AcsRpmApi' do
79
79
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
80
80
  # @option opts [String] :name__startswith Filter results where name starts with value
81
81
  # @option opts [Integer] :offset The initial index from which to return the results.
82
- # @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;last_refreshed&#x60; - Last refreshed * &#x60;-last_refreshed&#x60; - Last refreshed (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
83
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
84
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
82
+ # @option opts [Array<String>] :ordering Ordering
85
83
  # @option opts [Array<String>] :fields A list of fields to include in the response.
86
84
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
87
85
  # @return [PaginatedrpmRpmAlternateContentSourceResponseList]
@@ -53,9 +53,7 @@ describe 'ContentAdvisoriesApi' do
53
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
- # @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;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;id&#x60; - Id * &#x60;-id&#x60; - Id (descending) * &#x60;updated_date&#x60; - Updated date * &#x60;-updated_date&#x60; - Updated date (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;issued_date&#x60; - Issued date * &#x60;-issued_date&#x60; - Issued date (descending) * &#x60;fromstr&#x60; - Fromstr * &#x60;-fromstr&#x60; - Fromstr (descending) * &#x60;status&#x60; - Status * &#x60;-status&#x60; - Status (descending) * &#x60;title&#x60; - Title * &#x60;-title&#x60; - Title (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;type&#x60; - Type * &#x60;-type&#x60; - Type (descending) * &#x60;severity&#x60; - Severity * &#x60;-severity&#x60; - Severity (descending) * &#x60;solution&#x60; - Solution * &#x60;-solution&#x60; - Solution (descending) * &#x60;release&#x60; - Release * &#x60;-release&#x60; - Release (descending) * &#x60;rights&#x60; - Rights * &#x60;-rights&#x60; - Rights (descending) * &#x60;reboot_suggested&#x60; - Reboot suggested * &#x60;-reboot_suggested&#x60; - Reboot suggested (descending) * &#x60;pushcount&#x60; - Pushcount * &#x60;-pushcount&#x60; - Pushcount (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
57
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
58
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
56
+ # @option opts [Array<String>] :ordering Ordering
59
57
  # @option opts [String] :repository_version Repository Version referenced by HREF
60
58
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
61
59
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -38,9 +38,7 @@ describe 'ContentDistributionTreesApi' do
38
38
  # @param [Hash] opts the optional parameters
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
- # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
42
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
43
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
41
+ # @option opts [Array<String>] :ordering Ordering
44
42
  # @option opts [String] :repository_version Repository Version referenced by HREF
45
43
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
46
44
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -52,9 +52,7 @@ describe 'ContentModulemdDefaultsApi' do
52
52
  # @option opts [String] :_module Filter results where module matches value
53
53
  # @option opts [Array<String>] :module__in Filter results where module is in a comma-separated list of values
54
54
  # @option opts [Integer] :offset The initial index from which to return the results.
55
- # @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;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;module&#x60; - Module * &#x60;-module&#x60; - Module (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
56
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
57
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
55
+ # @option opts [Array<String>] :ordering Ordering
58
56
  # @option opts [String] :repository_version Repository Version referenced by HREF
59
57
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
60
58
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -50,9 +50,7 @@ describe 'ContentModulemdObsoletesApi' do
50
50
  # @param [Hash] opts the optional parameters
51
51
  # @option opts [Integer] :limit Number of results to return per page.
52
52
  # @option opts [Integer] :offset The initial index from which to return the results.
53
- # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
54
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
55
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
53
+ # @option opts [Array<String>] :ordering Ordering
56
54
  # @option opts [String] :repository_version Repository Version referenced by HREF
57
55
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
58
56
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -48,25 +48,17 @@ describe 'ContentModulemdsApi' do
48
48
  # List modulemds
49
49
  # ViewSet for Modulemd.
50
50
  # @param [Hash] opts the optional parameters
51
- # @option opts [String] :arch Filter results where arch matches value
52
- # @option opts [Array<String>] :arch__in Filter results where arch is in a comma-separated list of values
53
- # @option opts [String] :context Filter results where context matches value
54
- # @option opts [Array<String>] :context__in Filter results where context is in a comma-separated list of values
55
51
  # @option opts [Integer] :limit Number of results to return per page.
56
52
  # @option opts [String] :name Filter results where name matches value
57
53
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
58
54
  # @option opts [Integer] :offset The initial index from which to return the results.
59
- # @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;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;context&#x60; - Context * &#x60;-context&#x60; - Context (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;static_context&#x60; - Static context * &#x60;-static_context&#x60; - Static context (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;artifacts&#x60; - Artifacts * &#x60;-artifacts&#x60; - Artifacts (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
60
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
61
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
55
+ # @option opts [Array<String>] :ordering Ordering
62
56
  # @option opts [String] :repository_version Repository Version referenced by HREF
63
57
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
64
58
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
65
59
  # @option opts [String] :sha256
66
60
  # @option opts [String] :stream Filter results where stream matches value
67
61
  # @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
68
- # @option opts [String] :version Filter results where version matches value
69
- # @option opts [Array<String>] :version__in Filter results where version is in a comma-separated list of values
70
62
  # @option opts [Array<String>] :fields A list of fields to include in the response.
71
63
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
72
64
  # @return [PaginatedrpmModulemdResponseList]
@@ -38,9 +38,7 @@ describe 'ContentPackagecategoriesApi' do
38
38
  # @param [Hash] opts the optional parameters
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
- # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
42
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
43
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
41
+ # @option opts [Array<String>] :ordering Ordering
44
42
  # @option opts [String] :repository_version Repository Version referenced by HREF
45
43
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
46
44
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -38,9 +38,7 @@ describe 'ContentPackageenvironmentsApi' do
38
38
  # @param [Hash] opts the optional parameters
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
- # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
42
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
43
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
41
+ # @option opts [Array<String>] :ordering Ordering
44
42
  # @option opts [String] :repository_version Repository Version referenced by HREF
45
43
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
46
44
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -38,9 +38,7 @@ describe 'ContentPackagegroupsApi' do
38
38
  # @param [Hash] opts the optional parameters
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
- # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
42
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
43
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
41
+ # @option opts [Array<String>] :ordering Ordering
44
42
  # @option opts [String] :repository_version Repository Version referenced by HREF
45
43
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
46
44
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -38,9 +38,7 @@ describe 'ContentPackagelangpacksApi' do
38
38
  # @param [Hash] opts the optional parameters
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
- # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
42
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
43
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
41
+ # @option opts [Array<String>] :ordering Ordering
44
42
  # @option opts [String] :repository_version Repository Version referenced by HREF
45
43
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
46
44
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -55,7 +55,7 @@ describe 'ContentPackagesApi' do
55
55
  # @option opts [String] :arch Filter results where arch matches value
56
56
  # @option opts [Array<String>] :arch__in Filter results where arch is in a comma-separated list of values
57
57
  # @option opts [String] :arch__ne Filter results where arch not equal to value
58
- # @option opts [String] :checksum_type Filter results where checksum_type matches value * &#x60;unknown&#x60; - unknown * &#x60;md5&#x60; - md5 * &#x60;sha1&#x60; - sha1 * &#x60;sha1&#x60; - sha1 * &#x60;sha224&#x60; - sha224 * &#x60;sha256&#x60; - sha256 * &#x60;sha384&#x60; - sha384 * &#x60;sha512&#x60; - sha512
58
+ # @option opts [String] :checksum_type Filter results where checksum_type matches value
59
59
  # @option opts [Array<String>] :checksum_type__in Filter results where checksum_type is in a comma-separated list of values
60
60
  # @option opts [String] :checksum_type__ne Filter results where checksum_type not equal to value
61
61
  # @option opts [String] :epoch Filter results where epoch matches value
@@ -66,11 +66,9 @@ describe 'ContentPackagesApi' do
66
66
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
67
67
  # @option opts [String] :name__ne Filter results where name not equal to value
68
68
  # @option opts [Integer] :offset The initial index from which to return the results.
69
- # @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;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;epoch&#x60; - Epoch * &#x60;-epoch&#x60; - Epoch (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;release&#x60; - Release * &#x60;-release&#x60; - Release (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;evr&#x60; - Evr * &#x60;-evr&#x60; - Evr (descending) * &#x60;pkgId&#x60; - Pkgid * &#x60;-pkgId&#x60; - Pkgid (descending) * &#x60;checksum_type&#x60; - Checksum type * &#x60;-checksum_type&#x60; - Checksum type (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;changelogs&#x60; - Changelogs * &#x60;-changelogs&#x60; - Changelogs (descending) * &#x60;files&#x60; - Files * &#x60;-files&#x60; - Files (descending) * &#x60;requires&#x60; - Requires * &#x60;-requires&#x60; - Requires (descending) * &#x60;provides&#x60; - Provides * &#x60;-provides&#x60; - Provides (descending) * &#x60;conflicts&#x60; - Conflicts * &#x60;-conflicts&#x60; - Conflicts (descending) * &#x60;obsoletes&#x60; - Obsoletes * &#x60;-obsoletes&#x60; - Obsoletes (descending) * &#x60;suggests&#x60; - Suggests * &#x60;-suggests&#x60; - Suggests (descending) * &#x60;enhances&#x60; - Enhances * &#x60;-enhances&#x60; - Enhances (descending) * &#x60;recommends&#x60; - Recommends * &#x60;-recommends&#x60; - Recommends (descending) * &#x60;supplements&#x60; - Supplements * &#x60;-supplements&#x60; - Supplements (descending) * &#x60;location_base&#x60; - Location base * &#x60;-location_base&#x60; - Location base (descending) * &#x60;location_href&#x60; - Location href * &#x60;-location_href&#x60; - Location href (descending) * &#x60;rpm_buildhost&#x60; - Rpm buildhost * &#x60;-rpm_buildhost&#x60; - Rpm buildhost (descending) * &#x60;rpm_group&#x60; - Rpm group * &#x60;-rpm_group&#x60; - Rpm group (descending) * &#x60;rpm_license&#x60; - Rpm license * &#x60;-rpm_license&#x60; - Rpm license (descending) * &#x60;rpm_packager&#x60; - Rpm packager * &#x60;-rpm_packager&#x60; - Rpm packager (descending) * &#x60;rpm_sourcerpm&#x60; - Rpm sourcerpm * &#x60;-rpm_sourcerpm&#x60; - Rpm sourcerpm (descending) * &#x60;rpm_vendor&#x60; - Rpm vendor * &#x60;-rpm_vendor&#x60; - Rpm vendor (descending) * &#x60;rpm_header_start&#x60; - Rpm header start * &#x60;-rpm_header_start&#x60; - Rpm header start (descending) * &#x60;rpm_header_end&#x60; - Rpm header end * &#x60;-rpm_header_end&#x60; - Rpm header end (descending) * &#x60;size_archive&#x60; - Size archive * &#x60;-size_archive&#x60; - Size archive (descending) * &#x60;size_installed&#x60; - Size installed * &#x60;-size_installed&#x60; - Size installed (descending) * &#x60;size_package&#x60; - Size package * &#x60;-size_package&#x60; - Size package (descending) * &#x60;time_build&#x60; - Time build * &#x60;-time_build&#x60; - Time build (descending) * &#x60;time_file&#x60; - Time file * &#x60;-time_file&#x60; - Time file (descending) * &#x60;is_modular&#x60; - Is modular * &#x60;-is_modular&#x60; - Is modular (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
69
+ # @option opts [Array<String>] :ordering Ordering
70
70
  # @option opts [String] :pkg_id Filter results where pkgId matches value
71
71
  # @option opts [Array<String>] :pkg_id__in Filter results where pkgId is in a comma-separated list of values
72
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
73
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
74
72
  # @option opts [String] :release Filter results where release matches value
75
73
  # @option opts [Array<String>] :release__in Filter results where release is in a comma-separated list of values
76
74
  # @option opts [String] :release__ne Filter results where release not equal to value
@@ -38,9 +38,7 @@ describe 'ContentRepoMetadataFilesApi' do
38
38
  # @param [Hash] opts the optional parameters
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
- # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
42
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
43
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
41
+ # @option opts [Array<String>] :ordering Ordering
44
42
  # @option opts [String] :repository_version Repository Version referenced by HREF
45
43
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
46
44
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -83,9 +83,7 @@ describe 'DistributionsRpmApi' do
83
83
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
84
84
  # @option opts [String] :name__startswith Filter results where name starts with value
85
85
  # @option opts [Integer] :offset The initial index from which to return the results.
86
- # @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;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
87
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
88
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
86
+ # @option opts [Array<String>] :ordering Ordering
89
87
  # @option opts [String] :pulp_label_select Filter labels by search string
90
88
  # @option opts [String] :repository Filter results where repository matches value
91
89
  # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
@@ -76,15 +76,13 @@ describe 'PublicationsRpmApi' do
76
76
  # @option opts [String] :content__in Content Unit referenced by HREF
77
77
  # @option opts [Integer] :limit Number of results to return per page.
78
78
  # @option opts [Integer] :offset The initial index from which to return the results.
79
- # @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)
79
+ # @option opts [Array<String>] :ordering Ordering
80
80
  # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
81
81
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
82
82
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
83
83
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
84
84
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
85
85
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
86
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
87
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
88
86
  # @option opts [String] :repository Repository referenced by HREF
89
87
  # @option opts [String] :repository_version Repository Version referenced by HREF
90
88
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -79,9 +79,7 @@ describe 'RemotesRpmApi' do
79
79
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
80
80
  # @option opts [String] :name__startswith Filter results where name starts with value
81
81
  # @option opts [Integer] :offset The initial index from which to return the results.
82
- # @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)
83
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
84
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
82
+ # @option opts [Array<String>] :ordering Ordering
85
83
  # @option opts [String] :pulp_label_select Filter labels by search string
86
84
  # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
87
85
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
@@ -79,9 +79,7 @@ describe 'RemotesUlnApi' do
79
79
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
80
80
  # @option opts [String] :name__startswith Filter results where name starts with value
81
81
  # @option opts [Integer] :offset The initial index from which to return the results.
82
- # @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)
83
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
84
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
82
+ # @option opts [Array<String>] :ordering Ordering
85
83
  # @option opts [String] :pulp_label_select Filter labels by search string
86
84
  # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
87
85
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
@@ -79,9 +79,7 @@ describe 'RepositoriesRpmApi' do
79
79
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
80
80
  # @option opts [String] :name__startswith Filter results where name starts with value
81
81
  # @option opts [Integer] :offset The initial index from which to return the results.
82
- # @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)
83
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
84
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
82
+ # @option opts [Array<String>] :ordering Ordering
85
83
  # @option opts [String] :pulp_label_select Filter labels by search string
86
84
  # @option opts [String] :remote Foreign Key referenced by HREF
87
85
  # @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
@@ -59,14 +59,13 @@ describe 'RepositoriesRpmVersionsApi' do
59
59
  # @option opts [Integer] :number__lte Filter results where number is less than or equal to value
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
- # @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)
62
+ # @option opts [Array<String>] :ordering Ordering
63
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 [Array<String>] :pulp_href__in Multiple values may be separated by commas.
70
69
  # @option opts [Array<String>] :fields A list of fields to include in the response.
71
70
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
72
71
  # @return [PaginatedRepositoryVersionResponseList]
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.19.12
4
+ version: 3.20.0.dev1676552011
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-09 00:00:00.000000000 Z
11
+ date: 2023-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -395,112 +395,112 @@ required_ruby_version: !ruby/object:Gem::Requirement
395
395
  version: '1.9'
396
396
  required_rubygems_version: !ruby/object:Gem::Requirement
397
397
  requirements:
398
- - - ">="
398
+ - - ">"
399
399
  - !ruby/object:Gem::Version
400
- version: '0'
400
+ version: 1.3.1
401
401
  requirements: []
402
402
  rubygems_version: 3.0.3.1
403
403
  signing_key:
404
404
  specification_version: 4
405
405
  summary: Pulp 3 API Ruby Gem
406
406
  test_files:
407
- - spec/api/distributions_rpm_api_spec.rb
408
- - spec/api/remotes_uln_api_spec.rb
409
- - spec/api/rpm_comps_api_spec.rb
410
- - spec/api/content_repo_metadata_files_api_spec.rb
411
- - spec/api/content_packagelangpacks_api_spec.rb
407
+ - spec/api/repositories_rpm_versions_api_spec.rb
408
+ - spec/api/rpm_copy_api_spec.rb
409
+ - spec/api/remotes_rpm_api_spec.rb
410
+ - spec/api/publications_rpm_api_spec.rb
412
411
  - spec/api/content_distribution_trees_api_spec.rb
413
- - spec/api/content_packageenvironments_api_spec.rb
412
+ - spec/api/content_advisories_api_spec.rb
413
+ - spec/api/content_packagegroups_api_spec.rb
414
+ - spec/api/content_modulemds_api_spec.rb
415
+ - spec/api/content_packagecategories_api_spec.rb
416
+ - spec/api/rpm_comps_api_spec.rb
414
417
  - spec/api/acs_rpm_api_spec.rb
415
- - spec/api/content_packages_api_spec.rb
416
418
  - spec/api/content_modulemd_obsoletes_api_spec.rb
417
- - spec/api/remotes_rpm_api_spec.rb
419
+ - spec/api/content_packagelangpacks_api_spec.rb
418
420
  - spec/api/content_modulemd_defaults_api_spec.rb
421
+ - spec/api/content_packages_api_spec.rb
422
+ - spec/api/content_repo_metadata_files_api_spec.rb
423
+ - spec/api/remotes_uln_api_spec.rb
424
+ - spec/api/distributions_rpm_api_spec.rb
419
425
  - spec/api/repositories_rpm_api_spec.rb
420
- - spec/api/rpm_copy_api_spec.rb
421
- - spec/api/content_modulemds_api_spec.rb
422
- - spec/api/content_advisories_api_spec.rb
423
- - spec/api/repositories_rpm_versions_api_spec.rb
424
- - spec/api/publications_rpm_api_spec.rb
425
- - spec/api/content_packagegroups_api_spec.rb
426
- - spec/api/content_packagecategories_api_spec.rb
426
+ - spec/api/content_packageenvironments_api_spec.rb
427
427
  - spec/api_client_spec.rb
428
428
  - spec/configuration_spec.rb
429
- - spec/models/task_group_operation_response_spec.rb
429
+ - spec/models/metadata_checksum_type_enum_spec.rb
430
+ - spec/models/rpm_rpm_repository_response_spec.rb
430
431
  - spec/models/paginatedrpm_rpm_alternate_content_source_response_list_spec.rb
431
- - spec/models/paginatedrpm_rpm_repository_response_list_spec.rb
432
- - spec/models/paginatedrpm_distribution_tree_response_list_spec.rb
433
- - spec/models/rpm_package_category_response_spec.rb
434
- - spec/models/policy_enum_spec.rb
435
- - spec/models/rpm_rpm_remote_spec.rb
436
- - spec/models/rpm_package_group_response_spec.rb
437
- - spec/models/paginatedrpm_package_group_response_list_spec.rb
438
- - spec/models/paginatedrpm_package_category_response_list_spec.rb
439
- - spec/models/patchedrpm_rpm_remote_spec.rb
440
- - spec/models/package_checksum_type_enum_spec.rb
441
- - spec/models/rpm_rpm_distribution_response_spec.rb
442
- - spec/models/paginatedrpm_modulemd_obsolete_response_list_spec.rb
443
- - spec/models/image_response_spec.rb
444
- - spec/models/object_roles_response_spec.rb
432
+ - spec/models/skip_types_enum_spec.rb
433
+ - spec/models/rpm_rpm_repository_spec.rb
434
+ - spec/models/rpm_update_record_response_spec.rb
435
+ - spec/models/nested_role_response_spec.rb
445
436
  - spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb
446
- - spec/models/paginatedrpm_rpm_distribution_response_list_spec.rb
447
- - spec/models/rpm_uln_remote_response_spec.rb
448
- - spec/models/paginatedrpm_update_record_response_list_spec.rb
449
- - spec/models/rpm_uln_remote_spec.rb
450
- - spec/models/rpm_rpm_publication_spec.rb
437
+ - spec/models/rpm_modulemd_defaults_spec.rb
438
+ - spec/models/paginated_repository_version_response_list_spec.rb
439
+ - spec/models/rpm_package_category_response_spec.rb
451
440
  - spec/models/artifact_response_spec.rb
452
- - spec/models/rpm_update_record_response_spec.rb
453
- - spec/models/repair_spec.rb
454
- - spec/models/metadata_checksum_type_enum_spec.rb
441
+ - spec/models/paginatedrpm_package_langpacks_response_list_spec.rb
442
+ - spec/models/rpm_uln_remote_response_spec.rb
455
443
  - spec/models/rpm_modulemd_response_spec.rb
444
+ - spec/models/rpm_package_langpacks_response_spec.rb
445
+ - spec/models/paginatedrpm_distribution_tree_response_list_spec.rb
456
446
  - spec/models/addon_response_spec.rb
457
- - spec/models/paginatedrpm_modulemd_response_list_spec.rb
458
- - spec/models/rpm_modulemd_obsolete_spec.rb
459
- - spec/models/rpm_rpm_repository_response_spec.rb
460
- - spec/models/nested_role_response_spec.rb
461
- - spec/models/paginatedrpm_uln_remote_response_list_spec.rb
462
- - spec/models/rpm_modulemd_obsolete_response_spec.rb
463
- - spec/models/rpm_rpm_remote_response_hidden_fields_spec.rb
464
- - spec/models/rpm_package_response_spec.rb
465
447
  - spec/models/sync_policy_enum_spec.rb
466
- - spec/models/rpm_modulemd_spec.rb
467
- - spec/models/async_operation_response_spec.rb
468
- - spec/models/rpm_package_spec.rb
469
- - spec/models/rpm_package_langpacks_response_spec.rb
470
- - spec/models/nested_role_spec.rb
471
- - spec/models/rpm_rpm_distribution_spec.rb
472
- - spec/models/my_permissions_response_spec.rb
448
+ - spec/models/rpm_rpm_publication_spec.rb
449
+ - spec/models/rpm_modulemd_obsolete_response_spec.rb
450
+ - spec/models/paginatedrpm_modulemd_obsolete_response_list_spec.rb
451
+ - spec/models/paginatedrpm_update_record_response_list_spec.rb
473
452
  - spec/models/rpm_rpm_alternate_content_source_response_spec.rb
474
- - spec/models/rpm_package_environment_response_spec.rb
453
+ - spec/models/patchedrpm_uln_remote_spec.rb
475
454
  - spec/models/rpm_rpm_remote_response_spec.rb
476
- - spec/models/rpm_modulemd_defaults_response_spec.rb
477
- - spec/models/paginatedrpm_package_environment_response_list_spec.rb
478
- - spec/models/paginatedrpm_package_langpacks_response_list_spec.rb
479
- - spec/models/rpm_rpm_repository_spec.rb
480
- - spec/models/paginatedrpm_rpm_publication_response_list_spec.rb
455
+ - spec/models/rpm_uln_remote_spec.rb
456
+ - spec/models/repair_spec.rb
457
+ - spec/models/paginatedrpm_rpm_repository_response_list_spec.rb
458
+ - spec/models/paginatedrpm_package_response_list_spec.rb
459
+ - spec/models/package_checksum_type_enum_spec.rb
460
+ - spec/models/rpm_package_response_spec.rb
461
+ - spec/models/repository_add_remove_content_spec.rb
462
+ - spec/models/repository_version_response_spec.rb
463
+ - spec/models/patchedrpm_rpm_alternate_content_source_spec.rb
464
+ - spec/models/paginatedrpm_package_category_response_list_spec.rb
481
465
  - spec/models/rpm_repository_sync_url_spec.rb
482
- - spec/models/patchedrpm_uln_remote_spec.rb
466
+ - spec/models/rpm_rpm_publication_response_spec.rb
467
+ - spec/models/paginatedrpm_package_group_response_list_spec.rb
468
+ - spec/models/rpm_modulemd_defaults_response_spec.rb
483
469
  - spec/models/variant_response_spec.rb
470
+ - spec/models/async_operation_response_spec.rb
471
+ - spec/models/paginatedrpm_rpm_distribution_response_list_spec.rb
472
+ - spec/models/paginatedrpm_repo_metadata_file_response_list_spec.rb
473
+ - spec/models/rpm_package_environment_response_spec.rb
474
+ - spec/models/content_summary_response_spec.rb
475
+ - spec/models/rpm_modulemd_spec.rb
476
+ - spec/models/my_permissions_response_spec.rb
477
+ - spec/models/paginatedrpm_rpm_remote_response_list_spec.rb
478
+ - spec/models/rpm_package_spec.rb
479
+ - spec/models/policy_enum_spec.rb
480
+ - spec/models/rpm_rpm_distribution_spec.rb
481
+ - spec/models/rpm_update_collection_response_spec.rb
482
+ - spec/models/rpm_rpm_remote_spec.rb
483
+ - spec/models/rpm_rpm_distribution_response_spec.rb
484
+ - spec/models/rpm_modulemd_obsolete_spec.rb
485
+ - spec/models/rpm_rpm_remote_response_hidden_fields_spec.rb
486
+ - spec/models/task_group_operation_response_spec.rb
487
+ - spec/models/patchedrpm_rpm_repository_spec.rb
488
+ - spec/models/object_roles_response_spec.rb
484
489
  - spec/models/patchedrpm_rpm_distribution_spec.rb
485
- - spec/models/patchedrpm_rpm_alternate_content_source_spec.rb
490
+ - spec/models/copy_spec.rb
491
+ - spec/models/paginatedrpm_rpm_publication_response_list_spec.rb
492
+ - spec/models/patchedrpm_rpm_remote_spec.rb
493
+ - spec/models/rpm_repo_metadata_file_response_spec.rb
494
+ - spec/models/comps_xml_spec.rb
495
+ - spec/models/rpm_package_group_response_spec.rb
496
+ - spec/models/nested_role_spec.rb
486
497
  - spec/models/rpm_update_collection_spec.rb
498
+ - spec/models/paginatedrpm_package_environment_response_list_spec.rb
499
+ - spec/models/paginatedrpm_uln_remote_response_list_spec.rb
500
+ - spec/models/paginatedrpm_modulemd_response_list_spec.rb
501
+ - spec/models/rpm_rpm_alternate_content_source_spec.rb
502
+ - spec/models/image_response_spec.rb
503
+ - spec/models/checksum_response_spec.rb
487
504
  - spec/models/rpm_distribution_tree_response_spec.rb
488
- - spec/models/rpm_rpm_publication_response_spec.rb
489
- - spec/models/patchedrpm_rpm_repository_spec.rb
490
- - spec/models/comps_xml_spec.rb
491
- - spec/models/paginatedrpm_rpm_remote_response_list_spec.rb
492
- - spec/models/rpm_repo_metadata_file_response_spec.rb
493
- - spec/models/repository_add_remove_content_spec.rb
494
- - spec/models/rpm_modulemd_defaults_spec.rb
495
- - spec/models/paginatedrpm_repo_metadata_file_response_list_spec.rb
496
- - spec/models/paginated_repository_version_response_list_spec.rb
497
- - spec/models/copy_spec.rb
498
- - spec/models/rpm_update_collection_response_spec.rb
499
- - spec/models/skip_types_enum_spec.rb
500
505
  - spec/models/rpm_update_record_spec.rb
501
- - spec/models/content_summary_response_spec.rb
502
- - spec/models/repository_version_response_spec.rb
503
- - spec/models/paginatedrpm_package_response_list_spec.rb
504
- - spec/models/checksum_response_spec.rb
505
- - spec/models/rpm_rpm_alternate_content_source_spec.rb
506
506
  - spec/spec_helper.rb