Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More documentation on CRDTs (we should probably extract this to a | Alex Auvolat | 2020-12-12 | 1 | -26/+138 |
| | | | | standalone crate!) | ||||
* | Merge branch 'master' into doc/modeldoc/model | Alex Auvolat | 2020-12-12 | 31 | -61/+2748 |
|\ | |||||
| * | Improved compatibility on list API call | Alex Auvolat | 2020-12-06 | 1 | -11/+25 |
| | | |||||
| * | Merge pull request 'Propose ETag fix' (#23) from bug/etag into master | Alex | 2020-12-06 | 5 | -3/+24 |
| |\ | | | | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/23 | ||||
| | * | Propose ETag fixbug/etag | Alex Auvolat | 2020-12-05 | 5 | -3/+24 |
| | | | |||||
| * | | Merge pull request 'Merge the new smoke test to master' (#25) from ↵ | Alex | 2020-12-06 | 4 | -14/+75 |
| |\ \ | | |/ | |/| | | | | | | | | | | feature/smoke-script into master Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/25 | ||||
| | * | Reduce garage.1.rnd size to store it inlinefeature/smoke-script | Quentin | 2020-12-06 | 1 | -1/+1 |
| | | | |||||
| | * | Indentation & comments | Quentin | 2020-12-06 | 1 | -9/+19 |
| | | | |||||
| | * | Test awscli/s3cmd interactions | Quentin | 2020-12-06 | 4 | -8/+43 |
| | | | |||||
| | * | Test garage list & delete commands | Quentin | 2020-12-06 | 1 | -0/+9 |
| | | | |||||
| | * | Fix typo | Quentin | 2020-12-06 | 1 | -1/+1 |
| | | | |||||
| | * | Improve README, add more tests | Quentin | 2020-12-06 | 3 | -14/+24 |
| | | | |||||
| | * | wip smoke test | Quentin | 2020-12-05 | 2 | -12/+9 |
| |/ | |||||
| * | Merge pull request 'Content-range fix' (#24) from bug/content-range into master | Alex | 2020-12-05 | 1 | -17/+34 |
| |\ | | | | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/24 | ||||
| | * | Reformulate patch | Alex Auvolat | 2020-12-05 | 1 | -5/+7 |
| | | | |||||
| | * | Fix Content-Lengthbug/content-range | Quentin | 2020-12-05 | 1 | -4/+5 |
| | | | |||||
| | * | Content-range fix | Alex Auvolat | 2020-12-05 | 1 | -15/+29 |
| |/ | |||||
| * | Add slide on consistency | Alex Auvolat | 2020-12-01 | 2 | -20/+30 |
| | | |||||
| * | Two new slides | Alex Auvolat | 2020-12-01 | 5 | -12/+559 |
| | | |||||
| * | Add some first technical slides | Alex Auvolat | 2020-12-01 | 10 | -69/+1899 |
| | | |||||
| * | Talk | Quentin | 2020-11-30 | 7 | -5/+82 |
| | | |||||
| * | Add talk template | Alex Auvolat | 2020-11-30 | 4 | -0/+77 |
| | | |||||
| * | Use ipv6 localhost for dev cluster and different port numbers | Alex Auvolat | 2020-11-29 | 2 | -8/+8 |
| | | |||||
| * | A fix for s3cmd | Quentin | 2020-11-29 | 1 | -0/+1 |
| | | |||||
| * | Rollback logging on dev-cluster | Quentin | 2020-11-29 | 1 | -1/+1 |
| | | |||||
| * | Small optimisation | Alex Auvolat | 2020-11-29 | 1 | -1/+1 |
| | | |||||
| * | Add a smoke test script | Quentin | 2020-11-29 | 3 | -1/+28 |
| | | |||||
| * | S3 does not support accentuated buckets + add a script to clean tmp | Quentin | 2020-11-29 | 2 | -3/+10 |
| | | |||||
| * | ETag patch | Alex Auvolat | 2020-11-29 | 1 | -3/+7 |
| | | |||||
| * | Small refactorings | Alex Auvolat | 2020-11-29 | 1 | -8/+2 |
| | | |||||
* | | Add some doc on LWW | Quentin | 2020-11-23 | 1 | -1/+30 |
| | | |||||
* | | CRDT doc | Quentin | 2020-11-23 | 2 | -4/+31 |
|/ | |||||
* | Merge pull request 'Fix checksum handling' (#21) from bug/checksums into master | Alex | 2020-11-22 | 3 | -45/+75 |
|\ | | | | | | | Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/21 | ||||
| * | Also check hash for < 3KB filesbug/checksums | Quentin | 2020-11-22 | 1 | -0/+14 |
| | | |||||
| * | Fix base64/hex checksum comparison | Quentin | 2020-11-22 | 3 | -45/+61 |
|/ | |||||
* | Merge pull request 'Use cleaner CRDT data types for objects to avoid ↵ | Alex | 2020-11-21 | 12 | -233/+394 |
|\ | | | | | | | | | | | accidents like #16' (#18) from feature/better-crdt into master Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/18 | ||||
| * | data hexdump in warningfeature/better-crdt | Alex Auvolat | 2020-11-20 | 3 | -0/+43 |
| | | |||||
| * | Warning when cannot decode entry (data format incompatibilities) | Alex Auvolat | 2020-11-20 | 1 | -8/+13 |
| | | |||||
| * | less type bounds | Alex Auvolat | 2020-11-20 | 1 | -6/+6 |
| | | |||||
| * | simplify | Alex Auvolat | 2020-11-20 | 2 | -6/+4 |
| | | |||||
| * | oops | Alex Auvolat | 2020-11-20 | 2 | -1/+2 |
| | | |||||
| * | Convert bucket table to better CRDT representation | Alex Auvolat | 2020-11-20 | 8 | -185/+150 |
| | | |||||
| * | Begin improve model to use better CRDTs | Alex Auvolat | 2020-11-20 | 5 | -96/+245 |
|/ | |||||
* | Merge pull request 'Add more scripts to ease Garage's development' (#17) ↵ | Alex | 2020-11-20 | 8 | -49/+62 |
|\ | | | | | | | | | | | from feature/new-script into master Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/17 | ||||
| * | Fix dev-env.sh for source; print which garage in dev-cluster.sh | Alex Auvolat | 2020-11-20 | 2 | -1/+4 |
| | | |||||
| * | Fix wording again!feature/new-script | Quentin | 2020-11-20 | 1 | -1/+1 |
| | | |||||
| * | Sub list do not work with gitea | Quentin | 2020-11-20 | 1 | -3/+3 |
| | | |||||
| * | Improve wording | Quentin | 2020-11-20 | 1 | -2/+2 |
| | | |||||
| * | Remove test scripts | Quentin | 2020-11-20 | 3 | -26/+0 |
| | | |||||
| * | Fix tabs | Quentin | 2020-11-20 | 1 | -5/+5 |
| | |