Commit message (Expand) | Author | Lines | |
---|---|---|---|
2018-10-06 | Update the compose file and dockerapp file. | -16/+52 | |
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 | |
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 | |
2018-09-20 | Omit `HEALTHCHECK`. | -1/+0 | |
2018-09-19 | Add dockerfile lints. | -21/+41 | |
2018-09-19 | Add Markdown lint. | -37/+114 | |
2018-09-19 | Keep `manage.py` in. | -1/+0 | |
2018-09-19 | Remove headers after compilation. | -13/+13 | |
2018-09-19 | Ignore all unneeded files. | -0/+23 | |
2018-09-19 | Use `apk` virtualenv for build-time dependencies. | -10/+18 | |
2018-09-18 | Reorder headers. | -15/+15 | |
2018-09-18 | Update changelog & contributing guidelines, bump version.v0.3.0 | -2/+23 | |
2018-09-18 | Fix up `HEALTHCHECK`. | -1/+1 | |
2018-09-18 | Add coverage line to `CONTRIBUTING.md`. | -0/+1 |