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-10-01 14:17:58 -04:00
.ebextensions Use production config in production and dev config in dev. 2013-09-30 23:54:12 -04:00
auth Allow for anonymous access tokens for public repositories. 2013-10-01 01:18:05 -04:00
certs Move the certs (which we don't actually use in the code) to a separate subdirectory. 2013-10-01 14:17:07 -04:00
data Rename Image.image_id to Image.docker_image_id to reduce confusion. 2013-10-01 14:14:39 -04:00
endpoints Rename Image.image_id to Image.docker_image_id to reduce confusion. 2013-10-01 14:14:39 -04:00
static Immediately null out the repo so that the user cannot take other actions while delete is processing 2013-10-01 14:17:51 -04:00
storage Add api function to fully delete a repository. 2013-10-01 12:13:25 -04:00
templates Quick fix for the signin page, we should consider moving it over to AJAX though. 2013-10-01 13:48:37 -04:00
util PEP8 fixes. 2013-09-27 20:03:07 -04:00
.gitignore Update to support running on elasticbeanstalk. 2013-09-30 16:14:48 -04:00
app.py Use production config in production and dev config in dev. 2013-09-30 23:54:12 -04:00
application.py Use production config in production and dev config in dev. 2013-09-30 23:54:12 -04:00
config.py Try logging to stderr. 2013-10-01 00:16:03 -04:00
initdb.py Rename Image.image_id to Image.docker_image_id to reduce confusion. 2013-10-01 14:14:39 -04:00
requirements-nover.txt Try using pymysql instead of mysqldb. 2013-09-30 20:26:41 -04:00
requirements.txt Try using pymysql instead of mysqldb. 2013-09-30 20:26:41 -04:00
test.db Rename Image.image_id to Image.docker_image_id to reduce confusion. 2013-10-01 14:14:39 -04:00
wsgi.conf We must pass authorization headers to our WSGI app. 2013-10-01 00:23:40 -04:00