debian-forge-composer/internal/cloudapi/v2
Ondřej Budai 7760ca1c92 cloudapi/v2: ensure only one image per a compose in the API spec
We've never had the ability to build multiple images per a compose, this
commit thus rips out support for this on the API level:

image_requests is now image_request and it accepts only one ImageRequest
object instead of an array of them.

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
2021-10-14 00:14:34 +02:00
..
errors.go cloudapi/v2: ensure only one image per a compose in the API spec 2021-10-14 00:14:34 +02:00
errors_test.go cloudapi/v2: Listen on /api/image-builder-composer/v2 2021-10-11 09:52:21 +02:00
openapi.v2.gen.go cloudapi/v2: ensure only one image per a compose in the API spec 2021-10-14 00:14:34 +02:00
openapi.v2.yml cloudapi/v2: ensure only one image per a compose in the API spec 2021-10-14 00:14:34 +02:00
v2.go cloudapi/v2: ensure only one image per a compose in the API spec 2021-10-14 00:14:34 +02:00
v2_test.go cloudapi/v2: ensure only one image per a compose in the API spec 2021-10-14 00:14:34 +02:00