aboutsummaryrefslogtreecommitdiff
path: root/src/garage/cli
Commit message (Expand)AuthorAgeFilesLines
* convert_db: fix buildAlex Auvolat2023-10-101-1/+1
* Merge branch 'main' into nextAlex Auvolat2023-10-103-0/+77
|\
| * Move convert_db command into main garage binaryconvert-db-main-binaryAlex Auvolat2023-10-103-0/+73
* | cli: more precise doc commentAlex Auvolat2023-10-041-2/+2
* | new layout: improve display and fix commentsAlex Auvolat2023-09-181-3/+3
* | new layout: make zone_redundancy optionnal (if not set, is maximum)Alex Auvolat2023-09-182-17/+24
* | new layout: improve output displayAlex Auvolat2023-09-121-51/+38
* | block manager: add rebalance operation to rebalance multi-hdd setupsAlex Auvolat2023-09-071-0/+3
* | Merge branch 'main' into nextv0.9.0-beta1Alex Auvolat2023-08-291-1/+1
|\|
| * src/garage/cli: fix typoFlorian Klink2023-07-141-1/+1
* | admin and cli: hide secret keys unless askedAlex Auvolat2023-06-141-2/+5
* | Merge branch 'main' into nextAlex Auvolat2023-06-133-4/+9
|\|
| * fix timestamps wrapping around in `garage block list-errors` (fix #584)fix-future-timestampsAlex Auvolat2023-06-121-1/+6
| * Split format_table into separate crate and reduce k2v-client dependenciesformat_table-v0.1.0Alex Auvolat2023-05-173-3/+3
* | garage key import: add checks and `--yes` CLI flag (fix #278)Alex Auvolat2023-06-131-0/+4
* | fix mpu counter (add missing workers) and report info at appropriate placesAlex Auvolat2023-06-093-15/+25
* | Add multipart upload repairAlex Auvolat2023-06-091-0/+3
* | updaet block admin for new multipartupload modelsAlex Auvolat2023-06-092-12/+34
* | Merge branch 'main' into nextAlex Auvolat2023-04-254-20/+48
|\|
| * fix cli display bugk2v-watch-range-2Alex Auvolat2023-01-261-1/+1
| * more fixesAlex Auvolat2023-01-262-3/+3
| * Disk space reportAlex Auvolat2023-01-262-2/+18
| * bg var operation on all nodes at onceworker-getAlex Auvolat2023-01-042-4/+18
| * Uniform framework for bg variable managementAlex Auvolat2023-01-043-17/+15
* | Changed all instances of assignation to assignment.Jonathan Davies2023-01-052-3/+3
* | Merge pull request 'Changed all instances of 'key new' to 'key create' to mak...Alex2023-01-041-3/+3
|\ \
| * | Changed all instances of 'key new' to 'key create' to make it consistent as b...Jonathan Davies2023-01-031-3/+3
| |/
* | Merge branch 'main' into nextAlex Auvolat2023-01-043-34/+200
|\|
| * Implement `block retry-now` and `block purge`Alex Auvolat2022-12-132-1/+2
| * Implement `block list-errors` and `block info`Alex Auvolat2022-12-133-9/+108
| * cli: new worker info commandAlex Auvolat2022-12-133-4/+65
| * cli: rename resync-n-workers into resync-worker-countAlex Auvolat2022-12-131-2/+2
| * Prettier worker list table; remove useless CLI log messagesAlex Auvolat2022-12-121-25/+30
* | Slightly simplify code at placesAlex Auvolat2022-11-081-7/+4
* | Return more info when layout's .check() fails, fix compilation, fix testAlex Auvolat2022-11-081-11/+21
* | Use bytes as capacity unitsAlex Auvolat2022-11-072-6/+16
* | Style improvementsAlex Auvolat2022-11-072-11/+11
* | Merge branch 'main' into optimal-layoutAlex Auvolat2022-11-071-0/+15
|\|
| * Add garage bucket cleanup-incomplete-uploads commandcleanup-uploads-commandAlex Auvolat2022-11-041-0/+15
* | Improved the statistics displayed in layout showMendes2022-10-111-24/+45
* | cargo fmtMendes2022-10-102-46/+55
* | Tests written in layout.rsMendes2022-10-101-2/+2
* | Corrected two bugs:Mendes2022-10-061-1/+5
* | Added a CLI command to update the parameters for the layout computation (for ...Mendes2022-10-052-3/+46
* | modifications in several files to :Mendes2022-10-051-14/+21
|/
* Merge branch 'lx-perf-improvements' into netapp-stream-bodyAlex Auvolat2022-09-081-56/+56
|\
| * Move version back into utilimprove-depsAlex Auvolat2022-09-071-1/+1
| * Fix mergeAlex Auvolat2022-09-071-4/+4
| * Merge branch 'main' into improve-depsAlex Auvolat2022-09-071-0/+19
| |\
| * | Move GIT_VERSION injection later in build chain to reduce build timesAlex Auvolat2022-09-071-52/+52