aboutsummaryrefslogtreecommitdiff
path: root/src/garage/cli/util.rs
Commit message (Expand)AuthorAgeFilesLines
* 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-171-1/+1
* more fixesAlex Auvolat2023-01-261-1/+1
* bg var operation on all nodes at onceworker-getAlex Auvolat2023-01-041-2/+2
* Uniform framework for bg variable managementAlex Auvolat2023-01-041-0/+8
* Implement `block retry-now` and `block purge`Alex Auvolat2022-12-131-1/+1
* Implement `block list-errors` and `block info`Alex Auvolat2022-12-131-1/+58
* cli: new worker info commandAlex Auvolat2022-12-131-3/+58
* Prettier worker list table; remove useless CLI log messagesAlex Auvolat2022-12-121-25/+30
* Background task manager (#332)Alex2022-07-081-0/+58
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-3/+44
* Add a K2V client library and CLI (#303)trinity-1686a2022-05-181-29/+1
* Fix `layout show` to not show changes when there are no changes (#297)Alex2022-05-091-1/+1
* Hide deleted key in bucket info (fix #211)Alex Auvolat2022-02-021-0/+3
* Small CLI changesAlex Auvolat2022-01-051-5/+8
* Small changes in key model and refactoringnew-bucketsAlex Auvolat2022-01-041-14/+17
* New buckets for 0.6.0: make bucket id a SK and not a HK, CLI updatesAlex Auvolat2022-01-041-2/+42
* New buckets for 0.6.0: small changesAlex Auvolat2022-01-041-2/+2
* 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-8/+65
* Model changesAlex Auvolat2022-01-041-2/+5
* Implement bucket alias and bucket unaliasAlex Auvolat2022-01-041-2/+9
* New model for bucketsAlex Auvolat2022-01-041-14/+39
* Fix clippy lints (fix #121)Alex Auvolat2021-10-261-1/+1
* Improve CLI, adapt tests, update documentationAlex Auvolat2021-10-251-0/+83