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 45c7008078 Change Repo GC to be iterative
This prevents us from creating a massive join when there are a large number of tags in the repository, which can result in locking the entire DB for long periods of time. Instead of the join, we just iteratively lookup any images found to be directly referenced by a tag or found as a parent of another image, both of which should be indexed lookups. Once done, we only remove those images and then iterate until the working set stops changing.
2017-06-27 17:33:58 +03: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 Change Repo GC to be iterative 2017-06-27 17:33:58 +03: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