aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* layout: discard old info when it is completely out-of-date (fix #841)fix-841Alex Auvolat2024-08-241-9/+14
|
* 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.
* | Merge pull request 'adding the ability to change the default ↵maximilien2024-05-252-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 StatefulSetsbodaciousbiscuits2024-05-192-0/+3
|/
* Merge pull request 'cli: clarify `garage block` is node-local' (#813) from ↵maximilien2024-05-121-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-localFlorian Klink2024-05-071-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 ↵Alex2024-04-232-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 devShellFullFlorian Klink2024-04-231-0/+1
| | | | | | | | This allows accessing devShells.full from shell.nix.
| * devShells.full: add rust-analyzerFlorian Klink2024-04-231-0/+1
|/
* Merge pull request '[fix-doc] fix broken references in documentation' (#802) ↵Alex2024-04-101-3/+3
|\ | | | | | | | | | | from fix-doc into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/802
| * [fix-doc] fix broken references in documentationAlex Auvolat2024-04-101-3/+3
|/
* Merge pull request 'Garage v1.0' (#683) from next-0.10 into mainAlex2024-04-10124-3797/+7691
|\ | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/683
| * Merge branch 'main' into next-0.10v1.0.0next-0.10Alex Auvolat2024-04-105-16/+19
| |\
| * | [next-0.10] small updates to mention Garage v0.9.4Alex Auvolat2024-04-103-3/+3
| | |
| * | [next-0.10] bump helm chart versionAlex Auvolat2024-04-031-1/+1
| | |
| * | [next-0.10] Add migration guide for v1.0Alex Auvolat2024-03-281-0/+77
| | |
| * | [next-0.10] bump version number to 1.0v1.0.0-rc1Alex Auvolat2024-03-2819-112/+113
| | |
| * | Merge branch 'main' into next-0.10Alex Auvolat2024-03-2812-63/+231
| |\ \
| * | | [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
| | | |
| * | | [next-0.10] doc: 2 changesAlex Auvolat2024-03-272-19/+43
| | | | | | | | | | | | | | | | | | | | - rewrite section on encryption to mention SSE-C - change to real-world to make it closer to main branch
| * | | Merge branch 'main' into next-0.10Alex Auvolat2024-03-2612-190/+166
| |\ \ \
| * \ \ \ Merge pull request 'checksum algorithms' (#787) from s3-checksum into next-0.10Alex2024-03-2622-341/+1228
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/787
| | * | | | [s3-checksum] implement x-amz-checksum-* headersAlex Auvolat2024-03-2622-341/+1228
| |/ / / /
| * | | | Merge pull request 'Fixes to garage_net peering manager' (#786) from ↵Alex2024-03-215-120/+118
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net-fixes into next-0.10 Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/786
| | * | | | [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
| | | | | |
| | * | | | [net-fixes] peering: only count node IDs and not addresses in hashAlex Auvolat2024-03-211-17/+28
| |/ / / /
| * | | | Merge branch 'main' into next-0.10Alex Auvolat2024-03-193-25/+60
| |\ \ \ \
| * \ \ \ \ Merge pull request 'block refcount repair' (#782) from block-ref-repair into ↵Alex2024-03-1913-22/+302
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | next-0.10 Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/782
| | * | | | | [block-ref-repair] mention `garage block repair-rc` in documentationAlex Auvolat2024-03-192-2/+5
| | | | | | |
| | * | | | | [block-ref-repair] rename rc's rc field to rc_tableAlex Auvolat2024-03-194-18/+18
| | | | | | |
| | * | | | | [block-ref-repair] Block refcount recalculation and repairAlex Auvolat2024-03-1910-8/+285
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - We always recalculate the reference count of a block before deleting it locally, to make sure that it is indeed zero. - If we had to fetch a remote block but we were not able to get it, check that refcount is indeed > 0. - Repair procedure that checks everything
| * | | | | Merge branch 'main' into next-0.10Alex Auvolat2024-03-1829-247/+718
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request 'Remove Sled' (#767) from rm-sled into next-0.10Alex2024-03-1238-826/+344
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/767
| | * | | | | | [rm-sled] factorize some code in sqlite backendAlex Auvolat2024-03-121-28/+24
| | | | | | | |
| | * | | | | | [rm-sled] Make proper use of pinning in LMDB adapter + comment unsaferm-sledAlex Auvolat2024-03-082-25/+47
| | | | | | | |