aboutsummaryrefslogtreecommitdiff
path: root/src/api/admin/macros.rs
Commit message (Collapse)AuthorAgeFilesLines
* cli_v2: implement ListWorkers and GetWorkerInfoAlex Auvolat2025-02-031-10/+2
|
* admin api: base infrastructure for local endpointsAlex Auvolat2025-02-031-3/+139
| | | | | | | | | | | | 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
* wip: proxy admin api requests through admin rpc, prepare new cliAlex Auvolat2025-01-301-4/+22
|
* admin api: small fixesAlex Auvolat2025-01-291-1/+18
|
* admin api: make all requests and responses (de)serializableAlex Auvolat2025-01-291-1/+2
|
* admin api: update semantics of some endpoints, and update docAlex Auvolat2025-01-291-1/+1
|
* admin api: refactor using macroAlex Auvolat2025-01-291-0/+58