aboutsummaryrefslogtreecommitdiff
path: root/src/garage/admin_rpc.rs
Commit message (Collapse)AuthorAgeFilesLines
* Improve CLI, adapt tests, update documentationAlex Auvolat2021-10-251-508/+0
|
* Improvements to CLI and various fixes for netapp versionAlex Auvolat2021-10-221-23/+23
| | | | Discovery via consul, persist peer list to file
* First port of Garage to NetappAlex Auvolat2021-10-221-35/+45
|
* Build Garage with Nixfeature/staticQuentin Dufour2021-10-191-2/+2
|
* Fix git_version!() when not in git repo (fix #100)Alex Auvolat2021-10-111-1/+5
|
* Many improvements on ring/replication and its configuration:Alex Auvolat2021-05-281-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 CamelCaseTrinity Pointard2021-05-031-8/+8
|
* fix clippy warnings on garageTrinity Pointard2021-05-031-71/+63
|
* Improve bootstraping: do it regularly; persist peer listAlex Auvolat2021-04-271-3/+1
|
* Allow to import keys from previous Garage instancedev-0.2Alex Auvolat2021-03-181-0/+11
|
* Small changesAlex Auvolat2021-03-161-18/+18
|
* Refactor codeAlex Auvolat2021-03-161-4/+8
|
* Some improvements in background worker but we terminate lateAlex Auvolat2021-03-151-10/+19
|
* Small fixesAlex Auvolat2021-03-151-5/+5
|
* Allow manipulation of keys by their shorthand in the CLIAlex Auvolat2021-03-151-21/+27
|
* Make block rc code more understandableAlex Auvolat2021-03-151-0/+18
|
* cargo fmtAlex Auvolat2021-03-121-14/+29
|
* Refactor CLI and prettify CLI outpuAlex Auvolat2021-03-121-0/+1
|
* Implement garage stats to get info on node contentsAlex Auvolat2021-03-121-0/+80
|
* Checkpoint: add merkle tree in data tableAlex Auvolat2021-03-111-2/+1
|
* Replace an already done check by unreachable!()Quentin2021-01-151-3/+1
|
* Push updateQuentin2020-12-151-0/+1
|
* First implementation of the CLIQuentin2020-12-151-28/+19
|
* Start to implement Website CLIQuentin2020-12-141-3/+2
|
* Migrate RPC to new schemaQuentin2020-12-141-2/+4
|
* Implement migrationQuentin2020-12-121-4/+5
|
* WIP table migrationQuentin2020-12-121-1/+32
|
* CLI structureQuentin2020-12-101-0/+3
|
* oopsAlex Auvolat2020-11-201-0/+1
|
* Convert bucket table to better CRDT representationAlex Auvolat2020-11-201-59/+46
|
* Begin improve model to use better CRDTsAlex Auvolat2020-11-201-25/+17
|
* Slight refactoring to make things clearer with DeletedFilterAlex Auvolat2020-11-201-3/+3
|
* Refactor error management in API parterror-refactoringAlex Auvolat2020-11-081-11/+8
|
* Rename garage_core to garage_modelAlex Auvolat2020-07-071-3/+3
|
* Split code for modular compilationAlex Auvolat2020-04-241-0/+358