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/endpoints/api
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 Disable flaky test on MySQL 2019-01-04 16:37:02 -05:00
__init__.py Limit the size of then payload for creating robot accounts 2018-03-22 13:54:56 -04:00
__init__models_interface.py
__init__models_pre_oci.py
appspecifictokens.py Allow expired app specific tokens to be deleted 2018-01-23 11:40:51 -05:00
billing.py
build.py Add ability for triggers to be disabled 2018-03-01 16:49:28 -05:00
discovery.py Make script paths work in docker and locally for config_app 2018-06-12 14:45:00 -04:00
error.py
globalmessages.py
globalmessages_models_interface.py
globalmessages_models_pre_oci.py
image.py Remove recursive image history 2018-08-24 15:27:13 -04:00
logs.py Put aggregated log query and log exports behind feature flags 2019-01-02 16:04:15 -05:00
logs_models_interface.py
logs_models_pre_oci.py Add LogEntry3 table without the extra indexes and switch to writing to it 2019-01-03 13:50:43 -05:00
MAINTAINERS
manifest.py Further fixes for unicode handling in manifests 2019-01-09 15:14:41 -05:00
organization.py Add support for reduced initial build count for new possible abusing users 2018-04-20 18:46:32 +03:00
permission.py
permission_models_interface.py
permission_models_pre_oci.py
prototype.py
repoemail.py
repoemail_models_interface.py
repoemail_models_pre_oci.py
repository.py Repository endpoint tags pagination (#3238) 2018-09-14 15:30:54 -04:00
repository_models_interface.py Repository endpoint tags pagination (#3238) 2018-09-14 15:30:54 -04:00
repository_models_pre_oci.py Repository endpoint tags pagination (#3238) 2018-09-14 15:30:54 -04:00
repositorynotification.py
repositorynotification_models_interface.py
repositorynotification_models_pre_oci.py
repotoken.py
repotoken_models_interface.py
repotoken_models_pre_oci.py
robot.py Limit robots displayed in entity search 2018-05-15 11:00:57 -04:00
robot_models_interface.py Limit robots displayed in entity search 2018-05-15 11:00:57 -04:00
robot_models_pre_oci.py Put user last accessed updating behind a feature flag 2019-01-02 16:04:15 -05:00
search.py Configurable options for search, info when at max 2018-04-25 11:12:09 -04:00
secscan.py Allow use of basic auth for security scan endpoints 2018-09-21 13:54:33 -04:00
signing.py
signing_models_interface.py
signing_models_pre_oci.py
subscribe.py
subscribe_models_interface.py
subscribe_models_pre_oci.py
suconfig.py Remove old setup page from main app 2018-08-20 10:30:21 -04:00
suconfig_models_interface.py
suconfig_models_pre_oci.py
superuser.py Add LogEntry3 table without the extra indexes and switch to writing to it 2019-01-03 13:50:43 -05:00
superuser_models_interface.py Make namespace deletion asynchronous 2018-02-27 13:12:51 -05:00
superuser_models_pre_oci.py refactor approval service key to not need approver 2018-08-15 17:18:41 -04:00
tag.py Further fixes for unicode handling in manifests 2019-01-09 15:14:41 -05:00
team.py Add messaging when trying to create a team that already exists 2018-02-15 16:03:09 -05:00
trigger.py Reimplement GitLab trigger handler using the V4 API library 2018-06-12 15:01:37 -04:00
trigger_analyzer.py
user.py endpoints/api: Allow null fields in user metadata 2018-06-27 15:34:55 -04:00