This repository has been archived on 2020-03-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
quay/endpoints/api
EvB 43aed7c6f4 fix(endpoints/api): return empty 204 resp
Return an empty body on API requests with status code 204, which
means "No content". Incorrect 'Deleted' responses were being
returned after successful DELETE operations despite the "No Content"
definition of 204.
2016-12-14 16:22:39 -05:00
..
__init__.py Have Quay always use an OAuth-specific CSRF token 2016-12-08 16:11:57 -05:00
billing.py Use new error format for auth errors (factor exceptions into module) 2016-04-11 16:22:26 -04:00
build.py build queue rate limiting: address PR comments 2016-12-06 20:40:54 -05:00
discovery.py Add a test for operation name collisions and fix the one additional collision found 2016-11-10 15:38:27 -05:00
error.py Fix formatting in endpoints/api/error.py 2016-04-12 16:53:50 -04:00
globalmessages.py Fix messages API to not NPE 2016-10-17 17:43:12 -04:00
image.py Add a helper method to Image to parse ancestor string. 2016-09-07 10:48:58 -04:00
logs.py Fix handling of dates in logs view 2016-08-17 16:27:06 -04:00
manifest.py fix(endpoints/api): return empty 204 resp 2016-12-14 16:22:39 -05:00
organization.py fix(endpoints/api): return empty 204 resp 2016-12-14 16:22:39 -05:00
permission.py fix(endpoints/api): return empty 204 resp 2016-12-14 16:22:39 -05:00
prototype.py fix(endpoints/api): return empty 204 resp 2016-12-14 16:22:39 -05:00
repoemail.py Use new error format for auth errors (factor exceptions into module) 2016-04-11 16:22:26 -04:00
repository.py fix(endpoints/api): return empty 204 resp 2016-12-14 16:22:39 -05:00
repositorynotification.py Use new error format for auth errors (factor exceptions into module) 2016-04-11 16:22:26 -04:00
repotoken.py fix(endpoints/api): return empty 204 resp 2016-12-14 16:22:39 -05:00
robot.py fix(endpoints/api): return empty 204 resp 2016-12-14 16:22:39 -05:00
search.py Fix external auth returns for query_user calls 2016-12-07 14:28:42 -05:00
secscan.py Fix doc comment on security scan API endpoint 2016-12-07 11:50:22 -05:00
subscribe.py Use new error format for auth errors (factor exceptions into module) 2016-04-11 16:22:26 -04:00
suconfig.py Move SETUP_COMPLETE check up to allow users to add license 2016-12-05 13:22:14 -05:00
superuser.py fix(endpoints/api): return empty 204 resp 2016-12-14 16:22:39 -05:00
tag.py fix(endpoints/api): return empty 204 resp 2016-12-14 16:22:39 -05:00
team.py fix(endpoints/api): return empty 204 resp 2016-12-14 16:22:39 -05:00
trigger.py add rate limiting to build queues 2016-12-06 16:30:12 -05:00
user.py fix(endpoints/api): return empty 204 resp 2016-12-14 16:22:39 -05:00