Commit Graph

  • 4ea53dc759 Add multipart upload repair Alex Auvolat 2023-05-04 10:45:44 +02:00
  • 058518c22b refactor repair workers with a trait Alex Auvolat 2023-05-04 10:36:48 +02:00
  • 8644376ac2 fix test; simplify code Alex Auvolat 2023-05-04 10:09:52 +02:00
  • 7ad7dae5d4 fix s3 list test Alex Auvolat 2023-05-03 19:49:36 +02:00
  • 75a0e01372 fix online repair Alex Auvolat 2023-05-03 19:21:35 +02:00
  • bb176ebcb8 cargo fmt Alex Auvolat 2023-05-03 16:43:36 +02:00
  • c1e1764f17 move git-version dependency to main crate to reduce rebuilds Alex Auvolat 2023-05-03 16:43:08 +02:00
  • 87be8eeb93 updaet block admin for new multipartupload models Alex Auvolat 2023-05-03 16:17:40 +02:00
  • 82e75c0e29 Adapt S3 API code to use new multipart upload models Alex Auvolat 2023-05-03 12:02:59 +02:00
  • 38d6ac4295 New multipart upload table layout Alex Auvolat 2023-04-27 17:57:54 +02:00
  • 6005491cd8 Use Cow<[u8]> for sort keys Alex Auvolat 2023-04-27 16:14:44 +02:00
  • ea3bfd2ab1 Minio tests for multipart upload behaviour: Alex Auvolat 2023-04-25 12:35:43 +02:00
  • e7e164a280 Make fsync an option for meta and data Alex Auvolat 2023-06-09 16:23:21 +02:00
  • 1e466b11eb Revert integration tests to using Sled as LMDB causes failures Alex Auvolat 2023-06-09 13:23:08 +02:00
  • 865f0c7d0c Add LMDB to debug builds Alex Auvolat 2023-06-09 12:04:28 +02:00
  • 906fe78b24 Integration tests: print logs when fails Alex Auvolat 2023-06-09 11:48:43 +02:00
  • 6aec73b641 Merge pull request 'payload.rs: Fixed two typoes' (#581) from jpds/garage:payload-typoes into main Alex 2023-06-09 08:59:47 +00:00
  • 41d4817eeb block/repair.rs: Initial implementation of scrub checkpointing. Jonathan Davies 2023-05-11 22:14:25 +01:00
  • 8a945ee996 payload.rs: Surround / in inverted commas. Jonathan Davies 2023-06-06 16:26:06 +01:00
  • 180992d0f1 payload.rs: Fixed typo in error message. Jonathan Davies 2023-06-06 16:25:29 +01:00
  • 8a74e1c2bd Split garage/admin.rs into smaller files Alex Auvolat 2023-06-06 15:39:15 +02:00
  • 44548a9114 Merge pull request 'feature: Register consul services with agent API' (#567) from unrob/garage:roberto/consul-agent-registration into main Alex 2023-06-02 14:35:00 +00:00
  • 32ad4538ee fix references to old config names Roberto Hidalgo 2023-05-22 08:47:06 -06:00
  • ef8a7add08 set default for [consul-services] api Roberto Hidalgo 2023-05-20 21:25:57 -06:00
  • 2d46d24d06 update docs Roberto Hidalgo 2023-05-15 20:02:28 -06:00
  • b770504126 simplify code according to feedback Roberto Hidalgo 2023-05-15 16:15:56 -06:00
  • 6b69404f1a rename mode to consul_http_api Roberto Hidalgo 2023-05-10 20:11:14 -06:00
  • 011f473048 revert rpc/Cargo.toml Roberto Hidalgo 2023-05-10 13:22:14 -06:00
  • fd7dbea5b8 follow feedback, fold into existing feature Roberto Hidalgo 2023-05-10 13:20:39 -06:00
  • bd6485565e allow additional ServiceMeta, docs Roberto Hidalgo 2023-05-08 19:29:47 -06:00
  • 4d6e6fc155 cargo fmt Roberto Hidalgo 2023-05-08 13:10:23 -06:00
  • 02ba9016ab register consul services against local agent instead of catalog api Roberto Hidalgo 2023-05-05 16:18:24 -06:00
  • 9d833bb7ef Merge pull request 'K2V-client improvements' (#577) from k2v-client-aws-sigv4 into main Alex 2023-05-22 09:03:08 +00:00
  • c3d3b837eb bump k2v-client to v0.0.4 Alex Auvolat 2023-05-22 10:47:15 +02:00
  • 130e01505b Fix k2v_client with unicode in partition keys Alex Auvolat 2023-05-19 12:52:28 +02:00
  • e2ce5970c6 Add basic k2v_client integration tests Alex Auvolat 2023-05-19 12:52:14 +02:00
  • 644e872264 Port k2v-client to aws-sigv4 since rusoto_signature is deprecated Alex Auvolat 2023-05-18 13:04:17 +02:00
  • 03efc191c1 Merge pull request 'K2V: double urlencoding' (#574) from fix-k2v-urlencoding into main Alex 2023-05-18 09:33:03 +00:00
  • 4420db7310 add tracing to k2v-client Alex Auvolat 2023-05-18 00:07:54 +02:00
  • 746b0090e4 k2v signature verification: double urlencoding (see comment in source code) Alex Auvolat 2023-05-18 00:06:03 +02:00
  • 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 +00:00
  • 19639705e6 Mark sled as deprecated, make lmdb default, and improve sqlite and lmdb defaults Alex Auvolat 2023-05-17 14:30:53 +02:00
  • 217d429937 fix clippy lint in format-table crate format_table-v0.1.1 Alex Auvolat 2023-05-17 13:06:37 +02:00
  • 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 +02:00
  • b66f247580 Merge pull request 'fixes to K2V client' (#571) from k2v-client-fixes into main Alex 2023-05-16 20:20:31 +00:00
  • 16f2a32bb7 cargo fmt Alex Auvolat 2023-05-16 18:40:27 +02:00
  • 472444ed8e k2v-client 0.0.2 Alex Auvolat 2023-05-16 18:38:31 +02:00
  • bb03805b58 k2v-cli: fix sort_key being partition_key and specify which key Alex Auvolat 2023-05-16 18:37:49 +02:00
  • e4f955d672 fix base64 uses Alex Auvolat 2023-05-16 18:34:46 +02:00
  • 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 +00:00
  • 2e6bb3f766 update Cargo.nix Alex Auvolat 2023-05-11 11:34:18 +02:00
  • 375270afd1 Merge pull request '*: apply clippy recommendations.' (#570) from jpds/garage:clippy-fixes into main Alex 2023-05-11 09:33:03 +00:00
  • c783194e8b *: apply clippy recommendations. Jonathan Davies 2023-05-09 20:49:34 +01:00
  • fdcd7dee5a Cargo.lock: Updated for: Jonathan Davies 2023-05-09 14:41:58 +01:00
  • 0f0795103d block/Cargo.toml: Bump tokio-util to 0.7. Jonathan Davies 2023-05-09 14:33:21 +01:00
  • c9d26e8c50 k2v-client/Cargo.toml: Make tokio dep match other packages. Jonathan Davies 2023-05-09 14:33:00 +01:00
  • 351d734e6c Merge branch 'main' into next Alex Auvolat 2023-05-09 12:40:08 +02:00
  • 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 +00:00
  • 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 +00:00
  • 9e0a9c1c15 move git-version dependency to main crate to reduce rebuilds Alex Auvolat 2023-05-03 16:43:08 +02:00
  • 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 +01:00
  • 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 +00:00
  • 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 +00:00
  • 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 +00:00
  • 75759a163c Allow to really disable sled feature Jakub Jirutka 2023-05-07 18:15:48 +02:00
  • d2deee0b8b Declare garage crates using workspace.dependencies Jakub Jirutka 2023-05-07 18:12:01 +02:00
  • 8499cd5c21 Merge pull request 'Remove unnecessary/unused "timeago" features' (#559) from jirutka/garage:timeago-features into main Alex 2023-05-09 08:44:22 +00:00
  • 4ea7983093
    Helm: Increment patch version Jonatan Steuernagel 2023-05-08 08:03:21 +02:00
  • d5e39d11eb
    Helm: Include newer config parameters as values Jonatan Steuernagel 2023-05-08 07:47:31 +02:00
  • 06caa12d49 doc: Add information about Alpine Linux package to Quick Start Jakub Jirutka 2023-05-07 19:25:57 +02:00
  • 9d08458ebf Build aws-sdk-s3 (dev) with native-tls when system-libs is enabled Jakub Jirutka 2023-05-07 17:52:37 +02:00
  • 6d3ace1ea9 Fix undefined macro warn! on 32-bit Jakub Jirutka 2023-05-07 17:01:11 +02:00
  • 92a86e3cd1 k2v-client: Add support for native TLS library Jakub Jirutka 2023-05-07 15:38:13 +02:00
  • 833cf082da Remove unnecessary/unused "timeago" features Jakub Jirutka 2023-05-07 00:51:31 +02:00
  • 6468535a96 Include s3/website test only when k2v is enabled Jakub Jirutka 2023-04-30 01:01:56 +02:00
  • a1fcf1b175 Merge branch 'main' into next Alex Auvolat 2023-04-25 16:58:57 +02:00
  • 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 +00:00
  • 5efcdc0de3 Update rust toolchain to 1.68 and simplify Nix stuff Alex Auvolat 2023-04-25 14:46:47 +02:00
  • fa78d806e3 Merge branch 'main' into next Alex Auvolat 2023-04-25 12:34:26 +02:00
  • 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 +00:00
  • 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 +00:00
  • 6894878146 update cargo.nix Alex Auvolat 2023-04-24 10:26:14 +02:00
  • 02b0ba5f44 Merge pull request 'cookbook/real-world: fix typo' (#549) from yuka/garage:main into main Alex 2023-04-24 08:24:55 +00:00
  • fb3bd11dce block/repair.rs: Added log entries for scrub start/finish. Jonathan Davies 2023-04-23 19:32:28 +01:00
  • c168383113 api/Cargo.toml: Bumped quick-xml to version 0.26. Jonathan Davies 2023-04-23 19:51:20 +01:00
  • 04a0063df9 cookbook/real-world: fix typo yuka 2023-04-21 16:46:58 +00:00
  • b1685514d0
    wip add support for redirects feat/website-redir Quentin Dufour 2023-04-20 17:33:36 +02:00
  • 4d6c0500cb
    first build of the model smithy2 Quentin Dufour 2023-04-10 18:41:40 +02:00
  • 0fbc9bbb05
    wip smithy Quentin Dufour 2023-04-10 17:12:53 +02:00
  • a259f820a4
    wip apple+windows test/compilation Quentin Dufour 2023-04-10 16:36:38 +02:00
  • a2a35ac7a8 docs(book/quickstart): adapt aws s3 commands to example arthurlutz 2023-04-03 06:18:28 +00:00
  • 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 +00:00
  • 66ed0bdd91
    Update Helm chart versions (app + chart) Kamil Banach 2023-03-23 20:20:46 +01:00
  • 11b154b33b cli.md: Pointed Cyberduck profile at upstream link. Jonathan Davies 2023-03-02 14:51:52 +00:00
  • 9fc771827e
    add missing environment variable poc/nomad-ci Quentin Dufour 2023-03-14 19:25:54 +01:00
  • a70a2f3d47
    add missing error management Quentin Dufour 2023-03-14 17:13:32 +01:00
  • de248fb9b2
    real build.sh file Quentin Dufour 2023-03-14 16:57:12 +01:00
  • b55bcd660e
    dummy build script Quentin Dufour 2023-03-14 16:35:47 +01:00
  • 703ac43f1c Merge pull request 'Prepare for v0.8.2' (#530) from prepare-v082 into main Alex 2023-03-13 18:34:33 +00:00
  • 000006d689 obsolete clippy lints v0.8.2 Alex Auvolat 2023-03-13 18:50:07 +01:00