debian-forge-composer/internal/worker
Ondřej Budai b4d6ec5a75 worker/client: simplify the oauth test
Firstly, let's use t.TempDir(), it's less code.

Secondly, let's remove all the code that touches distributions, we can just
use random values, both worker server and client actually do't inspect
any values so they can be completely random.

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
2022-05-03 06:19:31 +01: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/clienterrors: depenency error check 2022-04-13 10:31:53 +02:00
client.go worker: Support client_credentials grant type in client 2022-03-21 09:43:43 +01:00
client_test.go worker/client: simplify the oauth test 2022-05-03 06:19:31 +01:00
json.go worker: extend the depsolve job to use DepsolvePackageSets() 2022-04-28 14:42:49 +02:00
server.go cloudapi: add build job dependency checks 2022-04-13 10:31:53 +02:00
server_test.go worker: move client test to its own file 2022-05-03 06:19:31 +01:00