aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update cargo.nixpnet_datalink-0.33.0Alex Auvolat2023-03-021-17/+37
|
* Bump pnet_datalink 0.28 -> 0.33teutat3s2023-02-282-10/+18
| | | | | | | Motivation: building garage on illumos is only possible since pnet_datalink version 0.30 Changelog: https://github.com/libpnet/libpnet/compare/v0.28.0...v0.33.0
* Merge pull request 'docs: fix k2v spec link' (#512) from ↵Alex2023-02-261-1/+1
|\ | | | | | | | | | | wilson/garage:wilson/docs-k2v-link into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/512
| * docs: fix k2v spec linkwilson2023-02-261-1/+1
|/ | | Signed-off-by: wilson <wilson@noreply.localhost>
* Merge pull request 'reverse-proxy.md: Added healthcheck examples' (#505) ↵Alex2023-02-151-30/+102
|\ | | | | | | | | | | from jpds/garage:doc-healthchecks into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/505
| * cookbook/reverse-proxy.md: Fixed up Traefik section:Jonathan Davies2023-02-141-27/+84
| | | | | | | | | | | | | | | | | | | | * Renamed my_garage_service -> garage-s3-service. * Defined a web service for port 3902. * Added a garage-s3 router. * Pointed website definition at web service. * Use the /health endpoint for loadBalancer health check. * Renamed gzip_compress to just compression as traefik v3 will also do brotli compression.
| * cookbook/reverse-proxy.md: Document how to use healthchecks for caddy.Jonathan Davies2023-02-141-3/+18
|/
* backup.md: Added section for git-annex.Jonathan Davies2023-02-081-0/+34
|
* Merge pull request 'generic_server.rs: Added support for logging ↵Alex2023-02-061-1/+20
|\ | | | | | | | | | | X-Forwarded-For header.' (#500) from jpds/garage:generic_server-log-x-forwarded-for into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/500
| * generic_server.rs: Added support for logging X-Forwarded-For header.Jonathan Davies2023-02-041-1/+20
| | | | | | | | Fixes: #460
* | Merge pull request 'upgrading.md: Added small note about garage_build_info.' ↵Alex2023-02-061-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 Davies2023-02-061-0/+4
| |/
* | Merge pull request 'Secrets can be passed directly in config, as file, or as ↵Alex2023-02-066-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-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 'error.rs: Corrected error message to say unexpected ↵Alex2023-02-033-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 Davies2023-02-023-3/+3
|/
* 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
| |