aboutsummaryrefslogtreecommitdiff
path: root/src/model/bucket_alias_table.rs
Commit message (Collapse)AuthorAgeFilesLines
* cleanupAlex Auvolat2023-01-031-3/+3
|
* Refactor how things are migratedAlex Auvolat2023-01-031-6/+14
|
* Fix clippy lint that says we should implement EqAlex Auvolat2022-09-131-1/+1
|
* New buckets for 0.6.0: small changesAlex Auvolat2022-01-041-13/+4
| | | | | | | | | | | | - 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.
* Refactor logic for setting/unsetting aliasesAlex Auvolat2022-01-041-5/+4
|
* New buckets for 0.6.0: fix model and migrationAlex Auvolat2022-01-041-2/+8
|
* New buckets for 0.6.0: small fixes, including:Alex Auvolat2022-01-041-5/+38
| | | | | | | | - 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
* Model changesAlex Auvolat2022-01-041-6/+2
|
* New model for bucketsAlex Auvolat2022-01-041-0/+68