aboutsummaryrefslogtreecommitdiff
path: root/src/model/migrate.rs
Commit message (Collapse)AuthorAgeFilesLines
* Safe choice: revert "Update rmp-serde"Alex Auvolat2022-06-061-1/+1
| | | | This reverts commit 16e0a655d0d01e3871aee81a0a9660102d6df74e.
* Update rmp-serdeAlex Auvolat2022-06-031-1/+1
|
* Sqlite iter with unsafe codeAlex Auvolat2022-06-021-0/+4
|
* Adapt Garage to use new DB abstractionAlex Auvolat2022-06-021-1/+1
|
* Implement {Put,Get,Delete}BucketCors and CORS in generalAlex Auvolat2022-01-241-1/+2
| | | | | | - OPTIONS request against API endpoint - Returning corresponding CORS headers on API calls - Returning corresponding CORS headers on website GET's
* Refactor logic for setting/unsetting aliasesAlex Auvolat2022-01-041-52/+43
|
* Remove website redirectsAlex Auvolat2022-01-041-1/+1
|
* New buckets for 0.6.0: fix model and migrationAlex Auvolat2022-01-041-16/+22
|
* New buckets for 0.6.0: small fixes, including:Alex Auvolat2022-01-041-10/+22
| | | | | | | | - 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 filesAlex Auvolat2022-01-041-0/+93