debian-forge-composer/internal
Lars Karlitski ad11ceecf4 worker: use openapi spec and generated code
Write an openapi spec for the worker API and use `deepmap/oapi-codegen`
to generate scaffolding for the server-side using the `labstack/echo`
server.

Incidentally, echo by default returns the errors in the same format that
worker API always has:

    { "message": "..." }

The API itself is unchanged to make this change easier to understand. It
will be changed to better suit our needs in future commits.
2020-09-06 18:42:23 +01:00
..
blueprint blueprint: do not append "-" to name-version if version is empty 2020-06-10 17:40:30 +02:00
boot internal/boot: Make some function public 2020-09-03 15:12:59 +01:00
client client: Add an integration test for a bad blueprint depsolve 2020-07-28 08:18:56 +02:00
common osbuild: move result serialization from common 2020-08-26 12:12:37 +02:00
crypt crypt: add automatic darwin support 2020-07-17 07:48:22 +02:00
distro distro/rhel8: Updates for RHEL for Edge 2020-09-03 11:02:44 +01:00
jobqueue jobqueue: allow canceling jobs 2020-05-13 16:45:09 +02:00
jsondb jsondb: Allow passing nil as document to Read() 2020-05-13 16:45:09 +02:00
mocks worker: introduce job artifact directory 2020-05-26 10:42:20 +02:00
osbuild osbuild/result: parse the metadata from the rpm stage 2020-08-26 12:12:37 +02:00
rpmmd rpmmd/Depsolve: expose whether to check GPG signature for each RPM 2020-06-10 19:25:54 +02:00
store store: Add newImageBuildFromV0 test 2020-08-13 17:47:57 +02:00
target worker: support returning returning images as StreamOptimized 2020-08-23 14:45:27 +02:00
test weldr: add support for toml format in /blueprints/freeze 2020-06-05 13:51:04 +02:00
upload upload/koji: add support for GSSAPI/Kerberos auth 2020-08-27 17:29:57 +01:00
weldr weldr: make URL mandatory part of a new source 2020-09-04 20:20:24 +01:00
worker worker: use openapi spec and generated code 2020-09-06 18:42:23 +01:00