Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Alex | 2023-01-04 | 1 | -2/+1 |
|\ \ | | | | | | | | | | | | | | | | make it the same as the bucket commands.' (#459) from jpds/garage:key-create-standardize into next Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/459 | ||||
| * | | Changed all instances of 'key new' to 'key create' to make it consistent as ↵ | Jonathan Davies | 2023-01-03 | 1 | -2/+1 |
| |/ | | | | | | | bucket commands issued normally around the same time. | ||||
* / | Fix integration test | Alex Auvolat | 2022-11-08 | 1 | -1/+1 |
|/ | |||||
* | First implementation of K2V (#293) | Alex | 2022-05-10 | 4 | -20/+82 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **Specification:** View spec at [this URL](https://git.deuxfleurs.fr/Deuxfleurs/garage/src/branch/k2v/doc/drafts/k2v-spec.md) - [x] Specify the structure of K2V triples - [x] Specify the DVVS format used for causality detection - [x] Specify the K2V index (just a counter of number of values per partition key) - [x] Specify single-item endpoints: ReadItem, InsertItem, DeleteItem - [x] Specify index endpoint: ReadIndex - [x] Specify multi-item endpoints: InsertBatch, ReadBatch, DeleteBatch - [x] Move to JSON objects instead of tuples - [x] Specify endpoints for polling for updates on single values (PollItem) **Implementation:** - [x] Table for K2V items, causal contexts - [x] Indexing mechanism and table for K2V index - [x] Make API handlers a bit more generic - [x] K2V API endpoint - [x] K2V API router - [x] ReadItem - [x] InsertItem - [x] DeleteItem - [x] PollItem - [x] ReadIndex - [x] InsertBatch - [x] ReadBatch - [x] DeleteBatch **Testing:** - [x] Just a simple Python script that does some requests to check visually that things are going right (does not contain parsing of results or assertions on returned values) - [x] Actual tests: - [x] Adapt testing framework - [x] Simple test with InsertItem + ReadItem - [x] Test with several Insert/Read/DeleteItem + ReadIndex - [x] Test all combinations of return formats for ReadItem - [x] Test with ReadBatch, InsertBatch, DeleteBatch - [x] Test with PollItem - [x] Test error codes - [ ] Fix most broken stuff - [x] test PollItem broken randomly - [x] when invalid causality tokens are given, errors should be 4xx not 5xx **Improvements:** - [x] Descending range queries - [x] Specify - [x] Implement - [x] Add test - [x] Batch updates to index counter - [x] Put K2V behind `k2v` feature flag Co-authored-by: Alex Auvolat <alex@adnab.me> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/293 Co-authored-by: Alex <alex@adnab.me> Co-committed-by: Alex <alex@adnab.me> | ||||
* | cleanup | trinity-1686a | 2022-03-23 | 1 | -19/+4 |
| | |||||
* | add test framework for arbitraty S3 requests | trinity-1686a | 2022-03-23 | 3 | -2/+291 |
| | | | | and implement some basic test with it | ||||
* | 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 |