This website requires JavaScript.
Explore
Help
Sign in
vbatts
/
quay
Archived
Watch
1
Star
0
Fork
You've already forked quay
0
Code
Issues
Pull requests
Releases
Wiki
Activity
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.
9371c70941
quay
/
endpoints
History
jakedt
9afd49e882
Leave ISEs as 400s, but log exceptions and have slightly improved error messages.
2014-02-25 17:19:02 -05:00
..
__init__.py
Refactor the code into modules, it was getting unweildy.
2013-09-25 12:45:12 -04:00
api.py
Merge remote-tracking branch 'origin/allyourbaseimage'
2014-02-18 19:15:14 -05:00
common.py
Leave ISEs as 400s, but log exceptions and have slightly improved error messages.
2014-02-25 17:19:02 -05:00
index.py
Fix the translation of old ids to new ids, again.
2014-02-25 16:31:52 -05:00
realtime.py
Get the basic tutorial working completely, including reacting to server-side events
2014-02-06 20:58:26 -05:00
registry.py
Move the auth context methods into their own file so that we don't have auth trying to import itself
2014-02-25 15:07:24 -05:00
tags.py
Switch the delete tag response code to match the registry spect.
2014-02-06 17:33:50 -05:00
web.py
Merge branch 'master' into tutorial
2014-02-06 21:23:27 -05:00
webhooks.py
Move each flask module into a Blueprint and have CSRF protection only on the API blueprint
2013-12-30 17:05:27 -05:00