| Commit message (Expand) | Author | Age | Files | Lines |
* | First adaptation to WIP netapp with streaming body | Alex Auvolat | 2022-07-29 | 1 | -1/+1 |
* | Abstract database behind generic interface and implement alternative drivers ... | Alex | 2022-06-08 | 1 | -5/+14 |
* | First implementation of K2V (#293) | Alex | 2022-05-10 | 1 | -1/+1 |
* | New buckets for 0.6.0: fix model and migration | Alex Auvolat | 2022-01-04 | 1 | -0/+3 |
* | New model for buckets | Alex Auvolat | 2022-01-04 | 1 | -2/+2 |
* | Make table name a const in trait | Alex Auvolat | 2021-12-15 | 1 | -0/+7 |
* | rename types to CamelCase | Trinity Pointard | 2021-05-03 | 1 | -2/+2 |
* | fix clippy warnings on table | Trinity Pointard | 2021-05-03 | 1 | -1/+1 |
* | change some more comments and revert changes on TableSchema | Trinity Pointard | 2021-04-27 | 1 | -1/+1 |
* | make most requested changes | Trinity Pointard | 2021-04-27 | 1 | -2/+2 |
* | attempt at documenting table crate | Trinity Pointard | 2021-04-27 | 1 | -4/+15 |
* | cargo fmt | Alex Auvolat | 2021-03-12 | 1 | -1/+3 |
* | Implement table gc, currently for block_ref and version only | Alex Auvolat | 2021-03-12 | 1 | -0/+2 |
* | Change hash function to blake2 for partition keys based on strings | Alex Auvolat | 2021-03-10 | 1 | -1/+1 |
* | Refactor model stuff, including cleaner CRDTs | Alex Auvolat | 2021-03-10 | 1 | -3/+3 |
* | Make updated() be a sync function that doesn't fail | Alex Auvolat | 2021-02-23 | 1 | -4/+6 |
* | rename hash() to sha256sum(), we might want to change it at some places | Alex Auvolat | 2021-02-21 | 1 | -1/+1 |
* | Convert bucket table to better CRDT representation | Alex Auvolat | 2020-11-20 | 1 | -4/+0 |
* | Slight refactoring to make things clearer with DeletedFilter | Alex Auvolat | 2020-11-20 | 1 | -29/+22 |
* | cargo fmt | Alex Auvolat | 2020-07-08 | 1 | -6/+5 |
* | Add support for model migrations | Alex Auvolat | 2020-07-08 | 1 | -0/+77 |