debian-forge-composer/internal/cloudapi/v2
Achilleas Koutsou df2c0c09bb cloudapi: remove usage of ImageType.PackageSets()
Still not using the new process for generating the manifest exactly.
This commit only replaces the call to PackageSets() with a call to
Manifest() to get the Content.PackageSets.  This is essentially the same
as before, when we were initialising the manifest object twice.

The Manifest() function does a tiny bit more work than PackageSets(),
but it's minimal and we gain the benefit of only having a single code
path and, although it's run twice, it's always run in the same way.
2023-05-31 16:40:07 +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 ostree: move OSTreeImageOptions to the ostree package 2023-05-31 16:40:07 +02:00
middleware.go cloudapi: get specific error from openapi 2022-06-28 10:02:55 +02:00
openapi.v2.gen.go internal/cloudapi: fix custom repo fields 2023-05-03 18:27:06 +02:00
openapi.v2.yml internal/cloudapi: fix custom repo fields 2023-05-03 18:27:06 +02:00
server.go cloudapi: remove usage of ImageType.PackageSets() 2023-05-31 16:40:07 +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