Alex Auvolat
|
7ba1364c08
|
Small improvements to compression code
|
2021-04-27 16:53:49 +02:00 |
|
Trinity Pointard
|
cb02ce3eb2
|
use zstd checksumming
|
2021-04-27 16:53:49 +02:00 |
|
Trinity Pointard
|
5a52c4c7f3
|
delete plain block when getting a compressed one
|
2021-04-27 16:53:48 +02:00 |
|
Trinity Pointard
|
64818d3720
|
change extention for compressed files
set_extension don't behave verywell with extensions containing multiple dots
|
2021-04-27 16:53:48 +02:00 |
|
Trinity Pointard
|
96c7040a8a
|
add checksum to end of file instead of decompressing
|
2021-04-27 16:53:48 +02:00 |
|
Trinity Pointard
|
05dd441e9c
|
use BlockData instead of Vec+bool
|
2021-04-27 16:53:48 +02:00 |
|
Trinity Pointard
|
cffa9821c1
|
compress blocs with zstd
|
2021-04-27 16:53:48 +02:00 |
|
Alex Auvolat
|
d08778dea4
|
Reorganize code in s3_put.rs
|
2021-04-27 16:53:48 +02:00 |
|
Trinity Pointard
|
24d605fb05
|
mark branch as unreachable
|
2021-04-27 16:53:48 +02:00 |
|
Trinity Pointard
|
ae4982c309
|
run fmt
|
2021-04-27 16:53:48 +02:00 |
|
Trinity Pointard
|
9c9471c64f
|
change crate used for cdc
previous one seemed to output incorrect results
|
2021-04-27 16:53:48 +02:00 |
|
Trinity Pointard
|
71a13f366e
|
add content defined chuking
|
2021-04-27 16:53:47 +02:00 |
|
Alex Auvolat
|
119217f9f6
|
change a few comments
|
2021-04-27 16:53:47 +02:00 |
|
Trinity Pointard
|
2812a027ea
|
change some more comments and revert changes on TableSchema
|
2021-04-27 16:49:07 +02:00 |
|
Trinity Pointard
|
74373aebcf
|
make most requested changes
|
2021-04-27 16:47:08 +02:00 |
|
Alex Auvolat
|
16300bbd89
|
remove useless comment
|
2021-04-27 16:44:01 +02:00 |
|
Trinity Pointard
|
5c4b2cec3c
|
document garage crate
|
2021-04-27 16:37:10 +02:00 |
|
Trinity Pointard
|
1e3df189d0
|
document api crate
|
2021-04-27 16:37:10 +02:00 |
|
Trinity Pointard
|
a2e1617d84
|
document web crate
|
2021-04-27 16:37:10 +02:00 |
|
Trinity Pointard
|
67585a4ffa
|
attempt at documenting model crate
|
2021-04-27 16:37:10 +02:00 |
|
Trinity Pointard
|
b437610812
|
attempt at documenting table crate
|
2021-04-27 16:37:10 +02:00 |
|
Trinity Pointard
|
f871689571
|
run cargo fmt on util and make missing doc warning
|
2021-04-27 16:37:10 +02:00 |
|
Trinity Pointard
|
8e0524ae15
|
document rpc crate
|
2021-04-27 16:37:10 +02:00 |
|
Trinity Pointard
|
f9bd2d8fb7
|
document util crate
|
2021-04-27 16:37:10 +02:00 |
|
Alex Auvolat
|
6b2b400292
|
small simplify
|
2021-04-27 16:37:09 +02:00 |
|
Alex Auvolat
|
8c33d565d6
|
Merge discovery loop with consul
|
2021-04-27 16:37:09 +02:00 |
|
Alex Auvolat
|
948e44a3f6
|
cargo fmt
|
2021-04-27 16:37:09 +02:00 |
|
Alex Auvolat
|
3e2e38c830
|
Print stats
|
2021-04-27 16:37:09 +02:00 |
|
Alex Auvolat
|
2e53e31cdd
|
Cargo fmt
|
2021-04-27 16:37:09 +02:00 |
|
Alex Auvolat
|
64b91c2645
|
Keep old data
|
2021-04-27 16:37:09 +02:00 |
|
Alex Auvolat
|
e16077f40a
|
Persist directly and not in background
|
2021-04-27 16:37:09 +02:00 |
|
Alex Auvolat
|
9ced9f78dc
|
Improve bootstraping: do it regularly; persist peer list
|
2021-04-27 16:37:08 +02:00 |
|
Alex Auvolat
|
f859d15062
|
update to v0.2.1
|
2021-03-19 13:39:18 +01:00 |
|
Alex Auvolat
|
fd8f4caa81
|
Support old CPUs
|
2021-03-19 12:19:40 +01:00 |
|
Alex Auvolat
|
4c26a0b9c1
|
Update Cargo.toml files with AGPL license info
|
2021-03-18 21:59:17 +01:00 |
|
Alex Auvolat
|
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 Auvolat
|
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: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/49
|
2021-03-18 19:45:02 +01:00 |
|
Alex Auvolat
|
dead945c8f
|
Prepare for release 0.2
|
2021-03-18 19:33:15 +01:00 |
|
Alex Auvolat
|
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 Auvolat
|
390ab02f41
|
Todo make a test for the Merkle updater
|
2021-03-16 20:13:07 +01:00 |
|
Alex Auvolat
|
7b10245dfb
|
Leader-based GC
|
2021-03-16 18:42:33 +01:00 |
|
Alex Auvolat
|
08bcd51956
|
GC object table in a specific case
|
2021-03-16 16:51:15 +01:00 |
|
Alex Auvolat
|
3fadc5cbbd
|
Small changes
|
2021-03-16 16:35:10 +01:00 |
|
Alex Auvolat
|
f4346cc5f4
|
Update dependencies
|
2021-03-16 15:58:40 +01:00 |
|