| Commit message (Expand) | Author | Age | Files | Lines |
* | Compute hashes on dedicated threads | Alex Auvolat | 2022-07-29 | 1 | -1/+1 |
* | Background task manager (#332) | Alex | 2022-07-08 | 6 | -98/+276 |
* | add delays in k2v test_items_and_indices | Alex Auvolat | 2022-07-08 | 1 | -0/+6 |
* | improve internal item counter mechanisms and implement bucket quotas (#326) | Alex | 2022-06-15 | 10 | -68/+246 |
* | Fix garage_db build on 32-bit systemsfix-build | Alex Auvolat | 2022-06-09 | 1 | -6/+1 |
* | Abstract database behind generic interface and implement alternative drivers ... | Alex | 2022-06-08 | 5 | -48/+112 |
* | First version of admin API (#298) | Alex | 2022-05-24 | 6 | -116/+90 |
* | Add a K2V client library and CLI (#303) | trinity-1686a | 2022-05-18 | 3 | -29/+3 |
* | K2V: Fix `end` parameter and add tests (fix #305)fix-k2v-305 | Alex Auvolat | 2022-05-17 | 1 | -1/+88 |
* | First implementation of K2V (#293) | Alex | 2022-05-10 | 23 | -65/+1690 |
* | Fix `layout show` to not show changes when there are no changes (#297) | Alex | 2022-05-09 | 2 | -5/+22 |
* | Update to netapp 0.4.2 (a tiny fix) | Alex Auvolat | 2022-04-07 | 1 | -1/+1 |
* | Add blocks in errored state to `garage stats` | Alex Auvolat | 2022-03-28 | 1 | -0/+6 |
* | 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 |
* | Move block manager to separate module | Alex Auvolat | 2022-03-23 | 1 | -2/+1 |
* | cleanup | trinity-1686a | 2022-03-23 | 1 | -19/+4 |
* | add test for create bucket and put website with streaming signature | trinity-1686a | 2022-03-23 | 1 | -0/+84 |
* | add test framework for arbitraty S3 requests | trinity-1686a | 2022-03-23 | 10 | -7/+401 |
* | Update netapp to v0.4.1update-netapp | Alex Auvolat | 2022-03-15 | 1 | -1/+1 |
* | Fix some new clippy lintsfix-resync | Alex Auvolat | 2022-03-14 | 4 | -7/+7 |
* | Make admin server optional | Alex Auvolat | 2022-03-14 | 1 | -6/+12 |
* | Bump version to 0.7 because of incompatible Netapp | Alex Auvolat | 2022-03-14 | 1 | -8/+8 |
* | Refactoring: rename config files, make modifications less invasive | Alex Auvolat | 2022-03-14 | 2 | -4/+4 |
* | Add metrics to API endpoint | Alex Auvolat | 2022-03-14 | 1 | -2/+3 |
* | Refactor how durations are measured | Alex Auvolat | 2022-03-14 | 1 | -1/+1 |
* | Update to Netapp 0.4 which supports distributed tracing | Alex Auvolat | 2022-03-14 | 2 | -4/+5 |
* | Add tracing integration with opentelemetry | Alex Auvolat | 2022-03-14 | 4 | -4/+8 |
* | Add many metrics in table/ and rpc/ | Alex Auvolat | 2022-03-14 | 1 | -0/+4 |
* | Implement basic metrics in table | Maximilien R | 2022-03-14 | 1 | -1/+1 |
* | Update dependencies and add admin module with metrics | mricher | 2022-03-14 | 2 | -1/+13 |
* | Functional tests for admin commandstests/port-integration | Quentin Dufour | 2022-03-07 | 2 | -0/+75 |
* | Functional tests for website endpoints | Quentin Dufour | 2022-03-07 | 3 | -1/+343 |
* | Functional test for multipart endpoints | Quentin Dufour | 2022-03-07 | 1 | -0/+414 |
* | Functional test for ListMultipartUploads | Quentin Dufour | 2022-03-07 | 2 | -7/+199 |
* | Functional tests for bucket endpoints | Quentin Dufour | 2022-03-07 | 1 | -0/+77 |
* | Functional tests for object operations | Quentin Dufour | 2022-03-07 | 6 | -1/+274 |
* | Move ListObjects tests to Rust | Quentin Dufour | 2022-03-07 | 2 | -0/+433 |
* | garage(tests): Remove RNG stuff | Jill | 2022-02-11 | 3 | -16/+1 |
* | garage(tests): Remove superfluous test | Jill | 2022-02-10 | 1 | -30/+0 |
* | garage(tests): Add random suffix to created buckets. | Jill | 2022-02-10 | 4 | -9/+31 |
* | garage(tests): Add some unsafe-usage doc and tweaks | Jill | 2022-02-10 | 1 | -5/+8 |
* | Add integration tests to Drone | Quentin Dufour | 2022-02-10 | 1 | -1/+7 |
* | tests: Fix garage integration test | Jill | 2022-02-10 | 2 | -7/+3 |
* | tests: Add garage integration tests (base) | Jill | 2022-02-10 | 9 | -0/+428 |
* | 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 | 2 | -2/+10 |
* | Implement ListMultipartUploads (#171) | Quentin | 2022-01-12 | 1 | -1/+2 |
* | Fix trivial bug in CLI | Alex Auvolat | 2022-01-10 | 1 | -2/+6 |
* | Small CLI changes | Alex Auvolat | 2022-01-05 | 1 | -5/+8 |