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/test
2014-09-08 15:02:26 -04:00
..
data Merge remote-tracking branch 'origin/master' into yellowalert 2014-09-05 11:30:30 -04:00
__init__.py Add some tests to verify we're not leaking anything to completely public users (we're not) 2013-11-06 17:09:22 -05:00
analytics.py Add some tests to make sure our docker API is properly respecting auth. 2013-11-07 17:10:57 -05:00
specs.py Add test fix and make sure Quay ups the connection count in its container 2014-08-25 14:23:21 -04:00
test_api_security.py Add the concept of require_fresh_login to both the backend and frontend. Sensitive methods will now be marked with the annotation, which requires that the user has performed a login within 10 minutes or they are asked to do so in the UI before running the operation again. 2014-09-04 14:24:20 -04:00
test_api_usage.py Instead of sending DB IDs, send "internal IDs" which are DB IDs hashed. This way, we can still calculate the ancestors without hitting the DB further, but without leaking the size of the images table 2014-09-08 15:02:26 -04:00
test_endpoint_security.py Make testing much faster by using a save point, rather than recreating the database every test 2014-01-30 20:57:40 -05:00
test_image_sharing.py Fix sharing tests and add a test to ensure that uploading images are not shared. 2014-08-29 14:30:49 -04:00
test_queue.py Fix the metrics so they are usable for scaling the workers down and up. Switch all datetimes which touch the database from now to utcnow. Fix the worker Dockerfile. 2014-05-23 14:16:26 -04:00
test_util.py Switch unidecode over to the new anunidecode library and write some tests to validate results. 2014-08-01 15:50:25 -04:00
testconfig.py Fix broken test config 2014-08-07 20:26:53 -04:00
testlogs.py Remove the gpled loremipsum module. 2014-07-31 16:46:02 -04:00