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 171c7e5238 Further fixes for unicode handling in manifests
We were occasionally trying to compute schema 2 version 1 signatures on the *unicode* representation, which was failing the signature check. This PR adds a new wrapper type called `Bytes`, which all manifests must take in, and which handles the unicodes vs encoded utf-8 stuff in a central location. This PR also adds a test for the manifest that was breaking in production.
2019-01-09 15:14:41 -05: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 Add new Manifest, ManifestLabel, ManifestLegacyImage and ManifestBlob tables and start writing and GCing to/from them 2018-08-06 13:01:11 -04:00
test_build.py Move build query tests to pytest 2018-07-18 11:26:18 -04:00
test_gc.py Have all tag code add, modify and delete both old and new style tags 2018-11-01 17:59:10 -04: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_image_sharing.py Move image sharing model tests to pytest 2018-07-16 09:58:21 -04:00
test_log.py Add LogEntry3 table without the extra indexes and switch to writing to it 2019-01-03 13:50:43 -05:00
test_model_blob.py Move blob model tests to pytest 2018-07-13 13:19:46 +03: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 Remove unusable sitemap endpoint 2018-12-18 16:37:09 -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 Further fixes for unicode handling in manifests 2019-01-09 15:14:41 -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
test_visible_repos.py Move repo visibility tests into pytest 2018-07-19 11:23:11 -04:00