debian-forge-composer/internal/weldr
Lars Karlitski 8e9f725301 weldr: fix minor inefficiency in composeStatusHandler
`uuids` was initialized with a length, but only appended to. This lead
to a slice with lots of empty uuids, followed by the actual ones.

Fix this by initializing to an empty slice.

This happened to work because there's a non-fatal check for non-existing
composes further down, and the empty string fails that test.
2020-05-08 14:53:00 +02:00
..
api.go weldr: fix minor inefficiency in composeStatusHandler 2020-05-08 14:53:00 +02:00
api_test.go weldr: return fewer errors in composeDeleteHandler 2020-05-08 14:53:00 +02:00
compose.go weldr/upload: no longer reuse the structs from the target package 2020-03-22 22:26:09 +01:00
json.go client: Add functions to support compose testing 2020-04-15 11:35:05 +02:00
upload.go azure: normalize the terms for Azure credentials 2020-04-29 18:15:13 +02:00
util.go composer/job-queue: add scaffolding for the job queue API 2019-09-26 19:53:06 +02:00