Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add must_use to some CRDT functions | Alex Auvolat | 2022-01-04 | 3 | -1/+3 |
| | |||||
* | New buckets for 0.6.0: documentation and build files | Alex Auvolat | 2022-01-04 | 1 | -0/+11 |
| | |||||
* | New buckets for 0.6.0: small fixes, including: | Alex Auvolat | 2022-01-04 | 2 | -20/+49 |
| | | | | | | | | - ensure bucket names are correct aws s3 names - when making aliases, ensure timestamps of links in both ways are the same - fix small remarks by trinity - don't have a separate website_access field | ||||
* | Model changes | Alex Auvolat | 2022-01-04 | 1 | -0/+11 |
| | |||||
* | New model for buckets | Alex Auvolat | 2022-01-04 | 4 | -4/+87 |
| | |||||
* | Improve how node roles are assigned in Garagev0.5-beta1 | Alex Auvolat | 2021-11-16 | 6 | -0/+514 |
- 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. |