aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Improve how node roles are assigned in Garagev0.5-beta1Alex Auvolat2021-11-161-0/+1
| | | | | | | | | | | | | | | | | - 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.
* First port of Garage to NetappAlex Auvolat2021-10-221-4/+4
|
* rename types to CamelCaseTrinity Pointard2021-05-031-1/+0
|
* fix clippy warnings on util and rpcTrinity Pointard2021-05-031-0/+1
|
* make most requested changesTrinity Pointard2021-04-271-1/+0
|
* run cargo fmt on util and make missing doc warningTrinity Pointard2021-04-271-1/+1
|
* document rpc crateTrinity Pointard2021-04-271-1/+4
|
* Cargo fmtAlex Auvolat2021-02-231-2/+1
|
* Some refactoringAlex Auvolat2021-02-211-1/+5
|
* Make less things publicAlex Auvolat2020-12-121-1/+1
|
* Add automatic peer discovery from ConsulAlex Auvolat2020-06-301-0/+1
|
* Split code for modular compilationAlex Auvolat2020-04-241-0/+7