Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improvements to CLI and various fixes for netapp version | Alex Auvolat | 2021-10-22 | 1 | -20/+15 |
| | | | | Discovery via consul, persist peer list to file | ||||
* | First port of Garage to Netapp | Alex Auvolat | 2021-10-22 | 1 | -46/+64 |
| | |||||
* | rename types to CamelCase | Trinity Pointard | 2021-05-03 | 1 | -23/+23 |
| | |||||
* | fix clippy warnings on table | Trinity Pointard | 2021-05-03 | 1 | -8/+5 |
| | |||||
* | Leader-based GC | Alex Auvolat | 2021-03-16 | 1 | -1/+1 |
| | |||||
* | some reordering | Alex Auvolat | 2021-03-16 | 1 | -2/+2 |
| | |||||
* | Refactor code | Alex Auvolat | 2021-03-16 | 1 | -27/+26 |
| | |||||
* | Simplify replication logic | Alex Auvolat | 2021-03-16 | 1 | -5/+5 |
| | |||||
* | cargo fmt | Alex Auvolat | 2021-03-12 | 1 | -1/+1 |
| | |||||
* | Implement table gc, currently for block_ref and version only | Alex Auvolat | 2021-03-12 | 1 | -6/+2 |
| | |||||
* | Move table rpc client out of tableaux | Alex Auvolat | 2021-03-12 | 1 | -18/+13 |
| | |||||
* | Make syncer have its own rpc client/server | Alex Auvolat | 2021-03-12 | 1 | -2/+2 |
| | |||||
* | (not well tested) use merkle tree for sync | Alex Auvolat | 2021-03-11 | 1 | -28/+22 |
| | |||||
* | WIP big refactoring | Alex Auvolat | 2021-03-11 | 1 | -214/+51 |
| | |||||
* | Checkpoint: add merkle tree in data table | Alex Auvolat | 2021-03-11 | 1 | -29/+62 |
| | |||||
* | Refactor model stuff, including cleaner CRDTs | Alex Auvolat | 2021-03-10 | 1 | -0/+1 |
| | |||||
* | Remove epidemic propagation for fully replicated stuff: write directly to ↵ | Alex Auvolat | 2021-03-05 | 1 | -15/+2 |
| | | | | all nodes | ||||
* | I was tired yesterday | Alex Auvolat | 2021-02-24 | 1 | -1/+1 |
| | |||||
* | fix misuse of sled transactions | Alex Auvolat | 2021-02-23 | 1 | -1/+1 |
| | |||||
* | Update sled & try to debug deadlock (but its in sled...) | Alex Auvolat | 2021-02-23 | 1 | -7/+3 |
| | |||||
* | Make updated() be a sync function that doesn't fail | Alex Auvolat | 2021-02-23 | 1 | -3/+3 |
| | |||||
* | Handle correctly deletion dues to offloading | Alex Auvolat | 2021-02-23 | 1 | -23/+21 |
| | |||||
* | Several changes in table_sync: | Alex Auvolat | 2021-02-23 | 1 | -1/+1 |
| | | | | | - separate path for case of offloading a partition we don't store - use sync::Mutex instead of tokio::Mutex, make less fn's async | ||||
* | Some refactoring | Alex Auvolat | 2021-02-21 | 1 | -1/+2 |
| | |||||
* | Propose ETag fixbug/etag | Alex Auvolat | 2020-12-05 | 1 | -1/+2 |
| | |||||
* | data hexdump in warningfeature/better-crdt | Alex Auvolat | 2020-11-20 | 1 | -0/+3 |
| | |||||
* | Warning when cannot decode entry (data format incompatibilities) | Alex Auvolat | 2020-11-20 | 1 | -8/+13 |
| | |||||
* | Refactor error management in API parterror-refactoring | Alex Auvolat | 2020-11-08 | 1 | -1/+1 |
| | |||||
* | cargo fmt | Alex Auvolat | 2020-07-08 | 1 | -13/+10 |
| | |||||
* | Add support for model migrations | Alex Auvolat | 2020-07-08 | 1 | -73/+19 |
| | |||||
* | Split code for modular compilation | Alex Auvolat | 2020-04-24 | 1 | -10/+10 |
| | |||||
* | Reorganize code | Alex Auvolat | 2020-04-23 | 1 | -0/+524 |