Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 | |
* | 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 | |
* | Omit `libpq`. | 2018-09-18 | -4/+4 | |
* | Omit `postgresql-dev`. | 2018-09-18 | -4/+2 | |
* | Omit `automake`. | 2018-09-18 | -8/+0 | |
* | Omit `cmake`. | 2018-09-18 | -8/+0 | |
* | Omit `git`. | 2018-09-18 | -12/+4 | |
* | Omit `autoconf`. | 2018-09-18 | -6/+12 | |
* | Revert "Try to re-add host key checks." | 2018-09-18 | -5/+1 | |
* | Try to re-add host key checks. | 2018-09-18 | -1/+5 | |
* | Use symlink to `alpine-3.7` Dockerfile. | 2018-09-18 | -11/+1 | |
* | Make docker less insecure. | 2018-09-18 | -4/+4 | |
* | Use GitLab registry for passing images. | 2018-09-18 | -39/+15 |