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 a46660a06f Add new Manifest, ManifestLabel, ManifestLegacyImage and ManifestBlob tables and start writing and GCing to/from them
This change also starts passing in the manifest interface, rather than the raw data, to the model for writing.

Note that this change does *not* backfill the existing rows in to the new tables; that will occur in a followup PR. The new columns in `tagmanifest` and `tagmanifestlabel` will be used to track the backfill, as it will occur in a worker.
2018-08-06 13:01:11 -04:00
..
test Move manifest corner case tests to pytest 2018-07-17 16:40:56 -04:00
__init__.py Switch V2 pagination back to using IDs, which should be much faster and easier on the DB 2018-06-18 16:11:26 -04:00
blob.py Implement support for blob mounting via the mount parameter on blob uploads 2018-06-06 11:31:28 -04:00
catalog.py Add caching support to catalog 2018-06-20 14:58:01 -04:00
errors.py Prevent registry operations against disabled namespaces 2018-05-22 18:36:04 -04:00
labelhandlers.py Fix for hard merge 2017-07-19 17:13:49 -04:00
MAINTAINERS MAINTAINERS: init owners to subpkgs 2017-01-23 17:46:34 -05:00
manifest.py Add new Manifest, ManifestLabel, ManifestLegacyImage and ManifestBlob tables and start writing and GCing to/from them 2018-08-06 13:01:11 -04:00
models_interface.py Add new Manifest, ManifestLabel, ManifestLegacyImage and ManifestBlob tables and start writing and GCing to/from them 2018-08-06 13:01:11 -04:00
models_pre_oci.py Add new Manifest, ManifestLabel, ManifestLegacyImage and ManifestBlob tables and start writing and GCing to/from them 2018-08-06 13:01:11 -04:00
tag.py Switch V2 pagination back to using IDs, which should be much faster and easier on the DB 2018-06-18 16:11:26 -04:00
v2auth.py Prevent registry operations against disabled namespaces 2018-05-22 18:36:04 -04:00