Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix clippy lint that says we should implement Eq | Alex Auvolat | 2022-09-13 | 1 | -2/+2 |
| | |||||
* | Include code from v0.5.1 directly to remove dependencies | Alex Auvolat | 2022-09-06 | 1 | -1/+1 |
| | |||||
* | Fix some new clippy lintsfix-resync | Alex Auvolat | 2022-03-14 | 1 | -2/+1 |
| | |||||
* | Small changes in key model and refactoringnew-buckets | Alex Auvolat | 2022-01-04 | 1 | -58/+58 |
| | |||||
* | New buckets for 0.6.0: small changes | Alex Auvolat | 2022-01-04 | 1 | -1/+1 |
| | | | | | | | | | | | | - Fix bucket delete - fix merge of bucket creation date - Replace deletable with option in aliases Rationale: if two aliases point to conflicting bucket, resolving by making an arbitrary choice risks making data accessible when it shouldn't be. We'd rather resolve to deleting the alias until someone puts it back. | ||||
* | Rename and change query filters | Alex Auvolat | 2022-01-04 | 1 | -4/+5 |
| | |||||
* | New buckets for 0.6.0: fix model and migration | Alex Auvolat | 2022-01-04 | 1 | -5/+4 |
| | |||||
* | New buckets for 0.6.0: small fixes, including: | Alex Auvolat | 2022-01-04 | 1 | -1/+1 |
| | | | | | | | | - ensure bucket names are correct aws s3 names - when making aliases, ensure timestamps of links in both ways are the same - fix small remarks by trinity - don't have a separate website_access field | ||||
* | New buckets for 0.6.0: migration code and build files | Alex Auvolat | 2022-01-04 | 1 | -0/+27 |
| | |||||
* | Model changes | Alex Auvolat | 2022-01-04 | 1 | -0/+16 |
| | |||||
* | New model for buckets | Alex Auvolat | 2022-01-04 | 1 | -42/+60 |
| | |||||
* | Make table name a const in trait | Alex Auvolat | 2021-12-15 | 1 | -0/+2 |
| | |||||
* | rename types to CamelCase | Trinity Pointard | 2021-05-03 | 1 | -10/+10 |
| | |||||
* | change a few comments | Alex Auvolat | 2021-04-27 | 1 | -1/+1 |
| | |||||
* | change some more comments and revert changes on TableSchema | Trinity Pointard | 2021-04-27 | 1 | -4/+0 |
| | |||||
* | make most requested changes | Trinity Pointard | 2021-04-27 | 1 | -1/+2 |
| | |||||
* | document api crate | Trinity Pointard | 2021-04-27 | 1 | -1/+0 |
| | |||||
* | attempt at documenting model crate | Trinity Pointard | 2021-04-27 | 1 | -7/+19 |
| | |||||
* | attempt at documenting table crate | Trinity Pointard | 2021-04-27 | 1 | -0/+4 |
| | |||||
* | Allow to import keys from previous Garage instancedev-0.2 | Alex Auvolat | 2021-03-18 | 1 | -0/+9 |
| | |||||
* | Some improvements in background worker but we terminate late | Alex Auvolat | 2021-03-15 | 1 | -1/+2 |
| | |||||
* | Make it case-insensitive | Alex Auvolat | 2021-03-15 | 1 | -1/+2 |
| | |||||
* | Allow manipulation of keys by their shorthand in the CLI | Alex Auvolat | 2021-03-15 | 1 | -2/+13 |
| | |||||
* | Remove migration paths from 0.1 branch | Alex Auvolat | 2021-03-10 | 1 | -28/+0 |
| | |||||
* | Refactor model stuff, including cleaner CRDTs | Alex Auvolat | 2021-03-10 | 1 | -4/+9 |
| | |||||
* | Make updated() be a sync function that doesn't fail | Alex Auvolat | 2021-02-23 | 1 | -8/+0 |
| | |||||
* | simplify | Alex Auvolat | 2020-11-20 | 1 | -3/+2 |
| | |||||
* | Convert bucket table to better CRDT representation | Alex Auvolat | 2020-11-20 | 1 | -4/+4 |
| | |||||
* | Begin improve model to use better CRDTs | Alex Auvolat | 2020-11-20 | 1 | -70/+51 |
| | |||||
* | Fix reconciliation logic | Alex Auvolat | 2020-11-20 | 1 | -4/+5 |
| | |||||
* | Slight refactoring to make things clearer with DeletedFilter | Alex Auvolat | 2020-11-20 | 1 | -3/+3 |
| | |||||
* | Rename garage_core to garage_model | Alex Auvolat | 2020-07-07 | 1 | -0/+154 |