aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* s3api: return Location in CompleteMultipartUpload (fix #852)Alex Auvolat9 days1-1/+10
* block manager: avoid deadlock in fix_block_location (fix #845)Alex Auvolat9 days1-14/+4
* block resync: avoid saving blocks to draining nodesAlex Auvolat9 days1-1/+23
* block manager: improve read strategy to find blocks fasterAlex Auvolat9 days1-9/+64
* block manager: write blocks only to currently active layout version (fix #815)Alex Auvolat9 days2-2/+7
* Merge pull request 'web_server.rs: Added bucket domain to observability' (#60...Alex9 days3-15/+39
|\
| * add configuration option to enable/disable monitoring bucket in web metricsAlex Auvolat9 days3-30/+26
| * web_server.rs: Added bucket domain to observability.Jonathan Davies9 days1-6/+34
* | Merge pull request 's3 api: parse x-id query parameter and warn of any incons...Alex9 days1-1/+14
|\ \ | |/ |/|
| * s3 api: parse x-id query parameter and warn of any inconsistency (fix #822)fix-822Alex Auvolat9 days1-1/+14
* | cli: return info of all nodes when doing garage stats -a (fix #814)Alex Auvolat9 days1-1/+6
|/
* db-snapshot: propagate any node snapshot error through RPC callhandle_snapshot_errorsBaptiste Jonglez2025-02-071-1/+5
* db-snapshot: Fix error reporting when using "garage meta snapshot --all"Baptiste Jonglez2025-02-071-1/+1
* remove async_trait for TableRepairAlex Auvolat2025-02-051-6/+3
* remove async_trait used in generic_server.rsAlex Auvolat2025-02-058-21/+3
* remove async_trait for traits declared in garage_netAlex Auvolat2025-02-0515-54/+35
* build with rust 1.82.0Alex Auvolat2025-02-032-2/+4
* nix, ci: build with CraneAlex Auvolat2025-02-032-4/+2
* fix testsAlex Auvolat2025-01-313-2/+4
* cargo defs: simplify and fix descriptionsAlex Auvolat2025-01-313-8/+8
* use cargo-shear to remove many unused dependencies between cratesAlex Auvolat2025-01-3113-126/+3
* split s3/cors.rs into also common/cors.rsAlex Auvolat2025-01-3110-179/+179
* fix things upAlex Auvolat2025-01-3134-102/+130
* wip: split garage_api into garage_api_{common,s3,k2v,admin}Alex Auvolat2025-01-3150-190/+425
* table::insert_many: avoid failure with zero items (fix #915)fix-915Alex Auvolat2025-01-301-0/+4
* api: better handling of helper errors to distinguish error codesAlex Auvolat2025-01-2912-29/+97
* Merge pull request 's3 api: make x-amz-meta-* headers lowercase (fix #844)' (...Alex2025-01-272-9/+6
|\
| * s3 api: make x-amz-meta-* headers lowercase (fix #844)fix-844Alex Auvolat2025-01-272-9/+6
* | snapshot: sqlite: use a subdirectory for consistency with LMDBBaptiste Jonglez2025-01-271-1/+4
|/
* db-snapshot: allow to set directory where snapshots are storedBaptiste Jonglez2025-01-272-2/+11
* Fix all typosStefan Majer2025-01-1653-108/+108
* fix formatting to comply with latest rustfmtAlex Auvolat2025-01-122-2/+4
* Formatting withVedad KAJTAZ2025-01-041-2/+2
* formattingVedad KAJTAZ2025-01-041-3/+3
* Fix #907Vedad KAJTAZ2025-01-041-0/+24
* feat: add use_local_tz configurationRenjaya Raga Zenta2024-11-232-8/+22
* fix bit/byte inversion in rpc secret error messagetrinity-1686a2024-11-071-1/+1
* Bump to version 1.0.1v1.0.1rel-v1.0.1Alex Auvolat2024-09-2210-10/+10
* fix logic in `garage layout skip-dead-nodes` + fix typo (fix #879)fix-skip-dead-nodesAlex Auvolat2024-09-222-13/+25
* Tests: don't expect old value after transactional insertJulien Kritter2024-09-121-2/+2
* Don't fetch old values in cross-partition transactional insertsJulien Kritter2024-09-123-33/+17
* test: fix db testsmarvin-j972024-09-041-2/+2
* dont assert deletion count in sqlite KV adaptermarvin-j972024-09-041-1/+0
* perf(kv): dont retrieve values for write opsmarvin-j972024-09-043-24/+14
* api servers: kill opened connections after SIGINT after 10s deadline (fix #806)Alex Auvolat2024-08-251-15/+28
* fix build when lmdb feature is disabled (fix #800)fix-800Alex Auvolat2024-08-251-0/+2
* Merge pull request 'layout: discard old info when it is completely out-of-dat...Alex2024-08-241-9/+14
|\
| * layout: discard old info when it is completely out-of-date (fix #841)fix-841Alex Auvolat2024-08-241-9/+14
* | Merge pull request 'don't modify postobject request before validating policy'...Alex2024-08-241-15/+7
|\ \ | |/ |/|
| * don't modify postobject request before validating policytrinity-1686a2024-08-101-15/+7