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
c051db8204
jepsen testing of Garage v1.0.0-rc1
2024-04-05 22:57:00 +02:00
50669b3e76
[next-0.10] bump helm chart version
2024-04-03 14:19:59 +02:00
e5838b4837
Merge pull request '[doc-units] document how interval value is parsed' ( #795 ) from doc-units into main
...
Reviewed-on: Deuxfleurs/garage#795
2024-04-03 12:15:18 +00:00
87dfaf2eb9
[doc-units] document how interval value is parsed
2024-04-03 14:14:13 +02:00
554437254e
[next-0.10] Add migration guide for v1.0
2024-03-28 18:45:06 +01:00
afad62939e
[next-0.10] bump version number to 1.0
2024-03-28 15:19:44 +01:00
8bfc16ba7d
Merge branch 'main' into next-0.10
2024-03-28 15:01:05 +01:00
ecf641d88c
Merge pull request 'Fix unbounded buffering when one node has slower network' ( #792 ) from fix-buffering into main
...
Reviewed-on: Deuxfleurs/garage#792
2024-03-28 12:40:27 +00:00
75cd14926d
Merge pull request 'CI: properly cleanup between garage integration tests' ( #793 ) from fix-ci into main
...
Reviewed-on: Deuxfleurs/garage#793
2024-03-28 12:37:18 +00:00
e1dc84e123
[fix-ci] CI: properly cleanup between garage integration tests
2024-03-28 13:08:42 +01:00