Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix merge error | Quentin | 2020-11-29 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' into feature/website | Quentin | 2020-11-29 | 2 | -7/+8 |
|\ | |||||
| * | Use ipv6 localhost for dev cluster and different port numbers | Alex Auvolat | 2020-11-29 | 2 | -8/+8 |
| | | |||||
* | | Use aws cli version 2 | Quentin | 2020-11-29 | 2 | -10/+11 |
| | | |||||
* | | Merge branch 'master' into feature/website | Quentin | 2020-11-29 | 5 | -13/+44 |
|\| | |||||
| * | 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 |
| | | |||||
* | | Merge branch 'master' into feature/website | Quentin | 2020-11-22 | 3 | -45/+75 |
|\| | |||||
| * | 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 |
| |/ | |||||
* | | Fix wrong http status code | Quentin | 2020-11-21 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' into feature/website | Quentin | 2020-11-21 | 9 | -225/+391 |
|\| | |||||
| * | 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 |
| |/ | |||||
* | | Handle HEAD | Quentin | 2020-11-21 | 1 | -4/+8 |
| | | |||||
* | | Use handle_get | Quentin | 2020-11-21 | 9 | -129/+21 |
| | | |||||
* | | Remove s3cmd mention | Quentin | 2020-11-21 | 1 | -1/+1 |
| | | |||||
* | | Use awscli instead of s3cmd | Quentin | 2020-11-21 | 3 | -14/+11 |
| | | |||||
* | | We are able to serve a file | Quentin | 2020-11-21 | 3 | -5/+109 |
| | | |||||
* | | Fix host to key | Quentin | 2020-11-21 | 1 | -5/+19 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into feature/website | Quentin | 2020-11-21 | 19 | -103/+152 |
|\| | |||||
| * | 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 |
| | | | |||||
| | * | Quicker dev with more scripts | Quentin | 2020-11-20 | 5 | -23/+59 |
| | | | |||||
| * | | Fix reconciliation logic | Alex Auvolat | 2020-11-20 | 2 | -5/+6 |
| | | | |||||
| * | | Slight refactoring to make things clearer with DeletedFilter | Alex Auvolat | 2020-11-20 | 11 | -50/+85 |
| |/ | |||||
* | | Support punnycode | Quentin | 2020-11-20 | 3 | -2/+5 |
| | | |||||
* | | Merge branch 'master' into feature/website | Quentin | 2020-11-19 | 1 | -1/+23 |
|\| | |||||
| * | Merge pull request 'Clearly state how to spawn as fast as possible a dev. ↵ | Alex | 2020-11-19 | 1 | -1/+23 |
| |\ | | | | | | | | | | | | | | | | garage cluster from 0 to interacting with it through s3cmd' (#15) from feature/on-boarding-2 into master Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/15 | ||||
| | * | fix indent 2feature/on-boarding-2 | Quentin | 2020-11-19 | 1 | -5/+5 |
| | | | |||||
| | * | Fix indent | Quentin | 2020-11-19 | 1 | -8/+8 |
| | | | |||||
| | * | A quickstart to setup a dev. env. | Quentin | 2020-11-19 | 1 | -1/+23 |
| |/ | |||||
* | | Fix example | Quentin | 2020-11-19 | 1 | -1/+3 |
| | |