Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2020-02-21 | Add sentry_sdk dependency | -135/+156 | ||
2020-02-20 | Pad logos so they horizontally align | -0/+0 | ||
2020-02-20 | Add sentry logo to sponsors | -0/+3 | ||
2020-02-17 | Change MEDIA_ROOT to /site/media | -1/+1 | ||
2020-02-16 | Fix #329 missing manage.py & Django logs | -0/+1 | ||
Fixed by allocating a pseudo-tty to the web service in Docker Compose. | ||||
2020-02-16 | Switch the code jam banner for the stream. | -4/+8 | ||
With the code jam over, we don't want a code jam banner on our front page. This commit replaces it with the Code Jam Judge Stream. | ||||
2020-02-12 | Add vscode project folder to gitignore | -0/+3 | ||
I've added the vscode project settings folder, `.vscode`, to our gitignore file because it's a popular editor and we don't want settings folders being committed to the repository. | ||||
2020-02-08 | Fix migration dependency | -2/+2 | ||
2020-02-06 | Update resources reference in head navbar. | -2/+2 | ||
Due to the tweak in the wiki page structure, the Tools page is now under resources, and Learning Resources is now just Resources. | ||||
2020-02-03 | Improve robustness with regard to ordering | -2/+2 | ||
2020-02-03 | Add second reminder to list tests, implement `test_filter_field` test | -6/+24 | ||
2020-02-03 | Improve test failure clarity (reduce unhandled exceptions in assertions) | -1/+4 | ||
2020-02-03 | Improve test failure clarity (reduce unhandled exceptions in assertions) | -2/+2 | ||
2020-02-03 | Fix unnecessary kwarg syntax | -2/+2 | ||
2020-02-03 | Unbleach Wiki | -19/+1 | ||
Disables the sanitisation of HTML in wiki articles. | ||||
2020-02-02 | Update CODEOWNERS | -1/+1 | ||
2020-02-02 | Add ReminderListTests | -0/+37 | ||