aboutsummaryrefslogtreecommitdiff
path: root/src/garage/admin_rpc.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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