aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* cargo fmtold-mainAlex Auvolat2021-04-171-7/+8
|
* Small improvements to compression codeAlex Auvolat2021-04-143-10/+24
|
* Merge pull request 'Compress with zstd' (#44) from ↵Alex2021-04-145-45/+200
|\ | | | | | | | | | | trinity-1686a/garage:zstd-block into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/44
| * use zstd checksummingTrinity Pointard2021-04-082-30/+38
| |
| * delete plain block when getting a compressed oneTrinity Pointard2021-04-081-4/+21
| |
| * change extention for compressed filesTrinity Pointard2021-04-081-3/+3
| | | | | | | | set_extension don't behave verywell with extensions containing multiple dots
| * add testing on compressible data in smoke testTrinity Pointard2021-04-081-8/+12
| |
| * add checksum to end of file instead of decompressingTrinity Pointard2021-04-081-17/+31
| |
| * use BlockData instead of Vec+boolTrinity Pointard2021-04-081-39/+36
| |
| * compress blocs with zstdTrinity Pointard2021-04-084-25/+140
| |
* | re-disable drone cachesAlex Auvolat2021-04-081-3/+9
| |
* | Use pre-prepared Docker image in CI to speed things upAlex Auvolat2021-04-083-28/+22
| |
* | Update drone CI signatureAlex Auvolat2021-04-081-1/+1
| |
* | Merge pull request 'Make CI faster' (#57) from ↵Alex2021-04-081-0/+19
|\ \ | |/ |/| | | | | | | trinity-1686a/garage:improve-ci into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/57
| * use volume for cargo homeTrinity Pointard2021-04-081-0/+19
|/ | | | so it gets preserved between steps, and registry download is done only once
* fix drone CI signatureAlex Auvolat2021-04-081-1/+1
|
* Skip Drone CI cachingAlex Auvolat2021-04-081-0/+6
|
* change a few commentsAlex Auvolat2021-04-085-7/+7
|
* Merge pull request 'add doc comments' (#53) from ↵Alex2021-04-0838-79/+393
|\ | | | | | | | | | | trinity-1686a/garage:doc-comments into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/53
| * change some more comments and revert changes on TableSchemaTrinity Pointard2021-04-076-15/+6
| |
| * make most requested changesTrinity Pointard2021-04-0620-44/+38
| |
| * document garage crateTrinity Pointard2021-04-061-1/+3
| |
| * document api crateTrinity Pointard2021-04-068-13/+42
| |
| * document web crateTrinity Pointard2021-04-064-4/+15
| |
| * attempt at documenting model crateTrinity Pointard2021-04-068-15/+119
| |
| * attempt at documenting table crateTrinity Pointard2021-04-0616-32/+65
| |
| * run cargo fmt on util and make missing doc warningTrinity Pointard2021-04-064-32/+32
| |
| * document rpc crateTrinity Pointard2021-04-066-10/+100
| |
| * document util crateTrinity Pointard2021-04-066-3/+63
| |
* | Reorganize code in s3_put.rsAlex Auvolat2021-04-071-207/+212
| |
* | remove useless commentAlex Auvolat2021-04-061-1/+0
| |
* | Merge pull request 'Use content defined chunking' (#43) from ↵Alex2021-04-063-20/+104
|\ \ | |/ |/| | | | | | | trinity-1686a/garage:content-defined-chunking into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/43
| * mark branch as unreachableTrinity Pointard2021-04-061-1/+1
| |
| * run fmtTrinity Pointard2021-04-061-2/+8
| |
| * change crate used for cdcTrinity Pointard2021-04-063-24/+19
| | | | | | | | previous one seemed to output incorrect results
| * add content defined chukingTrinity Pointard2021-04-063-18/+101
|/
* Update documentationAlex Auvolat2021-04-065-35/+32
|
* Merge pull request 'Improved bootstraping procedure' (#56) from ↵Alex2021-04-0512-99/+257
|\ | | | | | | | | | | better_bootstrap into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/56
| * Try to fix Dronebetter_bootstrapAlex Auvolat2021-04-051-1/+3
| |
| * small simplifyAlex Auvolat2021-04-051-3/+1
| |
| * Merge discovery loop with consulAlex Auvolat2021-04-051-37/+22
| |
| * cargo fmtAlex Auvolat2021-04-051-1/+0
| |
| * Print statsAlex Auvolat2021-04-051-1/+1
| |
| * Cargo fmtAlex Auvolat2021-04-051-1/+3
| |
| * Keep old dataAlex Auvolat2021-04-052-5/+31
| |
| * Persist directly and not in backgroundAlex Auvolat2021-04-051-12/+11
| |
| * Install rustfmtAlex Auvolat2021-04-051-1/+2
| |
| * Fix Drone CI signatureAlex Auvolat2021-04-051-1/+1
| |
| * Improve bootstraping: do it regularly; persist peer listAlex Auvolat2021-04-0512-80/+226
|/
* Add signature to Drone CIAlex Auvolat2021-04-051-0/+6
|