Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 | |
|/ | ||||
* | Add a `HealthcheckView`. | 2018-08-16 | -0/+45 | |
* | Small documentation fixes. | 2018-08-16 | -2/+5 | |
* | Namespace `bot` endpoints. | 2018-08-16 | -3/+10 | |
* | Support `get_all` query parameter. | 2018-08-16 | -10/+66 | |
* | Add tests for the snake name listing API. | 2018-08-16 | -5/+42 | |
* | Explicitly specify included fields. | 2018-08-16 | -0/+1 | |
* | Add a base class for API test cases. | 2018-08-16 | -0/+60 | |
* | Remove broken `apk install` command. | 2018-08-15 | -1/+0 | |
* | Use viewsets and the `rest_framework` router. | 2018-08-15 | -6/+38 | |
* | Use `reverse` from `django-hosts`. | 2018-08-15 | -2/+2 | |
* | Require authentication to use the API. | 2018-08-15 | -3/+6 | |
* | Use `TokenAuthentication` instead of API keys. | 2018-08-15 | -11/+7 | |
* | Add the `SnakeName` model. | 2018-08-15 | -1/+25 | |
* | Add `api` to `INSTALLED_APPS`. | 2018-08-15 | -27/+28 | |
* | Add bot API key permission check. | 2018-08-14 | -0/+20 | |
* | Add `djangorestframework`. | 2018-08-14 | -4/+13 | |
* | Add `api.` subdomain to host configuration. | 2018-08-14 | -1/+1 | |
* | Build PostgreSQL requirements. | 2018-08-13 | -0/+1 | |
* | Add a simple test case for `home:index`. | 2018-08-13 | -1/+7 | |
* | Add subdomains to `ALLOWED_HOSTS`. | 2018-08-13 | -2/+14 | |
* | Namespace `home:index` URL. | 2018-08-13 | -3/+2 | |
* | Include `CREATEDB` permission necessary for tests. | 2018-08-13 | -1/+1 | |
* | Add stub applications `api` and `wiki`. | 2018-08-13 | -0/+34 | |
* | Add a basic index page template. | 2018-08-13 | -0/+42 | |
* | Add base & navbar templates. | 2018-08-13 | -0/+35 | |
* | Add static files. | 2018-08-13 | -0/+9762 | |
* | Add regular URLconf. | 2018-08-13 | -5/+18 | |
* | Add the `home` app. | 2018-08-11 | -21/+43 |