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 9e16a989f5 Audit the number of SQL queries we make in writing manifests, and significantly reduce in the common case
Instead of 41 queries now for the simple manifest, we are down to 14.

The biggest changes:
  - Only synthesize the V1 image rows if we haven't already found them in the database
  - Thread the repository object through to the other model method calls, and use it instead of loading again and again
2018-01-25 11:10:43 -05:00
..
cache Add a bunch of logging to the data model caching mechanism 2017-12-18 14:18:37 -05:00
migrations Change title to be UTF8 2018-01-04 15:27:42 -05:00
model Audit the number of SQL queries we make in writing manifests, and significantly reduce in the common case 2018-01-25 11:10:43 -05:00
oci_model Revert "Merge pull request #2844 from coreos-inc/alegrand/use_latest_appr_server_code" 2017-08-09 20:45:46 -04:00
test Switch fixture imports to wildcard in prep for full db test fixes 2017-04-24 16:45:14 -04:00
users Disable fresh login check in auth engines that won't support it 2018-01-04 15:27:41 -05:00
__init__.py Refactor the code into modules, it was getting unweildy. 2013-09-25 12:45:12 -04:00
archivedlogs.py fix(data.archivedlogs): update endpoint name 2017-04-26 17:31:44 -04:00
billing.py Add new Quay pricing plans 2017-12-18 13:12:16 -05:00
buildlogs.py Make health check failures report their reasons 2017-07-19 16:17:02 +03:00
database.py Merge pull request #2961 from coreos-inc/joseph.schorr/QS-107/create-repo-opt 2018-01-05 15:40:30 -05:00
fields.py Full text support in peewee 2017-01-31 11:38:31 -05:00
queue.py feature(app.py): adding queue_metrics to queues 2017-02-14 16:01: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
text.py Full text support in peewee 2017-01-31 11:38:31 -05:00
userevent.py fix(userevent): ignore subscribe notifications in userevents 2017-01-20 13:38:02 -05:00
userfiles.py Ensure user files are always sent with the Content-Disposition header 2017-12-06 17:12:00 -05:00