Sybren A. Stüvel
ae6831ce6e
Manager: fix unit test
...
rFcfb17b178da2055ef12b2aa2ad8f7f778a952bc3 changed the semantics of
`SocketIOWorkerUpdate`, in the sense that any update that doesn't change
the worker status can omit `previous_status`. This commit adjusts the
unit test for this.
2022-06-02 12:13:25 +02:00
Sybren A. Stüvel
f97f0a34c3
Manager: implement worker status change requests
...
Implement the OpenAPI `RequestWorkerStatusChange` operation, and handle
these changes in the web interface.
2022-05-31 17:22:03 +02:00
Sybren A. Stüvel
dd3f99ebaa
Manager: Fix unit test
2022-05-31 16:12:28 +02:00
Sybren A. Stüvel
3063e1fe6d
Manager: construct api.Worker
from api.WorkerSummary
+ extra fields
2022-05-31 15:30:46 +02:00
Sybren A. Stüvel
8e247b9dfc
Manager: implement fetchWorker
API endpoint
2022-05-31 11:21:55 +02:00
Sybren A. Stüvel
08676f48f4
Manager: implement fetchWorkers
OpenAPI operation
2022-05-30 18:52:02 +02:00