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/model/test
Joseph Schorr 7604e9842b Change repo filtering for users to use a user ID reference, rather than the username
While this means we need an additional query for initial lookup, it makes the *filtering* query (which is the heavy part) require far fewer joins, thus making it more efficient.

Also adds a new unit test to verify that our filter filters to the correct set of repositories.
2018-06-19 10:51:30 -04:00
..
test_appspecifictoken.py Add a worker to automatically GC expired app specific tokens 2018-02-12 14:56:01 -05:00
test_basequery.py Change repo filtering for users to use a user ID reference, rather than the username 2018-06-19 10:51:30 -04:00
test_build.py Automatically disable build triggers with successive failures or internal errors 2018-03-01 16:49:51 -05:00
test_gc.py Add a long-chain test for GC 2017-07-12 18:03:27 +03:00
test_image.py Add tests for image model, fix a small bug and remove an unused function 2018-04-04 13:13:52 -04:00
test_log.py Temporarily change to storing logs in a new LogEntry2 table 2018-05-18 20:15:16 -04:00
test_modelutil.py Fix bug in modelutil pagination that caused us to load far more results than necessary 2018-05-14 11:40:31 -04:00
test_organization.py Filter out deleted users and organizations from the superuser list 2018-05-15 10:42:41 -04:00
test_repository.py Fix bug around search pagination with non-filtered searches 2017-11-30 16:13:42 -05:00
test_repositoryactioncount.py Switch fixture imports to wildcard in prep for full db test fixes 2017-04-24 16:45:14 -04:00
test_tag.py Fix flakiness in a test when comparing date times 2017-12-14 14:00:20 -05:00
test_team.py Fix team add/invite logic around when an invite is required 2018-03-16 17:13:27 -04:00
test_user.py Notifications can target robots, but the model did not reflect that 2018-05-15 16:19:46 -04:00