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
Joseph Schorr 0d6343871e Change the tags query used for OCI to list tags to be shallow
This removes the join on Manifest which was (possibly) causing the prod issue. We also simplify the lookup for pre-OCI as well, a bit.
2019-03-08 14:07:30 -05:00
..
test Change lookup of blobs to not use a subquery, which is murder on MySQL 2019-01-03 15:41:21 -05:00
__init__.py Have the V2 registry endpoints raise Unauthorized with the proper header when anonymous access is disabled 2019-02-15 15:29:57 -05:00
blob.py Have blob mounting use the blob cache 2019-02-14 13:06:18 -05:00
catalog.py Convert V2's catalog endpoint to use the new data model interface 2018-10-18 14:25:40 -04:00
errors.py Add ability for specific geographic regions to be blocked from pulling images within a namespace 2018-12-06 17:14:45 -05:00
MAINTAINERS MAINTAINERS: init owners to subpkgs 2017-01-23 17:46:34 -05:00
manifest.py Remove the charset from the content type for manifests 2019-01-12 16:06:11 -05:00
tag.py Change the tags query used for OCI to list tags to be shallow 2019-03-08 14:07:30 -05:00
v2auth.py Fix disabled namespace check 2018-10-18 14:25:40 -04:00