aboutsummaryrefslogtreecommitdiff
path: root/src/api/admin/bucket.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into next-0.10Alex Auvolat2024-02-221-37/+26
|\
| * [lock-createbucket] Add node-global lock for bucket/key operations (fix #723)lock-createbucketAlex Auvolat2024-02-221-37/+26
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-131-20/+21
|\|
| * [dep-upgrade-202402] migration to http/hyper 1.0 for k2v apiAlex Auvolat2024-02-051-3/+3
| * [dep-upgrade-202402] wip: port to http/hyper crates v1Alex Auvolat2024-02-051-17/+18
* | avoid using layout_watch in System directlyAlex Auvolat2023-11-081-2/+2
* | remove Ring and use ClusterLayout everywhereAlex Auvolat2023-11-081-2/+2
|/
* comments and clippy lint fixesAlex Auvolat2023-06-091-2/+2
* fix mpu counter (add missing workers) and report info at appropriate placesAlex Auvolat2023-06-091-6/+18
* More clippy fixesAlex Auvolat2023-01-261-2/+2
* Fix typo in admin API on BucketInfoQuentin Dufour2022-11-111-2/+2
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-29/+67
* Fix Content-Type headers for {admin,k2v} errors and admin responsesfix/admin-api-content-typeAlex Auvolat2022-05-251-10/+3
* First version of admin API (#298)Alex2022-05-241-0/+549