Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve CLI, adapt tests, update documentation | Alex Auvolat | 2021-10-25 | 1 | -508/+0 |
| | |||||
* | Improvements to CLI and various fixes for netapp version | Alex Auvolat | 2021-10-22 | 1 | -23/+23 |
| | | | | Discovery via consul, persist peer list to file | ||||
* | First port of Garage to Netapp | Alex Auvolat | 2021-10-22 | 1 | -35/+45 |
| | |||||
* | Build Garage with Nixfeature/static | Quentin Dufour | 2021-10-19 | 1 | -2/+2 |
| | |||||
* | Fix git_version!() when not in git repo (fix #100) | Alex Auvolat | 2021-10-11 | 1 | -1/+5 |
| | |||||
* | Many improvements on ring/replication and its configuration: | Alex Auvolat | 2021-05-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | - 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 | 1 | -8/+8 |
| | |||||
* | fix clippy warnings on garage | Trinity Pointard | 2021-05-03 | 1 | -71/+63 |
| | |||||
* | Improve bootstraping: do it regularly; persist peer list | Alex Auvolat | 2021-04-27 | 1 | -3/+1 |
| | |||||
* | Allow to import keys from previous Garage instancedev-0.2 | Alex Auvolat | 2021-03-18 | 1 | -0/+11 |
| | |||||
* | Small changes | Alex Auvolat | 2021-03-16 | 1 | -18/+18 |
| | |||||
* | Refactor code | Alex Auvolat | 2021-03-16 | 1 | -4/+8 |
| | |||||
* | Some improvements in background worker but we terminate late | Alex Auvolat | 2021-03-15 | 1 | -10/+19 |
| | |||||
* | Small fixes | Alex Auvolat | 2021-03-15 | 1 | -5/+5 |
| | |||||
* | Allow manipulation of keys by their shorthand in the CLI | Alex Auvolat | 2021-03-15 | 1 | -21/+27 |
| | |||||
* | Make block rc code more understandable | Alex Auvolat | 2021-03-15 | 1 | -0/+18 |
| | |||||
* | cargo fmt | Alex Auvolat | 2021-03-12 | 1 | -14/+29 |
| | |||||
* | Refactor CLI and prettify CLI outpu | Alex Auvolat | 2021-03-12 | 1 | -0/+1 |
| | |||||
* | Implement garage stats to get info on node contents | Alex Auvolat | 2021-03-12 | 1 | -0/+80 |
| | |||||
* | Checkpoint: add merkle tree in data table | Alex Auvolat | 2021-03-11 | 1 | -2/+1 |
| | |||||
* | Replace an already done check by unreachable!() | Quentin | 2021-01-15 | 1 | -3/+1 |
| | |||||
* | Push update | Quentin | 2020-12-15 | 1 | -0/+1 |
| | |||||
* | First implementation of the CLI | Quentin | 2020-12-15 | 1 | -28/+19 |
| | |||||
* | Start to implement Website CLI | Quentin | 2020-12-14 | 1 | -3/+2 |
| | |||||
* | Migrate RPC to new schema | Quentin | 2020-12-14 | 1 | -2/+4 |
| | |||||
* | Implement migration | Quentin | 2020-12-12 | 1 | -4/+5 |
| | |||||
* | WIP table migration | Quentin | 2020-12-12 | 1 | -1/+32 |
| | |||||
* | CLI structure | Quentin | 2020-12-10 | 1 | -0/+3 |
| | |||||
* | oops | Alex Auvolat | 2020-11-20 | 1 | -0/+1 |
| | |||||
* | Convert bucket table to better CRDT representation | Alex Auvolat | 2020-11-20 | 1 | -59/+46 |
| | |||||
* | Begin improve model to use better CRDTs | Alex Auvolat | 2020-11-20 | 1 | -25/+17 |
| | |||||
* | Slight refactoring to make things clearer with DeletedFilter | Alex Auvolat | 2020-11-20 | 1 | -3/+3 |
| | |||||
* | Refactor error management in API parterror-refactoring | Alex Auvolat | 2020-11-08 | 1 | -11/+8 |
| | |||||
* | Rename garage_core to garage_model | Alex Auvolat | 2020-07-07 | 1 | -3/+3 |
| | |||||
* | Split code for modular compilation | Alex Auvolat | 2020-04-24 | 1 | -0/+358 |