aboutsummaryrefslogtreecommitdiff
path: root/src/garage/admin.rs
Commit message (Expand)AuthorAgeFilesLines
* Abstract database behind generic interface and implement alternative drivers ...Alex2022-06-081-16/+29
* First version of admin API (#298)Alex2022-05-241-54/+23
* First implementation of K2V (#293)Alex2022-05-101-3/+16
* Add blocks in errored state to `garage stats`Alex Auvolat2022-03-281-0/+6
* Allow setting index document and error document on the CLIAlex Auvolat2022-01-131-2/+2
* Implement ListMultipartUploads (#171)Quentin2022-01-121-1/+2
* Fix trivial bug in CLIAlex Auvolat2022-01-101-2/+6
* Implement CreateBucketAlex Auvolat2022-01-051-8/+2
* Implement key allow|deny --create-bucketAlex Auvolat2022-01-051-0/+30
* Small changes in key model and refactoringnew-bucketsAlex Auvolat2022-01-041-6/+15
* New buckets for 0.6.0: make bucket id a SK and not a HK, CLI updatesAlex Auvolat2022-01-041-5/+5
* New buckets for 0.6.0: small changesAlex Auvolat2022-01-041-5/+11
* Refactor logic for setting/unsetting aliasesAlex Auvolat2022-01-041-353/+129
* Remove website redirectsAlex Auvolat2022-01-041-1/+1
* Some movement of helper code and refactoring of error handlingAlex Auvolat2022-01-041-30/+34
* New buckets for 0.6.0: fix model and migrationAlex Auvolat2022-01-041-2/+4
* New buckets for 0.6.0: small fixes, including:Alex Auvolat2022-01-041-53/+102
* More complete output to bucket info and key infoAlex Auvolat2022-01-041-23/+78
* New buckets for 0.6.0: migration code and build filesAlex Auvolat2022-01-041-0/+19
* Model changesAlex Auvolat2022-01-041-22/+29
* Implement bucket alias and bucket unaliasAlex Auvolat2022-01-041-0/+187
* New model for bucketsAlex Auvolat2022-01-041-208/+337
* Make table name a const in traitAlex Auvolat2021-12-151-1/+1
* Improve how node roles are assigned in Garagev0.5-beta1Alex Auvolat2021-11-161-2/+2
* Safety: never voluntarily delete block in 10min interval after RC reaches zeroAlex Auvolat2021-11-081-1/+1
* Improve CLI, adapt tests, update documentationAlex Auvolat2021-10-251-0/+504