| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | 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 | |
| | | | | | This reverts commit c3c418033229b6758471a8386ca83cc2d0ceaf54. | |||
| * | 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 | |
| | | ||||
| * | Use proper host key. | 2018-09-17 | -1/+1 | |
| | | ||||
| * | Ensure host is known. | 2018-09-17 | -0/+4 | |
| | | ||||
| * | Use obfuscated port. | 2018-09-17 | -1/+1 | |
| | | ||||
| * | Fix typo. | 2018-09-17 | -1/+1 | |
| | | ||||
| * | Add autodeploy. | 2018-09-17 | -0/+15 | |
| | | ||||
| * | Rename `deploy` to `push` stage. | 2018-09-17 | -3/+3 | |
| | | ||||
| * | Fix typo. | 2018-09-16 | -1/+1 | |
| | | ||||
| * | Fix up CI. | 2018-09-16 | -738/+5 | |
| | | ||||