Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | * | Merge branch 'master' into feature/website | Quentin | 2020-12-10 | 10 | -22/+117 |
| | |\ | |_|/ |/| | | |||||
* | | | 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 |
|\ \ \ | |||||
| * | | | Propose ETag fixbug/etag | Alex Auvolat | 2020-12-05 | 5 | -3/+24 |
* | | | | Merge pull request 'Merge the new smoke test to master' (#25) from feature/sm... | Alex | 2020-12-06 | 4 | -14/+75 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | 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 |
|/ / / | |||||
| | * | CLI structure | Quentin | 2020-12-10 | 2 | -0/+18 |
| | * | Merge branch 'master' into feature/website | Quentin | 2020-12-06 | 18 | -17/+2575 |
| | |\ | |_|/ |/| | | |||||
* | | | Merge pull request 'Content-range fix' (#24) from bug/content-range into master | Alex | 2020-12-05 | 1 | -17/+34 |
|\ \ \ | |||||
| * | | | 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 |