Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 | |
* | Build and push images to CI. | 2018-09-18 | -21/+39 | |
* | Pass down postgres IP. | 2018-09-18 | -2/+2 | |
* | Try running in container network. | 2018-09-17 | -8/+8 | |
* | Try to cache requirements. | 2018-09-17 | -4/+8 | |
* | Add `SECRET_KEY` to test invocations. | 2018-09-17 | -8/+8 | |
* | Use proper tarball name. | 2018-09-17 | -9/+9 | |
* | Properly add build directory. | 2018-09-17 | -41/+46 | |
* | Use proper multiline installation. | 2018-09-17 | -8/+34 | |
* | Use output redirection. | 2018-09-17 | -4/+4 | |
* | Build docker image and pass it around. | 2018-09-17 | -9/+116 | |
* | Only run `deploy` step on `master` and `django`. | 2018-09-17 | -0/+3 | |
* | Follow naming scheme. | 2018-09-17 | -3/+3 | |
* | One more time 🎵 | 2018-09-17 | -0/+1 | |
* | Fix up host key verification. | 2018-09-17 | -5/+1 |