Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More precise logging (warn only when returning a 500) | Alex Auvolat | 2021-02-20 | 1 | -1/+5 | |
* | Add verification of part numbers in CompleteMultipartUpload (WIP #30) | Alex Auvolat | 2021-02-20 | 4 | -26/+77 | |
* | add application/xml header and missing xml escapes | Alex Auvolat | 2021-02-19 | 3 | -5/+11 | |
* | add precision | Alex Auvolat | 2021-02-19 | 1 | -0/+2 | |
* | Add compatibility list | Alex Auvolat | 2021-02-19 | 3 | -1/+85 | |
* | S3 compatibility: return 404 instead of 400 on some multipart commands | Alex Auvolat | 2021-02-19 | 1 | -13/+3 | |
* | Implement ListObjectsV2 | Alex Auvolat | 2021-02-19 | 3 | -67/+157 | |
* | Fix #28, extra headers being ignored (because of profound stupidity) | Alex Auvolat | 2021-02-19 | 2 | -1/+5 | |
* | Small improvements in the S3 put workflow | Alex Auvolat | 2021-02-19 | 1 | -39/+70 | |
* | try to fix smoke test | Alex Auvolat | 2021-02-17 | 3 | -6/+11 | |
* | CI improvements | Alex Auvolat | 2021-02-17 | 1 | -4/+51 | |
* | yea more gzip | Alex Auvolat | 2021-02-10 | 1 | -0/+3 | |
* | oops, missed a step | Alex Auvolat | 2021-02-10 | 1 | -1/+0 | |
* | change dockerfile; add gzip caching | Alex Auvolat | 2021-02-10 | 2 | -1/+3 | |
* | Add drone caching | Alex Auvolat | 2021-02-08 | 1 | -2/+38 | |
* | Add drone badge | Alex Auvolat | 2021-02-08 | 1 | -0/+2 | |
* | fix drone | Alex Auvolat | 2021-02-08 | 1 | -1/+1 | |
* | add drone.yml | Alex Auvolat | 2021-02-08 | 1 | -0/+8 | |
* | Add warning | Alex Auvolat | 2021-01-23 | 2 | -1/+3 | |
* | Move doc files here from Deuxfleur's site repo | Alex Auvolat | 2021-01-23 | 3 | -0/+334 | |
* | Fix S3 ListObjects result and replace println!s by debug!s0.1.1b | Alex Auvolat | 2021-01-16 | 3 | -6/+6 | |
* | Fix build0.1.1 | Alex Auvolat | 2021-01-15 | 1 | -291/+321 | |
* | Forgot a bump | Alex Auvolat | 2021-01-15 | 2 | -16/+16 | |
* | Use 0.1.0b instead of 0.1.0 (for compatibility with new Error type) | Alex Auvolat | 2021-01-15 | 1 | -1/+1 | |
* | Bump everything to 0.1.1 | Alex Auvolat | 2021-01-15 | 7 | -32/+32 | |
* | Merge pull request 'Support website publishing' (#7) from feature/website int... | Alex | 2021-01-15 | 17 | -14/+480 | |
|\ | ||||||
| * | Do not accept domains such as [hellofeature/website | Alex Auvolat | 2021-01-15 | 1 | -5/+8 | |
| * | Explicitly set code path unreachable | Quentin | 2021-01-15 | 1 | -3/+1 | |
| * | Behavior problem: do not panic anymore + add tests | Quentin | 2021-01-15 | 1 | -5/+10 | |
| * | Doc tests that do not compile/work must be tagged with ignore | Quentin | 2021-01-15 | 1 | -3/+3 | |
| * | Simplify Error file | Quentin | 2021-01-15 | 1 | -17/+1 | |
| * | Remove unused dependencies | Quentin | 2021-01-15 | 2 | -32/+0 | |
| * | Replace an already done check by unreachable!() | Quentin | 2021-01-15 | 1 | -3/+1 | |
| * | Fix formatting | Quentin Dufour | 2020-12-17 | 1 | -14/+14 | |
| * | Merge branch 'master' into feature/website | Quentin Dufour | 2020-12-17 | 5 | -38/+207 | |
| |\ | |/ |/| | ||||||
* | | Make less things public | Alex Auvolat | 2020-12-12 | 3 | -27/+28 | |
* | | Merge pull request 'Table+Model doc' (#22) from doc/model into master | Alex | 2020-12-12 | 2 | -11/+179 | |
|\ \ | ||||||
| * | | More documentation on CRDTs (we should probably extract this to a | Alex Auvolat | 2020-12-12 | 1 | -26/+138 | |
| * | | Merge branch 'master' into doc/modeldoc/model | Alex Auvolat | 2020-12-12 | 31 | -61/+2748 | |
| |\ \ | |/ / |/| | | ||||||
| * | | Add some doc on LWW | Quentin | 2020-11-23 | 1 | -1/+30 | |
| * | | CRDT doc | Quentin | 2020-11-23 | 2 | -4/+31 | |
| | * | Update testing script | Quentin Dufour | 2020-12-17 | 1 | -0/+14 | |
| | * | Web server access control | Quentin Dufour | 2020-12-17 | 1 | -0/+16 | |
| | * | Push update | Quentin | 2020-12-15 | 1 | -0/+1 | |
| | * | First implementation of the CLI | Quentin | 2020-12-15 | 2 | -32/+23 | |
| | * | Start to implement Website CLI | Quentin | 2020-12-14 | 2 | -3/+5 | |
| | * | Migrate RPC to new schema | Quentin | 2020-12-14 | 2 | -6/+14 | |
| | * | Implement migration | Quentin | 2020-12-12 | 2 | -5/+17 | |
| | * | WIP table migration | Quentin | 2020-12-12 | 3 | -11/+58 | |
| | * | Fix S3 command | Quentin | 2020-12-10 | 1 | -5/+10 |