| Commit message (Expand) | Author | Age | Files | Lines |
* | [dep-upgrade-202402] refactor use of BodyStream | Alex Auvolat | 2024-02-07 | 5 | -26/+37 |
* | [dep-upgrade-202402] slightly more explicit error management | Alex Auvolat | 2024-02-07 | 2 | -3/+7 |
* | [dep-upgrade-202402] fix obsolete DateTime::from_utc calls | Alex Auvolat | 2024-02-07 | 2 | -4/+4 |
* | [dep-upgrade-202402] rename BytesBody into ErrorBody for clarity | Alex Auvolat | 2024-02-07 | 5 | -12/+12 |
* | [dep-upgrade-202402] refactor http listener code | Alex Auvolat | 2024-02-07 | 3 | -103/+132 |
* | [dep-upgrade-202402] simplify/refactor GetObject | Alex Auvolat | 2024-02-05 | 2 | -82/+78 |
* | [dep-upgrade-202402] upgrade to http/hyper 1.x for tests | Alex Auvolat | 2024-02-05 | 11 | -43/+85 |
* | [dep-upgrade-202402] migration to http/hyper 1.0 for k2v api | Alex Auvolat | 2024-02-05 | 16 | -138/+131 |
* | [dep-upgrade-202402] wip: port to http/hyper crates v1 | Alex Auvolat | 2024-02-05 | 25 | -387/+514 |
* | [dep-upgrade-202402] prepare migration to http/hyper 1.0 | Alex Auvolat | 2024-02-05 | 15 | -93/+64 |
* | [dep-upgrade-202402] update aws-sdk dependencies | Alex Auvolat | 2024-02-05 | 8 | -54/+88 |
* | [dep-upgrade-202402] refactor dependencies: move all as workspace deps | Alex Auvolat | 2024-02-05 | 10 | -225/+221 |
* | make all garage_db::Engine variants un-conditional | Zdenek Crha | 2024-01-22 | 2 | -21/+24 |
* | convert_db: cleanup naming and comments for open overrides | Zdenek Crha | 2024-01-22 | 1 | -6/+6 |
* | convert_db: prevent conversion between same input/output engine | Zdenek Crha | 2024-01-18 | 2 | -12/+60 |
* | convert_db: allow LMDB map size override | Zdenek Crha | 2024-01-17 | 1 | -4/+29 |
* | Bump version to 0.9.1v0.9.1rel-v0.9.1 | Alex Auvolat | 2024-01-16 | 9 | -9/+9 |
* | help, comments: make clear that full-length node ID = public key | Alex Auvolat | 2024-01-16 | 5 | -10/+11 |
* | Merge tag 'v0.8.5' into sync-08-09 | Alex Auvolat | 2024-01-16 | 7 | -183/+355 |
|\ |
|
| * | Bump version to 0.8.5 | Alex Auvolat | 2024-01-16 | 9 | -9/+9 |
| * | Merge pull request 'monitoring: finer histogram boundaries in prometheus metr... | Alex | 2024-01-15 | 1 | -1/+8 |
| |\ |
|
| | * | monitoring: finer histogram boundaries in prometheus metrics (fix #531) | Alex Auvolat | 2024-01-15 | 1 | -1/+8 |
| * | | config: additional tests for secret sourcing | Alex Auvolat | 2024-01-15 | 1 | -2/+40 |
| * | | config: refactor secret sourcing | Alex Auvolat | 2024-01-15 | 6 | -271/+292 |
| |/ |
|
| * | Add allow_world_readable_secrets option to config file | Félix Baylac Jacqué | 2023-10-26 | 1 | -5/+77 |
| * | s3 api: add missing CORS headers to PostObject responses (fix #609)fix-cors-post-object | Alex Auvolat | 2023-10-20 | 1 | -3/+10 |
| * | Merge pull request 'Add support for specifying `rpc_secret_file`, `metrics_to... | Alex | 2023-10-19 | 4 | -22/+49 |
| |\ |
|
| | * | garage: support specifying token / secret as environment variables | networkException | 2023-10-19 | 3 | -5/+29 |
| | * | garage: fix admin-token description | networkException | 2023-10-19 | 1 | -1/+1 |
| | * | util: move reading secret file into seperate helper | networkException | 2023-10-19 | 1 | -16/+19 |
* | | | Merge pull request 'OpenAPI specification of admin APIv1' (#672) from api-v1 ... | Alex | 2023-11-29 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Health info message now advertises API v1 | Quentin Dufour | 2023-11-22 | 1 | -1/+1 |
* | | | | Allow 0 as a part number marker | asonix | 2023-11-21 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request 's3 api: refactoring and bug fix in ListObjects' (#655) fr... | Alex | 2023-10-26 | 1 | -31/+41 |
|\ \ \ |
|
| * | | | list objects: prettyness and add assertsfix-list-objects | Alex Auvolat | 2023-10-19 | 1 | -28/+38 |
| * | | | listobjects: fix panic if continuation token is an empty string | Alex Auvolat | 2023-10-19 | 1 | -3/+3 |
* | | | | DeleteObject: always insert a deletion marker with a bigger timestamp than ev...increasing-timestamps | Alex Auvolat | 2023-10-20 | 3 | -27/+22 |
* | | | | s3 api: also ensure increasing timestamps for create_multipart_upload | Alex Auvolat | 2023-10-20 | 2 | -7/+14 |
* | | | | remove now-unused key parameter in check_quotas | Alex Auvolat | 2023-10-20 | 2 | -4/+3 |
* | | | | cargo fmt | Alex Auvolat | 2023-10-18 | 1 | -1/+2 |
* | | | | check_quotas: avoid re-fetching object from object table | Alex Auvolat | 2023-10-18 | 2 | -10/+12 |
* | | | | Ensure increasing version timestamps in PutObject | Alex Auvolat | 2023-10-18 | 1 | -6/+18 |
|/ / / |
|
* | | | fix compilation on macos | trinity-1686a | 2023-10-15 | 1 | -2/+2 |
* | | | bump version to v0.9.0v0.9.0next | Alex Auvolat | 2023-10-10 | 9 | -9/+9 |
* | | | convert_db: fix build | Alex Auvolat | 2023-10-10 | 1 | -1/+1 |
* | | | Merge branch 'main' into next | Alex Auvolat | 2023-10-10 | 5 | -30/+32 |
|\| | |
|
| * | | Move convert_db command into main garage binaryconvert-db-main-binary | Alex Auvolat | 2023-10-10 | 5 | -30/+32 |
| |/ |
|
* | | admin api: increased compatibility for v0/ endpointsv0.9.0-rc2 | Alex Auvolat | 2023-10-05 | 5 | -163/+388 |
* | | admin api: remove broken GET /v0/key router rule | Alex Auvolat | 2023-10-05 | 1 | -1/+1 |
* | | cli: more precise doc comment | Alex Auvolat | 2023-10-04 | 1 | -2/+2 |