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 091f821a6a - Rename get_repo_image to get_repo_image_extended and get_repo_image_directly to get_repo_image
- Remove the configure call from CloseForLongOperation
- Other small fixes
2014-11-10 13:44:36 -05:00
..
migrations Move the uncompressed image size migration call outside of alembic, since it will sometimes deadlock with certain kinds of DBs (because alembic is running things inside a transaction) 2014-11-03 21:01:41 -05:00
model - Rename get_repo_image to get_repo_image_extended and get_repo_image_directly to get_repo_image 2014-11-10 13:44:36 -05:00
__init__.py Refactor the code into modules, it was getting unweildy. 2013-09-25 12:45:12 -04:00
archivedlogs.py Finish the build logs archiver, add handlers for cloud and local that handle gzip encoded archived content. 2014-09-11 15:33:10 -04:00
billing.py Rename collections to morecollections to avoid a conflict with the built in module. 2014-09-08 16:42:43 -04:00
buildlogs.py Allow for additional REDIS config such as password and port 2014-10-01 14:16:42 -04:00
database.py - Rename get_repo_image to get_repo_image_extended and get_repo_image_directly to get_repo_image 2014-11-10 13:44:36 -05:00
queue.py Make sure builders close the db handle when no work comes in and make the metrics transaction smaller in scope 2014-10-24 11:40:02 -04:00
read_slave.py Add support for read slave databases. 2014-07-02 19:10:24 -04:00
userevent.py Change the default redis host to localhost. Fix some whitespace issues in the userevents module. 2014-10-14 14:37:02 -04:00
userfiles.py Finish the build logs archiver, add handlers for cloud and local that handle gzip encoded archived content. 2014-09-11 15:33:10 -04:00
users.py Eliminate a lot of the if cases in create_user by separating them out. Add a limit to the number of users which can be created based on the license. Add support for creating and loading licenses. 2014-05-28 13:51:52 -04:00