Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump to version 1.0.1v1.0.1rel-v1.0.1 | Alex Auvolat | 2024-09-22 | 16 | -106/+106 |
| | |||||
* | Merge pull request 'fix logic in `garage layout skip-dead-nodes` + fix typo ↵ | Alex | 2024-09-22 | 2 | -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-nodes | Alex Auvolat | 2024-09-22 | 2 | -13/+25 |
|/ | |||||
* | Merge pull request 'Don't fetch old values in cross-partition transactional ↵ | Alex | 2024-09-14 | 4 | -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 insert | Julien Kritter | 2024-09-12 | 1 | -2/+2 |
| | | |||||
| * | Don't fetch old values in cross-partition transactional inserts | Julien Kritter | 2024-09-12 | 3 | -33/+17 |
|/ | |||||
* | Merge pull request 'KV: don't retrieve values for write ops' (#873) from ↵ | Alex | 2024-09-10 | 4 | -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 tests | marvin-j97 | 2024-09-04 | 1 | -2/+2 |
| | | |||||
| * | dont assert deletion count in sqlite KV adapter | marvin-j97 | 2024-09-04 | 1 | -1/+0 |
| | | |||||
| * | perf(kv): dont retrieve values for write ops | marvin-j97 | 2024-09-04 | 3 | -24/+14 |
| | | | | | | | | see https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/851 | ||||
* | | Merge pull request 'Typo' (#875) from faust/garage:doc2 into main | Alex | 2024-09-10 | 1 | -2/+2 |
|\ \ | |/ |/| | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/875 | ||||
| * | Typo | Faustin Lammler | 2024-09-10 | 1 | -2/+2 |
|/ | | | | And remove trailing white space. | ||||
* | Merge pull request 'update compiler to Rust 1.77' (#866) from rust-1.77 into ↵ | Alex | 2024-08-26 | 3 | -73/+21 |
|\ | | | | | | | | | | | main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/866 | ||||
| * | use rust 1.77 in nix/compile.nixrust-1.77 | Alex Auvolat | 2024-08-26 | 1 | -1/+1 |
| | | |||||
| * | update nixpkgs and rust-overlay sources in flake.nix | Alex Auvolat | 2024-08-26 | 2 | -72/+20 |
|/ | |||||
* | Merge pull request 'update crate time (fix #849)' (#865) from update-time ↵ | Alex | 2024-08-26 | 2 | -15/+15 |
|\ | | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/865 | ||||
| * | update crate time (fix #849) | Alex Auvolat | 2024-08-26 | 2 | -15/+15 |
|/ | |||||
* | Merge pull request 'api servers: kill opened connections after SIGINT after ↵ | Alex | 2024-08-25 | 1 | -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 Auvolat | 2024-08-25 | 1 | -15/+28 |
|/ | |||||
* | Merge pull request 'fix build when lmdb feature is disabled (fix #800)' ↵ | Alex | 2024-08-25 | 1 | -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-800 | Alex Auvolat | 2024-08-25 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request 'layout: discard old info when it is completely ↵ | Alex | 2024-08-24 | 1 | -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-841 | Alex Auvolat | 2024-08-24 | 1 | -9/+14 |
| | | |||||
* | | Merge pull request 'Quick start: mention Docker (replace #803)' (#862) from ↵ | Alex | 2024-08-24 | 1 | -0/+33 |
|\ \ | | | | | | | | | | | | | | | | dougreeder into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/862 | ||||
| * | | doc: clarify quick start on using docker | Alex Auvolat | 2024-08-24 | 1 | -1/+9 |
| | | | |||||
| * | | Improves Quick Start for users not using Linux | P. Douglas Reeder | 2024-04-10 | 1 | -0/+25 |
| | | | |||||
* | | | Merge pull request 'don't modify postobject request before validating ↵ | Alex | 2024-08-24 | 1 | -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 policy | trinity-1686a | 2024-08-10 | 1 | -15/+7 |
| | | | |||||
* | | | Merge pull request 'Set "no read ahead" on LMDB to improve performances when ↵ | Quentin | 2024-08-18 | 1 | -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-ahead | Quentin Dufour | 2024-08-17 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request 'Improve error message for malformed RPC secret key' ↵ | maximilien | 2024-08-09 | 1 | -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-message | Maximilien R. | 2024-08-08 | 1 | -1/+1 |
|/ / | |||||
* | | docs: Update LMDB website | kosssi | 2024-08-06 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request 'Add environment variable dict to helm chart.' (#843) ↵ | maximilien | 2024-08-06 | 2 | -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 Mossner | 2024-07-25 | 2 | -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 main | Alex | 2024-06-18 | 1 | -1/+1 |
|\ \ | | | | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/831 | ||||
| * | | typo | Armaël Guéneau | 2024-06-04 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request 'add rpc_public_addr_subnet config option' (#817) from ↵ | Alex | 2024-06-18 | 8 | -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 option | Florian Klink | 2024-06-05 | 8 | -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. | ||||
* | | | Merge pull request 'adding the ability to change the default ↵ | maximilien | 2024-05-25 | 2 | -0/+3 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | podManagementPolicy for StatefulSets' (#823) from bodaciousbiscuits/garage:main into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/823 Reviewed-by: maximilien <me@mricher.fr> | ||||
| * | | adding the ability to change the default podManagementPolicy for StatefulSets | bodaciousbiscuits | 2024-05-19 | 2 | -0/+3 |
|/ / | |||||
* | | Merge pull request 'cli: clarify `garage block` is node-local' (#813) from ↵ | maximilien | 2024-05-12 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | flokli/garage:block-node-local into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/813 | ||||
| * | | cli: clarify `garage block` is node-local | Florian Klink | 2024-05-07 | 1 | -1/+1 |
|/ / | | | | | | | | | Prevents some of the confusion from https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/810. | ||||
* | | Merge pull request 'flake.nix: add rust-analyzer to devShells.full, expose ↵ | Alex | 2024-04-23 | 2 | -0/+2 |
|\ \ | |/ |/| | | | | | | | devShells.full in shell.nix' (#816) from flokli/garage:shell-fixes into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/816 | ||||
| * | shell.nix: expose devShellFull | Florian Klink | 2024-04-23 | 1 | -0/+1 |
| | | | | | | | | This allows accessing devShells.full from shell.nix. | ||||
| * | devShells.full: add rust-analyzer | Florian Klink | 2024-04-23 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request '[fix-doc] fix broken references in documentation' (#802) ↵ | Alex | 2024-04-10 | 1 | -3/+3 |
|\ | | | | | | | | | | | from fix-doc into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/802 | ||||
| * | [fix-doc] fix broken references in documentation | Alex Auvolat | 2024-04-10 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request 'Garage v1.0' (#683) from next-0.10 into main | Alex | 2024-04-10 | 124 | -3797/+7691 |
|\ | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/683 | ||||
| * | Merge branch 'main' into next-0.10v1.0.0next-0.10 | Alex Auvolat | 2024-04-10 | 5 | -16/+19 |
| |\ |