pulp_deb_client 2.17.1 → 2.19.1

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 (76) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -7
  3. data/docs/ContentGenericContentsApi.md +5 -3
  4. data/docs/ContentInstallerFileIndicesApi.md +2 -2
  5. data/docs/ContentInstallerPackagesApi.md +5 -3
  6. data/docs/ContentPackageIndicesApi.md +2 -2
  7. data/docs/ContentPackageReleaseComponentsApi.md +2 -2
  8. data/docs/ContentPackagesApi.md +5 -3
  9. data/docs/ContentReleaseArchitecturesApi.md +2 -2
  10. data/docs/ContentReleaseComponentsApi.md +2 -2
  11. data/docs/ContentReleaseFilesApi.md +2 -2
  12. data/docs/ContentReleasesApi.md +2 -2
  13. data/docs/Copy.md +21 -0
  14. data/docs/DebAptRemote.md +2 -2
  15. data/docs/DebBasePackage.md +3 -1
  16. data/docs/DebCopyApi.md +62 -0
  17. data/docs/DebGenericContent.md +3 -1
  18. data/docs/DistributionsAptApi.md +2 -2
  19. data/docs/PatcheddebAptRemote.md +2 -2
  20. data/docs/PublicationsAptApi.md +4 -2
  21. data/docs/PublicationsVerbatimApi.md +4 -2
  22. data/docs/RemotesAptApi.md +2 -2
  23. data/docs/Repair.md +17 -0
  24. data/docs/RepositoriesAptApi.md +2 -2
  25. data/docs/RepositoriesAptVersionsApi.md +6 -6
  26. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +10 -3
  27. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +7 -3
  28. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +10 -3
  29. data/lib/pulp_deb_client/api/content_package_indices_api.rb +7 -3
  30. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +7 -3
  31. data/lib/pulp_deb_client/api/content_packages_api.rb +10 -3
  32. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +7 -3
  33. data/lib/pulp_deb_client/api/content_release_components_api.rb +7 -3
  34. data/lib/pulp_deb_client/api/content_release_files_api.rb +7 -3
  35. data/lib/pulp_deb_client/api/content_releases_api.rb +7 -3
  36. data/lib/pulp_deb_client/api/deb_copy_api.rb +86 -0
  37. data/lib/pulp_deb_client/api/distributions_apt_api.rb +7 -3
  38. data/lib/pulp_deb_client/api/publications_apt_api.rb +10 -3
  39. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +10 -3
  40. data/lib/pulp_deb_client/api/remotes_apt_api.rb +7 -3
  41. data/lib/pulp_deb_client/api/repositories_apt_api.rb +7 -3
  42. data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +16 -12
  43. data/lib/pulp_deb_client/models/{content_summary.rb → copy.rb} +33 -42
  44. data/lib/pulp_deb_client/models/deb_apt_remote.rb +2 -2
  45. data/lib/pulp_deb_client/models/deb_base_package.rb +14 -4
  46. data/lib/pulp_deb_client/models/deb_generic_content.rb +14 -4
  47. data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +2 -2
  48. data/lib/pulp_deb_client/models/{repository_version.rb → repair.rb} +13 -12
  49. data/lib/pulp_deb_client/version.rb +1 -1
  50. data/lib/pulp_deb_client.rb +3 -2
  51. data/pulp_deb_client.gemspec +3 -3
  52. data/spec/api/content_generic_contents_api_spec.rb +2 -1
  53. data/spec/api/content_installer_file_indices_api_spec.rb +1 -1
  54. data/spec/api/content_installer_packages_api_spec.rb +2 -1
  55. data/spec/api/content_package_indices_api_spec.rb +1 -1
  56. data/spec/api/content_package_release_components_api_spec.rb +1 -1
  57. data/spec/api/content_packages_api_spec.rb +2 -1
  58. data/spec/api/content_release_architectures_api_spec.rb +1 -1
  59. data/spec/api/content_release_components_api_spec.rb +1 -1
  60. data/spec/api/content_release_files_api_spec.rb +1 -1
  61. data/spec/api/content_releases_api_spec.rb +1 -1
  62. data/spec/api/deb_copy_api_spec.rb +47 -0
  63. data/spec/api/distributions_apt_api_spec.rb +1 -1
  64. data/spec/api/publications_apt_api_spec.rb +2 -1
  65. data/spec/api/publications_verbatim_api_spec.rb +2 -1
  66. data/spec/api/remotes_apt_api_spec.rb +1 -1
  67. data/spec/api/repositories_apt_api_spec.rb +1 -1
  68. data/spec/api/repositories_apt_versions_api_spec.rb +2 -2
  69. data/spec/models/{content_summary_spec.rb → copy_spec.rb} +9 -9
  70. data/spec/models/deb_base_package_spec.rb +6 -0
  71. data/spec/models/deb_generic_content_spec.rb +6 -0
  72. data/spec/models/{repository_version_spec.rb → repair_spec.rb} +7 -7
  73. metadata +68 -65
  74. data/docs/ContentSummary.md +0 -21
  75. data/docs/RepositoryVersion.md +0 -17
  76. data/git_push.sh +0 -58
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 55256508745ab7e10f6fd08831409fa81cc214d42964bc7d7068d31fb7cd2947
4
- data.tar.gz: 56b38b8ee1a3b4e291dc8215cf236b094c606c74068b04f16957bc9d9a420def
3
+ metadata.gz: 858d4845a73a17662ef864782ee459ea203a96cb2755be001b4196e7cf78e1d2
4
+ data.tar.gz: 0bd018c8b0f1ca66743238946c96e1b5c0f62c51cb32622e2207d57eea22de98
5
5
  SHA512:
