| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-03-18 | 1 | -1/+5 |
|\ |
|
| * | [sqlite-r2d2] run integration test with all db enginessqlite-r2d2 | Alex Auvolat | 2024-03-18 | 1 | -1/+5 |
* | | ReplicationMode -> ConsistencyMode+ReplicationFactor | Yureka | 2024-03-07 | 1 | -1/+1 |
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-03-04 | 1 | -24/+63 |
|\| |
|
| * | [test-presigned] Add API test for presigned requests | Alex Auvolat | 2024-03-04 | 1 | -0/+4 |
| * | [fix-presigned] presigned requests: allow x-amz-* query parameters to stand i... | Alex Auvolat | 2024-02-28 | 1 | -1/+1 |
| * | [fix-presigned] split presigned/normal signature verification | Alex Auvolat | 2024-02-28 | 1 | -25/+60 |
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-13 | 2 | -9/+31 |
|\| |
|
| * | [dep-upgrade-202402] cargo clippy fixes | Alex Auvolat | 2024-02-08 | 1 | -2/+2 |
| * | [dep-upgrade-202402] upgrade to http/hyper 1.x for tests | Alex Auvolat | 2024-02-05 | 1 | -7/+27 |
| * | [dep-upgrade-202402] update aws-sdk dependencies | Alex Auvolat | 2024-02-05 | 1 | -0/+2 |
* | | integration test: print stdout and stderr on subcommand crash | Alex Auvolat | 2023-11-15 | 2 | -34/+12 |
|/ |
|
* | garage_db: refactor transactions and add on_commit mechanism | Alex Auvolat | 2023-09-21 | 1 | -1/+1 |
* | Merge branch 'main' into nextv0.9.0-beta1 | Alex Auvolat | 2023-08-29 | 2 | -7/+14 |
|\ |
|
| * | integration test: move json_body to root of crate | Alex Auvolat | 2023-08-28 | 1 | -0/+5 |
| * | src/garage/tests: Updated types for aws-sdk-s3 bump. | Jonathan Davies | 2023-06-25 | 2 | -7/+9 |
* | | Merge branch 'main' into next | Alex Auvolat | 2023-06-13 | 2 | -0/+15 |
|\| |
|
| * | Add basic k2v_client integration tests | Alex Auvolat | 2023-05-22 | 1 | -0/+14 |
| * | k2v signature verification: double urlencoding (see comment in source code) | Alex Auvolat | 2023-05-18 | 1 | -0/+1 |
* | | Revert integration tests to using Sled as LMDB causes failures | Alex Auvolat | 2023-06-09 | 1 | -0/+1 |
* | | Merge branch 'main' into next | Alex Auvolat | 2023-04-25 | 4 | -32/+51 |
|\| |
|
| * | use one key per context to isolate teststests/increase-robustness | Quentin Dufour | 2023-03-13 | 4 | -28/+31 |
| * | do not assume Garage boots in 2sec during tests | Quentin Dufour | 2023-03-13 | 1 | -6/+19 |
| * | tests/s3/website.rs: Added website hosting authorization check tests. | Jonathan Davies | 2023-01-13 | 1 | -0/+2 |
* | | Merge pull request 'Changed all instances of 'key new' to 'key create' to mak... | Alex | 2023-01-04 | 1 | -2/+1 |
|\ \ |
|
| * | | Changed all instances of 'key new' to 'key create' to make it consistent as b... | Jonathan Davies | 2023-01-03 | 1 | -2/+1 |
| |/ |
|
* / | Fix integration test | Alex Auvolat | 2022-11-08 | 1 | -1/+1 |
|/ |
|
* | First implementation of K2V (#293) | Alex | 2022-05-10 | 4 | -20/+82 |
* | cleanup | trinity-1686a | 2022-03-23 | 1 | -19/+4 |
* | add test framework for arbitraty S3 requests | trinity-1686a | 2022-03-23 | 3 | -2/+291 |
* | Refactoring: rename config files, make modifications less invasive | Alex Auvolat | 2022-03-14 | 1 | -2/+2 |
* | Add many metrics in table/ and rpc/ | Alex Auvolat | 2022-03-14 | 1 | -0/+4 |
* | Functional tests for website endpoints | Quentin Dufour | 2022-03-07 | 1 | -1/+1 |
* | garage(tests): Remove RNG stuff | Jill | 2022-02-11 | 2 | -15/+1 |
* | garage(tests): Add random suffix to created buckets. | Jill | 2022-02-10 | 2 | -3/+24 |
* | 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 | 1 | -7/+1 |
* | tests: Add garage integration tests (base) | Jill | 2022-02-10 | 6 | -0/+353 |