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 fe45797490 Optimize the list active tags query
Some customers are hitting this endpoint rapidly for repositories with many, many tags. This change drops the unnecessary joins, which should reduce database load somewhat.
2019-01-14 13:34:25 -05:00
..
test Fix handling of four byte utf8 manifests 2019-01-10 16:34:56 -05:00
__init__.py Fix manifest UI page to properly show the layers of manifests and show manifest lists 2018-12-10 15:33:59 -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 Further fixes for unicode handling in manifests 2019-01-09 15:14:41 -05:00
interface.py Fix an NPE when trying to pull a manifest without a legacy image via V1 2019-01-10 13:59:35 -05:00
label_handlers.py Fix disabled namespace check 2018-10-18 14:25:40 -04:00
manifestbuilder.py Fix bug with json.dumps changing the order of keys 2018-11-13 16:50:13 +02:00
modelsplitter.py Enable a configurable whitelist of namespaces for V22 2018-12-03 17:37:28 -05:00
registry_oci_model.py Fix an NPE when trying to pull a manifest without a legacy image via V1 2019-01-10 13:59:35 -05:00
registry_pre_oci_model.py Optimize the list active tags query 2019-01-14 13:34:25 -05:00
shared.py Make sure list_manifest_layers is not callable for manifest lists 2018-12-11 13:10:24 -05:00