6
- metadata.gz: '08ad35651e43fd5e6f2dda74cec3dbb86373b4b0290973675f27658e91814aa4ff8396412130733682b2f1882ebadd226cbfd5489e32f331604295c4453dcddd'
7
- data.tar.gz: 64b1a1a33f0632ebe71823aea87c6f5ff90059e62ff973b7cf26ab3269b2c07cfdf32746456f5a20dc8356a25f5ab98f00a1233f1ca42d018c7a9ea578854644
6
+ metadata.gz: 287ba743f12df50d28f31c71241a22107d0563c676e1f6375a39525c086cd8e198a15d2c9ef2739137f3ce13fc480ab3863d796018972ddde56a259da3317c44
7
+ data.tar.gz: 9d71fa4f860ed5b898b321063e43500bb80ef4fa5a25c2041f2ee483a551b5b45acf33cb0d43afb06b8bf5a305172a0c7c31f2c4811db959379a4eddc4219ea6
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 2.17.1
10
+ - Package version: 2.19.1
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_deb_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_deb_client-2.17.1.gem
27
+ gem install ./pulp_deb_client-2.19.1.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_deb_client-2.17.1.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_deb_client-2.19.1.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_deb_client', '~> 2.17.1'
36
+ gem 'pulp_deb_client', '~> 2.19.1'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -69,7 +69,8 @@ relative_path = 'relative_path_example' # String | Path where the artifact is lo
69
69
  opts = {
70
70
  artifact: 'artifact_example', # String | Artifact file representing the physical content
71
71
  file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
72
- repository: 'repository_example' # String | A URI of a repository the new content unit should be associated with.
72
+ repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
73
+ upload: 'upload_example' # String | An uncommitted upload that may be turned into the artifact of the content unit.
73
74
  }
74
75
 
75
76
  begin
