| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'main' into nextv0.9.0-beta1 | Alex Auvolat | 2023-08-29 | 1 | -1/+1 |
|\ |
|
| * | src/garage/cli: fix typo | Florian Klink | 2023-07-14 | 1 | -1/+1 |
* | | admin and cli: hide secret keys unless asked | Alex Auvolat | 2023-06-14 | 1 | -2/+5 |
* | | Merge branch 'main' into next | Alex Auvolat | 2023-06-13 | 3 | -4/+9 |
|\| |
|
| * | fix timestamps wrapping around in `garage block list-errors` (fix #584)fix-future-timestamps | Alex Auvolat | 2023-06-12 | 1 | -1/+6 |
| * | Split format_table into separate crate and reduce k2v-client dependenciesformat_table-v0.1.0 | Alex Auvolat | 2023-05-17 | 3 | -3/+3 |
* | | garage key import: add checks and `--yes` CLI flag (fix #278) | Alex Auvolat | 2023-06-13 | 1 | -0/+4 |
* | | fix mpu counter (add missing workers) and report info at appropriate places | Alex Auvolat | 2023-06-09 | 3 | -15/+25 |
* | | Add multipart upload repair | Alex Auvolat | 2023-06-09 | 1 | -0/+3 |
* | | updaet block admin for new multipartupload models | Alex Auvolat | 2023-06-09 | 2 | -12/+34 |
* | | Merge branch 'main' into next | Alex Auvolat | 2023-04-25 | 4 | -20/+48 |
|\| |
|
| * | fix cli display bugk2v-watch-range-2 | Alex Auvolat | 2023-01-26 | 1 | -1/+1 |
| * | more fixes | Alex Auvolat | 2023-01-26 | 2 | -3/+3 |
| * | Disk space report | Alex Auvolat | 2023-01-26 | 2 | -2/+18 |
| * | bg var operation on all nodes at onceworker-get | Alex Auvolat | 2023-01-04 | 2 | -4/+18 |
| * | Uniform framework for bg variable management | Alex Auvolat | 2023-01-04 | 3 | -17/+15 |
* | | Changed all instances of assignation to assignment. | Jonathan Davies | 2023-01-05 | 2 | -3/+3 |
* | | Merge pull request 'Changed all instances of 'key new' to 'key create' to mak... | Alex | 2023-01-04 | 1 | -3/+3 |
|\ \ |
|
| * | | Changed all instances of 'key new' to 'key create' to make it consistent as b... | Jonathan Davies | 2023-01-03 | 1 | -3/+3 |
| |/ |
|
* | | Merge branch 'main' into next | Alex Auvolat | 2023-01-04 | 3 | -34/+200 |
|\| |
|
| * | Implement `block retry-now` and `block purge` | Alex Auvolat | 2022-12-13 | 2 | -1/+2 |
| * | Implement `block list-errors` and `block info` | Alex Auvolat | 2022-12-13 | 3 | -9/+108 |
| * | cli: new worker info command | Alex Auvolat | 2022-12-13 | 3 | -4/+65 |
| * | cli: rename resync-n-workers into resync-worker-count | Alex Auvolat | 2022-12-13 | 1 | -2/+2 |
| * | Prettier worker list table; remove useless CLI log messages | Alex Auvolat | 2022-12-12 | 1 | -25/+30 |
* | | Slightly simplify code at places | Alex Auvolat | 2022-11-08 | 1 | -7/+4 |
* | | Return more info when layout's .check() fails, fix compilation, fix test | Alex Auvolat | 2022-11-08 | 1 | -11/+21 |
* | | Use bytes as capacity units | Alex Auvolat | 2022-11-07 | 2 | -6/+16 |
* | | Style improvements | Alex Auvolat | 2022-11-07 | 2 | -11/+11 |
* | | Merge branch 'main' into optimal-layout | Alex Auvolat | 2022-11-07 | 1 | -0/+15 |
|\| |
|
| * | Add garage bucket cleanup-incomplete-uploads commandcleanup-uploads-command | Alex Auvolat | 2022-11-04 | 1 | -0/+15 |
* | | Improved the statistics displayed in layout show | Mendes | 2022-10-11 | 1 | -24/+45 |
* | | cargo fmt | Mendes | 2022-10-10 | 2 | -46/+55 |
* | | Tests written in layout.rs | Mendes | 2022-10-10 | 1 | -2/+2 |
* | | Corrected two bugs: | Mendes | 2022-10-06 | 1 | -1/+5 |
* | | Added a CLI command to update the parameters for the layout computation (for ... | Mendes | 2022-10-05 | 2 | -3/+46 |
* | | modifications in several files to : | Mendes | 2022-10-05 | 1 | -14/+21 |
|/ |
|
* | Merge branch 'lx-perf-improvements' into netapp-stream-body | Alex Auvolat | 2022-09-08 | 1 | -56/+56 |
|\ |
|
| * | Move version back into utilimprove-deps | Alex Auvolat | 2022-09-07 | 1 | -1/+1 |
| * | Fix merge | Alex Auvolat | 2022-09-07 | 1 | -4/+4 |
| * | Merge branch 'main' into improve-deps | Alex Auvolat | 2022-09-07 | 1 | -0/+19 |
| |\ |
|
| * | | Move GIT_VERSION injection later in build chain to reduce build times | Alex Auvolat | 2022-09-07 | 1 | -52/+52 |
* | | | Merge branch 'lx-perf-improvements' into netapp-stream-body | Alex Auvolat | 2022-09-06 | 1 | -0/+19 |
|\ \ \
| | |/
| |/| |
|
| * | | Ability to have up to 4 concurrently working resync workers | Alex Auvolat | 2022-09-02 | 1 | -1/+4 |
| * | | Ability to dynamically set resync tranquility | Alex Auvolat | 2022-09-02 | 1 | -0/+16 |
| |/ |
|
* | | Merge branch 'lx-perf-improvements' into netapp-stream-body | Alex Auvolat | 2022-08-29 | 1 | -50/+51 |
|\| |
|
| * | Configure structopt to report the right versionv0.7.2_ci-test-2bug/reported-version | Quentin Dufour | 2022-08-11 | 1 | -50/+51 |
* | | First adaptation to WIP netapp with streaming body | Alex Auvolat | 2022-07-29 | 2 | -6/+6 |
|/ |
|
* | Background task manager (#332) | Alex | 2022-07-08 | 3 | -3/+118 |
* | improve internal item counter mechanisms and implement bucket quotas (#326) | Alex | 2022-06-15 | 3 | -6/+96 |