aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix undefined macro warn! on 32-bitJakub Jirutka2023-05-071-1/+1
| | | | | | | | | | | | | | Compiling garage_db v0.8.2 (garage-0.8.2/src/db) error: cannot find macro `warn` in this scope --> src/db/lmdb_adapter.rs:352:2 | 352 | warn!("LMDB is not recommended on 32-bit systems, database size will be limited"); | ^^^^ | = help: consider importing this macro: tracing::warn = note: `warn` is in scope, but it is an attribute: `#[warn]` error: could not compile `garage_db` due to previous error
* Merge pull request 'Update rust toolchain to 1.68 and simplify Nix stuff' ↵Alex2023-04-255-44/+106
|\ | | | | | | | | | | (#554) from nix-update-simplify into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/554
| * Update rust toolchain to 1.68 and simplify Nix stuffnix-update-simplifyAlex Auvolat2023-04-255-44/+106
|/
* Merge pull request 'api/Cargo.toml: Bumped quick-xml to version 0.26.' ↵Alex2023-04-243-8/+8
|\ | | | | | | | | | | (#552) from jpds/garage:quick-xml-0.26 into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/552
| * update cargo.nixAlex Auvolat2023-04-241-1/+1
| |
| * api/Cargo.toml: Bumped quick-xml to version 0.26.Jonathan Davies2023-04-233-7/+7
| |
* | Merge pull request 'block/repair.rs: Added log entries for scrub ↵Alex2023-04-241-2/+12
|\ \ | | | | | | | | | | | | | | | start/finish.' (#551) from jpds/garage:scrub-log into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/551
| * | block/repair.rs: Added log entries for scrub start/finish.Jonathan Davies2023-04-231-2/+12
| |/
* | Merge pull request 'cookbook/real-world: fix typo' (#549) from ↵Alex2023-04-241-1/+1
|\ \ | |/ |/| | | | | | | yuka/garage:main into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/549
| * cookbook/real-world: fix typoyuka2023-04-211-1/+1
|/
* docs(book/quickstart): adapt aws s3 commands to examplearthurlutz2023-04-031-3/+3
| | | Signed-off-by: arthurlutz <arthurlutz@noreply.localhost>
* Merge pull request 'Update Helm chart versions (app + chart)' (#535) from ↵Alex2023-03-241-2/+2
|\ | | | | | | | | | | elwin013/garage:update-helm-chart-appVersion-to-0.8.2 into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/535
| * Update Helm chart versions (app + chart)Kamil Banach2023-03-231-2/+2
| | | | | | | | | | * chart version: 0.4.0 * app version: v0.8.2
* | cli.md: Pointed Cyberduck profile at upstream link.Jonathan Davies2023-03-201-49/+4
|/
* Merge pull request 'Prepare for v0.8.2' (#530) from prepare-v082 into mainAlex2023-03-1315-112/+111
|\ | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/530
| * 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
|/