aboutsummaryrefslogtreecommitdiff
path: root/src/model/index_counter.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into next-0.10Alex Auvolat2024-02-131-2/+2
|\
| * [dep-upgrade-202402] remove useless mutAlex Auvolat2024-02-081-2/+2
* | layout: add helper for cached/external values to centralize recomputationAlex Auvolat2023-11-151-2/+2
* | layout: some refactoring of nongateway nodesAlex Auvolat2023-11-141-2/+2
* | cluster layout: adapt all uses of ClusterLayout to LayoutHistoryAlex Auvolat2023-11-081-3/+3
* | remove Ring and use ClusterLayout everywhereAlex Auvolat2023-11-081-3/+3
|/
* garage_db: refactor transactions and add on_commit mechanismAlex Auvolat2023-09-211-2/+2
* Make it explicit when using nonversioned encodingAlex Auvolat2023-01-031-5/+4
* cleanupAlex Auvolat2023-01-031-10/+17
* Refactor how things are migratedAlex Auvolat2023-01-031-20/+30
* Refactor background runner and get rid of job workerAlex Auvolat2022-12-141-2/+3
* Spawn all background workers in a separate stepAlex Auvolat2022-12-141-0/+4
* Proper queueing for delayed inserts, now backed to diskAlex Auvolat2022-12-141-132/+12
* Small refactor of tables internalsAlex Auvolat2022-12-141-5/+1
* Prettier worker list table; remove useless CLI log messagesAlex Auvolat2022-12-121-6/+5
* Fix clippy lint that says we should implement EqAlex Auvolat2022-09-131-1/+1
* Background task manager (#332)Alex2022-07-081-68/+101
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-45/+205
* Abstract database behind generic interface and implement alternative drivers ...Alex2022-06-081-32/+30
* First implementation of K2V (#293)Alex2022-05-101-0/+305