Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare for v0.3.0 and add migration path from v0.2.1.xv0.3.0 | Alex Auvolat | 2021-05-28 | 1 | -4/+4 |
| | |||||
* | Many improvements on ring/replication and its configuration: | Alex Auvolat | 2021-05-28 | 1 | -8/+13 |
| | | | | | | | | | | | | | | | | | | | | - Explicit "replication_mode" configuration parameters that takes either "none", "2" or "3" as values, instead of letting user configure replication factor themselves. These are presets whose corresponding replication/quorum values can be found in replication/mode.rs - Explicit support for single-node and two-node deployments (number of nodes must be at least "replication_mode", with "none" we can have only one node) - Ring is now stored much more compactly with 256*8 + n*32 bytes, instead of 256*32 bytes - Support for gateway-only nodes that do not store data (these nodes still need a metadata_directory to store the list of bucket and keys since those are stored on all nodes; it also technically needs a data_directory to start but it will stay empty unless we have bugs) | ||||
* | rename types to CamelCase | Trinity Pointard | 2021-05-03 | 6 | -36/+36 |
| | |||||
* | fix clippy warnings on model | Trinity Pointard | 2021-05-03 | 5 | -38/+38 |
| | |||||
* | change a few comments | Alex Auvolat | 2021-04-27 | 5 | -7/+7 |
| | |||||
* | change some more comments and revert changes on TableSchema | Trinity Pointard | 2021-04-27 | 3 | -11/+2 |
| | |||||
* | make most requested changes | Trinity Pointard | 2021-04-27 | 6 | -20/+18 |
| | |||||
* | document api crate | Trinity Pointard | 2021-04-27 | 1 | -1/+0 |
| | |||||
* | attempt at documenting model crate | Trinity Pointard | 2021-04-27 | 8 | -15/+119 |
| | |||||
* | attempt at documenting table crate | Trinity Pointard | 2021-04-27 | 6 | -5/+13 |
| | |||||
* | Improve bootstraping: do it regularly; persist peer list | Alex Auvolat | 2021-04-27 | 1 | -1/+3 |
| | |||||
* | update to v0.2.1v0.2.1release-v0.2.1 | Alex Auvolat | 2021-03-19 | 1 | -4/+4 |
| | |||||
* | Update Cargo.toml files with AGPL license infov0.2.0 | Alex Auvolat | 2021-03-18 | 1 | -4/+4 |
| | |||||
* | Prepare for release 0.2 | Alex Auvolat | 2021-03-18 | 1 | -4/+4 |
| | |||||
* | Allow to import keys from previous Garage instancedev-0.2 | Alex Auvolat | 2021-03-18 | 1 | -0/+9 |
| | |||||
* | GC object table in a specific case | Alex Auvolat | 2021-03-16 | 2 | -1/+4 |
| | |||||
* | Update dependencies | Alex Auvolat | 2021-03-16 | 1 | -7/+4 |
| | |||||
* | Simplify replication logic | Alex Auvolat | 2021-03-16 | 2 | -9/+12 |
| | |||||
* | Some improvements in background worker but we terminate late | Alex Auvolat | 2021-03-15 | 4 | -12/+10 |
| | |||||
* | WIP migrate to tokio 1 | Alex Auvolat | 2021-03-15 | 4 | -14/+18 |
| | |||||
* | Refactor block resync loop; make workers infaillible | Alex Auvolat | 2021-03-15 | 1 | -28/+30 |
| | |||||
* | Small fixes | Alex Auvolat | 2021-03-15 | 1 | -7/+16 |
| | |||||
* | Make it case-insensitive | Alex Auvolat | 2021-03-15 | 1 | -1/+2 |
| | |||||
* | Allow manipulation of keys by their shorthand in the CLI | Alex Auvolat | 2021-03-15 | 1 | -2/+13 |
| | |||||
* | Make block rc code more understandable | Alex Auvolat | 2021-03-15 | 1 | -33/+21 |
| | |||||
* | Time and metadata improvements | Alex Auvolat | 2021-03-15 | 1 | -2/+2 |
| | |||||
* | Fix race condition | Alex Auvolat | 2021-03-15 | 1 | -3/+7 |
| | |||||
* | Fix list API bug | Alex Auvolat | 2021-03-15 | 1 | -11/+17 |
| | |||||
* | cargo fmt | Alex Auvolat | 2021-03-12 | 1 | -2/+6 |
| | |||||
* | Implement table gc, currently for block_ref and version only | Alex Auvolat | 2021-03-12 | 3 | -12/+12 |
| | |||||
* | More security: don't delete stuff too easily | Alex Auvolat | 2021-03-11 | 1 | -0/+3 |
| | |||||
* | (not well tested) use merkle tree for sync | Alex Auvolat | 2021-03-11 | 1 | -1/+1 |
| | |||||
* | WIP big refactoring | Alex Auvolat | 2021-03-11 | 4 | -7/+6 |
| | |||||
* | Checkpoint: add merkle tree in data table | Alex Auvolat | 2021-03-11 | 2 | -20/+13 |
| | |||||
* | Very minor changes | Alex Auvolat | 2021-03-10 | 1 | -1/+0 |
| | |||||
* | Correctly implement CompleteMultipartUpload with etag check of parts | Alex Auvolat | 2021-03-10 | 1 | -0/+6 |
| | |||||
* | Remove migration paths from 0.1 branch | Alex Auvolat | 2021-03-10 | 4 | -121/+0 |
| | |||||
* | Switch to blake2 sum for identifying blocks by their data | Alex Auvolat | 2021-03-10 | 1 | -1/+1 |
| | |||||
* | Refactor model stuff, including cleaner CRDTs | Alex Auvolat | 2021-03-10 | 7 | -93/+77 |
| | |||||
* | Remove epidemic propagation for fully replicated stuff: write directly to ↵ | Alex Auvolat | 2021-03-05 | 2 | -13/+28 |
| | | | | all nodes | ||||
* | Simulate stuff moving around | Alex Auvolat | 2021-02-25 | 1 | -0/+3 |
| | |||||
* | fix tracing | Alex Auvolat | 2021-02-24 | 1 | -2/+1 |
| | |||||
* | Arrange block manager | Alex Auvolat | 2021-02-24 | 1 | -83/+65 |
| | |||||
* | Update sled & try to debug deadlock (but its in sled...) | Alex Auvolat | 2021-02-23 | 2 | -2/+1 |
| | |||||
* | Make updated() be a sync function that doesn't fail | Alex Auvolat | 2021-02-23 | 5 | -68/+51 |
| | |||||
* | rename hash() to sha256sum(), we might want to change it at some places | Alex Auvolat | 2021-02-21 | 1 | -1/+1 |
| | |||||
* | Use 0.1.0b instead of 0.1.0 (for compatibility with new Error type) | Alex Auvolat | 2021-01-15 | 1 | -1/+1 |
| | |||||
* | Bump everything to 0.1.1 | Alex Auvolat | 2021-01-15 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into feature/website | Quentin Dufour | 2020-12-17 | 1 | -0/+3 |
|\ | |||||
| * | CRDT doc | Quentin | 2020-11-23 | 1 | -0/+3 |
| | |