pulp_deb_client 2.21.2 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (147) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +35 -7
  3. data/docs/ContentGenericContentsApi.md +7 -5
  4. data/docs/ContentInstallerFileIndicesApi.md +3 -1
  5. data/docs/ContentInstallerPackagesApi.md +7 -5
  6. data/docs/ContentPackageIndicesApi.md +3 -1
  7. data/docs/ContentPackageReleaseComponentsApi.md +3 -1
  8. data/docs/ContentPackagesApi.md +27 -5
  9. data/docs/ContentReleaseArchitecturesApi.md +5 -7
  10. data/docs/ContentReleaseComponentsApi.md +7 -7
  11. data/docs/ContentReleaseFilesApi.md +3 -1
  12. data/docs/ContentReleasesApi.md +13 -3
  13. data/docs/ContentSourceIndicesApi.md +204 -0
  14. data/docs/ContentSourcePackagesApi.md +258 -0
  15. data/docs/ContentSourceReleaseComponentsApi.md +202 -0
  16. data/docs/DebAptPublication.md +4 -2
  17. data/docs/DebAptPublicationResponse.md +4 -2
  18. data/docs/DebAptRepository.md +7 -1
  19. data/docs/DebAptRepositoryResponse.md +7 -1
  20. data/docs/DebCopyApi.md +1 -1
  21. data/docs/DebGenericContent.md +2 -2
  22. data/docs/DebInstallerPackage.md +2 -2
  23. data/docs/DebPackage.md +2 -2
  24. data/docs/DebRelease.md +9 -1
  25. data/docs/DebReleaseArchitecture.md +1 -5
  26. data/docs/DebReleaseArchitectureResponse.md +1 -5
  27. data/docs/DebReleaseComponent.md +1 -5
  28. data/docs/DebReleaseComponentResponse.md +1 -5
  29. data/docs/DebReleaseFile.md +3 -3
  30. data/docs/DebReleaseFileResponse.md +3 -3
  31. data/docs/DebReleaseResponse.md +9 -1
  32. data/docs/DebSourceIndex.md +25 -0
  33. data/docs/DebSourceIndexResponse.md +27 -0
  34. data/docs/DebSourcePackage.md +21 -0
  35. data/docs/DebSourcePackageReleaseComponent.md +21 -0
  36. data/docs/DebSourcePackageReleaseComponentResponse.md +23 -0
  37. data/docs/DebSourcePackageResponse.md +77 -0
  38. data/docs/DistributionsAptApi.md +123 -1
  39. data/docs/PaginateddebSourceIndexResponseList.md +23 -0
  40. data/docs/PaginateddebSourcePackageReleaseComponentResponseList.md +23 -0
  41. data/docs/PaginateddebSourcePackageResponseList.md +23 -0
  42. data/docs/PatcheddebAptRepository.md +7 -1
  43. data/docs/PublicationsAptApi.md +3 -1
  44. data/docs/PublicationsVerbatimApi.md +3 -1
  45. data/docs/RemotesAptApi.md +123 -1
  46. data/docs/RepositoriesAptApi.md +123 -1
  47. data/docs/RepositoriesAptVersionsApi.md +3 -1
  48. data/docs/SetLabel.md +19 -0
  49. data/docs/SetLabelResponse.md +19 -0
  50. data/docs/UnsetLabel.md +17 -0
  51. data/docs/UnsetLabelResponse.md +19 -0
  52. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +7 -4
  53. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +3 -0
  54. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +7 -4
  55. data/lib/pulp_deb_client/api/content_package_indices_api.rb +3 -0
  56. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +3 -0
  57. data/lib/pulp_deb_client/api/content_packages_api.rb +37 -4
  58. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +6 -9
  59. data/lib/pulp_deb_client/api/content_release_components_api.rb +9 -9
  60. data/lib/pulp_deb_client/api/content_release_files_api.rb +3 -0
  61. data/lib/pulp_deb_client/api/content_releases_api.rb +18 -3
  62. data/lib/pulp_deb_client/api/content_source_indices_api.rb +256 -0
  63. data/lib/pulp_deb_client/api/content_source_packages_api.rb +337 -0
  64. data/lib/pulp_deb_client/api/content_source_release_components_api.rb +253 -0
  65. data/lib/pulp_deb_client/api/distributions_apt_api.rb +155 -0
  66. data/lib/pulp_deb_client/api/publications_apt_api.rb +3 -0
  67. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +3 -0
  68. data/lib/pulp_deb_client/api/remotes_apt_api.rb +155 -0
  69. data/lib/pulp_deb_client/api/repositories_apt_api.rb +155 -0
  70. data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +3 -0
  71. data/lib/pulp_deb_client/configuration.rb +2 -2
  72. data/lib/pulp_deb_client/models/deb_apt_publication.rb +14 -5
  73. data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +14 -5
  74. data/lib/pulp_deb_client/models/deb_apt_repository.rb +38 -5
  75. data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +38 -5
  76. data/lib/pulp_deb_client/models/deb_generic_content.rb +2 -2
  77. data/lib/pulp_deb_client/models/deb_installer_package.rb +2 -2
  78. data/lib/pulp_deb_client/models/deb_package.rb +2 -2
  79. data/lib/pulp_deb_client/models/deb_release.rb +104 -4
  80. data/lib/pulp_deb_client/models/deb_release_architecture.rb +4 -70
  81. data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +4 -32
  82. data/lib/pulp_deb_client/models/deb_release_component.rb +4 -70
  83. data/lib/pulp_deb_client/models/deb_release_component_response.rb +4 -32
  84. data/lib/pulp_deb_client/models/deb_release_file.rb +3 -3
  85. data/lib/pulp_deb_client/models/deb_release_file_response.rb +3 -3
  86. data/lib/pulp_deb_client/models/deb_release_response.rb +44 -4
  87. data/lib/pulp_deb_client/models/deb_source_index.rb +297 -0
  88. data/lib/pulp_deb_client/models/deb_source_index_response.rb +272 -0
  89. data/lib/pulp_deb_client/models/deb_source_package.rb +248 -0
  90. data/lib/pulp_deb_client/models/deb_source_package_release_component.rb +238 -0
  91. data/lib/pulp_deb_client/models/deb_source_package_release_component_response.rb +247 -0
  92. data/lib/pulp_deb_client/models/deb_source_package_response.rb +485 -0
  93. data/lib/pulp_deb_client/models/paginateddeb_source_index_response_list.rb +237 -0
  94. data/lib/pulp_deb_client/models/paginateddeb_source_package_release_component_response_list.rb +237 -0
  95. data/lib/pulp_deb_client/models/paginateddeb_source_package_response_list.rb +237 -0
  96. data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +38 -5
  97. data/lib/pulp_deb_client/models/set_label.rb +252 -0
  98. data/lib/pulp_deb_client/models/set_label_response.rb +243 -0
  99. data/lib/pulp_deb_client/models/unset_label.rb +242 -0
  100. data/lib/pulp_deb_client/models/unset_label_response.rb +242 -0
  101. data/lib/pulp_deb_client/version.rb +1 -1
  102. data/lib/pulp_deb_client.rb +16 -0
  103. data/spec/api/content_generic_contents_api_spec.rb +3 -2
  104. data/spec/api/content_installer_file_indices_api_spec.rb +1 -0
  105. data/spec/api/content_installer_packages_api_spec.rb +3 -2
  106. data/spec/api/content_package_indices_api_spec.rb +1 -0
  107. data/spec/api/content_package_release_components_api_spec.rb +1 -0
  108. data/spec/api/content_packages_api_spec.rb +13 -2
  109. data/spec/api/content_release_architectures_api_spec.rb +2 -3
  110. data/spec/api/content_release_components_api_spec.rb +3 -3
  111. data/spec/api/content_release_files_api_spec.rb +1 -0
  112. data/spec/api/content_releases_api_spec.rb +6 -1
  113. data/spec/api/content_source_indices_api_spec.rb +86 -0
  114. data/spec/api/content_source_packages_api_spec.rb +113 -0
  115. data/spec/api/content_source_release_components_api_spec.rb +85 -0
  116. data/spec/api/distributions_apt_api_spec.rb +31 -0
  117. data/spec/api/publications_apt_api_spec.rb +1 -0
  118. data/spec/api/publications_verbatim_api_spec.rb +1 -0
  119. data/spec/api/remotes_apt_api_spec.rb +31 -0
  120. data/spec/api/repositories_apt_api_spec.rb +31 -0
  121. data/spec/api/repositories_apt_versions_api_spec.rb +1 -0
  122. data/spec/configuration_spec.rb +3 -3
  123. data/spec/models/deb_apt_publication_response_spec.rb +6 -0
  124. data/spec/models/deb_apt_publication_spec.rb +6 -0
  125. data/spec/models/deb_apt_repository_response_spec.rb +18 -0
  126. data/spec/models/deb_apt_repository_spec.rb +18 -0
  127. data/spec/models/deb_release_architecture_response_spec.rb +0 -12
  128. data/spec/models/deb_release_architecture_spec.rb +0 -12
  129. data/spec/models/deb_release_component_response_spec.rb +0 -12
  130. data/spec/models/deb_release_component_spec.rb +0 -12
  131. data/spec/models/deb_release_response_spec.rb +24 -0
  132. data/spec/models/deb_release_spec.rb +24 -0
  133. data/spec/models/deb_source_index_response_spec.rb +71 -0
  134. data/spec/models/deb_source_index_spec.rb +65 -0
  135. data/spec/models/deb_source_package_release_component_response_spec.rb +59 -0
  136. data/spec/models/deb_source_package_release_component_spec.rb +53 -0
  137. data/spec/models/deb_source_package_response_spec.rb +221 -0
  138. data/spec/models/deb_source_package_spec.rb +53 -0
  139. data/spec/models/paginateddeb_source_index_response_list_spec.rb +59 -0
  140. data/spec/models/paginateddeb_source_package_release_component_response_list_spec.rb +59 -0
  141. data/spec/models/paginateddeb_source_package_response_list_spec.rb +59 -0
  142. data/spec/models/patcheddeb_apt_repository_spec.rb +18 -0
  143. data/spec/models/set_label_response_spec.rb +47 -0
  144. data/spec/models/set_label_spec.rb +47 -0
  145. data/spec/models/unset_label_response_spec.rb +47 -0
  146. data/spec/models/unset_label_spec.rb +41 -0
  147. metadata +122 -58
