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
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
..
api Change id column in LogEntry to a BigInt and migrate back to using that table 2018-07-30 12:42:56 -04:00
appr Phase 3 of Appr migration 2018-07-21 15:43:00 -04:00
keyserver endpoints.keyserver: new fs org for data interface 2017-07-17 14:25:18 -04:00
oauth Merge pull request #3096 from quay/refactor/secscan-simple 2018-06-01 15:44:18 -04:00
test Move trigger tests into pytest 2018-07-19 11:10:19 -04:00
v1 Prevent registry operations against disabled namespaces 2018-05-22 18:36:04 -04:00
v2 Add new Manifest, ManifestLabel, ManifestLegacyImage and ManifestBlob tables and start writing and GCing to/from them 2018-08-06 13:01:11 -04:00
verbs Ensure that verbs cannot be performed on disabled namespaces or by disabled users 2018-06-21 14:41:27 -04:00
__init__.py Refactor the code into modules, it was getting unweildy. 2013-09-25 12:45:12 -04:00
bitbuckettrigger.py Move route_show_if into decorators 2017-07-20 11:07:31 -04:00
building.py Add ability for triggers to be disabled 2018-03-01 16:49:28 -05:00
common.py Remove chatlio support chat 2018-07-17 12:55:17 -04:00
common_models_interface.py Add location metadata field for users 2018-02-06 16:06:17 -05:00
common_models_pre_oci.py Add location metadata field for users 2018-02-06 16:06:17 -05:00
csrf.py Refactor auth code to be cleaner and more extensible 2018-02-14 15:35:27 -05:00
decorated.py *: fix legacy imports 2016-09-28 20:17:14 -04:00
decorators.py Make API errors more informative 2018-07-08 11:45:33 +03:00
exception.py Make downstream issues show their error in the UI 2017-07-31 17:07:22 -04:00
githubtrigger.py Add a security scanner api config object for params 2018-06-01 15:06:50 -04:00
gitlabtrigger.py Add a security scanner api config object for params 2018-06-01 15:06:50 -04:00
realtime.py Move auth decorators into a decorators module 2017-03-23 15:42:45 -04:00
secscan.py Move route_show_if into decorators 2017-07-20 11:07:31 -04:00
web.py Add instance health checks for all gunicorn workers 2018-01-16 11:29:40 -05:00
webhooks.py Add ability for triggers to be disabled 2018-03-01 16:49:28 -05:00
wellknown.py Add API endpoint for retrieving security status by *manifest*, rather than Docker V1 image ID 2017-02-02 17:51:18 -05:00