Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cli_v2: implement LaunchRepairOperation and remove old stuff | Alex Auvolat | 2025-02-05 | 2 | -14/+48 |
| | |||||
* | cli_v2: implement Get{Node,Cluster}Statistics | Alex Auvolat | 2025-02-05 | 2 | -5/+32 |
| | |||||
* | cli_v2: implement CreateMetadataSnapshot | Alex Auvolat | 2025-02-05 | 2 | -7/+38 |
| | |||||
* | admin api: impl RequestHandler for MetricsRequest | Alex Auvolat | 2025-02-03 | 1 | -1/+1 |
| | |||||
* | cli_v2: implement RetryBlockResync and PurgeBlocks | Alex Auvolat | 2025-02-03 | 1 | -8/+44 |
| | |||||
* | cli_v2: implement ListBlockErrors and GetBlockInfo | Alex Auvolat | 2025-02-03 | 3 | -8/+111 |
| | |||||
* | cli_v2: add local_api_request with crazy type bound | Alex Auvolat | 2025-02-03 | 2 | -17/+37 |
| | |||||
* | cli_v2: implement ListWorkers and GetWorkerInfo | Alex Auvolat | 2025-02-03 | 1 | -6/+139 |
| | |||||
* | admin api: base infrastructure for local endpoints | Alex Auvolat | 2025-02-03 | 2 | -15/+104 |
| | | | | | | | | | | | | 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 | ||||
* | cli_v2: migrate cleanupincompleteuploads to Admin API | Alex Auvolat | 2025-02-03 | 1 | -10/+36 |
| | | | | admin api: add CleanupIncompleteUploads spec | ||||
* | Merge branch 'main' into next-v2 | Alex Auvolat | 2025-02-01 | 5 | -6/+6 |
| | |||||
* | cli_v2: fix garage status | Alex Auvolat | 2025-01-30 | 2 | -56/+41 |
| | |||||
* | cli_v2: merge util.rs into layout.rs | Alex Auvolat | 2025-01-30 | 4 | -121/+116 |
| | |||||
* | cli_v2: error messages | Alex Auvolat | 2025-01-30 | 1 | -6/+6 |
| | |||||
* | convert cli key operations to admin rpc | Alex Auvolat | 2025-01-30 | 3 | -41/+247 |
| | |||||
* | fix garage status output | Alex Auvolat | 2025-01-30 | 1 | -1/+1 |
| | |||||
* | admin api: convert most bucket operations | Alex Auvolat | 2025-01-30 | 2 | -7/+525 |
| | |||||
* | cli: migrate layout remove, apply, revert | Alex Auvolat | 2025-01-30 | 1 | -12/+65 |
| | |||||
* | wip: migrate garage status and garage layout assign | Alex Auvolat | 2025-01-30 | 4 | -8/+486 |
| | |||||
* | wip: proxy admin api requests through admin rpc, prepare new cli | Alex Auvolat | 2025-01-30 | 1 | -0/+63 |