Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 | |
* | Merge branch 'django' into django+documentation-link-api | 2018-08-31 | -117/+157 | |
|\ | ||||
| * | Install `flake8` on system. | 2018-08-31 | -1/+1 | |
| * | Merge branch 'django+add-gitlab-ci' into 'django' | 2018-08-31 | -178/+154 | |
| |\ | ||||
| | * | Always upload cov reports, add pipenv cache. | 2018-08-30 | -5/+8 | |
| | * | Add coverage reports. | 2018-08-30 | -3/+67 | |
| | * | Remove no longer needed conditional. | 2018-08-30 | -1/+0 | |
| | * | Properly configure Django project. | 2018-08-30 | -4/+6 | |
| | * | Use system Python interpreter. | 2018-08-30 | -1/+1 | |
| | * | Proeprly set up lint and test stages. | 2018-08-30 | -16/+36 | |
| | * | Add CI build script. | 2018-08-30 | -19/+19 | |
| | * | Push site base image on CI. | 2018-08-27 | -66/+47 | |
| | * | Add GitLab CI linting. | 2018-08-27 | -78/+8 | |
| | * | Remove unused `libsass` dependency. | 2018-08-27 | -24/+1 | |
| |/ | ||||
| * | Add a `Dockerfile`. | 2018-08-27 | -0/+17 | |
| * | Update lockfile. | 2018-08-27 | -3/+3 | |
| * | Make test user superuser. | 2018-08-22 | -3/+13 | |
* | | Remove unused files. | 2018-08-22 | -55886/+0 | |
* | | Use `postgres` service on CI. | 2018-08-16 | -1/+2 | |
* | | Add support for `create` & `destroy`. | 2018-08-16 | -11/+133 | |
* | | Make test user superuser. | 2018-08-16 | -3/+13 | |
* | | Add a simple `list` / `retrieve` documentation link endpoint. | 2018-08-16 | -6/+122 | |
* | | Add the `DocumentationLink` model. | 2018-08-16 | -0/+31 | |
|/ |