Commit Graph

  • 4d6e6fc155 cargo fmt Roberto Hidalgo 2023-05-08 13:10:23 -0600
  • 02ba9016ab register consul services against local agent instead of catalog api Roberto Hidalgo 2023-05-05 16:18:24 -0600
  • 9d833bb7ef Merge pull request 'K2V-client improvements' (#577) from k2v-client-aws-sigv4 into main Alex 2023-05-22 09:03:08 +0000
  • c3d3b837eb bump k2v-client to v0.0.4 Alex Auvolat 2023-05-22 10:47:15 +0200
  • 130e01505b Fix k2v_client with unicode in partition keys Alex Auvolat 2023-05-19 12:52:28 +0200
  • e2ce5970c6 Add basic k2v_client integration tests Alex Auvolat 2023-05-19 12:52:14 +0200
  • 644e872264 Port k2v-client to aws-sigv4 since rusoto_signature is deprecated Alex Auvolat 2023-05-18 13:04:17 +0200
  • 03efc191c1 Merge pull request 'K2V: double urlencoding' (#574) from fix-k2v-urlencoding into main Alex 2023-05-18 09:33:03 +0000
  • 4420db7310 add tracing to k2v-client Alex Auvolat 2023-05-18 00:07:54 +0200
  • 746b0090e4 k2v signature verification: double urlencoding (see comment in source code) Alex Auvolat 2023-05-18 00:06:03 +0200
  • c26a4308b4 Merge pull request 'Split format_table into separate crate and reduce k2v-client dependencies' (#572) from split-format-table into main Alex 2023-05-17 12:33:45 +0000
  • 19639705e6 Mark sled as deprecated, make lmdb default, and improve sqlite and lmdb defaults Alex Auvolat 2023-05-17 14:30:53 +0200
  • 217d429937 fix clippy lint in format-table crate format_table-v0.1.1 Alex Auvolat 2023-05-17 13:06:37 +0200
  • a1cec2cd60 Split format_table into separate crate and reduce k2v-client dependencies format_table-v0.1.0 Alex Auvolat 2023-05-17 13:01:37 +0200
  • b66f247580 Merge pull request 'fixes to K2V client' (#571) from k2v-client-fixes into main Alex 2023-05-16 20:20:31 +0000
  • 16f2a32bb7 cargo fmt Alex Auvolat 2023-05-16 18:40:27 +0200
  • 472444ed8e k2v-client 0.0.2 Alex Auvolat 2023-05-16 18:38:31 +0200
  • bb03805b58 k2v-cli: fix sort_key being partition_key and specify which key Alex Auvolat 2023-05-16 18:37:49 +0200
  • e4f955d672 fix base64 uses Alex Auvolat 2023-05-16 18:34:46 +0200
  • ea9b15f669 Merge pull request 'cargo: tokio-1.28 and hyper-0.14.26 update' (#569) from jpds/garage:tokio-1.28 into main Alex 2023-05-11 10:16:33 +0000
  • 2e6bb3f766 update Cargo.nix Alex Auvolat 2023-05-11 11:34:18 +0200
  • 375270afd1 Merge pull request '*: apply clippy recommendations.' (#570) from jpds/garage:clippy-fixes into main Alex 2023-05-11 09:33:03 +0000
  • c783194e8b *: apply clippy recommendations. Jonathan Davies 2023-05-09 20:49:34 +0100
  • fdcd7dee5a Cargo.lock: Updated for: Jonathan Davies 2023-05-09 14:41:58 +0100
  • 0f0795103d block/Cargo.toml: Bump tokio-util to 0.7. Jonathan Davies 2023-05-09 14:33:21 +0100
  • c9d26e8c50 k2v-client/Cargo.toml: Make tokio dep match other packages. Jonathan Davies 2023-05-09 14:33:00 +0100
  • 351d734e6c Merge branch 'main' into next Alex Auvolat 2023-05-09 12:40:08 +0200
  • b925f53dc3 Merge pull request 'move git-version dependency to main crate to reduce rebuilds' (#568) from move-git-version into main Alex 2023-05-09 09:53:33 +0000
  • 2f495575d8 Merge pull request 'block/manager.rs: Prioritize raw blocks when no compression configured' (#566) from jpds/garage:skip-compressed-blocks-scrub-no-compression into main Alex 2023-05-09 09:39:48 +0000
  • 9e0a9c1c15 move git-version dependency to main crate to reduce rebuilds Alex Auvolat 2023-05-03 16:43:08 +0200
  • 9c788059e2 block/manager.rs: In is_block_compressed - check which compression_level is configured on a node and check for raw block first if compression is disabled (to help reduce syscalls during a scrub). Jonathan Davies 2023-05-08 18:57:10 +0100
  • 5684e1990c Merge pull request 'Really allow to disable `sled` feature' (#563) from jirutka/garage:workspace-deps into main Alex 2023-05-09 09:08:35 +0000
  • 14c50f2f84 Merge pull request 'Fix undefined macro warn! on 32-bit' (#562) from jirutka/garage:fix-undefined-warn into main Alex 2023-05-09 08:52:11 +0000
  • 0fab9c3b8c Merge pull request 'Helm: Include newer config parameters as values' (#565) from jonatan/garage:main into main Alex 2023-05-09 08:49:00 +0000
  • 75759a163c Allow to really disable sled feature Jakub Jirutka 2023-05-07 18:15:48 +0200
  • d2deee0b8b Declare garage crates using workspace.dependencies Jakub Jirutka 2023-05-07 18:12:01 +0200
  • 8499cd5c21 Merge pull request 'Remove unnecessary/unused "timeago" features' (#559) from jirutka/garage:timeago-features into main Alex 2023-05-09 08:44:22 +0000
  • 4ea7983093
    Helm: Increment patch version Jonatan Steuernagel 2023-05-08 08:03:21 +0200
  • d5e39d11eb
    Helm: Include newer config parameters as values Jonatan Steuernagel 2023-05-08 07:47:31 +0200
  • 06caa12d49 doc: Add information about Alpine Linux package to Quick Start Jakub Jirutka 2023-05-07 19:25:57 +0200
  • 9d08458ebf Build aws-sdk-s3 (dev) with native-tls when system-libs is enabled Jakub Jirutka 2023-05-07 17:52:37 +0200
  • 6d3ace1ea9 Fix undefined macro warn! on 32-bit Jakub Jirutka 2023-05-07 17:01:11 +0200
  • 92a86e3cd1 k2v-client: Add support for native TLS library Jakub Jirutka 2023-05-07 15:38:13 +0200
  • 833cf082da Remove unnecessary/unused "timeago" features Jakub Jirutka 2023-05-07 00:51:31 +0200
  • 6468535a96 Include s3/website test only when k2v is enabled Jakub Jirutka 2023-04-30 01:01:56 +0200
  • a1fcf1b175 Merge branch 'main' into next Alex Auvolat 2023-04-25 16:58:57 +0200
  • 1ecd88c01f Merge pull request 'Update rust toolchain to 1.68 and simplify Nix stuff' (#554) from nix-update-simplify into main Alex 2023-04-25 14:56:49 +0000
  • 5efcdc0de3 Update rust toolchain to 1.68 and simplify Nix stuff Alex Auvolat 2023-04-25 14:46:47 +0200
  • fa78d806e3 Merge branch 'main' into next Alex Auvolat 2023-04-25 12:34:26 +0200
  • a16eb7e4b8 Merge pull request 'api/Cargo.toml: Bumped quick-xml to version 0.26.' (#552) from jpds/garage:quick-xml-0.26 into main Alex 2023-04-24 09:00:00 +0000
  • 6742070517 Merge pull request 'block/repair.rs: Added log entries for scrub start/finish.' (#551) from jpds/garage:scrub-log into main Alex 2023-04-24 08:29:36 +0000
  • 6894878146 update cargo.nix Alex Auvolat 2023-04-24 10:26:14 +0200
  • 02b0ba5f44 Merge pull request 'cookbook/real-world: fix typo' (#549) from yuka/garage:main into main Alex 2023-04-24 08:24:55 +0000
  • fb3bd11dce block/repair.rs: Added log entries for scrub start/finish. Jonathan Davies 2023-04-23 19:32:28 +0100
  • c168383113 api/Cargo.toml: Bumped quick-xml to version 0.26. Jonathan Davies 2023-04-23 19:51:20 +0100
  • 04a0063df9 cookbook/real-world: fix typo yuka 2023-04-21 16:46:58 +0000
  • b1685514d0
    wip add support for redirects feat/website-redir Quentin Dufour 2023-04-20 17:33:36 +0200
  • 4d6c0500cb
    first build of the model smithy2 Quentin Dufour 2023-04-10 18:41:40 +0200
  • 0fbc9bbb05
    wip smithy Quentin Dufour 2023-04-10 17:12:53 +0200
  • a259f820a4
    wip apple+windows test/compilation Quentin Dufour 2023-04-10 16:36:38 +0200
  • a2a35ac7a8 docs(book/quickstart): adapt aws s3 commands to example arthurlutz 2023-04-03 06:18:28 +0000
  • f167310f42 Merge pull request 'Update Helm chart versions (app + chart)' (#535) from elwin013/garage:update-helm-chart-appVersion-to-0.8.2 into main Alex 2023-03-24 16:06:30 +0000
  • 66ed0bdd91
    Update Helm chart versions (app + chart) Kamil Banach 2023-03-23 20:20:46 +0100
  • 11b154b33b cli.md: Pointed Cyberduck profile at upstream link. Jonathan Davies 2023-03-02 14:51:52 +0000
  • 9fc771827e
    add missing environment variable poc/nomad-ci Quentin Dufour 2023-03-14 19:25:54 +0100
  • a70a2f3d47
    add missing error management Quentin Dufour 2023-03-14 17:13:32 +0100
  • de248fb9b2
    real build.sh file Quentin Dufour 2023-03-14 16:57:12 +0100
  • b55bcd660e
    dummy build script Quentin Dufour 2023-03-14 16:35:47 +0100
  • 703ac43f1c Merge pull request 'Prepare for v0.8.2' (#530) from prepare-v082 into main Alex 2023-03-13 18:34:33 +0000
  • 000006d689 obsolete clippy lints v0.8.2 Alex Auvolat 2023-03-13 18:50:07 +0100
  • 0a1ddcf630 Prepare for v0.8.2 Alex Auvolat 2023-03-13 18:44:09 +0100
  • d6ffa57f40 Merge pull request 'Increase Garage tests robustness' (#526) from tests/increase-robustness into main Alex 2023-03-13 17:26:21 +0000
  • 7fcc153e7c Merge pull request 'rpc/system_metrics.rs: Added rustversion label to garage_build_info metric.' (#524) from jpds/garage:rustversion-label into main Alex 2023-03-13 15:46:48 +0000
  • f37ec584b6 Merge branch 'main' into rustversion-label Alex Auvolat 2023-03-13 16:14:13 +0100
  • dc6be39833 doc: cli.md: Added s5cmd example. Jonathan Davies 2023-03-12 15:17:11 +0000
  • 70b5424b99
    use one key per context to isolate tests Quentin Dufour 2023-03-13 15:03:54 +0100
  • 2687fb7fa8
    do not assume Garage boots in 2sec during tests Quentin Dufour 2023-03-13 10:48:47 +0100
  • 24e43f1aa0 Merge pull request 'Bump pnet_datalink 0.28 -> 0.33' (#514) from teutat3s/garage:pnet_datalink-0.33.0 into main Alex 2023-03-13 13:43:04 +0000
  • 8ad6efb338
    Merge branch 'main' into pnet_datalink-0.33.0 teutat3s 2023-03-13 13:59:42 +0100
  • 3b498c7c47
    update cargo.nix Alex Auvolat 2023-03-02 16:20:45 +0100
  • f9b4a0e11e doc: cli.md: Added s5cmd example. Jonathan Davies 2023-03-12 15:17:11 +0000
  • 7ebed96b44
    do not assume Garage boots in 2sec during tests test-ci-wait Quentin Dufour 2023-03-13 10:48:47 +0100
  • 40fa1242f0 update cargo.nix Alex Auvolat 2023-03-10 18:15:06 +0100
  • 9ea154ae9c admin/cluster.rs: Added rust_version. Jonathan Davies 2023-03-10 14:45:18 +0000
  • 4421378023 garage/admin.rs: Display Rust version in stats output. Jonathan Davies 2023-03-10 14:45:00 +0000
  • 25f2a46fc3 rpc/system_metrics.rs: Added rustversion label to garage_build_info metric. Jonathan Davies 2023-03-10 11:40:58 +0000
  • 3325928c13 Merge pull request 'block/repair.rs: Added migration for ScrubWorkerPersisted's time_next_run_scrub.' (#523) from jpds/garage:migrate-scrubworkerpersisted into main Alex 2023-03-10 13:25:01 +0000
  • d218f475cb block/manager.rs: Set defaults for scrub_persister. Jonathan Davies 2023-03-09 17:08:47 +0000
  • 7b65dd24e2 block/repair.rs: Added a timestamp argument to randomize_next_scrub_run_time(). Jonathan Davies 2023-03-09 16:32:22 +0000
  • b70cc0a940 block/repair.rs: Added migration for ScrubWorkerPersisted's time_next_run_scrub. Jonathan Davies 2023-03-09 15:34:14 +0000
  • 9e061d5a70 Merge pull request 'Update logo for stickers' (#521) from logo_autocollants into main Alex 2023-03-08 13:14:46 +0000
  • db69267a56 MàJ logo pour autocollants vincent 2023-03-07 21:34:55 +0100
  • 2dc80abbb1 Merge pull request 'block/repair.rs: Added a random element of 10 days to SCRUB_INTERVAL' (#516) from jpds/garage:scrub-randomize-window into main Alex 2023-03-06 14:11:25 +0000
  • 148b66b843 block/manager.rs: Display scrub-next-run. Jonathan Davies 2023-03-06 12:31:03 +0000
  • 53d09eb00f block/repair.rs: Added function and time_next_run_scrub with a random element of 10 days to SCRUB_INTERVAL to help balance scrub load across cluster. Jonathan Davies 2023-03-04 16:16:10 +0000
  • 00dcfc97a5 Merge pull request 'web_server.rs: Log X-Forwarded-For IP' (#504) from jpds/garage:web_server-log-x-forwarded-for into main Alex 2023-03-06 12:33:06 +0000
  • 4e0fc3d6c9 web/web_server.rs: Handle X-Forwarded-For here too. Jonathan Davies 2023-02-09 13:50:04 +0000
  • e4e5196066 api/generic_server.rs: Use new handle_forwarded_for_headers() function. Jonathan Davies 2023-02-09 13:49:43 +0000
  • 0d0906b066 Merge pull request 'Clearer error message when LMDB has oom error (fix #517)' (#519) from lmdb-oom-message into main Alex 2023-03-06 10:49:04 +0000
  • b8123fb6cd Clearer error message when LMDB has oom error (fix #517) Alex Auvolat 2023-03-06 11:38:49 +0100