aboutsummaryrefslogtreecommitdiff
path: root/src/garage
Commit message (Expand)AuthorAgeFilesLines
* Add tracing integration with opentelemetryAlex Auvolat2022-03-144-4/+8
* Add many metrics in table/ and rpc/Alex Auvolat2022-03-141-0/+4
* Implement basic metrics in tableMaximilien R2022-03-141-1/+1
* Update dependencies and add admin module with metricsmricher2022-03-142-1/+13
* Functional tests for admin commandstests/port-integrationQuentin Dufour2022-03-072-0/+75
* Functional tests for website endpointsQuentin Dufour2022-03-073-1/+343
* Functional test for multipart endpointsQuentin Dufour2022-03-071-0/+414
* Functional test for ListMultipartUploadsQuentin Dufour2022-03-072-7/+199
* Functional tests for bucket endpointsQuentin Dufour2022-03-071-0/+77
* Functional tests for object operationsQuentin Dufour2022-03-076-1/+274
* Move ListObjects tests to RustQuentin Dufour2022-03-072-0/+433
* garage(tests): Remove RNG stuffJill2022-02-113-16/+1
* garage(tests): Remove superfluous testJill2022-02-101-30/+0
* garage(tests): Add random suffix to created buckets.Jill2022-02-104-9/+31
* garage(tests): Add some unsafe-usage doc and tweaksJill2022-02-101-5/+8
* Add integration tests to DroneQuentin Dufour2022-02-101-1/+7
* tests: Fix garage integration testJill2022-02-102-7/+3
* tests: Add garage integration tests (base)Jill2022-02-109-0/+428
* Hide deleted key in bucket info (fix #211)Alex Auvolat2022-02-021-0/+3
* Allow setting index document and error document on the CLIAlex Auvolat2022-01-132-2/+10
* Implement ListMultipartUploads (#171)Quentin2022-01-121-1/+2
* Fix trivial bug in CLIAlex Auvolat2022-01-101-2/+6
* Small CLI changesAlex Auvolat2022-01-051-5/+8
* Implement CreateBucketAlex Auvolat2022-01-051-8/+2
* Implement key allow|deny --create-bucketAlex Auvolat2022-01-052-0/+48
* Small changes in key model and refactoringnew-bucketsAlex Auvolat2022-01-042-20/+32
* New buckets for 0.6.0: make bucket id a SK and not a HK, CLI updatesAlex Auvolat2022-01-044-22/+51
* New buckets for 0.6.0: small changesAlex Auvolat2022-01-043-9/+15
* 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-043-37/+49
* 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-044-55/+105
* More complete output to bucket info and key infoAlex Auvolat2022-01-043-35/+147
* New buckets for 0.6.0: migration code and build filesAlex Auvolat2022-01-043-0/+44
* Model changesAlex Auvolat2022-01-044-26/+40
* Implement bucket alias and bucket unaliasAlex Auvolat2022-01-044-3/+231
* New model for bucketsAlex Auvolat2022-01-045-233/+390
* Make table name a const in traitAlex Auvolat2021-12-151-1/+1
* Improve how node roles are assigned in Garagev0.5-beta1Alex Auvolat2021-11-167-192/+465
* Safety: never voluntarily delete block in 10min interval after RC reaches zeroAlex Auvolat2021-11-082-3/+2
* Add tranquilizer mechanism to improve on token bucket mechanismtranquilityAlex Auvolat2021-11-042-5/+5
* Add environment variables equivalents for some CLI options.Jill2021-11-031-3/+8
* Refactoring on repair commandscli-verify-integrityAlex Auvolat2021-10-272-52/+34
* add cli parameter to verify local bloc integrityTrinity Pointard2021-10-272-0/+15
* CLI: default rpc_hostv0.4-rc1Alex Auvolat2021-10-262-8/+25
* Use published netapp crate instead of git repoAlex Auvolat2021-10-261-1/+2
* Fix clippy lints (fix #121)Alex Auvolat2021-10-261-1/+1
* Improve CLI, adapt tests, update documentationAlex Auvolat2021-10-259-685/+800
* Improvements to CLI and various fixes for netapp versionAlex Auvolat2021-10-224-136/+156