aboutsummaryrefslogtreecommitdiff
path: root/src/garage/cli_v2/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* cli_v2: implement LaunchRepairOperation and remove old stuffAlex Auvolat2025-02-051-13/+1
|
* cli_v2: implement Get{Node,Cluster}StatisticsAlex Auvolat2025-02-051-5/+1
|
* cli_v2: implement CreateMetadataSnapshotAlex Auvolat2025-02-051-7/+2
|
* cli_v2: implement ListBlockErrors and GetBlockInfoAlex Auvolat2025-02-031-7/+2
|
* cli_v2: add local_api_request with crazy type boundAlex Auvolat2025-02-031-5/+33
|
* admin api: base infrastructure for local endpointsAlex Auvolat2025-02-031-15/+15
| | | | | | | | | | | | 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
* Merge branch 'main' into next-v2Alex Auvolat2025-02-011-2/+2
|
* cli_v2: fix garage statusAlex Auvolat2025-01-301-1/+0
|
* cli_v2: merge util.rs into layout.rsAlex Auvolat2025-01-301-2/+0
|
* cli_v2: error messagesAlex Auvolat2025-01-301-6/+6
|
* convert cli key operations to admin rpcAlex Auvolat2025-01-301-7/+2
|
* admin api: convert most bucket operationsAlex Auvolat2025-01-301-7/+2
|
* wip: migrate garage status and garage layout assignAlex Auvolat2025-01-301-8/+64
|
* wip: proxy admin api requests through admin rpc, prepare new cliAlex Auvolat2025-01-301-0/+63