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/image
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
..
appc Fix file I forgot to update 2017-06-29 10:50:59 +03:00
docker 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
__init__.py create interfaces for v1 and v2 data model 2016-09-26 14:49:23 -04:00
common.py Fix port mapping for ACI conversion from newer Docker manifests. 2016-12-20 14:01:06 -05:00