@@ -0,0 +1,202 @@
1
+ # PulpDebClient::ContentSourceReleaseComponentsApi
2
+
3
+ All URIs are relative to *http://pulp*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**create**](ContentSourceReleaseComponentsApi.md#create) | **POST** /pulp/api/v3/content/deb/source_release_components/ | Create a source package release component
8
+ [**list**](ContentSourceReleaseComponentsApi.md#list) | **GET** /pulp/api/v3/content/deb/source_release_components/ | List source package release components
9
+ [**read**](ContentSourceReleaseComponentsApi.md#read) | **GET** {deb_source_package_release_component_href} | Inspect a source package release component
10
+
11
+
12
+
13
+ ## create
14
+
15
+ > DebSourcePackageReleaseComponentResponse create(deb_source_package_release_component)
16
+
17
+ Create a source package release component
18
+
19
+ A SourcePackageReleaseComponent associates a SourcePackage with a ReleaseComponent. Associated artifacts: None; contains only metadata. This simply stores the information on which source packages are part of which components.
20
+
21
+ ### Example
22
+
23
+ ```ruby
24
+ # load the gem
25
+ require 'pulp_deb_client'
26
+ # setup authorization
27
+ PulpDebClient.configure do |config|
28
+ # Configure HTTP basic authorization: basicAuth
29
+ config.username = 'YOUR USERNAME'
30
+ config.password = 'YOUR PASSWORD'
31
+ end
32
+
33
+ api_instance = PulpDebClient::ContentSourceReleaseComponentsApi.new
34
+ deb_source_package_release_component = PulpDebClient::DebSourcePackageReleaseComponent.new # DebSourcePackageReleaseComponent |
35
+
36
+ begin
37
+ #Create a source package release component
38
+ result = api_instance.create(deb_source_package_release_component)
39
+ p result
40
+ rescue PulpDebClient::ApiError => e
41
+ puts "Exception when calling ContentSourceReleaseComponentsApi->create: #{e}"
42
+ end
43
+ ```
44
+
45
+ ### Parameters
46
+
47
+
48
+ Name | Type | Description | Notes
49
+ ------------- | ------------- | ------------- | -------------
50
+ **deb_source_package_release_component** | [**DebSourcePackageReleaseComponent**](DebSourcePackageReleaseComponent.md)| |
51
+
52
+ ### Return type
53
+
54
+ [**DebSourcePackageReleaseComponentResponse**](DebSourcePackageReleaseComponentResponse.md)
55
+
56
+ ### Authorization
57
+
58
+ [basicAuth](../README.md#basicAuth)
59
+
60
+ ### HTTP request headers
61
+
62
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
63
+ - **Accept**: application/json
64
+
65
+
66
+ ## list
67
+
68
+ > PaginateddebSourcePackageReleaseComponentResponseList list(opts)
69
+
70
+ List source package release components
71
+
72
+ A SourcePackageReleaseComponent associates a SourcePackage with a ReleaseComponent. Associated artifacts: None; contains only metadata. This simply stores the information on which source packages are part of which components.
73
+
74
+ ### Example
75
+
76
+ ```ruby
77
+ # load the gem
78
+ require 'pulp_deb_client'
79
+ # setup authorization
80
+ PulpDebClient.configure do |config|
81
+ # Configure HTTP basic authorization: basicAuth
82
+ config.username = 'YOUR USERNAME'
83
+ config.password = 'YOUR PASSWORD'
84
+ end
85
+
86
+ api_instance = PulpDebClient::ContentSourceReleaseComponentsApi.new
87
+ opts = {
88
+ limit: 56, # Integer | Number of results to return per page.
89
+ offset: 56, # Integer | The initial index from which to return the results.
90
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending)
91
+ pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
92
+ pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
93
+ q: 'q_example', # String |
94
+ release_component: 'release_component_example', # String | Filter results where release_component matches value
95
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
96
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
97
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
98
+ source_package: 'source_package_example', # String | Filter results where source_package matches value
99
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
100
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
101
+ }
102
+
103
+ begin
104
+ #List source package release components
105
+ result = api_instance.list(opts)
106
+ p result
107
+ rescue PulpDebClient::ApiError => e
108
+ puts "Exception when calling ContentSourceReleaseComponentsApi->list: #{e}"
109
+ end
110
+ ```
111
+
112
+ ### Parameters
113
+
114
+
115
+ Name | Type | Description | Notes
116
+ ------------- | ------------- | ------------- | -------------
117
+ **limit** | **Integer**| Number of results to return per page. | [optional]
118
+ **offset** | **Integer**| The initial index from which to return the results. | [optional]
119
+ **ordering** | [**Array&lt;String&gt;**](String.md)| 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;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
120
+ **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
121
+ **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
122
+ **q** | **String**| | [optional]
123
+ **release_component** | [**String**](.md)| Filter results where release_component matches value | [optional]
124
+ **repository_version** | **String**| Repository Version referenced by HREF | [optional]
125
+ **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
126
+ **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
127
+ **source_package** | [**String**](.md)| Filter results where source_package matches value | [optional]
128
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
129
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
130
+
131
+ ### Return type
132
+
133
+ [**PaginateddebSourcePackageReleaseComponentResponseList**](PaginateddebSourcePackageReleaseComponentResponseList.md)
134
+
135
+ ### Authorization
136
+
137
+ [basicAuth](../README.md#basicAuth)
138
+
139
+ ### HTTP request headers
140
+
141
+ - **Content-Type**: Not defined
142
+ - **Accept**: application/json
143
+
144
+
145
+ ## read
146
+
147
+ > DebSourcePackageReleaseComponentResponse read(deb_source_package_release_component_href, opts)
148
+
149
+ Inspect a source package release component
150
+
151
+ A SourcePackageReleaseComponent associates a SourcePackage with a ReleaseComponent. Associated artifacts: None; contains only metadata. This simply stores the information on which source packages are part of which components.
152
+
153
+ ### Example
154
+
155
+ ```ruby
156
+ # load the gem
157
+ require 'pulp_deb_client'
158
+ # setup authorization
159
+ PulpDebClient.configure do |config|
160
+ # Configure HTTP basic authorization: basicAuth
161
+ config.username = 'YOUR USERNAME'
162
+ config.password = 'YOUR PASSWORD'
163
+ end
164
+
165
+ api_instance = PulpDebClient::ContentSourceReleaseComponentsApi.new
166
+ deb_source_package_release_component_href = 'deb_source_package_release_component_href_example' # String |
167
+ opts = {
168
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
169
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
170
+ }
171
+
172
+ begin
173
+ #Inspect a source package release component
174
+ result = api_instance.read(deb_source_package_release_component_href, opts)
175
+ p result
176
+ rescue PulpDebClient::ApiError => e
177
+ puts "Exception when calling ContentSourceReleaseComponentsApi->read: #{e}"
178
+ end
179
+ ```
180
+
181
+ ### Parameters
182
+
183
+
184
+ Name | Type | Description | Notes
185
+ ------------- | ------------- | ------------- | -------------
186
+ **deb_source_package_release_component_href** | **String**| |
187
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
188
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
189
+
190
+ ### Return type
191
+
192
+ [**DebSourcePackageReleaseComponentResponse**](DebSourcePackageReleaseComponentResponse.md)
193
+
194
+ ### Authorization
195
+
196
+ [basicAuth](../README.md#basicAuth)
197
+
198
+ ### HTTP request headers
199
+
200
+ - **Content-Type**: Not defined
201
+ - **Accept**: application/json
202
+
@@ -7,8 +7,9 @@ Name | Type | Description | Notes
7
7
  **repository_version** | **String** | | [optional]
8
8
  **repository** | **String** | A URI of the repository to be published. | [optional]
9
9
  **simple** | **Boolean** | Activate simple publishing mode (all packages in one release component). | [optional] [default to false]
10
- **structured** | **Boolean** | Activate structured publishing mode. | [optional] [default to false]
10
+ **structured** | **Boolean** | Activate structured publishing mode. | [optional] [default to true]
11
11
  **signing_service** | **String** | Sign Release files with this signing key | [optional]
12
+ **publish_upstream_release_fields** | **Boolean** | | [optional]
12
13
 
13
14
  ## Code Sample
14
15
 
@@ -19,7 +20,8 @@ instance = PulpDebClient::DebAptPublication.new(repository_version: null,
19
20
  repository: null,
20
21
  simple: null,
21
22
  structured: null,
22
- signing_service: null)
23
+ signing_service: null,
24
+ publish_upstream_release_fields: null)
23
25
  ```
24
26
 
25
27
 
@@ -9,8 +9,9 @@ Name | Type | Description | Notes
9
9
  **repository_version** | **String** | | [optional]
10
10
  **repository** | **String** | A URI of the repository to be published. | [optional]
11
11
  **simple** | **Boolean** | Activate simple publishing mode (all packages in one release component). | [optional] [default to false]
12
- **structured** | **Boolean** | Activate structured publishing mode. | [optional] [default to false]
12
+ **structured** | **Boolean** | Activate structured publishing mode. | [optional] [default to true]
13
13
  **signing_service** | **String** | Sign Release files with this signing key | [optional]
14
+ **publish_upstream_release_fields** | **Boolean** | | [optional]
14
15
 
15
16
  ## Code Sample
16
17
 
@@ -23,7 +24,8 @@ instance = PulpDebClient::DebAptPublicationResponse.new(pulp_href: null,
23
24
  repository: null,
24
25
  simple: null,
25
26
  structured: null,
26
- signing_service: null)
27
+ signing_service: null,
28
+ publish_upstream_release_fields: null)
27
29
  ```
28
30
 
29
31
 
@@ -9,6 +9,9 @@ Name | Type | Description | Notes
9
9
  **description** | **String** | An optional description. | [optional]
10
10
  **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
11
11
  **remote** | **String** | An optional remote to use by default when syncing. | [optional]
12
+ **publish_upstream_release_fields** | **Boolean** | Previously, pulp_deb only synced the Release file fields codename and suite, now version, origin, label, and description are also synced. Setting this setting to False will make Pulp revert to the old behaviour of using it&#39;s own internal values for the new fields during publish. This is primarily intended to avoid a sudden change in behaviour for existing Pulp repositories, since many Release file field changes need to be accepted by hosts consuming the published repository. The default for new repositories is True. | [optional]
13
+ **signing_service** | **String** | A reference to an associated signing service. Used if AptPublication.signing_service is not set | [optional]
14
+ **signing_service_release_overrides** | **Hash&lt;String, String&gt;** | A dictionary of Release distributions and the Signing Service URLs they should use.Example: {\&quot;bionic\&quot;: \&quot;/pulp/api/v3/signing-services/433a1f70-c589-4413-a803-c50b842ea9b5/\&quot;} | [optional]
12
15
 
13
16
  ## Code Sample
14
17
 
@@ -19,7 +22,10 @@ instance = PulpDebClient::DebAptRepository.new(pulp_labels: null,
19
22
  name: null,
20
23
  description: null,
21
24
  retain_repo_versions: null,
22
- remote: null)
25
+ remote: null,
26
+ publish_upstream_release_fields: null,
27
+ signing_service: null,
28
+ signing_service_release_overrides: null)
23
29
  ```
24
30
 
25
31
 
@@ -13,6 +13,9 @@ Name | Type | Description | Notes
13
13
  **description** | **String** | An optional description. | [optional]
14
14
  **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
15
15
  **remote** | **String** | An optional remote to use by default when syncing. | [optional]
16
+ **publish_upstream_release_fields** | **Boolean** | Previously, pulp_deb only synced the Release file fields codename and suite, now version, origin, label, and description are also synced. Setting this setting to False will make Pulp revert to the old behaviour of using it&#39;s own internal values for the new fields during publish. This is primarily intended to avoid a sudden change in behaviour for existing Pulp repositories, since many Release file field changes need to be accepted by hosts consuming the published repository. The default for new repositories is True. | [optional]
17
+ **signing_service** | **String** | A reference to an associated signing service. Used if AptPublication.signing_service is not set | [optional]
18
+ **signing_service_release_overrides** | **Hash&lt;String, String&gt;** | A dictionary of Release distributions and the Signing Service URLs they should use.Example: {\&quot;bionic\&quot;: \&quot;/pulp/api/v3/signing-services/433a1f70-c589-4413-a803-c50b842ea9b5/\&quot;} | [optional]
16
19
 
17
20
  ## Code Sample
18
21
 
@@ -27,7 +30,10 @@ instance = PulpDebClient::DebAptRepositoryResponse.new(pulp_href: null,
27
30
  name: null,
28
31
  description: null,
29
32
  retain_repo_versions: null,
30
- remote: null)
33
+ remote: null,
34
+ publish_upstream_release_fields: null,
35
+ signing_service: null,
36
+ signing_service_release_overrides: null)
31
37
  ```
32
38
 
33
39
 
data/docs/DebCopyApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::DebCopyApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -7,8 +7,8 @@ Name | Type | Description | Notes
7
7
  **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
8
8
  **artifact** | **String** | Artifact file representing the physical content | [optional]
9
9
  **relative_path** | **String** | Path where the artifact is located relative to distributions base_path |
10
- **file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional]
11
- **upload** | **String** | An uncommitted upload that may be turned into the artifact of the content unit. | [optional]
10
+ **file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
11
+ **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
@@ -7,8 +7,8 @@ Name | Type | Description | Notes
7
7
  **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
8
8
  **artifact** | **String** | Artifact file representing the physical content | [optional]
9
9
  **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional]
10
- **file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional]
11
- **upload** | **String** | An uncommitted upload that may be turned into the artifact of the content unit. | [optional]
10
+ **file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
11
+ **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
data/docs/DebPackage.md CHANGED
@@ -7,8 +7,8 @@ Name | Type | Description | Notes
7
7
  **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
