aboutsummaryrefslogtreecommitdiff
path: root/src/garage/cli/cmd.rs
Commit message (Expand)AuthorAgeFilesLines
* [net-fixes] fix issues with local peer address (fix #761)Alex Auvolat2024-03-211-10/+11
* Merge branch 'main' into next-0.10Alex Auvolat2024-03-181-0/+3
|\
| * [db-snapshot] add garage meta snapshot cli operationAlex Auvolat2024-03-151-0/+3
* | [rm-migration] Remove migration path from Garage v0.5rm-migrationAlex Auvolat2024-03-081-3/+0
* | cli: improvements to the layout commands when multiple layouts are liveAlex Auvolat2023-12-081-2/+2
* | layout cli: safer skip-dead-nodes commandAlex Auvolat2023-12-071-7/+16
* | admin: more info in admin GetClusterStatusAlex Auvolat2023-11-281-4/+5
* | cli: remove historic layout info from statusAlex Auvolat2023-11-271-18/+0
* | cli: add layout history and layout assume-sync commandsAlex Auvolat2023-11-271-2/+12
* | cli: show when nodes are draining metadataAlex Auvolat2023-11-271-64/+108
* | layout: use separate CRDT for staged layout changesAlex Auvolat2023-11-091-1/+1
* | cluster layout: adapt all uses of ClusterLayout to LayoutHistoryAlex Auvolat2023-11-081-6/+11
|/
* Merge branch 'main' into nextAlex Auvolat2023-06-131-1/+1
|\
| * Split format_table into separate crate and reduce k2v-client dependenciesformat_table-v0.1.0Alex Auvolat2023-05-171-1/+1
* | fix mpu counter (add missing workers) and report info at appropriate placesAlex Auvolat2023-06-091-1/+2
* | updaet block admin for new multipartupload modelsAlex Auvolat2023-06-091-1/+2
* | Merge branch 'main' into nextAlex Auvolat2023-04-251-2/+16
|\|
| * fix cli display bugk2v-watch-range-2Alex Auvolat2023-01-261-1/+1
| * Disk space reportAlex Auvolat2023-01-261-2/+13
| * Uniform framework for bg variable managementAlex Auvolat2023-01-041-0/+3
* | Merge branch 'main' into nextAlex Auvolat2023-01-041-1/+17
|\|
| * Implement `block list-errors` and `block info`Alex Auvolat2022-12-131-0/+13
| * cli: new worker info commandAlex Auvolat2022-12-131-1/+4
* | Style improvementsAlex Auvolat2022-11-071-1/+1
|/
* First adaptation to WIP netapp with streaming bodyAlex Auvolat2022-07-291-3/+3
* Background task manager (#332)Alex2022-07-081-1/+7
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-2/+6
* Add a K2V client library and CLI (#303)trinity-1686a2022-05-181-0/+1
* First implementation of K2V (#293)Alex2022-05-101-3/+4
* New buckets for 0.6.0: make bucket id a SK and not a HK, CLI updatesAlex Auvolat2022-01-041-13/+2
* New buckets for 0.6.0: small changesAlex Auvolat2022-01-041-2/+2
* Some movement of helper code and refactoring of error handlingAlex Auvolat2022-01-041-6/+8
* New buckets for 0.6.0: small fixes, including:Alex Auvolat2022-01-041-1/+1
* More complete output to bucket info and key infoAlex Auvolat2022-01-041-4/+4
* New buckets for 0.6.0: migration code and build filesAlex Auvolat2022-01-041-0/+3
* Model changesAlex Auvolat2022-01-041-2/+1
* Implement bucket alias and bucket unaliasAlex Auvolat2022-01-041-1/+4
* New model for bucketsAlex Auvolat2022-01-041-2/+5
* Improve how node roles are assigned in Garagev0.5-beta1Alex Auvolat2021-11-161-158/+56
* Improve CLI, adapt tests, update documentationAlex Auvolat2021-10-251-0/+287