debian-forge-composer/internal/weldr
Ondřej Budai f4991cb1ca api: Add support for upload API
This commit introduces basic support for upload API. Currently, all the routes
required by cockpit-composer are supported (except for /compose/log).

Also, ComposeEntry struct is moved outside of the store package. I decided
to do it because it isn't connected in any way to store, it's more connected
to API. Due to this move there's currently a known bug that image size is
not returned. This should be solved by moving Image struct inside Compose
struct by follow-up PR.
2019-12-01 00:05:17 +01:00
..
api.go api: Add support for upload API 2019-12-01 00:05:17 +01:00
api_test.go api: Add support for upload API 2019-12-01 00:05:17 +01:00
compose.go api: Add support for upload API 2019-12-01 00:05:17 +01:00
upload.go api: Add support for upload API 2019-12-01 00:05:17 +01:00
util.go composer/job-queue: add scaffolding for the job queue API 2019-09-26 19:53:06 +02:00