8
8
  **artifact** | **String** | Artifact file representing the physical content | [optional]
9
9
  **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional]
10
- **file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional]
11
- **upload** | **String** | An uncommitted upload that may be turned into the artifact of the content unit. | [optional]
10
+ **file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
11
+ **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
12
12
  **distribution** | **String** | Name of the distribution. | [optional]
13
13
  **component** | **String** | Name of the component. | [optional]
14
14
 
data/docs/DebRelease.md CHANGED
@@ -8,6 +8,10 @@ Name | Type | Description | Notes
8
8
  **codename** | **String** | |
9
9
  **suite** | **String** | |
10
10
  **distribution** | **String** | |
11
+ **version** | **String** | | [optional]
12
+ **origin** | **String** | | [optional]
13
+ **label** | **String** | | [optional]
14
+ **description** | **String** | | [optional]
11
15
 
12
16
  ## Code Sample
13
17
 
@@ -17,7 +21,11 @@ require 'PulpDebClient'
17
21
  instance = PulpDebClient::DebRelease.new(repository: null,
18
22
  codename: null,
19
23
  suite: null,
20
- distribution: null)
24
+ distribution: null,
25
+ version: null,
26
+ origin: null,
27
+ label: null,
28
+ description: null)
21
29
  ```
22
30
 
23
31
 
@@ -7,8 +7,6 @@ Name | Type | Description | Notes
7
7
  **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
8
8
  **architecture** | **String** | Name of the architecture. |
9
9
  **distribution** | **String** | Name of the distribution. |
10
- **codename** | **String** | |
11
- **suite** | **String** | |
12
10
 
13
11
  ## Code Sample
14
12
 
@@ -17,9 +15,7 @@ require 'PulpDebClient'
17
15
 
18
16
  instance = PulpDebClient::DebReleaseArchitecture.new(repository: null,
19
17
  architecture: null,
20
- distribution: null,
21
- codename: null,
22
- suite: null)
18
+ distribution: null)
23
19
  ```
