aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Properly configure Django project.Gravatar Johannes Christ2018-08-30-4/+6
|
* Use system Python interpreter.Gravatar Johannes Christ2018-08-30-1/+1
|
* Proeprly set up lint and test stages.Gravatar Johannes Christ2018-08-30-16/+36
|
* Add CI build script.Gravatar Johannes Christ2018-08-30-19/+19
|
* Push site base image on CI.Gravatar Gareth Coles2018-08-27-66/+47
|
* Add GitLab CI linting.Gravatar Johannes Christ2018-08-27-78/+8
|
* Remove unused `libsass` dependency.Gravatar Johannes Christ2018-08-27-24/+1
|
* Add a `Dockerfile`.Gravatar Johannes Christ2018-08-27-0/+17
|
* Update lockfile.Gravatar Johannes Christ2018-08-27-3/+3
|
* Make test user superuser.Gravatar Johannes Christ2018-08-22-3/+13
|
* Add a `HealthcheckView`.Gravatar Johannes Christ2018-08-16-0/+45
|
* Small documentation fixes.Gravatar Johannes Christ2018-08-16-2/+5
|
* Namespace `bot` endpoints.Gravatar Johannes Christ2018-08-16-3/+10
|
* Support `get_all` query parameter.Gravatar Johannes Christ2018-08-16-10/+66
|
* Add tests for the snake name listing API.Gravatar Johannes Christ2018-08-16-5/+42
|
* Explicitly specify included fields.Gravatar Johannes Christ2018-08-16-0/+1
|
* Add a base class for API test cases.Gravatar Johannes Christ2018-08-16-0/+60
|
* Remove broken `apk install` command.Gravatar Johannes Christ2018-08-15-1/+0
|
* Use viewsets and the `rest_framework` router.Gravatar Johannes Christ2018-08-15-6/+38
|
* Use `reverse` from `django-hosts`.Gravatar Johannes Christ2018-08-15-2/+2
|
* Require authentication to use the API.Gravatar Johannes Christ2018-08-15-3/+6
|
* Use `TokenAuthentication` instead of API keys.Gravatar Johannes Christ2018-08-15-11/+7
|
* Add the `SnakeName` model.Gravatar Johannes Christ2018-08-15-1/+25
|
* Add `api` to `INSTALLED_APPS`.Gravatar Johannes Christ2018-08-15-27/+28
|
* Add bot API key permission check.Gravatar Johannes Christ2018-08-14-0/+20
|
* Add `djangorestframework`.Gravatar Johannes Christ2018-08-14-4/+13
|
* Add `api.` subdomain to host configuration.Gravatar Johannes Christ2018-08-14-1/+1
|
* Build PostgreSQL requirements.Gravatar Johannes Christ2018-08-13-0/+1
|
* Add a simple test case for `home:index`.Gravatar Johannes Christ2018-08-13-1/+7
|
* Add subdomains to `ALLOWED_HOSTS`.Gravatar Johannes Christ2018-08-13-2/+14
|
* Namespace `home:index` URL.Gravatar Johannes Christ2018-08-13-3/+2
|
* Include `CREATEDB` permission necessary for tests.Gravatar Johannes Christ2018-08-13-1/+1
|
* Add stub applications `api` and `wiki`.Gravatar Johannes Christ2018-08-13-0/+34
|
* Add a basic index page template.Gravatar Johannes Christ2018-08-13-0/+42
|
* Add base & navbar templates.Gravatar Johannes Christ2018-08-13-0/+35
|
* Add static files.Gravatar Johannes Christ2018-08-13-0/+9762
|
* Add regular URLconf.Gravatar Johannes Christ2018-08-13-5/+18
|
* Add the `home` app.Gravatar Johannes Christ2018-08-11-21/+43
|
* Remove nested URLconfs.Gravatar Johannes Christ2018-08-11-60/+7
|
* Add setup instructions.Gravatar Johannes Christ2018-08-11-0/+11
|
* Use `django-environ` and PostgreSQL.Gravatar Johannes Christ2018-08-11-22/+69
|
* Rename `pydis_django` to `pysite`.Gravatar Johannes Christ2018-08-11-12/+11
|
* Initial project layout for djangoGravatar Gareth Coles2018-08-07-27350/+348
|
* A wizard is never late, nor is he early.Gravatar Gareth Coles2018-07-31-1/+1
| | | | He arrives precisely when he means to.
* Resources: The New BostonGravatar Gareth Coles2018-07-31-0/+12
|
* Merge branch 'bugfix/fix-expired-record-unhiphopification-message' into 'master'Gravatar Leon Sandøy2018-07-31-3/+2
|\ | | | | | | | | | | | | Fix expiry checking when unhophipifying. Closes bot#29 See merge request python-discord/projects/site!29
| * Fix expiry checking when unhophipifying.Gravatar Johannes Christ2018-07-28-3/+2
| |
* | Merge branch 'enhancement/delete-otname-route' into 'master'Gravatar Leon Sandøy2018-07-29-11/+68
|\ \ | | | | | | | | | | | | Add `DELETE` route to `off-topic-names` endpoint. See merge request python-discord/projects/site!28
| * | Add `DELETE` route to `off-topic-names` endpoint.Gravatar Johannes Christ2018-07-28-11/+68
| |/
* | Merge branch 'clean_command' into 'master'Gravatar Leon Sandøy2018-07-29-575/+911
|\ \ | | | | | | | | | | | | Clean command API and frontend See merge request python-discord/projects/site!26