aboutsummaryrefslogtreecommitdiff
path: root/src/model/bucket_table.rs
Commit message (Expand)AuthorAgeFilesLines
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-1/+18
* Implement {Put,Get,Delete}BucketCors and CORS in generalAlex Auvolat2022-01-241-6/+24
* Small changes in key model and refactoringnew-bucketsAlex Auvolat2022-01-041-12/+17
* New buckets for 0.6.0: make bucket id a SK and not a HK, CLI updatesAlex Auvolat2022-01-041-7/+21
* New buckets for 0.6.0: small changesAlex Auvolat2022-01-041-0/+1
* Remove website redirectsAlex Auvolat2022-01-041-9/+3
* New buckets for 0.6.0: fix model and migrationAlex Auvolat2022-01-041-4/+13
* New buckets for 0.6.0: small fixes, including:Alex Auvolat2022-01-041-5/+4
* Model changesAlex Auvolat2022-01-041-0/+10
* New model for bucketsAlex Auvolat2022-01-041-48/+46
* Make table name a const in traitAlex Auvolat2021-12-151-0/+2
* rename types to CamelCaseTrinity Pointard2021-05-031-10/+10
* fix clippy warnings on modelTrinity Pointard2021-05-031-7/+13
* change a few commentsAlex Auvolat2021-04-271-2/+2
* change some more comments and revert changes on TableSchemaTrinity Pointard2021-04-271-6/+2
* attempt at documenting model crateTrinity Pointard2021-04-271-2/+15
* attempt at documenting table crateTrinity Pointard2021-04-271-0/+4
* Remove migration paths from 0.1 branchAlex Auvolat2021-03-101-40/+0
* Refactor model stuff, including cleaner CRDTsAlex Auvolat2021-03-101-0/+2
* Update sled & try to debug deadlock (but its in sled...)Alex Auvolat2021-02-231-1/+0
* Make updated() be a sync function that doesn't failAlex Auvolat2021-02-231-7/+0
* Merge branch 'master' into feature/websiteQuentin Dufour2020-12-171-0/+3
|\
| * CRDT docQuentin2020-11-231-0/+3
* | First implementation of the CLIQuentin2020-12-151-4/+4
* | Migrate RPC to new schemaQuentin2020-12-141-4/+10
* | Implement migrationQuentin2020-12-121-1/+12
* | WIP table migrationQuentin2020-12-121-6/+22
|/
* simplifyAlex Auvolat2020-11-201-3/+2
* Convert bucket table to better CRDT representationAlex Auvolat2020-11-201-71/+66
* Fix reconciliation logicAlex Auvolat2020-11-201-1/+1
* Slight refactoring to make things clearer with DeletedFilterAlex Auvolat2020-11-201-3/+4
* Rename garage_core to garage_modelAlex Auvolat2020-07-071-0/+121