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
Kenny Lee Sin Cheong 8e643ce5d9
Repository endpoint tags pagination (#3238)
* endpoint/api/repository: limit the number of tags returned

- Limit the number of tags returned by /api/v1/repository/<ns:repo> to 500.
- Uses the tag history endpoint instead, with an active tag filte.
- Update UI to use tag history endpoint instead.
2018-09-14 15:30:54 -04:00
..
test Move verbs endpoint to use new registry data model 2018-08-29 16:38:54 -04:00
__init__.py Start on a basic registry_model interface and change a single module to use it. This will allow us to completely abstract out how we deal with registry-related tables and ensure that transitioning to the new OCI-like model will be easier to do. 2018-08-14 13:48:59 -04:00
datatype.py Add new methods to registry data model interface in prep for moving verbs to using it 2018-08-29 16:38:54 -04:00
datatypes.py Move verbs endpoint to use new registry data model 2018-08-29 16:38:54 -04:00
interface.py Repository endpoint tags pagination (#3238) 2018-09-14 15:30:54 -04:00
registry_pre_oci_model.py Repository endpoint tags pagination (#3238) 2018-09-14 15:30:54 -04:00