aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* decrease write quorumQuentin Dufour36 hours1-6/+3
|
* api: better handling of helper errors to distinguish error codesAlex Auvolat36 hours12-29/+97
|
* Merge pull request 's3 api: make x-amz-meta-* headers lowercase (fix #844)' ↵Alex3 days2-9/+6
|\ | | | | | | | | | | (#938) from fix-844 into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/938
| * s3 api: make x-amz-meta-* headers lowercase (fix #844)fix-844Alex Auvolat3 days2-9/+6
| |
* | snapshot: sqlite: use a subdirectory for consistency with LMDBBaptiste Jonglez4 days1-1/+4
|/ | | | | | | | | | | | | | | | Currently, taking a snapshot of the metadata database with sqlite creates a sqlite file without extension with the following format: snapshots/2025-01-26T15:29:17Z This makes it hard to understand what kind of data this is, and is not consistent with LMDB: snapshots/2025-01-26T15:29:17Z/data.mdb With this change, we now get a directory with a single db.sqlite file: snapshots/2025-01-26T15:29:17Z/db.sqlite
* db-snapshot: allow to set directory where snapshots are storedBaptiste Jonglez4 days2-2/+11
| | | | Fix #926
* 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
| | | | Used in lifecycle_worker to determine midnight time
* 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
| | | | see https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/851
* 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 ↵Alex2024-08-241-9/+14
|\ | | | | | | | | | | out-of-date (fix #841)' (#861) from fix-841 into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/861
| * 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 ↵Alex2024-08-241-15/+7
|\ \ | |/ |/| | | | | | | policy' (#850) from trinity-1686a/garage:fix-acl-postobject into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/850
| * don't modify postobject request before validating policytrinity-1686a2024-08-101-15/+7
| |
* | force flag "no read ahead" on LMDBfix-lmdb-no-read-aheadQuentin Dufour2024-08-171-0/+1
|/
* Improve error message for malformed RPC secret keyimprove-secret-error-messageMaximilien R.2024-08-081-1/+1
|
* add rpc_public_addr_subnet config optionFlorian Klink2024-06-053-6/+40
| | | | | | | | | | In case `rpc_public_addr` is not set, but autodiscovery is used, this allows filtering the list of automatically discovered IPs to a specific subnet. For example, if nodes should pick *their* IP inside a specific subnet, but you don't want to explicitly write the IP down (as it's dynamic, or you want to share configs across nodes), you can use this option.
* cli: clarify `garage block` is node-localFlorian Klink2024-05-071-1/+1
| | | | | Prevents some of the confusion from https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/810.
* [next-0.10] small updates to mention Garage v0.9.4Alex Auvolat2024-04-101-1/+1
|
* [next-0.10] bump version number to 1.0v1.0.0-rc1Alex Auvolat2024-03-2813-17/+18
|
* Merge branch 'main' into next-0.10Alex Auvolat2024-03-289-63/+186
|\
| * [fix-buffering] change request sending strategy and fix prioritiesfix-bufferingAlex Auvolat2024-03-275-48/+83
| | | | | | | | remove LAS, priorize new requests but otherwise just do standard queuing
| * [fix-buffering] implement `block_ram_buffer_max` to avoid excessive RAM usageAlex Auvolat2024-03-275-13/+104
| |
* | [next-0.10] admin api: fix logic in get cluster statusAlex Auvolat2024-03-271-12/+16
| |
* | [next-0.10] layout helper: rename & clarify updates to update trackersAlex Auvolat2024-03-272-38/+27
| |
* | [next-0.10] cache layout check resultAlex Auvolat2024-03-273-3/+11
| |
* | [next-0.10] remove impl Deref for LayoutHelperAlex Auvolat2024-03-275-57/+55
| |
* | [next-0.10] fixes to k2v rpc + comment fixesAlex Auvolat2024-03-274-10/+15
| |
* | Merge branch 'main' into next-0.10Alex Auvolat2024-03-265-30/+112
|\|
| * [disable-k2v-test] disable the other k2v poll testAlex Auvolat2024-03-261-1/+2
| |
| * [disable-k2v-test] disable tests::k2v::test_poll_item as it is not 100% reliableAlex Auvolat2024-03-261-0/+1
| |
| * Merge pull request 'Add marker files in data directories (fix #601)' (#785) ↵Alex2024-03-202-19/+53
| |\ | | | | | | | | | | | | | | | from check-data-dir into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/785
| | * [check-data-dir] add marker files in data directories (fix #601)check-data-dirAlex Auvolat2024-03-202-19/+53
| | |
| * | [syslog] warning when syslog support is not enabledAlex Auvolat2024-03-201-22/+29
| | |
| * | [syslog] Add support to logging to syslogAlex Auvolat2024-03-202-11/+50
| |/ | | | | | | Original patch by Jakub Jirutka for Alpine Linux port.
* | [s3-checksum] implement x-amz-checksum-* headersAlex Auvolat2024-03-2619-333/+1209
| |
* | [net-fixes] netapp peer exchange: send only currently connected addressnet-fixesAlex Auvolat2024-03-211-13/+13
| |
* | [net-fixes] fix issues with local peer address (fix #761)Alex Auvolat2024-03-215-113/+100
| |