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/util/registry
Joseph Schorr 30ede029d5 Fix GeneratorFile for working with BufferedReader
The user files system uses a BufferedReader along with the magic library to determine the mime type of the user file being served. Currently, BufferedReader fails with an exception on Swift storage, because Swift storage returns a GeneratorFile, which is missing the `readable()` method.
2016-06-23 13:40:57 -04:00
..
__init__.py Refactor the util directory to use subpackages. 2015-08-03 16:04:19 -04:00
aufs.py Refactor the util directory to use subpackages. 2015-08-03 16:04:19 -04:00
dockerver.py Add the ability to blacklist v2 for specific versions 2015-12-15 18:27:10 -05:00
filelike.py BaseStreamFileLike: handle reads that return None 2015-09-30 17:46:59 -04:00
generatorfile.py Fix GeneratorFile for working with BufferedReader 2016-06-23 13:40:57 -04:00
gzipinputstream.py Change build logs load to using streaming Gzip 2015-08-28 14:08:13 -04:00
gzipstream.py Handle the common case of one chunk when calculating the uncompressed size 2015-12-14 15:27:48 -05:00
gzipwrap.py Make ACI generation consistent across calls 2016-05-26 17:09:19 -04:00
queuefile.py Add ACI signing tests 2016-05-13 18:29:57 -04:00
queueprocess.py Fix QueueFile to support read-to-end semantics and add some tests 2016-03-31 12:06:49 -04:00
replication.py Enable storage replication for V2 and add backfill tool 2016-06-02 14:36:08 -04:00
streamlayerformat.py Refactor the util directory to use subpackages. 2015-08-03 16:04:19 -04:00
tarfileappender.py Refactor the util directory to use subpackages. 2015-08-03 16:04:19 -04:00
tarlayerformat.py Refactor the util directory to use subpackages. 2015-08-03 16:04:19 -04:00
torrent.py Use the instance service key for registry JWT signing 2016-06-07 11:58:10 -04:00