aboutsummaryrefslogtreecommitdiff
path: root/src/table/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Improve how node roles are assigned in Garagev0.5-beta1Alex Auvolat2021-11-161-1/+4
| | | | | | | | | | | | | | | | | - change the terminology: the network configuration becomes the role table, the configuration of a nodes becomes a node's role - the modification of the role table takes place in two steps: first, changes are staged in a CRDT data structure. Then, once the user is happy with the changes, they can commit them all at once (or revert them). - update documentation - fix tests - implement smarter partition assignation algorithm This patch breaks the format of the network configuration: when migrating, the cluster will be in a state where no roles are assigned. All roles must be re-assigned and commited at once. This migration should not pose an issue.
* rename types to CamelCaseTrinity Pointard2021-05-031-1/+1
|
* fix clippy warnings on tableTrinity Pointard2021-05-031-0/+1
|
* make most requested changesTrinity Pointard2021-04-271-1/+0
|
* attempt at documenting table crateTrinity Pointard2021-04-271-3/+4
|
* cargo fmtAlex Auvolat2021-03-121-1/+1
|
* Implement table gc, currently for block_ref and version onlyAlex Auvolat2021-03-121-0/+1
|
* (not well tested) use merkle tree for syncAlex Auvolat2021-03-111-2/+2
|
* WIP big refactoringAlex Auvolat2021-03-111-2/+2
|
* Checkpoint: add merkle tree in data tableAlex Auvolat2021-03-111-0/+1
|
* Convert bucket table to better CRDT representationAlex Auvolat2020-11-201-2/+2
|
* Begin improve model to use better CRDTsAlex Auvolat2020-11-201-0/+1
|
* Slight refactoring to make things clearer with DeletedFilterAlex Auvolat2020-11-201-0/+3
|
* cargo fmtAlex Auvolat2020-07-081-1/+1
|
* Add support for model migrationsAlex Auvolat2020-07-081-0/+2
|
* Split code for modular compilationAlex Auvolat2020-04-241-0/+11