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 you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
bd47b9adf4
quay
/
endpoints
History
Download ZIP
Download TAR.GZ
yackob03
bd47b9adf4
Add an about page. Change the terms in the footer. Add colors to the icons for the contact options. Update the sitemap. Remove empty controllers.
2014-02-06 19:20:19 -05:00
..
__init__.py
Refactor the code into modules, it was getting unweildy.
2013-09-25 12:45:12 -04:00
api.py
Finish API endpoint unit tests
2014-02-03 18:18:33 -05:00
common.py
Add missing make_response
2014-01-24 15:20:46 -05:00
index.py
Garbage collect repositories on push and on tag deletion.
2014-02-06 14:13:35 -05:00
registry.py
Merge branch 'master' of bitbucket.org:yackob03/quay
2014-01-30 19:07:22 -05:00
tags.py
Switch the delete tag response code to match the registry spect.
2014-02-06 17:33:50 -05:00
test.py
Update the test endpoint to reflect the new build status.
2014-01-06 13:10:22 -05:00
web.py
Add an about page. Change the terms in the footer. Add colors to the icons for the contact options. Update the sitemap. Remove empty controllers.
2014-02-06 19:20:19 -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