aboutsummaryrefslogtreecommitdiff
path: root/src/garage/cli/structs.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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-091-6/+6
* | Add multipart upload repairAlex Auvolat2023-06-091-0/+3
* | Merge branch 'main' into nextAlex Auvolat2023-04-251-15/+21
|\|
| * Disk space reportAlex Auvolat2023-01-261-0/+5
| * bg var operation on all nodes at onceworker-getAlex Auvolat2023-01-041-2/+16
| * Uniform framework for bg variable managementAlex Auvolat2023-01-041-17/+4
* | Changed all instances of assignation to assignment.Jonathan Davies2023-01-051-1/+1
* | 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-041-10/+43
|\|
| * Implement `block retry-now` and `block purge`Alex Auvolat2022-12-131-0/+1
| * Implement `block list-errors` and `block info`Alex Auvolat2022-12-131-8/+37
| * cli: new worker info commandAlex Auvolat2022-12-131-0/+3
| * cli: rename resync-n-workers into resync-worker-countAlex Auvolat2022-12-131-2/+2
* | Use bytes as capacity unitsAlex Auvolat2022-11-071-2/+2
* | 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
* | cargo fmtMendes2022-10-101-4/+3
* | Added a CLI command to update the parameters for the layout computation (for ...Mendes2022-10-051-1/+13
|/
* 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
|\
| * Ability to have up to 4 concurrently working resync workersAlex Auvolat2022-09-021-1/+4
| * Ability to dynamically set resync tranquilityAlex Auvolat2022-09-021-0/+16
* | Move GIT_VERSION injection later in build chain to reduce build timesAlex Auvolat2022-09-071-52/+52
|/
* Configure structopt to report the right versionv0.7.2_ci-test-2bug/reported-versionQuentin Dufour2022-08-111-50/+51
* Background task manager (#332)Alex2022-07-081-2/+53
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-1/+46
* Allow `garage layout assign` to assign to several nodes at onceAlex Auvolat2022-03-241-2/+3
* Allow setting index document and error document on the CLIAlex Auvolat2022-01-131-0/+8
* Implement key allow|deny --create-bucketAlex Auvolat2022-01-051-0/+18
* New buckets for 0.6.0: migration code and build filesAlex Auvolat2022-01-041-0/+22
* Model changesAlex Auvolat2022-01-041-0/+5
* Implement bucket alias and bucket unaliasAlex Auvolat2022-01-041-0/+31
* Improve how node roles are assigned in Garagev0.5-beta1Alex Auvolat2021-11-161-24/+54
* Safety: never voluntarily delete block in 10min interval after RC reaches zeroAlex Auvolat2021-11-081-2/+1
* Add tranquilizer mechanism to improve on token bucket mechanismtranquilityAlex Auvolat2021-11-041-3/+3
* Refactoring on repair commandscli-verify-integrityAlex Auvolat2021-10-271-3/+3
* add cli parameter to verify local bloc integrityTrinity Pointard2021-10-271-0/+7
* Improve CLI, adapt tests, update documentationAlex Auvolat2021-10-251-0/+296