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/endpoints/v2/test
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
..
test_blob.py Enable caching of blobs in V2 registry protocol, to avoid DB connections after the cache has been loaded 2017-12-14 13:38:24 -05:00
test_manifest.py 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
test_models_pre_oci.py Fix get_blob_path to not make any database calls and add a test 2017-12-13 16:27:46 -05:00
test_v2_tuf.py test: convert registry auth test to pytest 2017-07-12 15:14:12 -04:00