| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Add missing test. | 2019-04-14 | -0/+7 | |
| | | ||||
| * | Fixup broken reverse in test. | 2019-04-14 | -1/+1 | |
| | | ||||
| * | Merge pull request #199 from python-discord/add-logs-api | 2019-04-11 | -23/+142 | |
| |\ | | | | | Add an API to post logs to. | |||
| | * | Document `LogEntryViewSet`. | 2019-04-10 | -1/+27 | |
| | | | ||||
| | * | Add the `message` field. | 2019-04-08 | -3/+6 | |
| | | | ||||
| | * | Minor formatting improvements. | 2019-04-07 | -0/+1 | |
| | | | ||||
| | * | Add the `/logs` API route. | 2019-04-07 | -23/+41 | |
| | | | ||||
| | * | Add the `LogEntry` model. | 2019-04-07 | -0/+70 | |
| | | | ||||
| * | | Ignore pip version pinning complaints. | 2019-04-11 | -3/+3 | |
| | | | ||||
| * | | Merge pull request #204 from python-discord/only-uwsgi-in-container | 2019-04-11 | -42/+35 | |
| |\ \ | | | | | | | Only install uWSGI in the Docker image. | |||
| | * | | Remove `--dev` from container installation. | 2019-04-11 | -1/+1 | |
| | | | | ||||
| | * | | Only install uWSGI in Docker. | 2019-04-10 | -42/+35 | |
| | | | | ||||
| * | | | Use `set -eux` in pipeline script. | 2019-04-11 | -1/+3 | |
| | | | | ||||
| * | | | Document `LOG_LEVEL` and `DEBUG` setup. | 2019-04-11 | -5/+6 | |
| | | | | ||||
| * | | | Remove `ENGINE` variable export documentation. | 2019-04-11 | -2/+1 | |
| | | | | ||||
| * | | | Made clarifications on the hosts file | 2019-04-11 | -2/+22 | |
| | | | | ||||
| * | | | Added info for running the server | 2019-04-11 | -2/+4 | |
| |/ / | ||||
| * | | Make the pipeline green as grass. | 2019-04-10 | -14/+14 | |
| | | | ||||
| * | | Remove unused changelog. | 2019-04-10 | -39/+0 | |
| | | | ||||
| * | | Merge pull request #203 from gdude2002/django+base-templates | 2019-04-10 | -165/+1339 | |
| |\ \ | |/ |/| | Adds base templates for use in the home and wiki apps. | |||
| | * | No more vim modelines | 2019-04-10 | -8/+0 | |
| | | | ||||
| | * | Single base template, no content in it | 2019-04-10 | -71/+31 | |
| | | | ||||
| | * | Navbar: No need for example content | 2019-04-10 | -54/+6 | |
| | | | ||||
| | * | Fix footer text colour | 2019-04-10 | -2/+2 | |
| | | | ||||
| | * | Initial work on some base templates | 2019-04-10 | -162/+1432 | |
| |/ | ||||
| * | Merge pull request #198 from gdude2002/django+176/project-layout | 2019-04-07 | -10282/+554 | |
| |\ | | | | | [Fixes #158, #160, #176, #193] Project layout changes | |||
| | * | Address review by @jchristgit | 2019-04-07 | -5/+5 | |
| | | | ||||
| | * | Use volume for staticfiles. | 2019-04-07 | -1/+5 | |
| | | | ||||
| | * | Display some output about migrations. | 2019-04-07 | -1/+1 | |
| | | | ||||
| | * | Exit `migrate_and_serve` on error. | 2019-04-07 | -1/+1 | |
| | | | ||||
| | * | Remove bot from compose setup, move staticfiles to writable directory. | 2019-04-07 | -7/+1 | |
| | | | ||||
| | * | 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 | |
| | | ||||