Commit graph

330 commits

Author SHA1 Message Date
Alex 0e05b9bc77
cargo fmt 2021-04-17 20:30:43 +02:00
Alex 163ee977a0
Small improvements to compression code 2021-04-14 23:37:41 +02:00
Trinity Pointard d4fd074000 use zstd checksumming 2021-04-08 15:44:08 +02:00
Trinity Pointard aeadb071c6 delete plain block when getting a compressed one 2021-04-08 15:42:14 +02:00
Trinity Pointard 4d5263ccf3 change extention for compressed files
set_extension don't behave verywell with extensions containing multiple dots
2021-04-08 15:42:14 +02:00
Trinity Pointard 9215d63e3a add checksum to end of file instead of decompressing 2021-04-08 15:42:12 +02:00
Trinity Pointard 01c623e391 use BlockData instead of Vec+bool 2021-04-08 15:41:27 +02:00
Trinity Pointard de8e47435f compress blocs with zstd 2021-04-08 15:38:31 +02:00
Alex af6774a511
change a few comments 2021-04-08 15:13:02 +02:00
Alex c35c472dc9 Merge pull request 'add doc comments' (#53) from trinity-1686a/garage:doc-comments into main
Reviewed-on: Deuxfleurs/garage#53
2021-04-08 15:01:13 +02:00
Trinity Pointard 718ae00548 change some more comments and revert changes on TableSchema 2021-04-07 13:39:34 +02:00
Alex c3bd672d58
Reorganize code in s3_put.rs 2021-04-07 10:00:47 +02:00
Alex 93a9f96130
remove useless comment 2021-04-06 23:38:30 +02:00
Trinity Pointard 6cbc8d6ec9 mark branch as unreachable 2021-04-06 16:53:39 +02:00
Trinity Pointard c8906f200b make most requested changes 2021-04-06 05:28:47 +02:00
Trinity Pointard 653d3d588f document garage crate 2021-04-06 05:26:48 +02:00
Trinity Pointard a74eccfd6e document api crate 2021-04-06 05:26:48 +02:00
Trinity Pointard ee9b685994 document web crate 2021-04-06 05:26:48 +02:00
Trinity Pointard 92d54770bb attempt at documenting model crate 2021-04-06 05:26:48 +02:00
Trinity Pointard 30bec0758b attempt at documenting table crate 2021-04-06 05:26:48 +02:00
Trinity Pointard b476b702c8 run cargo fmt on util and make missing doc warning 2021-04-06 05:26:47 +02:00
Trinity Pointard 7d3a951836 document rpc crate 2021-04-06 05:26:36 +02:00
Trinity Pointard f4bf987627 document util crate 2021-04-06 05:25:35 +02:00
Trinity Pointard b3b0b20d72 run fmt 2021-04-06 02:54:05 +02:00
Trinity Pointard 47d0aee9f8 change crate used for cdc
previous one seemed to output incorrect results
2021-04-06 02:50:07 +02:00
Trinity Pointard 6e0cb2dfb6 add content defined chuking 2021-04-06 02:50:07 +02:00
Alex 0f192a96b5
small simplify 2021-04-05 23:21:25 +02:00
Alex 7b85056942
Merge discovery loop with consul 2021-04-05 23:04:08 +02:00
Alex 7fd1f9a869
cargo fmt 2021-04-05 20:42:57 +02:00
Alex c5d8dc7d6d
Print stats 2021-04-05 20:42:46 +02:00
Alex fa11cb746a
Cargo fmt 2021-04-05 20:35:26 +02:00
Alex f11bd80d2a
Keep old data 2021-04-05 20:33:24 +02:00
Alex 595dc0ed0d
Persist directly and not in background 2021-04-05 20:26:01 +02:00
Alex 0eb5baea1a
Improve bootstraping: do it regularly; persist peer list 2021-04-05 19:55:53 +02:00
Alex f859d15062 update to v0.2.1 2021-03-19 13:39:18 +01:00
Alex fd8f4caa81 Support old CPUs 2021-03-19 12:19:40 +01:00
Alex 4c26a0b9c1 Update Cargo.toml files with AGPL license info 2021-03-18 21:59:17 +01:00
Alex a1014224d3 garage node configure --replace <old_node_id> <new_node_id> 2021-03-18 21:49:12 +01:00
Trinity Pointard f17cb6c969 resolve domain to multiple addresses
And warn instead of failling when a domain can't be resolved
2021-03-18 21:04:30 +01:00
Trinity Pointard c8a7ce5cdf remove domain resolution for *_bind_addr 2021-03-18 19:47:51 +01:00
Trinity Pointard 81e9db783f simplify addresse deserialialiser and limit allocations 2021-03-18 19:47:51 +01:00
Trinity Pointard ae3b7029a9 add support for using domain name in configuration 2021-03-18 19:47:51 +01:00
Alex 6edbc65847 Add trinity's comment in the code 2021-03-18 19:46:43 +01:00
Alex bfa0ff8f82 Merge pull request 'add support for caching headers' (#49) from trinity-1686a/garage:cache-headers into master
Reviewed-on: Deuxfleurs/garage#49
2021-03-18 19:45:02 +01:00
Alex dead945c8f Prepare for release 0.2 2021-03-18 19:33:15 +01:00
Alex 4eb16e8863 Allow to import keys from previous Garage instance 2021-03-18 19:24:59 +01:00
Trinity Pointard b4c903371c add support for caching headers 2021-03-18 15:46:33 +01:00
Alex 390ab02f41 Todo make a test for the Merkle updater 2021-03-16 20:13:07 +01:00
Alex 7b10245dfb Leader-based GC 2021-03-16 18:42:33 +01:00
Alex 08bcd51956 GC object table in a specific case 2021-03-16 16:51:15 +01:00