Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Alex | 2021-04-08 | 38 | -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 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 ↵ | Alex | 2021-04-06 | 3 | -20/+104 |
|\ \ | |/ |/| | | | | | | | trinity-1686a/garage:content-defined-chunking into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/43 | ||||
| * | 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 |
| | | | | | | | | previous one seemed to output incorrect results | ||||
| * | 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 ↵ | Alex | 2021-04-05 | 12 | -99/+257 |
|\ | | | | | | | | | | | better_bootstrap into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/56 | ||||
| * | 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 |
| | |||||
* | test2 | Alex Auvolat | 2021-04-05 | 1 | -1/+0 |
| | |||||
* | test | Alex Auvolat | 2021-04-05 | 1 | -0/+1 |
| | |||||
* | Drone CI badge on branch main | Alex Auvolat | 2021-04-05 | 1 | -1/+1 |
| | |||||
* | fix command for adding node | Alex Auvolat | 2021-04-02 | 1 | -1/+2 |
| | |||||
* | Section on recovering from failures | Alex Auvolat | 2021-04-02 | 2 | -0/+99 |
| | |||||
* | [doc] Added mention that GarageHQ is hosted with Garage | LUXEY Adrien | 2021-03-22 | 1 | -0/+4 |
| | |||||
* | publish website only in correct repo | Alex Auvolat | 2021-03-22 | 1 | -0/+2 |
| | |||||
* | fix typos | Alex Auvolat | 2021-03-19 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/feature/mdbook' | Alex Auvolat | 2021-03-19 | 2 | -32/+33 |
|\ | |||||
| * | Merge pull request 'intro.md: fix some typos, errors & dead links, plus some ↵feature/mdbook | Alex | 2021-03-19 | 1 | -26/+27 |
| |\ | | | | | | | | | | | | | | | | stylistic stuff' (#51) from adrien/garage:feature/mdbook into feature/mdbook Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/51 | ||||
| | * | intro.md: fix some typos, errors & dead links, plus some stylistic stuff | LUXEY Adrien | 2021-03-19 | 1 | -26/+27 |
| |/ | | | | | | | modifié : doc/book/src/intro.md | ||||
| * | Fix garage_util description | Quentin Dufour | 2021-03-18 | 1 | -1/+1 |
| | | |||||
| * | Fix some typos | Quentin Dufour | 2021-03-18 | 1 | -6/+6 |
| | | |||||
| * | Fix a table in the doc | Quentin Dufour | 2021-03-18 | 1 | -2/+2 |
| | | |||||
* | | only upload book from branch main | Alex Auvolat | 2021-03-19 | 1 | -0/+3 |
| | | |||||
* | | Center logo in book, add book CI | Alex Auvolat | 2021-03-19 | 3 | -2/+33 |
| | |