24
20
 
25
21
 
@@ -8,8 +8,6 @@ Name | Type | Description | Notes
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
9
  **architecture** | **String** | Name of the architecture. |
10
10
  **distribution** | **String** | Name of the distribution. |
11
- **codename** | **String** | |
12
- **suite** | **String** | |
13
11
 
14
12
  ## Code Sample
15
13
 
@@ -19,9 +17,7 @@ require 'PulpDebClient'
19
17
  instance = PulpDebClient::DebReleaseArchitectureResponse.new(pulp_href: null,
20
18
  pulp_created: null,
21
19
  architecture: null,
22
- distribution: null,
23
- codename: null,
24
- suite: null)
20
+ distribution: null)
25
21
  ```
26
22
 
27
23
 
@@ -7,8 +7,6 @@ Name | Type | Description | Notes
7
7
  **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
8
8
  **component** | **String** | Name of the component. |
9
9
  **distribution** | **String** | Name of the distribution. |
10
- **codename** | **String** | |
11
- **suite** | **String** | |
12
10
 
13
11
  ## Code Sample
14
12
 
@@ -17,9 +15,7 @@ require 'PulpDebClient'
17
15
 
18
16
  instance = PulpDebClient::DebReleaseComponent.new(repository: null,
19
17
  component: null,
20
- distribution: null,
21
- codename: null,
22
- suite: null)
18
+ distribution: null)
23
19
  ```
