aboutsummaryrefslogtreecommitdiffstats
path: root/wiki/tests.py (unfollow)
Commit message (Collapse)AuthorLines
2018-11-25Use more descriptive migration name.Gravatar Johannes Christ-0/+0
2018-11-25Add a regex validator to snakename fields. (#151)Gravatar Hasan-2/+28
2018-11-22Use `ERROR` log level in tests if no log level is explicitly set.Gravatar Johannes Christ-2/+17
2018-11-19Django - Add Support for Storing Users Not in Guild (#150)Gravatar Mark-63/+111
* rename Member to User * add boolean field to distinguish users in our server * mark roles as not required * fix import order lint errors * fix order of model registration
2018-11-18Use proper attribute name.Gravatar Johannes Christ-1/+1
2018-11-18Add a role API viewset and mount it in the router.Gravatar Johannes Christ-9/+104
Closes #147.
2018-11-18Hook up the new viewset to the router.Gravatar Johannes Christ-2/+6
2018-11-18Add viewsets and serializers.Gravatar Johannes Christ-8/+56
2018-11-18Add `MessageDeletionContext` and `DeletedMessage` to the admin.Gravatar Johannes Christ-1/+4
2018-11-18Add the `DeletedMessage` model.Gravatar Johannes Christ-6/+66
2018-11-18Use proper field class name.Gravatar Johannes Christ-1/+1
2018-11-18Add the `channel_id` field to messages.Gravatar Johannes Christ-0/+13
2018-11-18Add the `MessageDeletionContext` model.Gravatar Johannes Christ-5/+57
2018-11-18Add the abstract `Message` model.Gravatar Johannes Christ-1/+42
2018-11-18Set up markdown & Dockerfile lints.Gravatar Johannes Christ-2/+26
2018-11-18Remove obsolete GitLab CI configuration.Gravatar Johannes Christ-133/+0