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
Joseph Schorr d68b65d90c Optimize GC query join a bit by reducing the surface
We remove the directly referenced images from the join across ancestors, as they will be covered by the first part of the union clause. For some large repositories, this will result in a significantly reduced set of images that have to be joined NxM.
2017-06-12 12:55:32 -04:00
..
interfaces Make sure catalog always returns public repositories 2017-05-19 16:24:08 -04:00
migrations fix(add notification number): add explicit default 2017-05-22 09:55:40 -04:00
model Optimize GC query join a bit by reducing the surface 2017-06-12 12:55:32 -04:00
oci_model Fix no search result for apps 2017-06-05 23:03:47 +02:00
test Switch fixture imports to wildcard in prep for full db test fixes 2017-04-24 16:45:14 -04:00
users Disable federated login for new users if user creation is disabled 2017-05-15 15:07:08 -04:00
__init__.py Refactor the code into modules, it was getting unweildy. 2013-09-25 12:45:12 -04:00
archivedlogs.py fix(data.archivedlogs): update endpoint name 2017-04-26 17:31:44 -04:00
billing.py Add even larger plans for enterprises on SaaS 2016-03-21 16:38:34 -04:00
buildlogs.py Switch from expire to delete redis log_entries 2017-03-17 15:35:47 +01:00
database.py feat(full-stack): disable notifications after 3 failures 2017-05-19 16:58:46 -04:00
fields.py Full text support in peewee 2017-01-31 11:38:31 -05:00
queue.py feature(app.py): adding queue_metrics to queues 2017-02-14 16:01:28 -05:00
read_slave.py Add support for read slave databases. 2014-07-02 19:10:24 -04:00
runmigration.py Implement new step-by-step setup 2015-01-23 17:19:15 -05:00
text.py Full text support in peewee 2017-01-31 11:38:31 -05:00
userevent.py fix(userevent): ignore subscribe notifications in userevents 2017-01-20 13:38:02 -05:00
userfiles.py Add tests for user files endpoint and add regex filter 2017-04-21 16:13:18 -04:00