debian-forge-composer/internal/worker
Gianluca Zuccarelli cc7d555fb2 worker/errors: consider dep errors as 4xx status
All dependency errors, whether they are 4xx or 5xx,
are currently being considered as a 5xx error in parent
jobs. This is causing some of the build alerts to fire
off when a depsolve job has failed, for example, when
in reality, this is an expected result. This commit
ensures that dependency errors are being reported as
4xx status in monitoring.
2022-04-06 10:57:37 +02:00
..
api api/{cloud,worker}: used channel name based on JWT claims for new jobs 2022-03-08 12:07:00 +01:00
clienterrors worker/errors: consider dep errors as 4xx status 2022-04-06 10:57:37 +02:00
client.go worker: Support client_credentials grant type in client 2022-03-21 09:43:43 +01:00
json.go DepsolveJob: rename struct field for consistency 2022-02-14 17:38:41 +01:00
server.go cloudapi/v2: add error object to ImageStatus 2022-03-09 08:49:37 +00:00
server_test.go test: use T.TempDir to create temporary test directory 2022-04-05 09:27:43 +02:00