| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Add garage bucket cleanup-incomplete-uploads commandcleanup-uploads-command | Alex Auvolat | 2022-11-04 | 1 | -0/+15 |
* | 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 |
* | First version of admin API (#298) | Alex | 2022-05-24 | 1 | -43/+4 |
* | Add a K2V client library and CLI (#303) | trinity-1686a | 2022-05-18 | 3 | -29/+3 |
* | First implementation of K2V (#293) | Alex | 2022-05-10 | 1 | -3/+4 |
* | Fix `layout show` to not show changes when there are no changes (#297) | Alex | 2022-05-09 | 2 | -5/+22 |
* | Allow `garage layout assign` to assign to several nodes at once | Alex Auvolat | 2022-03-24 | 2 | -46/+56 |
* | Small change to partition assignation algorithm | Alex Auvolat | 2022-03-24 | 1 | -9/+9 |
* | Add tracing integration with opentelemetry | Alex Auvolat | 2022-03-14 | 1 | -2/+0 |
* | Hide deleted key in bucket info (fix #211) | Alex Auvolat | 2022-02-02 | 1 | -0/+3 |
* | Allow setting index document and error document on the CLI | Alex Auvolat | 2022-01-13 | 1 | -0/+8 |
* | Small CLI changes | Alex Auvolat | 2022-01-05 | 1 | -5/+8 |
* | Implement key allow|deny --create-bucket | Alex Auvolat | 2022-01-05 | 1 | -0/+18 |
* | Small changes in key model and refactoringnew-buckets | Alex Auvolat | 2022-01-04 | 1 | -14/+17 |
* | New buckets for 0.6.0: make bucket id a SK and not a HK, CLI updates | Alex Auvolat | 2022-01-04 | 2 | -15/+44 |
* | New buckets for 0.6.0: small changes | Alex Auvolat | 2022-01-04 | 2 | -4/+4 |
* | Some movement of helper code and refactoring of error handling | Alex Auvolat | 2022-01-04 | 1 | -6/+8 |
* | New buckets for 0.6.0: small fixes, including: | Alex Auvolat | 2022-01-04 | 2 | -2/+2 |
* | More complete output to bucket info and key info | Alex Auvolat | 2022-01-04 | 2 | -12/+69 |
* | New buckets for 0.6.0: migration code and build files | Alex Auvolat | 2022-01-04 | 2 | -0/+25 |
* | Model changes | Alex Auvolat | 2022-01-04 | 3 | -4/+11 |
* | Implement bucket alias and bucket unalias | Alex Auvolat | 2022-01-04 | 3 | -3/+44 |
* | New model for buckets | Alex Auvolat | 2022-01-04 | 2 | -16/+44 |
* | Improve how node roles are assigned in Garagev0.5-beta1 | Alex Auvolat | 2021-11-16 | 4 | -182/+452 |
* | Safety: never voluntarily delete block in 10min interval after RC reaches zero | Alex Auvolat | 2021-11-08 | 1 | -2/+1 |
* | Add tranquilizer mechanism to improve on token bucket mechanismtranquility | Alex Auvolat | 2021-11-04 | 1 | -3/+3 |
* | Refactoring on repair commandscli-verify-integrity | Alex Auvolat | 2021-10-27 | 1 | -3/+3 |
* | add cli parameter to verify local bloc integrity | Trinity Pointard | 2021-10-27 | 1 | -0/+7 |
* | CLI: default rpc_hostv0.4-rc1 | Alex Auvolat | 2021-10-26 | 1 | -3/+5 |
* | Fix clippy lints (fix #121) | Alex Auvolat | 2021-10-26 | 1 | -1/+1 |
* | Improve CLI, adapt tests, update documentation | Alex Auvolat | 2021-10-25 | 5 | -0/+740 |