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 d59bea3569 Enable a configurable whitelist of namespaces for V22
If a namespace is present in the whitelist, all calls are sent to the OCI model instead of the Pre OCI model

Note that this does increase overhead for registry calls (since we need to lookup the namespace for every single call), but it should only be temporary until we've migrated all users over to the OCI data model
2018-12-03 17:37:28 -05:00
..
test Enable a configurable whitelist of namespaces for V22 2018-12-03 17:37:28 -05:00
__init__.py Enable a configurable whitelist of namespaces for V22 2018-12-03 17:37:28 -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 Enable a configurable whitelist of namespaces for V22 2018-12-03 17:37:28 -05:00
interface.py Enable a configurable whitelist of namespaces for V22 2018-12-03 17:37:28 -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 Unify the get_layers calls across all implements of manifest schemas to ensure we have a common type returned 2018-11-26 17:58:48 +02:00
registry_pre_oci_model.py Unify the get_layers calls across all implements of manifest schemas to ensure we have a common type returned 2018-11-26 17:58:48 +02:00
shared.py Unify the get_layers calls across all implements of manifest schemas to ensure we have a common type returned 2018-11-26 17:58:48 +02:00