Commit message (Expand) | Author | Lines | |
---|---|---|---|
2018-09-20 | Use `uwsgi` instead of `gunicorn`. | -1/+1 | |
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 | |
2018-09-18 | Add missing `application_import_names`. | -1/+1 | |
2018-09-18 | Add documentation. | -16/+67 | |
2018-09-18 | Add `psmgr` command. | -1/+12 | |
2018-09-18 | Remove `static` later. | -4/+1 | |
2018-09-18 | Add `HEALTHCHECK`. | -0/+2 | |
2018-09-18 | Omit unneeded directories. | -1/+12 | |
2018-09-18 | Omit `libpq`. | -4/+4 | |
2018-09-18 | Omit `postgresql-dev`. | -4/+2 | |
2018-09-18 | Omit `automake`. | -8/+0 | |
2018-09-18 | Omit `cmake`. | -8/+0 | |
2018-09-18 | Omit `git`. | -12/+4 | |
2018-09-18 | Omit `autoconf`. | -6/+12 | |
2018-09-18 | Revert "Try to re-add host key checks." | -5/+1 | |
2018-09-18 | Try to re-add host key checks. | -1/+5 | |
2018-09-18 | Use symlink to `alpine-3.7` Dockerfile. | -11/+1 | |
2018-09-18 | Make docker less insecure. | -4/+4 | |
2018-09-18 | Use GitLab registry for passing images. | -39/+15 | |
2018-09-18 | Build and push images to CI. | -21/+39 | |
2018-09-18 | Pass down postgres IP. | -2/+2 | |
2018-09-17 | Try running in container network. | -8/+8 | |
2018-09-17 | Try to cache requirements. | -4/+8 | |
2018-09-17 | Add `SECRET_KEY` to test invocations. | -8/+8 | |
2018-09-17 | Use proper tarball name. | -9/+9 | |
2018-09-17 | Properly add build directory. | -41/+46 | |
2018-09-17 | Use proper multiline installation. | -8/+34 | |
2018-09-17 | Use output redirection. | -4/+4 | |
2018-09-17 | Build docker image and pass it around. | -9/+116 | |
2018-09-17 | Only run `deploy` step on `master` and `django`. | -0/+3 | |
2018-09-17 | Follow naming scheme. | -3/+3 | |
2018-09-17 | One more time 🎵 | -0/+1 | |
2018-09-17 | Fix up host key verification. | -5/+1 | |
2018-09-17 | Use proper host key. | -1/+1 | |
2018-09-17 | Ensure host is known. | -0/+4 | |
2018-09-17 | Use obfuscated port. | -1/+1 | |
2018-09-17 | Fix typo. | -1/+1 | |
2018-09-17 | Add autodeploy. | -0/+15 | |
2018-09-17 | Rename `deploy` to `push` stage. | -3/+3 | |
2018-09-16 | Fix typo. | -1/+1 |