Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cargo fmtold-main | Alex Auvolat | 2021-04-17 | 1 | -7/+8 |
* | Small improvements to compression code | Alex Auvolat | 2021-04-14 | 3 | -10/+24 |
* | Merge pull request 'Compress with zstd' (#44) from trinity-1686a/garage:zstd-... | Alex | 2021-04-14 | 5 | -45/+200 |
|\ | |||||
| * | use zstd checksumming | Trinity Pointard | 2021-04-08 | 2 | -30/+38 |
| * | delete plain block when getting a compressed one | Trinity Pointard | 2021-04-08 | 1 | -4/+21 |
| * | change extention for compressed files | Trinity Pointard | 2021-04-08 | 1 | -3/+3 |
| * | add testing on compressible data in smoke test | Trinity Pointard | 2021-04-08 | 1 | -8/+12 |
| * | add checksum to end of file instead of decompressing | Trinity Pointard | 2021-04-08 | 1 | -17/+31 |
| * | use BlockData instead of Vec+bool | Trinity Pointard | 2021-04-08 | 1 | -39/+36 |
| * | compress blocs with zstd | Trinity Pointard | 2021-04-08 | 4 | -25/+140 |
* | | re-disable drone caches | Alex Auvolat | 2021-04-08 | 1 | -3/+9 |
* | | Use pre-prepared Docker image in CI to speed things up | Alex Auvolat | 2021-04-08 | 3 | -28/+22 |
* | | Update drone CI signature | Alex Auvolat | 2021-04-08 | 1 | -1/+1 |
* | | Merge pull request 'Make CI faster' (#57) from trinity-1686a/garage:improve-c... | Alex | 2021-04-08 | 1 | -0/+19 |
|\ \ | |/ |/| | |||||
| * | use volume for cargo home | Trinity Pointard | 2021-04-08 | 1 | -0/+19 |
|/ | |||||
* | fix drone CI signature | Alex Auvolat | 2021-04-08 | 1 | -1/+1 |
* | Skip Drone CI caching | Alex Auvolat | 2021-04-08 | 1 | -0/+6 |
* | change a few comments | Alex Auvolat | 2021-04-08 | 5 | -7/+7 |
* | Merge pull request 'add doc comments' (#53) from trinity-1686a/garage:doc-com... | Alex | 2021-04-08 | 38 | -79/+393 |
|\ | |||||
| * | change some more comments and revert changes on TableSchema | Trinity Pointard | 2021-04-07 | 6 | -15/+6 |
| * | make most requested changes | Trinity Pointard | 2021-04-06 | 20 | -44/+38 |
| * | document garage crate | Trinity Pointard | 2021-04-06 | 1 | -1/+3 |
| * | document api crate | Trinity Pointard | 2021-04-06 | 8 | -13/+42 |
| * | document web crate | Trinity Pointard | 2021-04-06 | 4 | -4/+15 |
| * | attempt at documenting model crate | Trinity Pointard | 2021-04-06 | 8 | -15/+119 |
| * | attempt at documenting table crate | Trinity Pointard | 2021-04-06 | 16 | -32/+65 |
| * | run cargo fmt on util and make missing doc warning | Trinity Pointard | 2021-04-06 | 4 | -32/+32 |
| * | document rpc crate | Trinity Pointard | 2021-04-06 | 6 | -10/+100 |
| * | document util crate | Trinity Pointard | 2021-04-06 | 6 | -3/+63 |
* | | Reorganize code in s3_put.rs | Alex Auvolat | 2021-04-07 | 1 | -207/+212 |
* | | remove useless comment | Alex Auvolat | 2021-04-06 | 1 | -1/+0 |
* | | Merge pull request 'Use content defined chunking' (#43) from trinity-1686a/ga... | Alex | 2021-04-06 | 3 | -20/+104 |
|\ \ | |/ |/| | |||||
| * | mark branch as unreachable | Trinity Pointard | 2021-04-06 | 1 | -1/+1 |
| * | run fmt | Trinity Pointard | 2021-04-06 | 1 | -2/+8 |
| * | change crate used for cdc | Trinity Pointard | 2021-04-06 | 3 | -24/+19 |
| * | add content defined chuking | Trinity Pointard | 2021-04-06 | 3 | -18/+101 |
|/ | |||||
* | Update documentation | Alex Auvolat | 2021-04-06 | 5 | -35/+32 |
* | Merge pull request 'Improved bootstraping procedure' (#56) from better_bootst... | Alex | 2021-04-05 | 12 | -99/+257 |
|\ | |||||
| * | Try to fix Dronebetter_bootstrap | Alex Auvolat | 2021-04-05 | 1 | -1/+3 |
| * | small simplify | Alex Auvolat | 2021-04-05 | 1 | -3/+1 |
| * | Merge discovery loop with consul | Alex Auvolat | 2021-04-05 | 1 | -37/+22 |
| * | cargo fmt | Alex Auvolat | 2021-04-05 | 1 | -1/+0 |
| * | Print stats | Alex Auvolat | 2021-04-05 | 1 | -1/+1 |
| * | Cargo fmt | Alex Auvolat | 2021-04-05 | 1 | -1/+3 |
| * | Keep old data | Alex Auvolat | 2021-04-05 | 2 | -5/+31 |
| * | Persist directly and not in background | Alex Auvolat | 2021-04-05 | 1 | -12/+11 |
| * | Install rustfmt | Alex Auvolat | 2021-04-05 | 1 | -1/+2 |
| * | Fix Drone CI signature | Alex Auvolat | 2021-04-05 | 1 | -1/+1 |
| * | Improve bootstraping: do it regularly; persist peer list | Alex Auvolat | 2021-04-05 | 12 | -80/+226 |
|/ | |||||
* | Add signature to Drone CI | Alex Auvolat | 2021-04-05 | 1 | -0/+6 |