aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* obsolete clippy lintsv0.8.2prepare-v082Alex Auvolat2023-03-132-2/+0
|
* Prepare for v0.8.2Alex Auvolat2023-03-1313-110/+111
|
* Merge pull request 'Increase Garage tests robustness' (#526) from ↵Alex2023-03-138-63/+58
|\ | | | | | | | | | | | | | | tests/increase-robustness into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/526 Reviewed-by: Alex <alex@adnab.me> Reviewed-by: trinity-1686a <trinity.pointard@gmail.com>
| * use one key per context to isolate teststests/increase-robustnessQuentin Dufour2023-03-138-58/+40
| |
| * do not assume Garage boots in 2sec during testsQuentin Dufour2023-03-131-6/+19
| |
* | Merge pull request 'rpc/system_metrics.rs: Added rustversion label to ↵Alex2023-03-138-6/+28
|\ \ | | | | | | | | | | | | | | | garage_build_info metric.' (#524) from jpds/garage:rustversion-label into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/524
| * \ Merge branch 'main' into rustversion-labelAlex Auvolat2023-03-136-41/+125
| |\ \ | |/ / |/| |
* | | doc: cli.md: Added s5cmd example.Jonathan Davies2023-03-131-0/+21
| |/ |/|
* | Merge pull request 'Bump pnet_datalink 0.28 -> 0.33' (#514) from ↵Alex2023-03-133-27/+55
|\ \ | | | | | | | | | | | | | | | teutat3s/garage:pnet_datalink-0.33.0 into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/514
| * \ Merge branch 'main' into pnet_datalink-0.33.0teutat3s2023-03-1314-33/+444
| |\ \ | |/ / |/| |
* | | Merge pull request 'block/repair.rs: Added migration for ↵Alex2023-03-102-14/+49
|\ \ \ | | | | | | | | | | | | | | | | | | | | ScrubWorkerPersisted's time_next_run_scrub.' (#523) from jpds/garage:migrate-scrubworkerpersisted into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/523
| * | | block/manager.rs: Set defaults for scrub_persister.Jonathan Davies2023-03-091-0/+1
| | | |
| * | | block/repair.rs: Added a timestamp argument toJonathan Davies2023-03-091-5/+5
| | | | | | | | | | | | | | | | randomize_next_scrub_run_time().
| * | | block/repair.rs: Added migration for ScrubWorkerPersisted's time_next_run_scrub.Jonathan Davies2023-03-091-10/+44
|/ / / | | | | | | | | | Fixes: #520.
| * | update cargo.nixAlex Auvolat2023-03-131-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
| | * update cargo.nixAlex Auvolat2023-03-101-1/+4
| | |
| | * admin/cluster.rs: Added rust_version.Jonathan Davies2023-03-101-0/+2
| | |
| | * garage/admin.rs: Display Rust version in stats output.Jonathan Davies2023-03-101-1/+2
| | |
| | * rpc/system_metrics.rs: Added rustversion label to garage_build_info metric.Jonathan Davies2023-03-105-4/+20
| |/ |/|
* | Merge pull request 'Update logo for stickers' (#521) from logo_autocollants ↵Alex2023-03-084-1/+182
|\ \ | | | | | | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/521
| * | MàJ logo pour autocollantslogo_autocollantsvincent2023-03-074-1/+182
|/ /
* | Merge pull request 'block/repair.rs: Added a random element of 10 days to ↵Alex2023-03-062-11/+40
|\ \ | | | | | | | | | | | | | | | SCRUB_INTERVAL' (#516) from jpds/garage:scrub-randomize-window into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/516
| * | block/manager.rs: Display scrub-next-run.Jonathan Davies2023-03-061-0/+3
| | |
| * | block/repair.rs: Added function and time_next_run_scrub with a random element ofJonathan Davies2023-03-061-11/+37
| | | | | | | | | | | | 10 days to SCRUB_INTERVAL to help balance scrub load across cluster.
* | | Merge pull request 'web_server.rs: Log X-Forwarded-For IP' (#504) from ↵Alex2023-03-064-10/+82
|\ \ \ | |/ / |/| | | | | | | | | | | jpds/garage:web_server-log-x-forwarded-for into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/504
| * | 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
| | | | | | | | | | | | here.
* | | Merge pull request 'Clearer error message when LMDB has oom error (fix ↵Alex2023-03-061-3/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | #517)' (#519) from lmdb-oom-message into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/519
| * | | 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 ↵Alex2023-03-062-0/+32
|\ \ \ | |/ / |/| | | | | | | | | | | jpds/garage:doc-binary-packages into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/515
| * | binary-packages.md: Added.Jonathan Davies2023-03-032-0/+32
|/ /
* | Merge pull request 'Add documentation on community Ansible roles' (#513) ↵Alex2023-03-022-1/+56
|\ \ | |/ |/| | | | | | | from baptiste/garage:doc_ansible into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/513
| * Add documentation on community Ansible rolesBaptiste Jonglez2023-03-012-1/+56
|/
* 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
|/