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 e7fa560787 Add support for custom fields in billing invoices
Customers (especially in Europe) need the ability to add Tax IDs, VAT IDs, and other custom fields to their invoices.

Fixes #106
2015-06-12 16:45:01 -04:00
..
__init__.py Add a test to verify that all important blueprints have all their methods decorated 2015-06-02 15:56:44 -04:00
billing.py Add support for custom fields in billing invoices 2015-06-12 16:45:01 -04: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 support for an external JWT-based authentication system 2015-06-05 13:20:10 -04:00
superuser.py Change API calls that expect non-robots to explicitly filter 2015-05-26 17:47:33 -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 Merge branch 'master' into nolurk 2015-06-02 13:55:16 -04:00