Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge pull request 'upgrading.md: Added small note about garage_build_info.' ↵ | Alex | 2023-02-06 | 1 | -0/+4 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | (#501) from jpds/garage:doc-upgrade-buildinfo-metric into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/501 | |||||
| | * | | upgrading.md: Added small note about garage_build_info. | Jonathan Davies | 2023-02-06 | 1 | -0/+4 | |
| | |/ | ||||||
| * | | Merge pull request 'Secrets can be passed directly in config, as file, or as ↵ | Alex | 2023-02-06 | 6 | -82/+157 | |
| |\ \ | | |/ | |/| | | | | | | | | | | env' (#499) from config-files-env into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/499 | |||||
| | * | fixes for pr 499config-files-env | Alex Auvolat | 2023-02-06 | 3 | -10/+11 | |
| | | | ||||||
| | * | secrets can be passed directly in config, as file, or as env | Alex Auvolat | 2023-02-03 | 6 | -82/+156 | |
| | | | ||||||
| * | | Merge pull request 'error.rs: Corrected error message to say unexpected ↵ | Alex | 2023-02-03 | 3 | -3/+3 | |
| |\ \ | | |/ | |/| | | | | | | | | | | scope.' (#497) from jpds/garage:authorization-header-unexpected-scope into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/497 | |||||
| | * | error.rs: Corrected error messages to say unexpected scope. | Jonathan Davies | 2023-02-02 | 3 | -3/+3 | |
| |/ | ||||||
| * | Merge pull request 'Documentation updates' (#496) from doc-mention-talks ↵ | Alex | 2023-01-30 | 10 | -309/+377 | |
| |\ | | | | | | | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/496 | |||||
| | * | Change talk links more | Alex Auvolat | 2023-01-30 | 1 | -4/+6 | |
| | | | ||||||
| | * | Raw links to presentations | Alex Auvolat | 2023-01-30 | 1 | -2/+2 | |
| | | | ||||||
| | * | zero-downtime migration procedure | Alex Auvolat | 2023-01-30 | 3 | -25/+79 | |
| | | | ||||||
| | * | Reorder reference manual section, move metrics list to there | Alex Auvolat | 2023-01-30 | 5 | -278/+289 | |
| | | | ||||||
| | * | Add links to presentationsdoc-mention-talks | Alex Auvolat | 2023-01-30 | 2 | -4/+5 | |
| |/ | ||||||
| * | Merge pull request 'Small doc corrections' (#489) from ↵ | Alex | 2023-01-30 | 5 | -4/+83 | |
| |\ | | | | | | | | | | | | | | | | jpds/garage:doc-corrections into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/489 | |||||
| | * | cookbook/reverse-proxy.md: Added on-demand TLS section. | Jonathan Davies | 2023-01-30 | 1 | -0/+50 | |
| | | | ||||||
| | * | cookbook/monitoring.md: Added new metrics (garage_build_info, | Jonathan Davies | 2023-01-30 | 1 | -0/+25 | |
| | | | | | | | | | | | | garage_replication_factor, block_compression_level). | |||||
| | * | cookbook/_index.md: Added link to monitoring documentation. | Jonathan Davies | 2023-01-30 | 1 | -0/+4 | |
| | | | ||||||
| | * | configuration.md: Corrected OpenTelemetry. | Jonathan Davies | 2023-01-30 | 1 | -2/+2 | |
| | | | ||||||
| | * | gateways.md: -z is a required flag for layout assign. | Jonathan Davies | 2023-01-30 | 1 | -1/+1 | |
| | | | ||||||
| | * | reverse-proxy.md: Corrected web server ports in Caddy example. | Jonathan Davies | 2023-01-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request 'Cargo.lock: Bump for tokio 1.25.0.' (#494) from ↵ | Alex | 2023-01-30 | 2 | -123/+123 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | jpds/garage:cargo-update-tokio-1.25.0 into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/494 | |||||
| | * | | Update cargo.nix | Alex Auvolat | 2023-01-30 | 1 | -96/+96 | |
| | | | | ||||||
| | * | | Cargo.lock: Bump for tokio 1.25.0. | Jonathan Davies | 2023-01-30 | 1 | -27/+27 | |
| | |/ | ||||||
| * | | Merge pull request 'Fix duplicated content-type in error document' (#493) ↵ | Alex | 2023-01-30 | 1 | -1/+0 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | from baptiste/garage:fix_error_document_content_type into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/493 | |||||
| | * | | Fix duplicated content-type in error document | Baptiste Jonglez | 2023-01-29 | 1 | -1/+0 | |
| | |/ | | | | | | | | | | Fixes #492 | |||||
| * | | Merge pull request 'api_server.rs: Adapted to use query string per Caddy ↵ | Alex | 2023-01-30 | 2 | -38/+83 | |
| |\ \ | | |/ | |/| | | | | | | | | | | upstream change' (#491) from jpds/garage:fix-caddy-ask-domain-query-string into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/491 | |||||
| | * | Improved bucket authorization response strings. | Jonathan Davies | 2023-01-29 | 2 | -9/+13 | |
| | | | ||||||
| | * | api_server.rs: Adapted to use query string per Caddy upstream change. | Jonathan Davies | 2023-01-29 | 2 | -29/+70 | |
| |/ | ||||||
| * | Merge pull request 'helm chart improvements' (#425) from ↵ | maximilien | 2023-01-27 | 5 | -34/+141 | |
| |\ | | | | | | | | | | | | | | | | patrickjahns/garage:helm-improvements into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/425 | |||||
| | * | refactor(helm): use stable as image tag for init container | Patrick Jahns | 2023-01-27 | 1 | -1/+1 | |
| | | | ||||||
| | * | doc(helm): removed extra line | Patrick Jahns | 2023-01-27 | 1 | -1/+0 | |
| | | | ||||||
| | * | feat(helm): ability to monitor garage via prometheus | Patrick Jahns | 2023-01-27 | 4 | -0/+94 | |
| | | | ||||||
| | * | feat(helm): allow to override the init container image | Patrick Jahns | 2023-01-27 | 2 | -1/+7 | |
| | | | ||||||
| | * | fix(helm): file permission issues when running as non-root user | Patrick Jahns | 2023-01-27 | 2 | -5/+8 | |
| | | | | | | | | | | | | | | | | | | Specify the user group for the garage (and init) process and ensure that the persistent storage is mounted with the correct file system group | |||||
| | * | feat(helm): ensure that config changes trigger a pod rollout | Patrick Jahns | 2023-01-27 | 1 | -1/+3 | |
| | | | ||||||
| | * | refactor(helm): removed metadataDir and dataDir config variable | Patrick Jahns | 2023-01-27 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | | The variables were only templated into the configuration file and did not change the pod mountpaths, so the variables were not necessary | |||||
| | * | feat(helm): allow to override the default configuration file | Patrick Jahns | 2023-01-27 | 2 | -25/+30 | |
| |/ | | | | | | | Signed-off-by: Patrick Jahns <kontakt@patrickjahns.de> | |||||
| * | Merge pull request 'Many clippy lints fixed' (#488) from k2v-watch-range-2 ↵ | Alex | 2023-01-26 | 19 | -37/+40 | |
| |\ | | | | | | | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/488 | |||||
| | * | fix cli display bugk2v-watch-range-2 | Alex Auvolat | 2023-01-26 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix fmt | Alex Auvolat | 2023-01-26 | 2 | -2/+2 | |
| | | | ||||||
| | * | More clippy fixes | Alex Auvolat | 2023-01-26 | 14 | -27/+29 | |
| | | | ||||||
| | * | more fixes | Alex Auvolat | 2023-01-26 | 4 | -9/+10 | |
| | | | ||||||
| * | | Merge pull request 'Enable daemonset deployment using the helm chart' (#409) ↵ | Alex | 2023-01-26 | 4 | -7/+35 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | from kaiyou/garage:feat-k8s-daemonset into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/409 | |||||
| | * | | Bump the helm chart version | kaiyou | 2022-12-25 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Fix documentation based on new deployment values | kaiyou | 2022-12-25 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | Set hostPath type for volumes | kaiyou | 2022-12-25 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | Fix volume handling and persistence flag | kaiyou | 2022-12-25 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Enable daemonset deployment using the helm chart | kaiyou | 2022-12-25 | 2 | -5/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | DaemonSet is a k8s resource that schedules one instance per node, which is useful for some garage deployment use cases, including managing garage nodes using k8s node labels | |||||
| * | | | Merge pull request 'K2V PollRange, version 2' (#471) from k2v-watch-range-2 ↵ | Alex | 2023-01-26 | 23 | -198/+1125 | |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/471 | |||||
| | * | | fix clippy | Alex Auvolat | 2023-01-26 | 1 | -1/+3 | |
| | | | |