aboutsummaryrefslogtreecommitdiff
path: root/src/table/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Proper queueing for delayed inserts, now backed to diskAlex Auvolat2022-12-141-3/+5
* Add tracing integration with opentelemetryAlex Auvolat2022-03-141-1/+1
* Implement basic metrics in tableMaximilien R2022-03-141-0/+1
* Improve how node roles are assigned in Garagev0.5-beta1Alex Auvolat2021-11-161-1/+4
* rename types to CamelCaseTrinity Pointard2021-05-031-1/+1
* fix clippy warnings on tableTrinity Pointard2021-05-031-0/+1
* make most requested changesTrinity Pointard2021-04-271-1/+0
* attempt at documenting table crateTrinity Pointard2021-04-271-3/+4
* cargo fmtAlex Auvolat2021-03-121-1/+1
* Implement table gc, currently for block_ref and version onlyAlex Auvolat2021-03-121-0/+1
* (not well tested) use merkle tree for syncAlex Auvolat2021-03-111-2/+2
* WIP big refactoringAlex Auvolat2021-03-111-2/+2
* Checkpoint: add merkle tree in data tableAlex Auvolat2021-03-111-0/+1
* Convert bucket table to better CRDT representationAlex Auvolat2020-11-201-2/+2
* Begin improve model to use better CRDTsAlex Auvolat2020-11-201-0/+1
* Slight refactoring to make things clearer with DeletedFilterAlex Auvolat2020-11-201-0/+3
* cargo fmtAlex Auvolat2020-07-081-1/+1
* Add support for model migrationsAlex Auvolat2020-07-081-0/+2
* Split code for modular compilationAlex Auvolat2020-04-241-0/+11