aboutsummaryrefslogtreecommitdiff
path: root/src/api/admin/worker.rs
Commit message (Collapse)AuthorAgeFilesLines
* massively speed up compilation of garage_api_admin by not using async_traitrefactor-adminAlex Auvolat2025-02-051-6/+0
|
* cli_v2: implement ListBlockErrors and GetBlockInfoAlex Auvolat2025-02-031-2/+2
|
* cli_v2: implement ListWorkers and GetWorkerInfoAlex Auvolat2025-02-031-0/+74
|
* admin api: base infrastructure for local endpointsAlex Auvolat2025-02-031-0/+50
admin api: rename EndpointHandler into RequestHandler to avoid confusion with RPC wip: infrastructure for local api calls admin api: fix things admin api: first local endpoint to work with new scheme admin api: implement SetWorkerVariable