@@ -118,6 +119,7 @@ Class | Method | HTTP request | Description
118
119
  *PulpDebClient::ContentReleasesApi* | [**create**](docs/ContentReleasesApi.md#create) | **POST** /pulp/api/v3/content/deb/releases/ | Create a release
119
120
  *PulpDebClient::ContentReleasesApi* | [**list**](docs/ContentReleasesApi.md#list) | **GET** /pulp/api/v3/content/deb/releases/ | List releases
120
121
  *PulpDebClient::ContentReleasesApi* | [**read**](docs/ContentReleasesApi.md#read) | **GET** {deb_release_href} | Inspect a release
122
+ *PulpDebClient::DebCopyApi* | [**copy_content**](docs/DebCopyApi.md#copy_content) | **POST** /pulp/api/v3/deb/copy/ | Copy content
121
123
  *PulpDebClient::DistributionsAptApi* | [**create**](docs/DistributionsAptApi.md#create) | **POST** /pulp/api/v3/distributions/deb/apt/ | Create an apt distribution
122
124
  *PulpDebClient::DistributionsAptApi* | [**delete**](docs/DistributionsAptApi.md#delete) | **DELETE** {deb_apt_distribution_href} | Delete an apt distribution
123
125
  *PulpDebClient::DistributionsAptApi* | [**list**](docs/DistributionsAptApi.md#list) | **GET** /pulp/api/v3/distributions/deb/apt/ | List apt distributions
@@ -155,8 +157,8 @@ Class | Method | HTTP request | Description
155
157
  ## Documentation for Models
156
158
 
157
159
  - [PulpDebClient::AsyncOperationResponse](docs/AsyncOperationResponse.md)
158
- - [PulpDebClient::ContentSummary](docs/ContentSummary.md)
159
160
  - [PulpDebClient::ContentSummaryResponse](docs/ContentSummaryResponse.md)
161
+ - [PulpDebClient::Copy](docs/Copy.md)
160
162
  - [PulpDebClient::DebAptDistribution](docs/DebAptDistribution.md)
161
163
  - [PulpDebClient::DebAptDistributionResponse](docs/DebAptDistributionResponse.md)
162
164
  - [PulpDebClient::DebAptPublication](docs/DebAptPublication.md)
@@ -204,9 +206,9 @@ Class | Method | HTTP request | Description
204
206
  - [PulpDebClient::PatcheddebAptRemote](docs/PatcheddebAptRemote.md)
205
207
  - [PulpDebClient::PatcheddebAptRepository](docs/PatcheddebAptRepository.md)
206
208
  - [PulpDebClient::PolicyEnum](docs/PolicyEnum.md)
209
+ - [PulpDebClient::Repair](docs/Repair.md)
207
210
  - [PulpDebClient::RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
208
211
  - [PulpDebClient::RepositorySyncURL](docs/RepositorySyncURL.md)
209
- - [PulpDebClient::RepositoryVersion](docs/RepositoryVersion.md)
210
212
  - [PulpDebClient::RepositoryVersionResponse](docs/RepositoryVersionResponse.md)
211
213
 
212
214
 
@@ -35,7 +35,8 @@ relative_path = 'relative_path_example' # String | Path where the artifact is lo
35
35
  opts = {
36
36
  artifact: 'artifact_example', # String | Artifact file representing the physical content
37
37
  file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
38
- repository: 'repository_example' # String | A URI of a repository the new content unit should be associated with.
38
+ repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
39
+ upload: 'upload_example' # String | An uncommitted upload that may be turned into the artifact of the content unit.
39
40
  }
40
41
 
41
42
  begin
@@ -56,6 +57,7 @@ Name | Type | Description | Notes
56
57
  **artifact** | **String**| Artifact file representing the physical content | [optional]
57
58
  **file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
58
59
  **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
60
+ **upload** | **String**| An uncommitted upload that may be turned into the artifact of the content unit. | [optional]
59
61
 
60
62
  ### Return type
61
63
 
@@ -95,7 +97,7 @@ api_instance = PulpDebClient::ContentGenericContentsApi.new
95
97
  opts = {
96
98
  limit: 56, # Integer | Number of results to return per page.
97
99
  offset: 56, # Integer | The initial index from which to return the results.
98
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
100
+ ordering: ['ordering_example'], # Array<String> | Ordering
99
101
  relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
100
102
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
101
103
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
@@ -121,7 +123,7 @@ Name | Type | Description | Notes
121
123
  ------------- | ------------- | ------------- | -------------
122
124
  **limit** | **Integer**| Number of results to return per page. | [optional]
123
125
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
124
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
126
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
125
127
  **relative_path** | **String**| Filter results where relative_path matches value | [optional]
126
128
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
127
129
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
@@ -89,7 +89,7 @@ opts = {
89
89
  component: 'component_example', # String | Filter results where component matches value
90
90
  limit: 56, # Integer | Number of results to return per page.
91
91
  offset: 56, # Integer | The initial index from which to return the results.
92
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
92
+ ordering: ['ordering_example'], # Array<String> | Ordering
93
93
  relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
94
94
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
95
95
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
@@ -117,7 +117,7 @@ Name | Type | Description | Notes
117
117
  **component** | **String**| Filter results where component matches value | [optional]
118
118
  **limit** | **Integer**| Number of results to return per page. | [optional]
119
119
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
120
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
120
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
121
121
  **relative_path** | **String**| Filter results where relative_path matches value | [optional]
122
122
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
123
123
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
@@ -35,7 +35,8 @@ opts = {
35
35
  artifact: 'artifact_example', # String | Artifact file representing the physical content
36
36
  relative_path: 'relative_path_example', # String | Path where the artifact is located relative to distributions base_path
37
37
  file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
38
- repository: 'repository_example' # String | A URI of a repository the new content unit should be associated with.
38
+ repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
39
+ upload: 'upload_example' # String | An uncommitted upload that may be turned into the artifact of the content unit.
39
40
  }
40
41
 
41
42
  begin
@@ -56,6 +57,7 @@ Name | Type | Description | Notes
56
57
  **relative_path** | **String**| Path where the artifact is located relative to distributions base_path | [optional]
57
58
  **file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
58
59
  **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
60
+ **upload** | **String**| An uncommitted upload that may be turned into the artifact of the content unit. | [optional]
59
61
 
60
62
  ### Return type
61
63
 
@@ -103,7 +105,7 @@ opts = {
103
105
  maintainer: 'maintainer_example', # String | Filter results where maintainer matches value
104
106
  multi_arch: 'multi_arch_example', # String | Filter results where multi_arch matches value
105
107
  offset: 56, # Integer | The initial index from which to return the results.
106
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
108
+ ordering: ['ordering_example'], # Array<String> | Ordering
107
109
  origin: 'origin_example', # String | Filter results where origin matches value
108
110
  original_maintainer: 'original_maintainer_example', # String | Filter results where original_maintainer matches value
109
111
  package: 'package_example', # String | Filter results where package matches value
@@ -144,7 +146,7 @@ Name | Type | Description | Notes
144
146
  **maintainer** | **String**| Filter results where maintainer matches value | [optional]
145
147
  **multi_arch** | **String**| Filter results where multi_arch matches value | [optional]
146
148
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
147
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
149
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
148
150
  **origin** | **String**| Filter results where origin matches value | [optional]
149
151
  **original_maintainer** | **String**| Filter results where original_maintainer matches value | [optional]
150
152
  **package** | **String**| Filter results where package matches value | [optional]
@@ -89,7 +89,7 @@ opts = {
89
89
  component: 'component_example', # String | Filter results where component matches value
90
90
  limit: 56, # Integer | Number of results to return per page.
91
91
  offset: 56, # Integer | The initial index from which to return the results.
92
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
92
+ ordering: ['ordering_example'], # Array<String> | Ordering
93
93
  relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
94
94
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
95
95
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
@@ -117,7 +117,7 @@ Name | Type | Description | Notes
117
117
  **component** | **String**| Filter results where component matches value | [optional]
118
118
  **limit** | **Integer**| Number of results to return per page. | [optional]
119
119
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
120
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
120
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
121
121
  **relative_path** | **String**| Filter results where relative_path matches value | [optional]
122
122
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
123
123
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
@@ -87,7 +87,7 @@ api_instance = PulpDebClient::ContentPackageReleaseComponentsApi.new
87
87
  opts = {
88
88
  limit: 56, # Integer | Number of results to return per page.
89
89
  offset: 56, # Integer | The initial index from which to return the results.
90
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
90
+ ordering: ['ordering_example'], # Array<String> | Ordering
91
91
  package: 'package_example', # String | Filter results where package matches value
92
92
  release_component: 'release_component_example', # String | Filter results where release_component matches value
93
93
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
@@ -113,7 +113,7 @@ Name | Type | Description | Notes
113
113
  ------------- | ------------- | ------------- | -------------
114
114
  **limit** | **Integer**| Number of results to return per page. | [optional]
115
115
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
116
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
116
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
117
117
  **package** | [**String**](.md)| Filter results where package matches value | [optional]
118
118
  **release_component** | [**String**](.md)| Filter results where release_component matches value | [optional]
119
119
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
@@ -35,7 +35,8 @@ opts = {
35
35
  artifact: 'artifact_example', # String | Artifact file representing the physical content
36
36
  relative_path: 'relative_path_example', # String | Path where the artifact is located relative to distributions base_path
37
37
  file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
38
- repository: 'repository_example' # String | A URI of a repository the new content unit should be associated with.
38
+ repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
39
+ upload: 'upload_example' # String | An uncommitted upload that may be turned into the artifact of the content unit.
39
40
  }
40
41
 
41
42
  begin
@@ -56,6 +57,7 @@ Name | Type | Description | Notes
56
57
  **relative_path** | **String**| Path where the artifact is located relative to distributions base_path | [optional]
57
58
  **file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
58
59
  **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
60
+ **upload** | **String**| An uncommitted upload that may be turned into the artifact of the content unit. | [optional]
59
61
 
60
62
  ### Return type
61
63
 
@@ -103,7 +105,7 @@ opts = {
103
105
  maintainer: 'maintainer_example', # String | Filter results where maintainer matches value
104
106
  multi_arch: 'multi_arch_example', # String | Filter results where multi_arch matches value
105
107
  offset: 56, # Integer | The initial index from which to return the results.
106
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
108
+ ordering: ['ordering_example'], # Array<String> | Ordering
107
109
  origin: 'origin_example', # String | Filter results where origin matches value
108
110
  original_maintainer: 'original_maintainer_example', # String | Filter results where original_maintainer matches value
109
111
  package: 'package_example', # String | Filter results where package matches value
@@ -145,7 +147,7 @@ Name | Type | Description | Notes
145
147
  **maintainer** | **String**| Filter results where maintainer matches value | [optional]
146
148
  **multi_arch** | **String**| Filter results where multi_arch matches value | [optional]
147
149
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
148
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
150
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
149
151
  **origin** | **String**| Filter results where origin matches value | [optional]
150
152
  **original_maintainer** | **String**| Filter results where original_maintainer matches value | [optional]
151
153
  **package** | **String**| Filter results where package matches value | [optional]
@@ -88,7 +88,7 @@ opts = {
88
88
  architecture: 'architecture_example', # String | Filter results where architecture matches value
89
89
  limit: 56, # Integer | Number of results to return per page.
90
90
  offset: 56, # Integer | The initial index from which to return the results.
91
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
91
+ ordering: ['ordering_example'], # Array<String> | Ordering
92
92
  release: 'release_example', # String | Filter results where release matches value
93
93
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
94
94
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
@@ -114,7 +114,7 @@ Name | Type | Description | Notes
114
114
  **architecture** | **String**| Filter results where architecture matches value | [optional]
115
115
  **limit** | **Integer**| Number of results to return per page. | [optional]
116
116
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
117
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
117
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
118
118
  **release** | [**String**](.md)| Filter results where release matches value | [optional]
119
119
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
120
120
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
@@ -88,7 +88,7 @@ opts = {
88
88
  component: 'component_example', # String | Filter results where component matches value
89
89
  limit: 56, # Integer | Number of results to return per page.
90
90
  offset: 56, # Integer | The initial index from which to return the results.
91
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
91
+ ordering: ['ordering_example'], # Array<String> | Ordering
92
92
  release: 'release_example', # String | Filter results where release matches value
93
93
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
94
94
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
@@ -114,7 +114,7 @@ Name | Type | Description | Notes
114
114
  **component** | **String**| Filter results where component matches value | [optional]
115
115
  **limit** | **Integer**| Number of results to return per page. | [optional]
116
116
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
117
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
117
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
118
118
  **release** | [**String**](.md)| Filter results where release matches value | [optional]
119
119
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
120
120
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
@@ -88,7 +88,7 @@ opts = {
88
88
  codename: 'codename_example', # String | Filter results where codename matches value
89
89
  limit: 56, # Integer | Number of results to return per page.
90
90
  offset: 56, # Integer | The initial index from which to return the results.
91
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
91
+ ordering: ['ordering_example'], # Array<String> | Ordering
92
92
  relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
93
93
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
94
94
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
@@ -116,7 +116,7 @@ Name | Type | Description | Notes
116
116
  **codename** | **String**| Filter results where codename matches value | [optional]
117
117
  **limit** | **Integer**| Number of results to return per page. | [optional]
118
118
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
119
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
119
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
120
120
  **relative_path** | **String**| Filter results where relative_path matches value | [optional]
121
121
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
122
122
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
@@ -89,7 +89,7 @@ opts = {
89
89
  distribution: 'distribution_example', # String | Filter results where distribution matches value
90
90
  limit: 56, # Integer | Number of results to return per page.
91
91
  offset: 56, # Integer | The initial index from which to return the results.
92
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
92
+ ordering: ['ordering_example'], # Array<String> | Ordering
93
93
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
94
94
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
95
95
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -116,7 +116,7 @@ Name | Type | Description | Notes
116
116
  **distribution** | **String**| Filter results where distribution matches value | [optional]
117
117
  **limit** | **Integer**| Number of results to return per page. | [optional]
118
118
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
119
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
119
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
120
120
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
121
121
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
122
122
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
data/docs/Copy.md ADDED
@@ -0,0 +1,21 @@
1
+ # PulpDebClient::Copy
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **config** | [**Object**](.md) | A JSON document describing sources, destinations, and content to be copied |
8
+ **structured** | **Boolean** | Also copy any distributions, components, and releases as needed for any packages being copied. This will allow for structured publications of the target repository.Default is set to True | [optional] [default to true]
9
+ **dependency_solving** | **Boolean** | Also copy dependencies of any packages being copied. NOT YETIMPLEMENTED! You must keep this at \&quot;False\&quot;! | [optional] [default to false]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'PulpDebClient'
15
+
16
+ instance = PulpDebClient::Copy.new(config: null,
17
+ structured: null,
18
+ dependency_solving: null)
19
+ ```
20
+
21
+
data/docs/DebAptRemote.md CHANGED
@@ -12,9 +12,9 @@ Name | Type | Description | Notes
12
12
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
13
13
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
14
14
  **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
15
- **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
15
+ **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
16
16
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
- **password** | **String** | The password to be used for authentication when syncing. | [optional]
17
+ **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
18
18
  **pulp_labels** | [**Object**](.md) | | [optional]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
20
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
8
8
  **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional]
9
9
  **file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional]
10
10
  **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
11
+ **upload** | **String** | An uncommitted upload that may be turned into the artifact of the content unit. | [optional]
11
12
 
12
13
  ## Code Sample
13
14
 
@@ -17,7 +18,8 @@ require 'PulpDebClient'
17
18
  instance = PulpDebClient::DebBasePackage.new(artifact: null,
18
19
  relative_path: null,
19
20
  file: null,
20
- repository: null)
21
+ repository: null,
22
+ upload: null)
21
23
  ```
22
24
 
23
25
 
@@ -0,0 +1,62 @@
1
+ # PulpDebClient::DebCopyApi
2
+
3
+ All URIs are relative to *https://pulp*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**copy_content**](DebCopyApi.md#copy_content) | **POST** /pulp/api/v3/deb/copy/ | Copy content
8
+
9
+
10
+
11
+ ## copy_content
12
+
13
+ > AsyncOperationResponse copy_content(copy)
14
+
15
+ Copy content
16
+
17
+ Trigger an asynchronous task to copy APT contentfrom one repository into another, creating a newrepository version.
18
+
19
+ ### Example
20
+
21
+ ```ruby
22
+ # load the gem
23
+ require 'pulp_deb_client'
24
+ # setup authorization
25
+ PulpDebClient.configure do |config|
26
+ # Configure HTTP basic authorization: basicAuth
27
+ config.username = 'YOUR USERNAME'
28
+ config.password = 'YOUR PASSWORD'
29
+ end
30
+
31
+ api_instance = PulpDebClient::DebCopyApi.new
32
+ copy = PulpDebClient::Copy.new # Copy |
33
+
34
+ begin
35
+ #Copy content
36
+ result = api_instance.copy_content(copy)
37
+ p result
38
+ rescue PulpDebClient::ApiError => e
39
+ puts "Exception when calling DebCopyApi->copy_content: #{e}"
40
+ end
41
+ ```
42
+
43
+ ### Parameters
44
+
45
+
46
+ Name | Type | Description | Notes
47
+ ------------- | ------------- | ------------- | -------------
48
+ **copy** | [**Copy**](Copy.md)| |
49
+
50
+ ### Return type
51
+
52
+ [**AsyncOperationResponse**](AsyncOperationResponse.md)
53
+
54
+ ### Authorization
55
+
56
+ [basicAuth](../README.md#basicAuth)
57
+
58
+ ### HTTP request headers
59
+
60
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
61
+ - **Accept**: application/json
62
+
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
8
8
  **relative_path** | **String** | Path where the artifact is located relative to distributions base_path |
9
9
  **file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional]
10
10
  **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
11
+ **upload** | **String** | An uncommitted upload that may be turned into the artifact of the content unit. | [optional]
11
12
 
12
13
  ## Code Sample
13
14
 
@@ -17,7 +18,8 @@ require 'PulpDebClient'
17
18
  instance = PulpDebClient::DebGenericContent.new(artifact: null,
18
19
  relative_path: null,
19
20
  file: null,
20
- repository: null)
21
+ repository: null,
22
+ upload: null)
21
23
  ```
22
24
 
23
25
 
@@ -152,7 +152,7 @@ opts = {
152
152
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
153
153
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
154
154
  offset: 56, # Integer | The initial index from which to return the results.
155
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
155
+ ordering: ['ordering_example'], # Array<String> | Ordering
156
156
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
157
157
  fields: 'fields_example', # String | A list of fields to include in the response.
158
158
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
@@ -183,7 +183,7 @@ Name | Type | Description | Notes
183
183
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
184
184
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
185
185
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
186
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
186
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
187
187
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
188
188
  **fields** | **String**| A list of fields to include in the response. | [optional]
189
189
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
@@ -12,9 +12,9 @@ Name | Type | Description | Notes
12
12
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
13
13
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
14
14
  **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
15
- **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
15
+ **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
16
16
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
- **password** | **String** | The password to be used for authentication when syncing. | [optional]
17
+ **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
18
18
  **pulp_labels** | [**Object**](.md) | | [optional]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
20
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
@@ -142,13 +142,14 @@ opts = {
142
142
  content__in: 'content__in_example', # String | Content Unit referenced by HREF
143
143
  limit: 56, # Integer | Number of results to return per page.
144
144
  offset: 56, # Integer | The initial index from which to return the results.
145
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
145
+ ordering: ['ordering_example'], # Array<String> | Ordering
146
146
  pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
147
147
  pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
148
148
  pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
149
149
  pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
150
150
  pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
151
151
  pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
152
+ repository: 'repository_example', # String | Repository referenced by HREF
152
153
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
153
154
  fields: 'fields_example', # String | A list of fields to include in the response.
154
155
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
@@ -172,13 +173,14 @@ Name | Type | Description | Notes
172
173
  **content__in** | **String**| Content Unit referenced by HREF | [optional]
173
174
  **limit** | **Integer**| Number of results to return per page. | [optional]
174
175
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
175
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
176
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
176
177
  **pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
177
178
  **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
178
179
  **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
179
180
  **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
180
181
  **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
181
182
  **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
183
+ **repository** | **String**| Repository referenced by HREF | [optional]
182
184
  **repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
183
185
  **fields** | **String**| A list of fields to include in the response. | [optional]
184
186
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
@@ -142,13 +142,14 @@ opts = {
142
142
  content__in: 'content__in_example', # String | Content Unit referenced by HREF
143
143
  limit: 56, # Integer | Number of results to return per page.
144
144
  offset: 56, # Integer | The initial index from which to return the results.
145
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
145
+ ordering: ['ordering_example'], # Array<String> | Ordering
146
146
  pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
147
147
  pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
148
148
  pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
149
149
  pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
150
150
  pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
151
151
  pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
152
+ repository: 'repository_example', # String | Repository referenced by HREF
152
153
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
153
154
  fields: 'fields_example', # String | A list of fields to include in the response.
154
155
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
@@ -172,13 +173,14 @@ Name | Type | Description | Notes
172
173
  **content__in** | **String**| Content Unit referenced by HREF | [optional]
173
174
  **limit** | **Integer**| Number of results to return per page. | [optional]
174
175
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
175
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
176
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
176
177
  **pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
177
178
  **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
178
179
  **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
179
180
  **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
180
181
  **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
181
182
  **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
183
+ **repository** | **String**| Repository referenced by HREF | [optional]
182
184
  **repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
183
185
  **fields** | **String**| A list of fields to include in the response. | [optional]
184
186
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
@@ -148,7 +148,7 @@ opts = {
148
148
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
149
149
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
150
150
  offset: 56, # Integer | The initial index from which to return the results.
151
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
151
+ ordering: ['ordering_example'], # Array<String> | Ordering
152
152
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
153
153
  pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
154
154
  pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
@@ -181,7 +181,7 @@ Name | Type | Description | Notes
181
181
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
182
182
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
183
183
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
184
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
184
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
185
185
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
186
186
  **pulp_last_updated** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
187
187
  **pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
data/docs/Repair.md ADDED
@@ -0,0 +1,17 @@
1
+ # PulpDebClient::Repair
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **verify_checksums** | **Boolean** | Will verify that the checksum of all stored files matches what saved in the database. Otherwise only the existence of the files will be checked. Enabled by default | [optional] [default to true]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'PulpDebClient'
13
+
14
+ instance = PulpDebClient::Repair.new(verify_checksums: null)
15
+ ```
16
+
17
+
@@ -150,7 +150,7 @@ opts = {
150
150
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
151
151
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
152
152
  offset: 56, # Integer | The initial index from which to return the results.
153
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
153
+ ordering: ['ordering_example'], # Array<String> | Ordering
154
154
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
155
155
  fields: 'fields_example', # String | A list of fields to include in the response.
156
156
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
@@ -177,7 +177,7 @@ Name | Type | Description | Notes
177
177
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
178
178
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
179
179
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
180
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
180
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
181
181
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
182
182
  **fields** | **String**| A list of fields to include in the response. | [optional]
183
183
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]