debian-forge-composer/internal/cloudapi
Lars Karlitski 59e73a686a worker: generalize job types in the server
The worker server was heavily tied to OSBuildJob(Result). Untie it so
that it can deal with different job types in the future.

This necessitates a change in the jobqueue: Dequeue() now returns the
job type, as well as job arguments as json.RawMessage. This is so that
the server can wait on multiple job types with different argument
types.

The weldr, composer, and koji APIs continue to use only "osbuild" jobs.
2020-11-09 14:17:19 +01:00
..
openapi.gen.go cloudapi: Add rhsm parameter to repository 2020-09-22 11:38:28 +02:00
openapi.yml cloudapi: return statuses as specified in openapi spec 2020-11-09 14:17:19 +01:00
server.go worker: generalize job types in the server 2020-11-09 14:17:19 +01:00