debian-forge-composer/internal/worker
Gianluca Zuccarelli 967ac1c35e worker/server: job status struct
The number of return values from the `jobStatus`
function was growing and getting out of hand. Not
all return values were being used in all cases
and so returning a single struct with the information
and status of a job makes more sense. Then in each case
the resulting fields can be used as needed.
2022-07-27 13:37:14 +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: add new container resolve job type 2022-07-25 21:21:44 +02:00
client.go worker: add proxy support to composer and oauth calls 2022-05-03 06:19:31 +01:00
client_test.go worker: define job types as constants 2022-06-10 14:48:18 +01:00
json.go worker: add new container resolve job type 2022-07-25 21:21:44 +02:00
json_test.go worker/koji-finalize: handle multiple upload targets 2022-07-22 11:39:49 +01:00
proxy_test.go worker: add proxy support to composer and oauth calls 2022-05-03 06:19:31 +01:00
server.go worker/server: job status struct 2022-07-27 13:37:14 +02:00
server_test.go worker/server: job status struct 2022-07-27 13:37:14 +02:00