Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | Use proper section. | 2018-09-23 | -4/+3 | |
* | Use default `.coveragerc` settings. | 2018-09-23 | -1/+5 | |
* | Merge branch 'django+add-tag-api' into django | 2018-09-23 | -12/+492 | |
|\ | ||||
| * | Add API root view documentation. | 2018-09-23 | -3/+3 | |
| * | Add viewsets and URLs for the Tag API. | 2018-09-23 | -5/+125 | |
| * | Exclude `admin.py` modules. | 2018-09-23 | -0/+5 | |
| * | Remove `hypothesis`. | 2018-09-23 | -29/+13 | |
| * | Add `hypothesis[django]` requirement. | 2018-09-23 | -1/+2 | |
| * | Add default sources to `.coveragerc`. | 2018-09-23 | -3/+11 | |
| * | Add embed validation. | 2018-09-23 | -2/+324 | |
| * | Add the `Tag` model. | 2018-09-22 | -0/+40 | |
* | | Revert "Add the `Tag` model." | 2018-09-23 | -25/+0 | |
* | | Merge branch 'django+add-tags-api' into django | 2018-09-23 | -0/+25 | |
|\ \ | |/ |/| | ||||
| * | Add the `Tag` model. | 2018-09-05 | -0/+52 | |
* | | Add `__str__` to all API models. | 2018-09-21 | -1/+42 | |
* | | Add `__repr__` to all models. | 2018-09-21 | -5/+43 | |
* | | Add help texts on all API models. | 2018-09-21 | -6/+69 | |
* | | Add trailing slash to admin page. | 2018-09-21 | -1/+1 | |
* | | Allow configuring `PARENT_HOST` via env var. | 2018-09-21 | -1/+1 | |
* | | Mount `/admin` site at home subdomain. | 2018-09-21 | -1/+3 | |
* | | Use default `cheaper` interval setting. | 2018-09-21 | -2/+0 | |
* | | Set up graceful shutdown. | 2018-09-21 | -5/+26 | |
* | | Use UWSGI protocol. | 2018-09-21 | -1/+1 | |
* | | Use UWSGI protocol socket. | 2018-09-21 | -1/+1 | |
* | | Add process name prefix. | 2018-09-20 | -0/+1 | |
* | | Remove `docker-compose.yml`. | 2018-09-20 | -34/+0 | |
* | | Drop privileges in UWSGI. | 2018-09-20 | -4/+5 | |
* | | Require application, set procnames. | 2018-09-20 | -0/+4 | |
* | | Use proper `adduser` invocation on Alpine. | 2018-09-20 | -4/+4 | |
* | | Use unprivileged user. | 2018-09-20 | -0/+24 | |
* | | Add UWSGI configuration. | 2018-09-20 | -1/+9 | |
* | | Use `uwsgi` instead of `gunicorn`. | 2018-09-20 | -6/+11 | |
* | | Omit `HEALTHCHECK`. | 2018-09-20 | -1/+0 | |
* | | Add dockerfile lints. | 2018-09-19 | -21/+41 | |
* | | Merge branch 'django+mdlint' into django | 2018-09-19 | -37/+114 | |
|\ \ | ||||
| * | | Add Markdown lint. | 2018-09-19 | -37/+114 | |
* | | | Keep `manage.py` in. | 2018-09-19 | -1/+0 | |
|/ / | ||||
* | | Remove headers after compilation. | 2018-09-19 | -13/+13 | |
* | | Ignore all unneeded files. | 2018-09-19 | -0/+23 | |
* | | Use `apk` virtualenv for build-time dependencies. | 2018-09-19 | -10/+18 | |
* | | Reorder headers. | 2018-09-18 | -15/+15 | |
* | | Update changelog & contributing guidelines, bump version.v0.3.0 | 2018-09-18 | -2/+23 | |
* | | Fix up `HEALTHCHECK`. | 2018-09-18 | -1/+1 | |
* | | Add coverage line to `CONTRIBUTING.md`. | 2018-09-18 | -0/+1 | |
* | | Add missing `application_import_names`. | 2018-09-18 | -1/+1 | |
* | | Add documentation. | 2018-09-18 | -16/+67 | |
* | | Add `psmgr` command. | 2018-09-18 | -1/+12 | |
* | | Remove `static` later. | 2018-09-18 | -4/+1 | |
* | | Add `HEALTHCHECK`. | 2018-09-18 | -0/+2 | |
* | | Omit unneeded directories. | 2018-09-18 | -1/+12 |