Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve CLI, adapt tests, update documentation | Alex Auvolat | 2021-10-25 | 9 | -685/+800 |
| | |||||
* | Improvements to CLI and various fixes for netapp version | Alex Auvolat | 2021-10-22 | 4 | -136/+156 |
| | | | | Discovery via consul, persist peer list to file | ||||
* | First port of Garage to Netapp | Alex Auvolat | 2021-10-22 | 5 | -218/+206 |
| | |||||
* | 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 |
| | |||||
* | try parsing rpc-host command-line parameter | Trinity Pointard | 2021-06-01 | 1 | -1/+10 |
| | |||||
* | format garage status output better | Trinity Pointard | 2021-06-01 | 1 | -22/+59 |
| | |||||
* | make most changes suggested during install-party | Trinity Pointard | 2021-05-29 | 1 | -1/+1 |
| | |||||
* | Prepare for v0.3.0 and add migration path from v0.2.1.xv0.3.0 | Alex Auvolat | 2021-05-28 | 2 | -13/+9 |
| | |||||
* | Rename datacenters into zones (doc not yet updated) | Alex Auvolat | 2021-05-28 | 1 | -12/+12 |
| | |||||
* | Many improvements on ring/replication and its configuration: | Alex Auvolat | 2021-05-28 | 2 | -21/+54 |
| | | | | | | | | | | | | | | | | | | | | - 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 | 2 | -11/+11 |
| | |||||
* | fix clippy warnings on garage | Trinity Pointard | 2021-05-03 | 3 | -90/+84 |
| | |||||
* | Tune Sled configuration | Alex Auvolat | 2021-05-03 | 1 | -1/+6 |
| | | | | | | | - Make sled cache size and flush interval configurable - Set less agressive default values: - cache size 128MB instead of 1GB - Flush interval 2 seconds instead of .5 seconds | ||||
* | make most requested changes | Trinity Pointard | 2021-04-27 | 1 | -2/+1 |
| | |||||
* | document garage crate | Trinity Pointard | 2021-04-27 | 1 | -1/+3 |
| | |||||
* | document api crate | Trinity Pointard | 2021-04-27 | 1 | -2/+2 |
| | |||||
* | document web crate | Trinity Pointard | 2021-04-27 | 1 | -2/+2 |
| | |||||
* | document rpc crate | Trinity Pointard | 2021-04-27 | 1 | -1/+1 |
| | |||||
* | Improve bootstraping: do it regularly; persist peer list | Alex Auvolat | 2021-04-27 | 3 | -7/+11 |
| | |||||
* | update to v0.2.1v0.2.1release-v0.2.1 | Alex Auvolat | 2021-03-19 | 1 | -7/+7 |
| | |||||
* | Update Cargo.toml files with AGPL license infov0.2.0 | Alex Auvolat | 2021-03-18 | 1 | -8/+8 |
| | |||||
* | garage node configure --replace <old_node_id> <new_node_id> | Alex Auvolat | 2021-03-18 | 1 | -28/+36 |
| | |||||
* | Prepare for release 0.2 | Alex Auvolat | 2021-03-18 | 1 | -7/+7 |
| | |||||
* | Allow to import keys from previous Garage instancedev-0.2 | Alex Auvolat | 2021-03-18 | 2 | -0/+28 |
| | |||||
* | Small changes | Alex Auvolat | 2021-03-16 | 1 | -18/+18 |
| | |||||
* | Update dependencies | Alex Auvolat | 2021-03-16 | 1 | -5/+4 |
| | |||||
* | Refactor code | Alex Auvolat | 2021-03-16 | 1 | -4/+8 |
| | |||||
* | Some improvements in background worker but we terminate late | Alex Auvolat | 2021-03-15 | 3 | -33/+35 |
| | |||||
* | WIP migrate to tokio 1 | Alex Auvolat | 2021-03-15 | 2 | -4/+4 |
| | |||||
* | Refactor block resync loop; make workers infaillible | Alex Auvolat | 2021-03-15 | 1 | -0/+10 |
| | |||||
* | 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 | 2 | -29/+35 |
| | |||||
* | Make block rc code more understandable | Alex Auvolat | 2021-03-15 | 1 | -0/+18 |
| | |||||
* | Time and metadata improvements | Alex Auvolat | 2021-03-15 | 1 | -1/+1 |
| | |||||
* | Fix race condition | Alex Auvolat | 2021-03-15 | 1 | -17/+3 |
| | |||||
* | cargo fmt | Alex Auvolat | 2021-03-12 | 3 | -33/+43 |
| | |||||
* | Refactor CLI and prettify CLI outpu | Alex Auvolat | 2021-03-12 | 4 | -508/+570 |
| | |||||
* | Implement garage stats to get info on node contents | Alex Auvolat | 2021-03-12 | 3 | -0/+99 |
| | |||||
* | (not well tested) use merkle tree for sync | Alex Auvolat | 2021-03-11 | 1 | -22/+11 |
| | |||||
* | WIP big refactoring | Alex Auvolat | 2021-03-11 | 1 | -22/+7 |
| | |||||
* | Checkpoint: add merkle tree in data table | Alex Auvolat | 2021-03-11 | 2 | -3/+2 |
| | |||||
* | Remove migration paths from 0.1 branch | Alex Auvolat | 2021-03-10 | 2 | -23/+1 |
| | |||||
* | Refactor model stuff, including cleaner CRDTs | Alex Auvolat | 2021-03-10 | 1 | -5/+4 |
| | |||||
* | Rename n_tokens into capacity | Alex Auvolat | 2021-03-10 | 1 | -10/+10 |
| | |||||
* | Update sled & try to debug deadlock (but its in sled...) | Alex Auvolat | 2021-02-23 | 2 | -2/+24 |
| | |||||
* | Some refactoring | Alex Auvolat | 2021-02-21 | 1 | -0/+1 |
| | |||||
* | Bump everything to 0.1.1 | Alex Auvolat | 2021-01-15 | 1 | -3/+3 |
| | |||||
* | Replace an already done check by unreachable!() | Quentin | 2021-01-15 | 1 | -3/+1 |
| | |||||
* | Push update | Quentin | 2020-12-15 | 1 | -0/+1 |
| |