| Commit message (Expand) | Author | Age | Files | Lines |
* | fix test_website_check_domain | Alex Auvolat | 2023-08-28 | 1 | -9/+9 |
* | integration test: move json_body to root of crate | Alex Auvolat | 2023-08-28 | 7 | -17/+22 |
* | support {s3,web}.root_domains in /check endpointbug/support-root-domains-on-demand-tls | Quentin Dufour | 2023-08-08 | 1 | -21/+26 |
* | tests/bucket.rs: Adjusted as previously used function is now private. | Jonathan Davies | 2023-06-26 | 1 | -5/+1 |
* | src/garage/tests: Updated types for aws-sdk-s3 bump. | Jonathan Davies | 2023-06-25 | 7 | -16/+18 |
* | Add basic k2v_client integration tests | Alex Auvolat | 2023-05-22 | 4 | -0/+77 |
* | k2v signature verification: double urlencoding (see comment in source code) | Alex Auvolat | 2023-05-18 | 1 | -0/+1 |
* | use one key per context to isolate teststests/increase-robustness | Quentin Dufour | 2023-03-13 | 8 | -58/+40 |
* | do not assume Garage boots in 2sec during tests | Quentin Dufour | 2023-03-13 | 1 | -6/+19 |
* | Improved bucket authorization response strings. | Jonathan Davies | 2023-01-29 | 1 | -3/+3 |
* | api_server.rs: Adapted to use query string per Caddy upstream change. | Jonathan Davies | 2023-01-29 | 1 | -14/+51 |
* | more fixes | Alex Auvolat | 2023-01-26 | 2 | -6/+7 |
* | Merge branch 'main' into k2v-watch-range-2 | Alex Auvolat | 2023-01-26 | 4 | -63/+215 |
|\ |
|
| * | Cargo.toml: Updated base64 from 0.13 to 0.21. | Jonathan Davies | 2023-01-26 | 2 | -63/+77 |
| * | tests/s3/website.rs: Added website hosting authorization check tests. | Jonathan Davies | 2023-01-13 | 2 | -0/+138 |
* | | PollRange integration test | Alex Auvolat | 2023-01-11 | 1 | -2/+168 |
|/ |
|
* | Fix bucket creation tests to take permissions into account | Alex Auvolat | 2022-12-12 | 2 | -0/+30 |
* | Use status code 204 No Content for empty responses | Tobias Krischer | 2022-10-17 | 6 | -68/+68 |
* | Properly return HTTP 204 when deleting non-existent object (fix #227)deleteobject-204 | Alex Auvolat | 2022-09-14 | 1 | -0/+9 |
* | Merge branch 'main' into lx-perf-improvements | Alex Auvolat | 2022-09-08 | 1 | -2/+2 |
|\ |
|
| * | Disable k2v tests when feature is disabled | Alex Auvolat | 2022-09-06 | 1 | -0/+1 |
* | | cargo fmt | Alex Auvolat | 2022-07-29 | 1 | -1/+1 |
* | | Fix tests | Alex Auvolat | 2022-07-29 | 1 | -0/+3 |
|/ |
|
* | add delays in k2v test_items_and_indices | Alex Auvolat | 2022-07-08 | 1 | -0/+6 |
* | Abstract database behind generic interface and implement alternative drivers ... | Alex | 2022-06-08 | 1 | -5/+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 | 18 | -51/+1638 |
* | 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 | 9 | -6/+397 |
* | Fix some new clippy lintsfix-resync | Alex Auvolat | 2022-03-14 | 3 | -6/+6 |
* | 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 admin commandstests/port-integration | Quentin Dufour | 2022-03-07 | 2 | -0/+75 |
* | Functional tests for website endpoints | Quentin Dufour | 2022-03-07 | 2 | -1/+342 |
* | 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 | 2 | -15/+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 | 3 | -9/+30 |
* | 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 | 8 | -0/+418 |