24
20
 
25
21
 
@@ -8,8 +8,6 @@ Name | Type | Description | Notes
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
9
  **component** | **String** | Name of the component. |
10
10
  **distribution** | **String** | Name of the distribution. |
11
- **codename** | **String** | |
12
- **suite** | **String** | |
13
11
 
14
12
  ## Code Sample
15
13
 
@@ -19,9 +17,7 @@ require 'PulpDebClient'
19
17
  instance = PulpDebClient::DebReleaseComponentResponse.new(pulp_href: null,
20
18
  pulp_created: null,
21
19
  component: null,
22
- distribution: null,
23
- codename: null,
24
- suite: null)
20
+ distribution: null)
25
21
  ```
26
22
 
27
23
 
@@ -6,9 +6,9 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
8
8
  **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; |
9
- **codename** | **String** | Codename of the release, i.e. \&quot;buster\&quot;. | [optional]
10
- **suite** | **String** | Suite of the release, i.e. \&quot;stable\&quot;. | [optional]
11
- **distribution** | **String** | Distribution of the release, i.e. \&quot;stable/updates\&quot;. |
9
+ **codename** | **String** | Codename of the release, e.g. \&quot;buster\&quot;. | [optional]
10
+ **suite** | **String** | Suite of the release, e.g. \&quot;stable\&quot;. | [optional]
11
+ **distribution** | **String** | Distribution of the release, e.g. \&quot;stable/updates\&quot;. |
12
12
  **relative_path** | **String** | Path of file relative to url. | [optional]
13
13
 
14
14
  ## Code Sample
@@ -7,9 +7,9 @@ Name | Type | Description | Notes
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
9
  **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; |
10
- **codename** | **String** | Codename of the release, i.e. \&quot;buster\&quot;. | [optional]
11
- **suite** | **String** | Suite of the release, i.e. \&quot;stable\&quot;. | [optional]
12
- **distribution** | **String** | Distribution of the release, i.e. \&quot;stable/updates\&quot;. |
10
+ **codename** | **String** | Codename of the release, e.g. \&quot;buster\&quot;. | [optional]
11
+ **suite** | **String** | Suite of the release, e.g. \&quot;stable\&quot;. | [optional]
12
+ **distribution** | **String** | Distribution of the release, e.g. \&quot;stable/updates\&quot;. |
13
13
  **relative_path** | **String** | Path of file relative to url. | [optional]
14
14
 
15
15
  ## Code Sample
@@ -9,6 +9,10 @@ Name | Type | Description | Notes
9
9
  **codename** | **String** | |
10
10
  **suite** | **String** | |
11
11
  **distribution** | **String** | |
12
+ **version** | **String** | | [optional]
13
+ **origin** | **String** | | [optional]
14
+ **label** | **String** | | [optional]
15
+ **description** | **String** | | [optional]
12
16
 
13
17
  ## Code Sample
14
18
 
@@ -19,7 +23,11 @@ instance = PulpDebClient::DebReleaseResponse.new(pulp_href: null,
19
23
  pulp_created: null,
20
24
  codename: null,
21
25
  suite: null,
22
- distribution: null)
26
+ distribution: null,
27
+ version: null,
28
+ origin: null,
29
+ label: null,
30
+ description: null)
23
31
  ```
