Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cli_v2: implement Get{Node,Cluster}Statistics | Alex Auvolat | 2025-02-05 | 1 | -224/+0 |
| | |||||
* | cli_v2: implement CreateMetadataSnapshot | Alex Auvolat | 2025-02-05 | 1 | -43/+0 |
| | |||||
* | cli_v2: implement RetryBlockResync and PurgeBlocks | Alex Auvolat | 2025-02-03 | 1 | -4/+0 |
| | |||||
* | cli_v2: implement ListBlockErrors and GetBlockInfo | Alex Auvolat | 2025-02-03 | 1 | -11/+0 |
| | |||||
* | cli_v2: implement ListWorkers and GetWorkerInfo | Alex Auvolat | 2025-02-03 | 1 | -29/+1 |
| | |||||
* | admin api: base infrastructure for local endpoints | Alex Auvolat | 2025-02-03 | 1 | -126/+2 |
| | | | | | | | | | | | | 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 | -3/+0 |
| | | | | admin api: add CleanupIncompleteUploads spec | ||||
* | Merge branch 'main' into next-v2 | Alex Auvolat | 2025-02-01 | 1 | -3/+3 |
|\ | |||||
* | | convert cli key operations to admin rpc | Alex Auvolat | 2025-01-30 | 1 | -14/+0 |
| | | |||||
* | | admin api: convert most bucket operations | Alex Auvolat | 2025-01-30 | 1 | -0/+1 |
| | | |||||
* | | wip: proxy admin api requests through admin rpc, prepare new cli | Alex Auvolat | 2025-01-30 | 1 | -0/+32 |
|/ | |||||
* | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-03-18 | 1 | -0/+39 |
|\ | |||||
| * | [db-snapshot] add garage meta snapshot cli operation | Alex Auvolat | 2024-03-15 | 1 | -0/+40 |
| | | |||||
* | | Merge pull request 'Remove Sled' (#767) from rm-sled into next-0.10 | Alex | 2024-03-12 | 1 | -42/+9 |
|\ \ | | | | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/767 | ||||
| * | | [rm-sled] Remove counted_tree_hack | Alex Auvolat | 2024-03-08 | 1 | -42/+9 |
| | | | |||||
* | | | [rm-migration] Remove migration path from Garage v0.5rm-migration | Alex Auvolat | 2024-03-08 | 1 | -21/+0 |
|/ / | |||||
* | | cli: improvements to the layout commands when multiple layouts are live | Alex Auvolat | 2023-12-08 | 1 | -2/+1 |
| | | |||||
* | | admin: more info in admin GetClusterStatus | Alex Auvolat | 2023-11-28 | 1 | -1/+1 |
| | | |||||
* | | layout: refactoring of all_nodes | Alex Auvolat | 2023-11-14 | 1 | -8/+9 |
| | | |||||
* | | cluster layout: adapt all uses of ClusterLayout to LayoutHistory | Alex Auvolat | 2023-11-08 | 1 | -7/+7 |
| | | |||||
* | | avoid using layout_watch in System directly | Alex Auvolat | 2023-11-08 | 1 | -5/+5 |
| | | |||||
* | | remove Ring and use ClusterLayout everywhere | Alex Auvolat | 2023-11-08 | 1 | -10/+10 |
|/ | |||||
* | Merge branch 'main' into next | Alex Auvolat | 2023-06-13 | 1 | -1/+2 |
|\ | |||||
| * | Split garage/admin.rs into smaller files | Alex Auvolat | 2023-06-13 | 1 | -765/+5 |
| | | |||||
| * | move admin.rs to admin/mod.rs, before splitting | Alex Auvolat | 2023-06-13 | 1 | -0/+1298 |
| | |||||
* | fix mpu counter (add missing workers) and report info at appropriate places | Alex Auvolat | 2023-06-09 | 1 | -0/+1 |
| | |||||
* | updaet block admin for new multipartupload models | Alex Auvolat | 2023-06-09 | 1 | -0/+2 |
| | |||||
* | Split garage/admin.rs into smaller files | Alex Auvolat | 2023-06-06 | 1 | -0/+537 |