aboutsummaryrefslogtreecommitdiff
path: root/src/model/object_table.rs
Commit message (Expand)AuthorAgeFilesLines
* First implementation of K2V (#293)Alex2022-05-101-334/+0
* Implement ListMultipartUploads (#171)Quentin2022-01-121-3/+11
* New buckets for 0.6.0: fix model and migrationAlex Auvolat2022-01-041-5/+2
* New buckets for 0.6.0: migration code and build filesAlex Auvolat2022-01-041-0/+71
* New model for bucketsAlex Auvolat2022-01-041-8/+8
* Make table name a const in traitAlex Auvolat2021-12-151-0/+2
* rename types to CamelCaseTrinity Pointard2021-05-031-5/+5
* fix clippy warnings on modelTrinity Pointard2021-05-031-10/+4
* change a few commentsAlex Auvolat2021-04-271-2/+2
* make most requested changesTrinity Pointard2021-04-271-7/+7
* attempt at documenting model crateTrinity Pointard2021-04-271-4/+34
* attempt at documenting table crateTrinity Pointard2021-04-271-1/+1
* Improve bootstraping: do it regularly; persist peer listAlex Auvolat2021-04-271-1/+3
* GC object table in a specific caseAlex Auvolat2021-03-161-0/+3
* Some improvements in background worker but we terminate lateAlex Auvolat2021-03-151-2/+1
* WIP migrate to tokio 1Alex Auvolat2021-03-151-1/+2
* WIP big refactoringAlex Auvolat2021-03-111-1/+1
* Very minor changesAlex Auvolat2021-03-101-1/+0
* Remove migration paths from 0.1 branchAlex Auvolat2021-03-101-52/+0
* Refactor model stuff, including cleaner CRDTsAlex Auvolat2021-03-101-22/+17
* Make updated() be a sync function that doesn't failAlex Auvolat2021-02-231-27/+26
* Slight refactoring to make things clearer with DeletedFilterAlex Auvolat2020-11-201-3/+4
* cargo fmtAlex Auvolat2020-07-081-86/+91
* Add multiple headers to object modelAlex Auvolat2020-07-081-7/+24
* (WIP) New object table model, TODO: update API calls to use itAlex Auvolat2020-07-081-27/+92
* Rename garage_core to garage_modelAlex Auvolat2020-07-071-0/+198