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
2015-05-11 18:03:25 -04:00
..
__init__.py Validate that we have a valid JSON body 2015-02-18 15:57:05 -05:00
billing.py Merge branch 'koh' 2014-12-01 12:30:09 -08:00
build.py Minimize the queries used when retrieve builds. Previously, we'd call out to SQL extra times per build. 2015-05-07 21:11:15 -04:00
discovery.py Merge branch 'koh' 2014-12-01 12:30:09 -08:00
image.py Work in progress: new image view 2015-03-20 17:46:02 -04:00
logs.py Finish mobilification of org view 2015-04-20 14:00:10 -04:00
organization.py Switch avatars to be built out of CSS and only overlayed with the gravatar when a non-default exists 2015-03-30 17:55:04 -04:00
permission.py Redo the permissions table to have different sections for users and robot accounts 2015-04-01 14:23:39 -04:00
prototype.py - Fix tests 2015-03-31 18:50:43 -04:00
repoemail.py Merge branch 'koh' 2014-12-01 12:30:09 -08:00
repository.py Make the repository API faster by only checking the log entries table once for each kind of entry, rather than twice. We make use of a special subquery-like syntax, which allows us to count those entries that are both 30 days only and 1 day old in the same query. This was tested successfully on MySQL, Postgres and Sqlite. 2015-05-07 22:49:11 -04: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 Only return the team and repo permissions when listing robots when we absolutely need them. 2015-05-08 16:43:07 -04:00
search.py Switch to a 0.5 modifier 2015-04-20 13:00:56 -04:00
subscribe.py Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
suconfig.py Add proper error handling when the config volume is mounted in a read-only state. 2015-04-02 18:54:09 -04:00
superuser.py Add ability for super users to rename and delete organizations 2015-05-11 18:03:25 -04:00
tag.py Add unit tests and a stronger restriction on the revert API call 2015-04-19 15:43:16 -04:00
team.py Switch avatars to be built out of CSS and only overlayed with the gravatar when a non-default exists 2015-03-30 17:55:04 -04:00
trigger.py UI and code improvements to make working with the multiple SCMs easier 2015-05-03 10:38:11 -07:00
user.py Really disallow usage of the same account for an org as the one being converted. Before, you could do so via email. 2015-04-29 20:30:37 -04:00