1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00
Commit Graph

4 Commits

Author SHA1 Message Date
Kenny Lee Sin Cheong
5f63b3a7bb chore: drop deprecated tables and remove unused code (PROJQUAY-522) (#2089)
* chore: drop deprecated tables and remove unused code

* isort imports

* migration: check for table existence before drop
2023-08-25 12:17:24 -04:00
Jonathan King
faa0315a04 georep: Add error handling for remove location script (PROJQUAY-5878) (#2071)
- Gracefully handle errors that are thrown during remove location script
- This should handle scenarios where the location is not found or not provided, as well as other error cases
2023-08-02 12:14:26 -04:00
Jonathan King
88fd1bae9a geo-rep: Initialize features from config in util script (PROJQUAY-5627) (#1966)
- Features must be initialized in order to check if storage replication is enabled, so we need to import and intialize the config from inside the util script
2023-06-12 15:39:21 -04:00
Jonathan King
2d93fc7cd0 geo-rep: Add util script to remove geo-rep location and corresponding image locations (PROJQUAY-4995) (#1892)
- This removes first the ImageStoragePlacements that are associated with the location
- Once those are cleaned up, the ImageStorageLocation itself is removed from the database
2023-06-06 17:25:56 -04:00