| Commit message (Expand) | Author | Age | Files | Lines |
* | garage/admin.rs: Display Rust version in stats output. | Jonathan Davies | 2023-03-10 | 1 | -1/+2 |
* | fix clippy | Alex Auvolat | 2023-01-26 | 1 | -1/+3 |
* | Disk space report | Alex Auvolat | 2023-01-26 | 1 | -17/+108 |
* | bg var operation on all nodes at onceworker-get | Alex Auvolat | 2023-01-04 | 1 | -19/+93 |
* | Uniform framework for bg variable management | Alex Auvolat | 2023-01-04 | 1 | -26/+21 |
* | Refactor background runner and get rid of job worker | Alex Auvolat | 2022-12-14 | 1 | -5/+10 |
* | Spawn all background workers in a separate step | Alex Auvolat | 2022-12-14 | 1 | -2/+2 |
* | Fix error messagescli-improvements | Alex Auvolat | 2022-12-13 | 1 | -6/+4 |
* | cli: more info displayed on error in garage stats | Alex Auvolat | 2022-12-13 | 1 | -4/+5 |
* | cli: prettier table in garage stats | Alex Auvolat | 2022-12-13 | 1 | -37/+63 |
* | Implement `block retry-now` and `block purge` | Alex Auvolat | 2022-12-13 | 1 | -4/+104 |
* | Implement `block list-errors` and `block info` | Alex Auvolat | 2022-12-13 | 1 | -14/+78 |
* | cli: new worker info command | Alex Auvolat | 2022-12-13 | 1 | -0/+11 |
* | cli: rename resync-n-workers into resync-worker-count | Alex Auvolat | 2022-12-13 | 1 | -2/+2 |
* | Clearer error messsages | Alex Auvolat | 2022-11-04 | 1 | -2/+2 |
* | Add garage bucket cleanup-incomplete-uploads commandcleanup-uploads-command | Alex Auvolat | 2022-11-04 | 1 | -0/+39 |
* | Merge branch 'lx-perf-improvements' into netapp-stream-body | Alex Auvolat | 2022-09-08 | 1 | -2/+5 |
|\ |
|
| * | Move version back into utilimprove-deps | Alex Auvolat | 2022-09-07 | 1 | -2/+2 |
| * | Merge branch 'main' into improve-deps | Alex Auvolat | 2022-09-07 | 1 | -2/+30 |
| |\ |
|
| * | | Report build features in garage --help | Alex Auvolat | 2022-09-07 | 1 | -1/+4 |
| * | | Move GIT_VERSION injection later in build chain to reduce build times | Alex Auvolat | 2022-09-07 | 1 | -1/+1 |
* | | | Merge branch 'lx-perf-improvements' into netapp-stream-body | Alex Auvolat | 2022-09-06 | 1 | -2/+30 |
|\ \ \
| | |/
| |/| |
|
| * | | Ability to have up to 4 concurrently working resync workers | Alex Auvolat | 2022-09-02 | 1 | -0/+8 |
| * | | block manager: refactor: split resync into separate file | Alex Auvolat | 2022-09-02 | 1 | -3/+4 |
| * | | Ability to dynamically set resync tranquility | Alex Auvolat | 2022-09-02 | 1 | -0/+19 |
| |/ |
|
* / | First adaptation to WIP netapp with streaming body | Alex Auvolat | 2022-07-29 | 1 | -2/+2 |
|/ |
|
* | Background task manager (#332) | Alex | 2022-07-08 | 1 | -10/+19 |
* | improve internal item counter mechanisms and implement bucket quotas (#326) | Alex | 2022-06-15 | 1 | -4/+78 |
* | Abstract database behind generic interface and implement alternative drivers ... | Alex | 2022-06-08 | 1 | -16/+29 |
* | First version of admin API (#298) | Alex | 2022-05-24 | 1 | -54/+23 |
* | First implementation of K2V (#293) | Alex | 2022-05-10 | 1 | -3/+16 |
* | Add blocks in errored state to `garage stats` | Alex Auvolat | 2022-03-28 | 1 | -0/+6 |
* | Allow setting index document and error document on the CLI | Alex Auvolat | 2022-01-13 | 1 | -2/+2 |
* | Implement ListMultipartUploads (#171) | Quentin | 2022-01-12 | 1 | -1/+2 |
* | Fix trivial bug in CLI | Alex Auvolat | 2022-01-10 | 1 | -2/+6 |
* | Implement CreateBucket | Alex Auvolat | 2022-01-05 | 1 | -8/+2 |
* | Implement key allow|deny --create-bucket | Alex Auvolat | 2022-01-05 | 1 | -0/+30 |
* | Small changes in key model and refactoringnew-buckets | Alex Auvolat | 2022-01-04 | 1 | -6/+15 |
* | New buckets for 0.6.0: make bucket id a SK and not a HK, CLI updates | Alex Auvolat | 2022-01-04 | 1 | -5/+5 |
* | New buckets for 0.6.0: small changes | Alex Auvolat | 2022-01-04 | 1 | -5/+11 |
* | Refactor logic for setting/unsetting aliases | Alex Auvolat | 2022-01-04 | 1 | -353/+129 |
* | Remove website redirects | Alex Auvolat | 2022-01-04 | 1 | -1/+1 |
* | Some movement of helper code and refactoring of error handling | Alex Auvolat | 2022-01-04 | 1 | -30/+34 |
* | New buckets for 0.6.0: fix model and migration | Alex Auvolat | 2022-01-04 | 1 | -2/+4 |
* | New buckets for 0.6.0: small fixes, including: | Alex Auvolat | 2022-01-04 | 1 | -53/+102 |
* | More complete output to bucket info and key info | Alex Auvolat | 2022-01-04 | 1 | -23/+78 |
* | New buckets for 0.6.0: migration code and build files | Alex Auvolat | 2022-01-04 | 1 | -0/+19 |
* | Model changes | Alex Auvolat | 2022-01-04 | 1 | -22/+29 |
* | Implement bucket alias and bucket unalias | Alex Auvolat | 2022-01-04 | 1 | -0/+187 |
* | New model for buckets | Alex Auvolat | 2022-01-04 | 1 | -208/+337 |