24
32
 
25
33
 
@@ -0,0 +1,25 @@
1
+ # PulpDebClient::DebSourceIndex
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
8
+ **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; |
9
+ **release** | **String** | Release this index file belongs to. |
10
+ **component** | **String** | Component this index file belongs to. |
11
+ **relative_path** | **String** | Path of file relative to url. | [optional]
12
+
13
+ ## Code Sample
14
+
15
+ ```ruby
16
+ require 'PulpDebClient'
17
+
18
+ instance = PulpDebClient::DebSourceIndex.new(repository: null,
19
+ artifacts: null,
20
+ release: null,
21
+ component: null,
22
+ relative_path: null)
23
+ ```
24
+
25
+
@@ -0,0 +1,27 @@
1
+ # PulpDebClient::DebSourceIndexResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; |
10
+ **release** | **String** | Release this index file belongs to. |
11
+ **component** | **String** | Component this index file belongs to. |
12
+ **relative_path** | **String** | Path of file relative to url. | [optional]
13
+
14
+ ## Code Sample
15
+
16
+ ```ruby
17
+ require 'PulpDebClient'
18
+
19
+ instance = PulpDebClient::DebSourceIndexResponse.new(pulp_href: null,
20
+ pulp_created: null,
21
+ artifacts: null,
22
+ release: null,
23
+ component: null,
24
+ relative_path: null)
25
+ ```
26
+
27
+
@@ -0,0 +1,21 @@
1
+ # PulpDebClient::DebSourcePackage
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
8
+ **artifact** | **String** | Artifact URL of the Debian Source Control (dsc) file. |
9
+ **relative_path** | **String** | Relative path of the Debian Source Control (dsc) file.It is normally advised to let Pulp generate this. | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'PulpDebClient'
15
+
16
+ instance = PulpDebClient::DebSourcePackage.new(repository: null,
17
+ artifact: null,
18
+ relative_path: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,21 @@
1
+ # PulpDebClient::DebSourcePackageReleaseComponent
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
8
+ **source_package** | **String** | Source package that is contained in release_component. |
9
+ **release_component** | **String** | ReleaseComponent this source package is contained in. |
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'PulpDebClient'
15
+
16
+ instance = PulpDebClient::DebSourcePackageReleaseComponent.new(repository: null,
17
+ source_package: null,
18
+ release_component: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,23 @@
1
+ # PulpDebClient::DebSourcePackageReleaseComponentResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **source_package** | **String** | Source package that is contained in release_component. |
10
+ **release_component** | **String** | ReleaseComponent this source package is contained in. |
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpDebClient'
16
+
17
+ instance = PulpDebClient::DebSourcePackageReleaseComponentResponse.new(pulp_href: null,
18
+ pulp_created: null,
19
+ source_package: null,
20
+ release_component: null)
21
+ ```
22
+
23
+