This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/data/model
Joseph Schorr 2d2662f53f Fix deleting repos and images under MySQL
MySQL doesn't handle constraints at the end of transactions, so deleting images currently fails. This removes the constraint and just leaves parent_id as an int
2015-11-09 14:42:05 -05:00
..
__init__.py Fix interleaved repo delete with RAC via a transaction 2015-09-16 15:34:32 -04:00
_basequery.py Merge pull request from coreos-inc/wildcardfix 2015-10-15 14:26:51 -04:00
blob.py Move v1 checksums to image and track v2 separately 2015-11-06 15:17:55 -05:00
build.py Select the full RepositoryBuild record 2015-09-09 21:43:48 -04:00
health.py Accidental refactor, split out legacy.py into separate sumodules and update all call sites. 2015-07-17 11:56:15 -04:00
image.py Fix deleting repos and images under MySQL 2015-11-09 14:42:05 -05:00
log.py limit logs to a maximum number of pages 2015-10-06 14:13:23 -04:00
notification.py Add a vulnerability_found event for notice when we detect a vuln 2015-11-06 15:22:18 -05:00
oauth.py Build the OAuth redirect URL ourselves, rather than relying on undocumented Flask behavior 2015-09-02 13:32:11 -04:00
organization.py Fix subquery issues in MySQL 2015-07-28 15:28:00 -04:00
permission.py Add back the ability to retrieve information for an org member directly 2015-08-31 16:45:24 -04:00
release.py Add quay releases 2015-09-16 17:18:46 -04:00
repository.py Fix deleting repos and images under MySQL 2015-11-09 14:42:05 -05:00
sqlalchemybridge.py Add a RepositoryActionCount table so we can use it (instead of LogEntry) when scoring repo search results 2015-04-13 13:31:07 -04:00
storage.py Backport remaining v2 changes to phase4 2015-10-24 15:00:13 -04:00
tag.py Unionize the mega query - It needed more performance-based benefits 2015-10-09 14:45:05 -07:00
team.py Make sure to filter wildcard queries 2015-10-15 14:26:33 -04:00
token.py Accidental refactor, split out legacy.py into separate sumodules and update all call sites. 2015-07-17 11:56:15 -04:00
user.py Fix delete_user call to remove all user data 2015-11-08 13:10:01 -05:00