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
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
..
migrations Fix deleting repos and images under MySQL 2015-11-09 14:42:05 -05:00
model Fix deleting repos and images under MySQL 2015-11-09 14:42:05 -05:00
users Make our JWT checking more strict. 2015-09-04 15:18:57 -04:00
__init__.py Refactor the code into modules, it was getting unweildy. 2013-09-25 12:45:12 -04:00
archivedlogs.py Change build logs load to using streaming Gzip 2015-08-28 14:08:13 -04:00
billing.py Add new carrier billing plan 2015-08-21 14:10:48 -04:00
buildlogs.py I hate Redis! 2015-10-22 14:24:42 -04:00
database.py Fix deleting repos and images under MySQL 2015-11-09 14:42:05 -05:00
fields.py Backport remaining v2 changes to phase4 2015-10-24 15:00:13 -04:00
queue.py Refactor queue locking to not use select for update 2015-11-03 11:32:28 -05:00
read_slave.py Add support for read slave databases. 2014-07-02 19:10:24 -04:00
runmigration.py Implement new step-by-step setup 2015-01-23 17:19:15 -05:00
userevent.py Fix the tutorial's user events 2015-04-03 12:13:33 -04:00
userfiles.py Remove uses of _external for url_for 2015-09-08 10:29:28 -04:00