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 79f39697fe - Fix superuser panel for debugging
- Start work on the gauges panel
2015-02-17 11:31:50 -05:00
..
__init__.py Add tests for the new super user config API and make sure both super user API endpoint sets are all guarded against being used in production 2015-01-08 12:53:36 -05:00
billing.py Merge branch 'koh' 2014-12-01 12:30:09 -08:00
build.py Add ability to cancel builds that are in the waiting state 2015-02-13 15:54:01 -05:00
discovery.py Merge branch 'koh' 2014-12-01 12:30:09 -08:00
image.py Merge branch 'master' into bees 2014-11-17 13:14:27 -05:00
logs.py Merge branch 'koh' 2014-12-01 12:30:09 -08:00
organization.py Merge branch 'koh' 2014-12-01 12:30:09 -08:00
permission.py Merge branch 'koh' 2014-12-01 12:30:09 -08:00
prototype.py Merge branch 'koh' 2014-12-01 12:30:09 -08:00
repoemail.py Merge branch 'koh' 2014-12-01 12:30:09 -08:00
repository.py Merge branch 'koh' 2014-12-01 12:30:09 -08:00
repositorynotification.py Merge branch 'koh' 2014-12-01 12:30:09 -08:00
repotoken.py Add documentation for all path parameters 2014-08-19 19:05:28 -04:00
robot.py Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
search.py Merge branch 'koh' 2014-12-01 12:30:09 -08:00
subscribe.py Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
suconfig.py - Fix superuser panel for debugging 2015-02-17 11:31:50 -05:00
superuser.py Add an in-memory superusermanager, which stores the current list of superusers in a process-shared Value. We do this because in the ER, when we add a new superuser, we need to ensure that ALL workers have their lists updated (otherwise we get the behavior that some workers validate the new permission and others do not). 2015-01-20 12:43:11 -05:00
tag.py Merge branch 'koh' 2014-12-01 12:30:09 -08:00
team.py Merge branch 'koh' 2014-12-01 12:30:09 -08:00
trigger.py Merge branch 'koh' 2014-12-01 12:30:09 -08:00
user.py Add the ability to select for update within transactions to fix some write after read hazards. Fix a bug in extend_processing. 2015-01-30 16:32:13 -05:00