No description
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.
Find a file
2013-09-27 23:47:32 -04:00
auth Flesh out some permissions APIs. 2013-09-27 13:24:07 -04:00
data Create indices that we will probably need. 2013-09-27 23:33:59 -04:00
endpoints Switch the search to use SQL query. 2013-09-27 23:25:57 -04:00
static Merge branch 'master' of https://bitbucket.org/yackob03/quay 2013-09-27 19:24:30 -04:00
storage Namespace the storage in the registry to prevent leaking images if one acquires the image id. 2013-09-25 20:00:22 -04:00
templates Merge branch 'master' of https://bitbucket.org/yackob03/quay 2013-09-27 19:24:30 -04:00
util PEP8 fixes. 2013-09-27 20:03:07 -04:00
.gitignore Add a test db with one repository, one user, and several images. 2013-09-25 14:11:25 -04:00
app.py Send a confirmation email when an account is created. Links don't do anything yet. 2013-09-27 19:29:01 -04:00
config.py PEP8 fixes. 2013-09-27 20:03:07 -04:00
registry_wsgi.py Add the registry code. 2013-09-25 17:50:03 -04:00
requirements.txt Send a confirmation email when an account is created. Links don't do anything yet. 2013-09-27 19:29:01 -04:00
test.db Add a public database to the test db. 2013-09-27 23:47:32 -04:00
wsgi.py Refactor the code into modules, it was getting unweildy. 2013-09-25 12:45:12 -04:00