586957b4b7
Merge pull request 'KV: don't retrieve values for write ops' ( #873 ) from marvinj97/garage:perf/kv/insert-no-return into main
...
Reviewed-on: Deuxfleurs/garage#873
Reviewed-by: Alex <alex@adnab.me>
2024-09-10 09:06:29 +00:00
8d2bb4afeb
Merge pull request 'Typo' ( #875 ) from faust/garage:doc2 into main
...
Reviewed-on: Deuxfleurs/garage#875
2024-09-10 09:03:31 +00:00
c26f32b769
Typo
...
And remove trailing white space.
2024-09-10 09:34:59 +02:00
8062ec7b4b
test: fix db tests
2024-09-04 19:24:36 +02:00
eb416a02fb
dont assert deletion count in sqlite KV adapter
2024-09-04 18:51:51 +02:00
74363c9060
perf(kv): dont retrieve values for write ops
...
see Deuxfleurs/garage#851
2024-09-04 18:45:17 +02:00
615698df7d
Merge pull request 'update compiler to Rust 1.77' ( #866 ) from rust-1.77 into main
...
Reviewed-on: Deuxfleurs/garage#866
2024-08-26 19:08:00 +00:00
7061fa5a56
use rust 1.77 in nix/compile.nix
2024-08-26 19:19:16 +02:00
8881930cdd
update nixpkgs and rust-overlay sources in flake.nix
2024-08-26 19:19:16 +02:00
52f6c0760b
Merge pull request 'update crate time ( fix #849 )' ( #865 ) from update-time into main
...
Reviewed-on: Deuxfleurs/garage#865
2024-08-26 16:20:04 +00:00
5b0602c7e9
update crate time ( fix #849 )
2024-08-26 18:11:21 +02:00
182b2af7e5
Merge pull request 'api servers: kill opened connections after SIGINT after 10s deadline ( fix #806 )' ( #864 ) from exit-deadline into main
...
Reviewed-on: Deuxfleurs/garage#864
2024-08-25 18:34:55 +00:00
baf32c9575
api servers: kill opened connections after SIGINT after 10s deadline ( fix #806 )
2024-08-25 20:04:56 +02:00
3dda1ee4f6
Merge pull request 'fix build when lmdb feature is disabled ( fix #800 )' ( #863 ) from fix-800 into main
...
Reviewed-on: Deuxfleurs/garage#863
2024-08-25 10:00:40 +00:00
aa7ce9e97c
fix build when lmdb feature is disabled ( fix #800 )
2024-08-25 11:42:37 +02:00
8d62616ec0
Merge pull request 'layout: discard old info when it is completely out-of-date ( fix #841 )' ( #861 ) from fix-841 into main
...
Reviewed-on: Deuxfleurs/garage#861
2024-08-24 11:12:39 +00:00
bd6fe72c06
Merge pull request 'Quick start: mention Docker (replace #803 )' ( #862 ) from dougreeder into main
...
Reviewed-on: Deuxfleurs/garage#862
2024-08-24 11:07:46 +00:00
4c9e8ef625
doc: clarify quick start on using docker
2024-08-24 13:07:02 +02:00
3e711bc110
Merge pull request 'don't modify postobject request before validating policy' ( #850 ) from trinity-1686a/garage:fix-acl-postobject into main
...
Reviewed-on: Deuxfleurs/garage#850
2024-08-24 10:49:14 +00:00
7fb66b4944
layout: discard old info when it is completely out-of-date ( fix #841 )
2024-08-24 12:38:56 +02:00
679ae8bcbb
Merge pull request 'Set "no read ahead" on LMDB to improve performances when "LMDB size" > "RAM size"' ( #855 ) from fix-lmdb-no-read-ahead into main
...
Reviewed-on: Deuxfleurs/garage#855
Reviewed-by: Alex <alex@adnab.me>
2024-08-18 12:25:35 +00:00
2a93ad0c84
force flag "no read ahead" on LMDB
2024-08-17 21:17:15 +02:00
f190032589
don't modify postobject request before validating policy
2024-08-10 20:10:47 +02:00
3a87bd1370
Merge pull request 'Improve error message for malformed RPC secret key' ( #846 ) from improve-secret-error-message into main
...
Reviewed-on: Deuxfleurs/garage#846
Reviewed-by: Quentin <quentin@dufour.io>
2024-08-09 06:47:11 +00:00
9302cd42f0
Improve error message for malformed RPC secret key
2024-08-08 23:05:24 +00:00
060ad0da32
docs: Update LMDB website
2024-08-06 21:47:14 +00:00
a5ed1161c6
Merge pull request 'Add environment variable dict to helm chart.' ( #843 ) from Benjamin/garage:main into main
...
Reviewed-on: Deuxfleurs/garage#843
Reviewed-by: maximilien <me@mricher.fr>
2024-08-06 21:45:35 +00:00
Benjamin von Mossner
222674432b
This commit adds an environment dict to garage helm chart. Using it, env variables can be set into the garage container environment, useful to set eg. GARAGE_ADMIN_TOKEN or GARAGE_METRICS_TOKEN
2024-07-25 11:42:13 +02:00
070a8ad110
Merge pull request 'doc: fix typo' ( #831 ) from Armael/garage:typo into main
...
Reviewed-on: Deuxfleurs/garage#831
2024-06-18 12:40:32 +00:00
770384cae1
Merge pull request 'add rpc_public_addr_subnet config option' ( #817 ) from flokli/garage:rpc_public_addr_subnet into main
...
Reviewed-on: Deuxfleurs/garage#817
Reviewed-by: Alex <alex@adnab.me>
2024-06-18 12:40:07 +00:00
a0f6bc5b7f
add rpc_public_addr_subnet config option
...
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.
2024-06-05 08:41:36 +02:00
Armaël Guéneau
88c734bbd9
typo
2024-06-04 15:34:02 +02:00
d38509ef4b
Merge pull request 'adding the ability to change the default podManagementPolicy for StatefulSets' ( #823 ) from bodaciousbiscuits/garage:main into main
...
Reviewed-on: Deuxfleurs/garage#823
Reviewed-by: maximilien <me@mricher.fr>
2024-05-25 18:35:53 +00:00
bodaciousbiscuits
39b37833c5
adding the ability to change the default podManagementPolicy for StatefulSets
2024-05-19 21:31:19 -05:00
a2c1de646b
Merge pull request 'cli: clarify garage block
is node-local' ( #813 ) from flokli/garage:block-node-local into main
...
Reviewed-on: Deuxfleurs/garage#813
2024-05-12 08:53:26 +00:00
15847a636a
cli: clarify garage block
is node-local
...
Prevents some of the confusion from
Deuxfleurs/garage#810 .
2024-05-07 07:42:33 +00:00
123d3e1f04
Merge pull request 'flake.nix: add rust-analyzer to devShells.full, expose devShells.full in shell.nix' ( #816 ) from flokli/garage:shell-fixes into main
...
Reviewed-on: Deuxfleurs/garage#816
2024-04-23 18:54:26 +00:00
a6e4b96ca9
shell.nix: expose devShellFull
...
This allows accessing devShells.full from shell.nix.
2024-04-23 11:59:37 +03:00
b442b0e35e
devShells.full: add rust-analyzer
2024-04-23 11:59:37 +03:00
0c3b198b22
Improves Quick Start for users not using Linux
2024-04-10 16:42:10 -04:00
33c2086d9e
Merge pull request '[fix-doc] fix broken references in documentation' ( #802 ) from fix-doc into main
...
Reviewed-on: Deuxfleurs/garage#802
2024-04-10 15:49:03 +00:00
5ad1e55ccf
[fix-doc] fix broken references in documentation
2024-04-10 17:47:34 +02:00
1779fd40c0
Merge pull request 'Garage v1.0' ( #683 ) from next-0.10 into main
...
Reviewed-on: Deuxfleurs/garage#683
2024-04-10 15:23:12 +00:00
ff093ddbb8
Merge branch 'main' into next-0.10
2024-04-10 14:38:14 +02:00
90e3c2af91
[next-0.10] small updates to mention Garage v0.9.4
2024-04-10 14:35:30 +02:00
b47706809c
Merge pull request 'fix typo in doc' ( #799 ) from fix-typo into main
...
Reviewed-on: Deuxfleurs/garage#799
2024-04-08 15:09:27 +00:00
126e0f47a3
fix typo in doc
2024-04-08 17:08:44 +02:00
738bb2f09c
Merge pull request 'Garage v0.9.4' ( #798 ) from rel-0.9.4 into main
...
Reviewed-on: Deuxfleurs/garage#798
2024-04-08 09:57:03 +00:00
7dd7cb5759
[rel-0.9.4] upgrade version to v0.9.4
2024-04-08 11:18:19 +02:00
8b663d8c5b
Merge pull request 'jepsen testing of Garage v1.0.0-rc1' ( #796 ) from jepsen-1.0rc1 into main
...
Reviewed-on: Deuxfleurs/garage#796
2024-04-05 21:05:58 +00:00