aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixes for pr 499config-files-envAlex Auvolat2023-02-063-10/+11
|
* secrets can be passed directly in config, as file, or as envAlex Auvolat2023-02-036-82/+156
|
* Merge pull request 'Documentation updates' (#496) from doc-mention-talks ↵Alex2023-01-3010-309/+377
|\ | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/496
| * Change talk links moreAlex Auvolat2023-01-301-4/+6
| |
| * Raw links to presentationsAlex Auvolat2023-01-301-2/+2
| |
| * zero-downtime migration procedureAlex Auvolat2023-01-303-25/+79
| |
| * Reorder reference manual section, move metrics list to thereAlex Auvolat2023-01-305-278/+289
| |
| * Add links to presentationsdoc-mention-talksAlex Auvolat2023-01-302-4/+5
|/
* Merge pull request 'Small doc corrections' (#489) from ↵Alex2023-01-305-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 Davies2023-01-301-0/+50
| |
| * cookbook/monitoring.md: Added new metrics (garage_build_info,Jonathan Davies2023-01-301-0/+25
| | | | | | | | garage_replication_factor, block_compression_level).
| * cookbook/_index.md: Added link to monitoring documentation.Jonathan Davies2023-01-301-0/+4
| |
| * configuration.md: Corrected OpenTelemetry.Jonathan Davies2023-01-301-2/+2
| |
| * gateways.md: -z is a required flag for layout assign.Jonathan Davies2023-01-301-1/+1
| |
| * reverse-proxy.md: Corrected web server ports in Caddy example.Jonathan Davies2023-01-271-1/+1
| |
* | Merge pull request 'Cargo.lock: Bump for tokio 1.25.0.' (#494) from ↵Alex2023-01-302-123/+123
|\ \ | | | | | | | | | | | | | | | jpds/garage:cargo-update-tokio-1.25.0 into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/494
| * | Update cargo.nixAlex Auvolat2023-01-301-96/+96
| | |
| * | Cargo.lock: Bump for tokio 1.25.0.Jonathan Davies2023-01-301-27/+27
| |/
* | Merge pull request 'Fix duplicated content-type in error document' (#493) ↵Alex2023-01-301-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 documentBaptiste Jonglez2023-01-291-1/+0
| |/ | | | | | | Fixes #492
* | Merge pull request 'api_server.rs: Adapted to use query string per Caddy ↵Alex2023-01-302-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 Davies2023-01-292-9/+13
| |
| * api_server.rs: Adapted to use query string per Caddy upstream change.Jonathan Davies2023-01-292-29/+70
|/
* Merge pull request 'helm chart improvements' (#425) from ↵maximilien2023-01-275-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 containerPatrick Jahns2023-01-271-1/+1
| |
| * doc(helm): removed extra linePatrick Jahns2023-01-271-1/+0
| |
| * feat(helm): ability to monitor garage via prometheusPatrick Jahns2023-01-274-0/+94
| |
| * feat(helm): allow to override the init container imagePatrick Jahns2023-01-272-1/+7
| |
| * fix(helm): file permission issues when running as non-root userPatrick Jahns2023-01-272-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 rolloutPatrick Jahns2023-01-271-1/+3
| |
| * refactor(helm): removed metadataDir and dataDir config variablePatrick Jahns2023-01-271-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 filePatrick Jahns2023-01-272-25/+30
|/ | | | Signed-off-by: Patrick Jahns <kontakt@patrickjahns.de>
* Merge pull request 'Many clippy lints fixed' (#488) from k2v-watch-range-2 ↵Alex2023-01-2619-37/+40
|\ | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/488
| * fix cli display bugk2v-watch-range-2Alex Auvolat2023-01-261-1/+1
| |
| * Fix fmtAlex Auvolat2023-01-262-2/+2
| |
| * More clippy fixesAlex Auvolat2023-01-2614-27/+29
| |
| * more fixesAlex Auvolat2023-01-264-9/+10
| |
* | Merge pull request 'Enable daemonset deployment using the helm chart' (#409) ↵Alex2023-01-264-7/+35
|\ \ | | | | | | | | | | | | | | | from kaiyou/garage:feat-k8s-daemonset into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/409
| * | Bump the helm chart versionkaiyou2022-12-251-1/+1
| | |
| * | Fix documentation based on new deployment valueskaiyou2022-12-251-1/+2
| | |
| * | Set hostPath type for volumeskaiyou2022-12-251-0/+2
| | |
| * | Fix volume handling and persistence flagkaiyou2022-12-251-2/+2
| | |
| * | Enable daemonset deployment using the helm chartkaiyou2022-12-252-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 ↵Alex2023-01-2623-198/+1125
|\ \ \ | | |/ | |/| | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/471
| * | fix clippyAlex Auvolat2023-01-261-1/+3
| | |
| * | Merge branch 'main' into k2v-watch-range-2Alex Auvolat2023-01-26119-3109/+23616
| |\ \ | |/ / |/| |
* | | Merge pull request 'Report available disk space in `garage stats`' (#487) ↵Alex2023-01-2620-569/+848
|\ \ \ | | | | | | | | | | | | | | | | | | | | from report-disk-usage into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/487
| * \ \ Merge branch 'main' into report-disk-usageAlex Auvolat2023-01-2623-2534/+2734
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request 'cargo: Bump dependencies to latest version' (#484) from ↵Alex2023-01-2623-2531/+2730
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | jpds/garage:cargo-bumps into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/484
| * | | | Update Cargo.nixAlex Auvolat2023-01-261-1683/+1805
| | | | |