aboutsummaryrefslogtreecommitdiff
path: root/src/model/helper/bucket.rs
Commit message (Collapse)AuthorAgeFilesLines
* Implement CreateBucketAlex Auvolat2022-01-051-4/+2
|
* New buckets for 0.6.0: make bucket id a SK and not a HK, CLI updatesAlex Auvolat2022-01-041-3/+3
|
* New buckets for 0.6.0: small changesAlex Auvolat2022-01-041-21/+58
| | | | | | | | | | | | - 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 filtersAlex Auvolat2022-01-041-2/+1
|
* Refactor logic for setting/unsetting aliasesAlex Auvolat2022-01-041-3/+383
|
* Some movement of helper code and refactoring of error handlingAlex Auvolat2022-01-041-0/+56