Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2018-10-19 | Added snake idioms api | -6/+59 | ||
2018-10-16 | Add `docker` tag to use proper runners. | -0/+10 | ||
2018-10-15 | exterminated trailing comma, fixed imports 2 per line | -4/+5 | ||
2018-10-15 | added SnakeName to setUp | -0/+1 | ||
2018-10-15 | Added SnakeFact import | -1/+1 | ||
2018-10-15 | Fixed import order and linting | -10/+9 | ||
2018-10-15 | Only listen on localhost. | -1/+4 | ||
2018-10-15 | Bind Django development server to all interfaces. | -1/+1 | ||
2018-10-13 | Fixed ordering, switched to ListModelMixin | -27/+27 | ||
2018-10-13 | fixed ordering | -26/+28 | ||
2018-10-11 | Added snake facts api | -5/+75 | ||
2018-10-06 | Update the compose file and dockerapp file. | -16/+52 | ||
The development app from the compose file will now apply migrations on boot and additionally, it will use Django's development server along with the current directory mounted read-only into the container in order to support code reloading, helpful while development. | ||||
2018-09-23 | Use proper keyword argument. | -1/+1 | ||
2018-09-23 | Add missing test. | -1/+5 | ||
2018-09-23 | Use tag title as string representation. | -0/+3 | ||
2018-09-23 | Don't ignore `migrations` directory in container. | -4/+0 | ||
2018-09-23 | Ensure Django logs to stdout. | -0/+27 | ||
2018-09-23 | Force logs to stdout. | -26/+0 | ||
2018-09-23 | Add allowance tests. | -0/+70 | ||
2018-09-23 | Omit `*/urls.py` from coverage. | -0/+1 | ||
2018-09-23 | s/-/_/ | -1/+1 | ||
2018-09-23 | Use proper section. | -4/+3 | ||
2018-09-23 | Use default `.coveragerc` settings. | -1/+5 | ||
2018-09-23 | Revert "Add the `Tag` model." | -25/+0 | ||
This reverts commit b3a8093895c33e820c1193ece39bd10d1a4965ee. | ||||
2018-09-23 | Add API root view documentation. | -3/+3 | ||
2018-09-23 | Add viewsets and URLs for the Tag API. | -5/+125 | ||
2018-09-23 | Exclude `admin.py` modules. | -0/+5 | ||
2018-09-23 | Remove `hypothesis`. | -29/+13 | ||
2018-09-23 | Add `hypothesis[django]` requirement. | -1/+2 | ||
2018-09-23 | Add default sources to `.coveragerc`. | -3/+11 | ||
2018-09-23 | Add embed validation. | -2/+324 | ||
2018-09-22 | Add the `Tag` model. | -0/+40 | ||
2018-09-21 | Add `__str__` to all API models. | -1/+42 | ||
2018-09-21 | Add `__repr__` to all models. | -5/+43 | ||
2018-09-21 | Add help texts on all API models. | -6/+69 | ||
2018-09-21 | Add trailing slash to admin page. | -1/+1 | ||
2018-09-21 | Allow configuring `PARENT_HOST` via env var. | -1/+1 | ||
2018-09-21 | Mount `/admin` site at home subdomain. | -1/+3 | ||
2018-09-21 | Use default `cheaper` interval setting. | -2/+0 | ||
2018-09-21 | Set up graceful shutdown. | -5/+26 | ||
2018-09-21 | Use UWSGI protocol. | -1/+1 | ||
2018-09-21 | Use UWSGI protocol socket. | -1/+1 | ||
2018-09-20 | Add process name prefix. | -0/+1 | ||
2018-09-20 | Remove `docker-compose.yml`. | -34/+0 | ||
2018-09-20 | Drop privileges in UWSGI. | -4/+5 | ||
2018-09-20 | Require application, set procnames. | -0/+4 | ||
2018-09-20 | Use proper `adduser` invocation on Alpine. | -4/+4 | ||
2018-09-20 | Use unprivileged user. | -0/+24 | ||
2018-09-20 | Add UWSGI configuration. | -1/+9 | ||
2018-09-20 | Use `uwsgi` instead of `gunicorn`. | -6/+11 | ||