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
2014-09-08 15:02:26 -04:00
..
__init__.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
billing.py Handle error cases better for external services 2014-08-25 15:30:29 -04:00
build.py Fix "Run Build Again" to send the tags to which we should push. 2014-06-26 19:55:16 -04:00
discovery.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
image.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
logs.py - Add support for super users 2014-04-10 00:26:55 -04:00
organization.py Fix the tests and implement a fake stripe. 2014-04-10 15:20:16 -04:00
permission.py Merge remote-tracking branch 'origin/master' into swaggerlikeus 2014-03-19 15:39:44 -04:00
prototype.py Mark a whole slew of APIs as internal only. 2014-03-19 12:09:07 -04:00
repoemail.py Add e-mail authorization to the repository notification flow. Also validates the creation of the other notification methods. 2014-07-28 14:58:12 -04:00
repository.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
repositorynotification.py - Add web hook queue code back in. We'll remove it and turn it off after this CL goes to prod 2014-07-31 13:30:54 -04:00
repotoken.py tiny style fixes 2014-07-18 14:55:55 -04:00
robot.py Add ability to regenerate robot account credentials 2014-08-25 17:19:23 -04:00
search.py - Add support for orgs in the entity search and the notification system 2014-07-22 13:39:41 -04:00
subscribe.py Handle error cases better for external services 2014-08-25 15:30:29 -04:00
superuser.py - Further fixes for license stuff 2014-08-21 19:21:20 -04:00
tag.py Populate image storage objects with locations everywhere. 2014-06-27 20:04:26 -04:00
team.py Begin the work to allow robots and teams to be managed via API. 2014-08-05 20:53:00 -04:00
trigger.py Make sure to search teams as well when determining the robots which have access to a private repo 2014-08-18 19:19:01 -04:00
user.py Merge master into branch 2014-09-04 18:08:18 -04:00