Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cargo fmtdev-0.3 | Alex Auvolat | 2021-04-27 | 1 | -7/+8 |
| | |||||
* | Small improvements to compression code | Alex Auvolat | 2021-04-27 | 3 | -10/+24 |
| | |||||
* | use zstd checksumming | Trinity Pointard | 2021-04-27 | 2 | -30/+38 |
| | |||||
* | delete plain block when getting a compressed one | Trinity Pointard | 2021-04-27 | 1 | -4/+21 |
| | |||||
* | change extention for compressed files | Trinity Pointard | 2021-04-27 | 1 | -3/+3 |
| | | | | set_extension don't behave verywell with extensions containing multiple dots | ||||
* | add testing on compressible data in smoke test | Trinity Pointard | 2021-04-27 | 1 | -8/+12 |
| | |||||
* | add checksum to end of file instead of decompressing | Trinity Pointard | 2021-04-27 | 1 | -17/+31 |
| | |||||
* | use BlockData instead of Vec+bool | Trinity Pointard | 2021-04-27 | 1 | -39/+36 |
| | |||||
* | compress blocs with zstd | Trinity Pointard | 2021-04-27 | 4 | -25/+140 |
| | |||||
* | Reorganize code in s3_put.rs | Alex Auvolat | 2021-04-27 | 1 | -207/+212 |
| | |||||
* | mark branch as unreachable | Trinity Pointard | 2021-04-27 | 1 | -1/+1 |
| | |||||
* | run fmt | Trinity Pointard | 2021-04-27 | 1 | -2/+8 |
| | |||||
* | change crate used for cdc | Trinity Pointard | 2021-04-27 | 3 | -24/+19 |
| | | | | previous one seemed to output incorrect results | ||||
* | add content defined chuking | Trinity Pointard | 2021-04-27 | 3 | -18/+101 |
| | |||||
* | change a few comments | Alex Auvolat | 2021-04-27 | 5 | -7/+7 |
| | |||||
* | change some more comments and revert changes on TableSchema | Trinity Pointard | 2021-04-27 | 6 | -15/+6 |
| | |||||
* | make most requested changes | Trinity Pointard | 2021-04-27 | 20 | -44/+38 |
| | |||||
* | remove useless comment | Alex Auvolat | 2021-04-27 | 1 | -1/+0 |
| | |||||
* | re-disable drone caches | Alex Auvolat | 2021-04-27 | 1 | -3/+9 |
| | |||||
* | Use pre-prepared Docker image in CI to speed things up | Alex Auvolat | 2021-04-27 | 3 | -28/+22 |
| | |||||
* | Update drone CI signature | Alex Auvolat | 2021-04-27 | 1 | -1/+1 |
| | |||||
* | use volume for cargo home | Trinity Pointard | 2021-04-27 | 1 | -0/+19 |
| | | | | so it gets preserved between steps, and registry download is done only once | ||||
* | fix drone CI signature | Alex Auvolat | 2021-04-27 | 1 | -1/+1 |
| | |||||
* | Skip Drone CI caching | Alex Auvolat | 2021-04-27 | 1 | -0/+6 |
| | |||||
* | document garage crate | Trinity Pointard | 2021-04-27 | 1 | -1/+3 |
| | |||||
* | document api crate | Trinity Pointard | 2021-04-27 | 8 | -13/+42 |
| | |||||
* | document web crate | Trinity Pointard | 2021-04-27 | 4 | -4/+15 |
| | |||||
* | attempt at documenting model crate | Trinity Pointard | 2021-04-27 | 8 | -15/+119 |
| | |||||
* | attempt at documenting table crate | Trinity Pointard | 2021-04-27 | 16 | -32/+65 |
| | |||||
* | run cargo fmt on util and make missing doc warning | Trinity Pointard | 2021-04-27 | 4 | -32/+32 |
| | |||||
* | document rpc crate | Trinity Pointard | 2021-04-27 | 6 | -10/+100 |
| | |||||
* | document util crate | Trinity Pointard | 2021-04-27 | 6 | -3/+63 |
| | |||||
* | Update documentation | Alex Auvolat | 2021-04-27 | 5 | -35/+32 |
| | |||||
* | Try to fix Drone | Alex Auvolat | 2021-04-27 | 1 | -1/+3 |
| | |||||
* | small simplify | Alex Auvolat | 2021-04-27 | 1 | -3/+1 |
| | |||||
* | Merge discovery loop with consul | Alex Auvolat | 2021-04-27 | 1 | -37/+22 |
| | |||||
* | cargo fmt | Alex Auvolat | 2021-04-27 | 1 | -1/+0 |
| | |||||
* | Print stats | Alex Auvolat | 2021-04-27 | 1 | -1/+1 |
| | |||||
* | Cargo fmt | Alex Auvolat | 2021-04-27 | 1 | -1/+3 |
| | |||||
* | Keep old data | Alex Auvolat | 2021-04-27 | 2 | -5/+31 |
| | |||||
* | Persist directly and not in background | Alex Auvolat | 2021-04-27 | 1 | -12/+11 |
| | |||||
* | Install rustfmt | Alex Auvolat | 2021-04-27 | 1 | -1/+2 |
| | |||||
* | Fix Drone CI signature | Alex Auvolat | 2021-04-27 | 1 | -1/+1 |
| | |||||
* | Improve bootstraping: do it regularly; persist peer list | Alex Auvolat | 2021-04-27 | 12 | -80/+226 |
| | |||||
* | Add signature to Drone CI | Alex Auvolat | 2021-04-27 | 1 | -0/+6 |
| | |||||
* | test2 | Alex Auvolat | 2021-04-27 | 1 | -1/+0 |
| | |||||
* | test | Alex Auvolat | 2021-04-27 | 1 | -0/+1 |
| | |||||
* | Drone CI badge on branch main | Alex Auvolat | 2021-04-27 | 1 | -1/+1 |
| | |||||
* | fix command for adding node | Alex Auvolat | 2021-04-27 | 1 | -1/+2 |
| | |||||
* | Section on recovering from failures | Alex Auvolat | 2021-04-27 | 2 | -0/+99 |
| |