Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Omit Python header installation step. | 2018-09-16 | -4/+4 | |
| | ||||
* | Back to the roots. | 2018-09-16 | -28/+42 | |
| | ||||
* | Fix typo. | 2018-09-16 | -1/+2 | |
| | ||||
* | Use sane package manager. | 2018-09-16 | -17/+393 | |
| | ||||
* | Use proper key for formatter setting. | 2018-09-10 | -1/+1 | |
| | ||||
* | Use proper path to `StreamHandler`. | 2018-09-10 | -1/+1 | |
| | ||||
* | Add `gunicorn` logs to `stdout`. | 2018-09-10 | -0/+26 | |
| | ||||
* | Remove `nging` for now. | 2018-09-10 | -31/+0 | |
| | ||||
* | Revert "Use Argon2 for password hashing." | 2018-09-08 | -83/+5 | |
| | | | | | | Needs compiled dependencies, not needed for API yet. This reverts commit 17bff58a3c8f1a28052f4da88feb13cb2de56922. | |||
* | Use Argon2 for password hashing. | 2018-09-08 | -5/+83 | |
| | ||||
* | Remove unused imports. | 2018-09-08 | -2/+0 | |
| | ||||
* | Add the `admin` subdomain with the Django Admin. | 2018-09-08 | -7/+27 | |
| | ||||
* | Allow configuring allowed hosts with env var. | 2018-09-07 | -7/+10 | |
| | ||||
* | Only push `nging` on `master` and `django`. | 2018-09-05 | -0/+5 | |
| | ||||
* | Add a `docker-compose.yml` file. | 2018-09-05 | -0/+34 | |
| | ||||
* | Properly set `CMD`. | 2018-09-05 | -0/+2 | |
| | ||||
* | Add `nging` for static files. | 2018-09-05 | -1/+25 | |
| | ||||
* | Login to proper registry. | 2018-09-05 | -1/+1 | |
| | ||||
* | Use proper registry. | 2018-09-05 | -3/+3 | |
| | ||||
* | Add the `STATIC_ROOT` setting. | 2018-09-05 | -0/+1 | |
| | ||||
* | Push to Docker Hub. | 2018-09-05 | -3/+3 | |
| | ||||
* | Add `dockerapp` file. | 2018-09-04 | -0/+49 | |
| | ||||
* | Only delete build-time dependencies. | 2018-09-04 | -1/+1 | |
| | ||||
* | Use proper WSGI callable. | 2018-09-04 | -1/+1 | |
| | ||||
* | "Updated Pipfile.lock (97f724c)!" | 2018-09-04 | -1/+1 | |
| | ||||
* | Purge unneeded packages. | 2018-09-04 | -0/+1 | |
| | ||||
* | Add `gunicorn` dependency. | 2018-09-04 | -1/+10 | |
| | ||||
* | Remove unused files. | 2018-09-04 | -205/+0 | |
| | ||||
* | Use pipeline-readable job names. | 2018-09-04 | -6/+6 | |
| | ||||
* | Add missing argument. | 2018-09-04 | -2/+2 | |
| | ||||
* | Set up GitLab CI properly. | 2018-09-04 | -55/+117 | |
| | ||||
* | Add job tags. | 2018-09-03 | -3/+6 | |
| | ||||
* | Try using local registry. | 2018-09-03 | -0/+1 | |
| | ||||
* | Try using local registry. | 2018-09-03 | -25/+37 | |
| | ||||
* | Linewrap import. | 2018-09-01 | -1/+4 | |
| | ||||
* | Lock dependencies. | 2018-09-01 | -18/+20 | |
| | ||||
* | Merge branch 'django+add-users-api' into django | 2018-09-01 | -33/+419 | |
|\ | ||||
| * | Add the member viewset. | 2018-09-01 | -18/+273 | |
| | | ||||
| * | Ignore settings from coverage. | 2018-09-01 | -0/+1 | |
| | | ||||
| * | Add the `Member` model. | 2018-09-01 | -2/+80 | |
| | | ||||
| * | Add the `Role` model. | 2018-09-01 | -1/+65 | |
| | | ||||
| * | Ignore irrelevant files in coverage report. | 2018-09-01 | -14/+2 | |
| | | ||||
* | | Add tests for untested branches. | 2018-09-01 | -2/+19 | |
|/ | ||||
* | Add support for deleting off-topic-channel names. | 2018-09-01 | -1/+49 | |
| | ||||
* | Ignore migrations file in `flake8`. | 2018-09-01 | -1/+1 | |
| | ||||
* | Add a creation route. | 2018-09-01 | -12/+74 | |
| | ||||
* | Add a test for the off-topic channel name API. | 2018-09-01 | -0/+75 | |
| | ||||
* | Fix migration conflicts. | 2018-09-01 | -1/+1 | |
| | ||||
* | Add the GET route. | 2018-09-01 | -7/+72 | |
| | ||||
* | Add the `OffTopicChannelName` model. | 2018-09-01 | -0/+29 | |
| |