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/registry_model
Joseph Schorr f75f315037 Optimize lookup of shared global blobs
Currently, we only have one (the shared empty layer), but this should make the blob lookups for repositories significantly faster, as we won't need to do the massive join.
2019-02-14 12:46:42 -05:00
..
test Fix bug where we weren't properly caching enum values and we were always looking up the media type when constructing manifests 2019-01-22 14:46:38 -05:00
__init__.py Allow namespaces to be whitelisted for OCI, but not V22 2019-01-21 14:40:26 -05:00
blobuploader.py Make blob upload errors more specific 2018-10-29 12:21:18 -04:00
datatype.py Fix disabled namespace check 2018-10-18 14:25:40 -04:00
datatypes.py Fix bug where we weren't properly caching enum values and we were always looking up the media type when constructing manifests 2019-01-22 14:46:38 -05:00
interface.py Small optimization in manifest loading in the OCI data model 2019-01-29 13:11:48 -05:00
label_handlers.py Fix disabled namespace check 2018-10-18 14:25:40 -04:00
manifestbuilder.py Make sure images in the process of being uploaded are not scanned by Clair 2019-02-08 16:20:44 -05:00
modelsplitter.py Allow namespaces to be whitelisted for OCI, but not V22 2019-01-21 14:40:26 -05:00
registry_oci_model.py Optimize lookup of shared global blobs 2019-02-14 12:46:42 -05:00
registry_pre_oci_model.py Optimize lookup of shared global blobs 2019-02-14 12:46:42 -05:00
shared.py Optimize lookup of shared global blobs 2019-02-14 12:46:42 -05:00