aboutsummaryrefslogtreecommitdiff
path: root/src/api/k2v/index.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into next-0.10Alex Auvolat2024-03-041-7/+5
|\
| * add request context helperYureka2024-03-041-5/+5
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-131-3/+4
|\|
| * [dep-upgrade-202402] migration to http/hyper 1.0 for k2v apiAlex Auvolat2024-02-051-3/+4
* | layout: add helper for cached/external values to centralize recomputationAlex Auvolat2023-11-151-1/+1
* | layout: some refactoring of nongateway nodesAlex Auvolat2023-11-141-2/+5
* | layout: refactor to use a RwLock on LayoutHistoryAlex Auvolat2023-11-091-7/+4
* | cluster layout: adapt all uses of ClusterLayout to LayoutHistoryAlex Auvolat2023-11-081-3/+6
* | avoid using layout_watch in System directlyAlex Auvolat2023-11-081-1/+1
* | remove Ring and use ClusterLayout everywhereAlex Auvolat2023-11-081-4/+4
|/
* Implement PollRange API endpointAlex Auvolat2023-01-101-6/+3
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-1/+1
* First version of admin API (#298)Alex2022-05-241-1/+1
* First implementation of K2V (#293)Alex2022-05-101-0/+100