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
Joseph Schorr d59bea3569 Enable a configurable whitelist of namespaces for V22
If a namespace is present in the whitelist, all calls are sent to the OCI model instead of the Pre OCI model

Note that this does increase overhead for registry calls (since we need to lookup the namespace for every single call), but it should only be temporary until we've migrated all users over to the OCI data model
2018-12-03 17:37:28 -05:00
..
data Update test.db 2018-07-23 16:44:17 -04:00
dockerclients dockerclients: comment of the BOX tuple 2018-11-08 13:21:23 -05:00
registry Unify the get_layers calls across all implements of manifest schemas to ensure we have a common type returned 2018-11-26 17:58:48 +02: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
fixtures.py Fix pytest fixture import issue with hashability of tmpdir_factory 2018-10-18 14:42:54 -04:00
fulldbtest.sh Change id column in LogEntry to a BigInt and migrate back to using that table 2018-07-30 12:42:56 -04:00
helpers.py Change id column in LogEntry to a BigInt and migrate back to using that table 2018-07-30 12:42:56 -04:00
queue_threads.py Refactor queue locking to not use select for update 2015-11-03 11:32:28 -05:00
registry_tests.py Convert V2's manifest endpoints to use the new data model interface 2018-10-18 14:25:40 -04:00
specs.py Change V1 to use the manifest builder and new registry data model 2018-09-28 17:30:04 -04:00
test_api_usage.py Enable a configurable whitelist of namespaces for V22 2018-12-03 17:37:28 -05:00
test_buildman.py Make the redis client use AsyncWrapper and coroutines 2016-11-18 15:59:14 -05:00
test_certs_install.sh Add test for certs_install script 2018-08-24 11:04:13 -04:00
test_endpoints.py refactor approval service key to not need approver 2018-08-15 17:18:41 -04:00
test_external_jwt_authn.py Pull out JWT auth validation into validator class 2017-02-24 12:23:16 -05:00
test_keystone_auth.py Remove password confirmation in config app 2018-07-17 16:00:55 -04:00
test_ldap.py Add ldap tests for verifying a user exists 2018-07-12 16:53:27 -04:00
test_oauth_login.py Move OAuth login into its own endpoints module 2017-02-16 16:27:54 -05:00
test_secscan.py Remove jwt validation for jschorr to fix later 2018-06-01 15:07:06 -04:00
test_sni.py Show starred public repositories in the starred repos list 2018-05-31 17:34:17 -04:00
test_suconfig_api.py Add db configuration to modifying config 2018-08-21 15:19:24 -04:00
test_v1_endpoint_security.py Change permissions model so that non-admins do not get org-wide read 2016-08-04 16:47:28 -04:00
test_v2_endpoint_security.py Change permissions model so that non-admins do not get org-wide read 2016-08-04 16:47:28 -04:00
testconfig.py Fully migrate API security tests into the pytest test suite 2018-07-08 18:33:21 +03:00
testlogs.py Switch from expire to delete redis log_entries 2017-03-17 15:35:47 +01:00