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 eb9ca8e8a8 Fix handling of four byte utf8 manifests
- Adds the charset: utf-8 to all the manifest responses
- Makes sure we connect to MySQL in utf8mb4 mode, to ensure we can properly read and write 4-byte utf8 strings
- Adds tests for all of the above
2019-01-10 16:34:56 -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 Address remaining usage of the old data interface 2018-10-18 14:25:40 -04:00
blob.py Add ability for specific geographic regions to be blocked from pulling images within a namespace 2018-12-06 17:14:45 -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 Fix handling of four byte utf8 manifests 2019-01-10 16:34:56 -05:00
tag.py Convert V2's tag endpoints to use the new data model interface 2018-10-18 14:25:40 -04:00
v2auth.py Fix disabled namespace check 2018-10-18 14:25:40 -04:00