aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request 'web_server.rs: Log X-Forwarded-For IP' (#504) from jpds/g...Alex2023-03-064-10/+82
|\ \ \ \ | |/ / / |/| | |
| * | | web/web_server.rs: Handle X-Forwarded-For here too.Jonathan Davies2023-03-061-1/+14
| * | | api/generic_server.rs: Use new handle_forwarded_for_headers() function.Jonathan Davies2023-03-061-9/+4
| * | | util/forwarded_headers.rs: Generalized handle_forwarded_for_headers()Jonathan Davies2023-03-032-0/+64
* | | | Merge pull request 'Clearer error message when LMDB has oom error (fix #517)'...Alex2023-03-061-3/+10
|\ \ \ \
| * | | | Clearer error message when LMDB has oom error (fix #517)Alex Auvolat2023-03-061-3/+10
| |/ / /
* | | | Merge pull request 'binary-packages.md: Added.' (#515) from jpds/garage:doc-b...Alex2023-03-062-0/+32
|\ \ \ \ | |/ / / |/| | |
| * | | binary-packages.md: Added.Jonathan Davies2023-03-032-0/+32
|/ / /
* | | Merge pull request 'Add documentation on community Ansible roles' (#513) from...Alex2023-03-022-1/+56
|\ \ \ | |/ / |/| |
| * | Add documentation on community Ansible rolesBaptiste Jonglez2023-03-012-1/+56
|/ /
* | Merge pull request 'docs: fix k2v spec link' (#512) from wilson/garage:wilson...Alex2023-02-261-1/+1
|\ \
| * | docs: fix k2v spec linkwilson2023-02-261-1/+1
|/ /
* | Merge pull request 'reverse-proxy.md: Added healthcheck examples' (#505) from...Alex2023-02-151-30/+102
|\ \
| * | cookbook/reverse-proxy.md: Fixed up Traefik section:Jonathan Davies2023-02-141-27/+84
| * | 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 X-Forwarded-...Alex2023-02-061-1/+20
|\ \
| * | generic_server.rs: Added support for logging X-Forwarded-For header.Jonathan Davies2023-02-041-1/+20
* | | Merge pull request 'upgrading.md: Added small note about garage_build_info.' ...Alex2023-02-061-0/+4
|\ \ \
| * | | 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
|\ \ \ | |/ / |/| |
| * | 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 scope...Alex2023-02-033-3/+3
|\ \ \ | |/ / |/| |
| * | 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 into...Alex2023-01-3010-309/+377
|\ \
| * | 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 jpds/garage:doc-correc...Alex2023-01-305-4/+83
|\ \
| * | 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
| * | 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 jpds/gara...Alex2023-01-302-123/+123
|\ \ \
| * | | 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) fro...Alex2023-01-301-1/+0
|\ \ \
| * | | Fix duplicated content-type in error documentBaptiste Jonglez2023-01-291-1/+0
| |/ /
* | | Merge pull request 'api_server.rs: Adapted to use query string per Caddy upst...Alex2023-01-302-38/+83
|\ \ \ | |/ / |/| |
| * | 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 patrickjahns/garage:...maximilien2023-01-275-34/+141
|\ \
| * | 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