debian-forge-composer/internal/cloudapi/v2
Achilleas Koutsou 4a37a0517f cloudapi: generate manifest once
Initialise the manifest only once in the enqueue functions
(ImageType.Manifest()) and pass it to the manifest generation function
with the workers and the dependency IDs.  The function is renamed from
generateManifest() to serializeManifest() to reflect its new
functionality more accurately.  The arguments to the function have also
been trimmed since we no longer need the image type, blueprint, and
image options.

The new functionality of the function is to collect all the resolved
content from the workers and serialize the manifest object.
2023-06-14 11:19:29 +02:00
..
errors.go Cloud API: add error for failed customization validation 2023-02-22 12:17:36 +01:00
errors_test.go cloudapi: get specific error from openapi 2022-06-28 10:02:55 +02:00
handler.go cloudapi: add vsphere-ova type 2023-06-05 11:22:07 +02:00
middleware.go cloudapi: get specific error from openapi 2022-06-28 10:02:55 +02:00
openapi.v2.gen.go cloudapi: add vsphere-ova type 2023-06-05 11:22:07 +02:00
openapi.v2.yml cloudapi: add vsphere-ova type 2023-06-05 11:22:07 +02:00
server.go cloudapi: generate manifest once 2023-06-14 11:19:29 +02:00
v2_internal_test.go internal/rpmmd: change ignoressl to pointer 2023-05-31 16:24:36 +02:00
v2_koji_test.go Make Manifest() return manifest.Manifest 2023-05-31 16:40:07 +02:00
v2_multi_tenancy_test.go cloudapi: Correctly test dependency errors 2022-08-03 13:51:52 +02:00
v2_test.go Make Manifest() return manifest.Manifest 2023-05-31 16:40:07 +02:00