aboutsummaryrefslogtreecommitdiff
path: root/src/admin_rpc.rs
Commit message (Collapse)AuthorAgeFilesLines
* Split code for modular compilationAlex Auvolat2020-04-241-358/+0
|
* Key management admin commandsAlex Auvolat2020-04-231-32/+178
|
* Move repair to separate fileAlex Auvolat2020-04-231-171/+11
|
* Make table objects slightly more fool-proof; add key tableAlex Auvolat2020-04-231-20/+15
|
* Reorganize codeAlex Auvolat2020-04-231-6/+9
|
* RPC to ourself do not pass through serialization + HTTPSAlex Auvolat2020-04-231-1/+1
|
* Return BadRequest codes for some admin_rpc failure casesAlex Auvolat2020-04-211-7/+10
|
* Make the repair command accept subcommands to not do everything all the timeAlex Auvolat2020-04-211-44/+79
|
* Improve table syncAlex Auvolat2020-04-211-1/+33
|
* Pretty loggingAlex Auvolat2020-04-211-4/+13
|
* Log which workers are doing whatAlex Auvolat2020-04-191-1/+3
|
* Implement repair object->version and version->block refAlex Auvolat2020-04-191-2/+110
|
* Implement repair commandAlex Auvolat2020-04-191-1/+40
|
* More aggressive sync timings & improve other stuffAlex Auvolat2020-04-191-5/+5
|
* Begin implement bucket management & admin commandsAlex Auvolat2020-04-191-0/+146