Commit graph

  • 7126f3e1d1 garage key import: add checks and --yes CLI flag (fix #278) Alex 2023-06-13 15:56:48 +0200
  • fc29548933 Merge pull request 'fix timestamps wrapping around in garage block list-errors (fix #584)' (#585) from fix-future-timestamps into main Alex 2023-06-13 12:51:16 +0000
  • 942c1f1bfe multipart uploads: save timestamp Alex 2023-06-13 10:48:22 +0200
  • 1ea4937c8b fix timestamps wrapping around in garage block list-errors (fix #584) Alex 2023-06-12 20:07:33 +0200
  • 0a06fda0da Merge pull request 'Fix #204 (full Multipart Uploads semantics)' (#553) from nlnet-task1 into next Alex 2023-06-09 15:34:09 +0000
  • 3d477906d4 properly delete multipart uploads after completion Alex 2023-06-09 17:13:27 +0200
  • e645bbd3ce smoke test: add multipart upload test with part re-upload Alex 2023-06-09 11:36:36 +0200
  • 58563ed700 Add multipart upload using aws s3api Alex 2023-06-09 11:33:45 +0200
  • a6cc563bdd UploadPart: automatic cleanup of version (and reference blocked) when interrupted Alex 2023-06-06 15:18:45 +0200
  • c14d3735e5 Add test for multipart uploads and fix part renumbering Alex 2023-05-09 13:02:39 +0200
  • 53bf2f070c undo sort_key() returning Cow Alex 2023-05-09 12:38:55 +0200
  • 412ab77b08 comments and clippy lint fixes Alex 2023-05-04 19:44:01 +0200
  • 511e07ecd4 fix mpu counter (add missing workers) and report info at appropriate places Alex 2023-05-04 11:49:23 +0200
  • 4ea53dc759 Add multipart upload repair Alex 2023-05-04 10:45:44 +0200
  • 058518c22b refactor repair workers with a trait Alex 2023-05-04 10:36:48 +0200
  • 8644376ac2 fix test; simplify code Alex 2023-05-04 10:09:52 +0200
  • 7ad7dae5d4 fix s3 list test Alex 2023-05-03 19:49:36 +0200
  • 75a0e01372 fix online repair Alex 2023-05-03 19:21:35 +0200
  • bb176ebcb8 cargo fmt Alex 2023-05-03 16:43:36 +0200
  • c1e1764f17 move git-version dependency to main crate to reduce rebuilds Alex 2023-05-03 16:43:08 +0200
  • 87be8eeb93 updaet block admin for new multipartupload models Alex 2023-05-03 16:17:40 +0200
  • 82e75c0e29 Adapt S3 API code to use new multipart upload models Alex 2023-05-03 12:02:59 +0200
  • 38d6ac4295 New multipart upload table layout Alex 2023-04-27 17:57:54 +0200
  • 6005491cd8 Use Cow<[u8]> for sort keys Alex 2023-04-27 16:14:44 +0200
  • ea3bfd2ab1 Minio tests for multipart upload behaviour: Alex 2023-04-25 12:35:43 +0200
  • e7e164a280 Make fsync an option for meta and data Alex 2023-06-09 16:23:21 +0200
  • 1e466b11eb Revert integration tests to using Sled as LMDB causes failures Alex 2023-06-09 13:23:08 +0200
  • 865f0c7d0c Add LMDB to debug builds Alex 2023-06-09 12:04:28 +0200
  • 906fe78b24 Integration tests: print logs when fails Alex 2023-06-09 11:48:43 +0200
  • 6aec73b641 Merge pull request 'payload.rs: Fixed two typoes' (#581) from jpds/garage:payload-typoes into main Alex 2023-06-09 08:59:47 +0000
  • 8a945ee996 payload.rs: Surround / in inverted commas. Jonathan Davies 2023-06-06 16:26:06 +0100
  • 180992d0f1 payload.rs: Fixed typo in error message. Jonathan Davies 2023-06-06 16:25:29 +0100
  • 8a74e1c2bd Split garage/admin.rs into smaller files Alex 2023-06-06 15:39:15 +0200
  • 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 +0000
  • 32ad4538ee fix references to old config names Roberto Hidalgo 2023-05-22 08:47:06 -0600
  • ef8a7add08 set default for [consul-services] api Roberto Hidalgo 2023-05-20 21:25:57 -0600
  • 2d46d24d06 update docs Roberto Hidalgo 2023-05-15 20:02:28 -0600
  • b770504126 simplify code according to feedback Roberto Hidalgo 2023-05-15 16:15:56 -0600
  • 6b69404f1a rename mode to consul_http_api Roberto Hidalgo 2023-05-10 20:11:14 -0600
  • 011f473048 revert rpc/Cargo.toml Roberto Hidalgo 2023-05-10 13:22:14 -0600
  • fd7dbea5b8 follow feedback, fold into existing feature Roberto Hidalgo 2023-05-10 13:20:39 -0600
  • bd6485565e allow additional ServiceMeta, docs Roberto Hidalgo 2023-05-08 19:29:47 -0600
  • 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 2023-05-22 10:47:15 +0200
  • 130e01505b Fix k2v_client with unicode in partition keys Alex 2023-05-19 12:52:28 +0200
  • e2ce5970c6 Add basic k2v_client integration tests Alex 2023-05-19 12:52:14 +0200
  • 644e872264 Port k2v-client to aws-sigv4 since rusoto_signature is deprecated Alex 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 2023-05-18 00:07:54 +0200
  • 746b0090e4 k2v signature verification: double urlencoding (see comment in source code) Alex 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 2023-05-17 14:30:53 +0200
  • 217d429937 fix clippy lint in format-table crate Alex 2023-05-17 13:06:37 +0200
  • a1cec2cd60 Split format_table into separate crate and reduce k2v-client dependencies Alex 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 2023-05-16 18:40:27 +0200
  • 472444ed8e k2v-client 0.0.2 Alex 2023-05-16 18:38:31 +0200
  • bb03805b58 k2v-cli: fix sort_key being partition_key and specify which key Alex 2023-05-16 18:37:49 +0200
  • e4f955d672 fix base64 uses Alex 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 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 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 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
  • 6d3ace1ea9 Fix undefined macro warn! on 32-bit Jakub Jirutka 2023-05-07 17:01:11 +0200
  • 833cf082da Remove unnecessary/unused "timeago" features Jakub Jirutka 2023-05-07 00:51:31 +0200
  • a1fcf1b175 Merge branch 'main' into next Alex 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 2023-04-25 14:46:47 +0200
  • fa78d806e3 Merge branch 'main' into next Alex 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 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
  • 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
  • 703ac43f1c Merge pull request 'Prepare for v0.8.2' (#530) from prepare-v082 into main Alex 2023-03-13 18:34:33 +0000