aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request 'add extraVolumes and extraVolumeMounts to helm chart' ↵HEADmainmaximilien37 hours2-0/+10
|\ | | | | | | | | | | | | (#896) from eugene-davis/garage:main into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/896 Reviewed-by: maximilien <me@mricher.fr>
| * add extraVolumes and extraVolumeMounts to helm chartEugene Davis2024-10-262-0/+10
| |
* | Merge pull request 'Update Python SDK documentation' (#887) from ↵Alex2 days1-1/+1
|\ \ | | | | | | | | | | | | | | | cryptolukas/garage:fix-python-sdk-docs into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/887
| * | the old value do not work out of the boxMatthias Doering2024-10-141-1/+1
| |/
* | Merge pull request 'doc: update mastodon media header pruning section' ↵Alex2 days1-2/+1
|\ \ | | | | | | | | | | | | | | | (#888) from teutat3s/garage:doc-update-mastodon-media into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/888
| * | doc: update mastodon media header pruning sectionteutat3s2024-10-171-2/+1
| |/ | | | | | | | | This is now possible since the upstream issue has been resolved. https://github.com/mastodon/mastodon/issues/9567
* | Merge pull request 'doc: add Triplebit's use-case' (#901) from ↵maximilien4 days1-0/+17
|\ \ | | | | | | | | | | | | | | | | | | jonah/garage:triplebit into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/901 Reviewed-by: maximilien <me@mricher.fr>
| * | doc: add Triplebit's use-caseJonah Aragon6 days1-0/+17
|/ /
* | Merge pull request 'fix bit/byte inversion in rpc secret error message' ↵Alex14 days1-1/+1
|\ \ | |/ |/| | | | | | | (#898) from trinity-1686a/garage:rpc-comment into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/898
| * fix bit/byte inversion in rpc secret error messagetrinity-1686a2024-11-071-1/+1
|/
* Merge pull request 'Garage v1.0.1' (#881) from rel-v1.0.1 into mainAlex2024-09-2216-106/+106
|\ | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/881
| * Bump to version 1.0.1v1.0.1rel-v1.0.1Alex Auvolat2024-09-2216-106/+106
|/
* Merge pull request 'fix logic in `garage layout skip-dead-nodes` + fix typo ↵Alex2024-09-222-13/+25
|\ | | | | | | | | | | (fix #879)' (#880) from fix-skip-dead-nodes into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/880
| * fix logic in `garage layout skip-dead-nodes` + fix typo (fix #879)fix-skip-dead-nodesAlex Auvolat2024-09-222-13/+25
|/
* Merge pull request 'Don't fetch old values in cross-partition transactional ↵Alex2024-09-144-35/+19
|\ | | | | | | | | | | inserts' (#877) from withings/garage:perf/kv/insert-no-return-cross-partition into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/877
| * 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
|/
* Merge pull request 'KV: don't retrieve values for write ops' (#873) from ↵Alex2024-09-104-26/+15
|\ | | | | | | | | | | | | marvinj97/garage:perf/kv/insert-no-return into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/873 Reviewed-by: Alex <alex@adnab.me>
| * 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
* | Merge pull request 'Typo' (#875) from faust/garage:doc2 into mainAlex2024-09-101-2/+2
|\ \ | |/ |/| | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/875
| * TypoFaustin Lammler2024-09-101-2/+2
|/ | | | And remove trailing white space.
* Merge pull request 'update compiler to Rust 1.77' (#866) from rust-1.77 into ↵Alex2024-08-263-73/+21
|\ | | | | | | | | | | main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/866
| * use rust 1.77 in nix/compile.nixrust-1.77Alex Auvolat2024-08-261-1/+1
| |
| * update nixpkgs and rust-overlay sources in flake.nixAlex Auvolat2024-08-262-72/+20
|/
* Merge pull request 'update crate time (fix #849)' (#865) from update-time ↵Alex2024-08-262-15/+15
|\ | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/865
| * update crate time (fix #849)Alex Auvolat2024-08-262-15/+15
|/
* Merge pull request 'api servers: kill opened connections after SIGINT after ↵Alex2024-08-251-15/+28
|\ | | | | | | | | | | 10s deadline (fix #806)' (#864) from exit-deadline into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/864
| * api servers: kill opened connections after SIGINT after 10s deadline (fix #806)Alex Auvolat2024-08-251-15/+28
|/
* Merge pull request 'fix build when lmdb feature is disabled (fix #800)' ↵Alex2024-08-251-0/+2
|\ | | | | | | | | | | (#863) from fix-800 into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/863
| * 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 'Quick start: mention Docker (replace #803)' (#862) from ↵Alex2024-08-241-0/+33
|\ \ | | | | | | | | | | | | | | | dougreeder into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/862
| * | doc: clarify quick start on using dockerAlex Auvolat2024-08-241-1/+9
| | |
| * | Improves Quick Start for users not using LinuxP. Douglas Reeder2024-04-101-0/+25
| | |
* | | 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
| | |
* | | Merge pull request 'Set "no read ahead" on LMDB to improve performances when ↵Quentin2024-08-181-0/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | "LMDB size" > "RAM size"' (#855) from fix-lmdb-no-read-ahead into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/855 Reviewed-by: Alex <alex@adnab.me>
| * | force flag "no read ahead" on LMDBfix-lmdb-no-read-aheadQuentin Dufour2024-08-171-0/+1
|/ /
* | Merge pull request 'Improve error message for malformed RPC secret key' ↵maximilien2024-08-091-1/+1
|\ \ | | | | | | | | | | | | | | | | | | (#846) from improve-secret-error-message into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/846 Reviewed-by: Quentin <quentin@dufour.io>
| * | Improve error message for malformed RPC secret keyimprove-secret-error-messageMaximilien R.2024-08-081-1/+1
|/ /
* | docs: Update LMDB websitekosssi2024-08-061-1/+1
| |
* | Merge pull request 'Add environment variable dict to helm chart.' (#843) ↵maximilien2024-08-062-0/+6
|\ \ | | | | | | | | | | | | | | | | | | from Benjamin/garage:main into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/843 Reviewed-by: maximilien <me@mricher.fr>
| * | This commit adds an environment dict to garage helm chart. Using it, env ↵Benjamin von Mossner2024-07-252-0/+6
|/ / | | | | | | variables can be set into the garage container environment, useful to set eg. GARAGE_ADMIN_TOKEN or GARAGE_METRICS_TOKEN
* | Merge pull request 'doc: fix typo' (#831) from Armael/garage:typo into mainAlex2024-06-181-1/+1
|\ \ | | | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/831
| * | typoArmaël Guéneau2024-06-041-1/+1
| | |
* | | Merge pull request 'add rpc_public_addr_subnet config option' (#817) from ↵Alex2024-06-188-9/+60
|\ \ \ | |/ / |/| | | | | | | | | | | | | | flokli/garage:rpc_public_addr_subnet into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/817 Reviewed-by: Alex <alex@adnab.me>
| * | add rpc_public_addr_subnet config optionFlorian Klink2024-06-058-9/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.