Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | Address review by @lemonsaurus | 2019-04-06 | -5/+2 | |
* | Address review by @jchristgit | 2019-04-05 | -159/+46 | |
* | pysite -> pydis_site | 2019-04-05 | -87/+87 | |
* | [#158 #160] Automatically run collectstatic in containers/setup script | 2019-04-05 | -0/+10 | |
* | [#158 #160] Add crispy-bulma and simple-bulma | 2019-04-05 | -9676/+82 | |
* | [#193] Replace Poetry with Pipenv | 2019-04-05 | -425/+394 | |
* | [#176] Redo project layout | 2019-04-05 | -57/+62 | |
* | Set `harakiri = 30`. | 2019-03-11 | -0/+4 | |
* | Set `single-interpreter = true`. | 2019-03-11 | -0/+2 | |
* | Revert to 16.04 build pools. | 2019-03-09 | -4/+4 | |
* | Update pool build to Ubuntu 18.04 | 2019-03-09 | -4/+4 | |
* | Update Django to 2.1.7. | 2019-02-18 | -27/+54 | |
* | Add nomination API test cases. | 2019-02-18 | -0/+41 | |
* | Add `# pragma: no cover` to downwards migration. | 2019-02-18 | -1/+1 | |
* | Add unit test for the new validator. | 2019-02-18 | -1/+12 | |
* | Add a validator for bot setting names. | 2019-02-18 | -0/+19 | |
* | Allow retrieval of individual bot settings. | 2019-02-18 | -7/+9 | |
* | Add a new endpoint for updating bot settings. | 2019-02-18 | -29/+51 | |
* | Create a data migration for the `defcon` settings. | 2019-02-18 | -0/+30 | |
* | Add a bot setting model. | 2019-02-07 | -9/+54 | |
* | Define proper update method. | 2019-02-06 | -1/+1 | |
* | Use poetry for dependency managemnet. | 2019-02-05 | -57/+396 | |
* | Implement a simple nominations API. | 2019-01-27 | -20/+111 | |
* | Add an API endpoint for reminders. | 2019-01-22 | -22/+164 | |
* | Chonk down horrible JOIN performance. | 2019-01-20 | -1/+1 | |
* | Add the `watch` infraction type. | 2019-01-20 | -0/+19 | |
* | Account for broken import sorting on Azure. | 2019-01-20 | -1/+1 | |
* | Add a test case for the message deletion endpoint. | 2019-01-20 | -0/+43 | |
* | Do not rely on hardcoded ID. | 2019-01-20 | -1/+1 | |
* | Make the flakes happy. | 2019-01-20 | -6/+7 | |
* | Finish the logs API. | 2019-01-20 | -7/+34 | |
* | Allow message content to be blank. | 2019-01-20 | -1/+20 | |
* | Merge branch 'django' into django+add-logs-api | 2019-01-20 | -103/+1247 | |
|\ | ||||
| * | Add an example `docker-compose.yml`. | 2019-01-13 | -7/+16 | |
| * | Drop `collectstatic` task again. | 2019-01-13 | -1/+0 | |
| * | Remove duplicated newline. | 2019-01-12 | -1/+0 | |
| * | Ignore dumb `hadolint` error. | 2019-01-12 | -1/+1 | |
| * | Collect static files in Docker image. | 2019-01-12 | -4/+5 | |
| * | Document format query parameter. | 2019-01-09 | -1/+3 | |
| * | Use proper test case name. | 2019-01-09 | -1/+1 | |
| * | Add a view returning the server rules. | 2019-01-09 | -3/+172 | |
| * | Use proper default for infraction insertion date. | 2019-01-09 | -2/+21 | |
| * | Allow custom `inserted_at` infraction field for now. | 2019-01-07 | -1/+21 | |
| * | Use proper field name in `tag_embed_validator`. | 2019-01-07 | -1/+1 | |
| * | Add the `note` infraction type. | 2019-01-05 | -1/+20 | |
| * | Document deployment. | 2019-01-05 | -0/+147 | |
| * | Default to `INFO` log level. | 2019-01-04 | -1/+1 | |
| * | Document configuration environment variables. | 2019-01-04 | -0/+25 | |
| * | Merge pull request #162 from python-discord/issue/159-install-crispyforms | 2019-01-04 | -0/+2 | |
| |\ | ||||
| | * | Set up `django-crispy-forms`. | 2018-12-30 | -0/+2 |