Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | Allow retrieval of individual bot settings. | 2019-02-18 | -1/+1 | |
* | Add a new endpoint for updating bot settings. | 2019-02-18 | -15/+26 | |
* | Define proper update method. | 2019-02-06 | -1/+1 | |
* | Implement a simple nominations API. | 2019-01-27 | -10/+30 | |
* | Add an API endpoint for reminders. | 2019-01-22 | -8/+64 | |
* | Chonk down horrible JOIN performance. | 2019-01-20 | -1/+1 | |
* | Make the flakes happy. | 2019-01-20 | -2/+2 | |
* | Finish the logs API. | 2019-01-20 | -2/+2 | |
* | Merge branch 'django' into django+add-logs-api | 2019-01-20 | -11/+154 | |
|\ | ||||
| * | Merge branch 'django' into django+add-role-viewset | 2019-01-01 | -41/+188 | |
| |\ | ||||
| | * | Fixed merge conflicts | 2018-12-08 | -4/+145 | |
| | |\ | ||||
| | | * | Django - Add Infractions API (#149) | 2018-11-29 | -4/+145 | |
| | * | | Fixed member route typos | 2018-11-30 | -3/+3 | |
| | |/ | ||||
| * | | apply stash | 2019-01-01 | -8/+99 | |
* | | | Merge branch 'django' into django+add-logs-api. | 2018-11-25 | -38/+43 | |
|\ \ \ | | |/ | |/| | ||||
| * | | Django - Add Support for Storing Users Not in Guild (#150) | 2018-11-19 | -32/+37 | |
| |/ | ||||
* | | Use proper attribute name. | 2018-11-18 | -1/+1 | |
* | | Add a role API viewset and mount it in the router. | 2018-11-18 | -6/+97 | |
* | | Add viewsets and serializers. | 2018-11-18 | -3/+38 | |
|/ | ||||
* | code presentasion and help text on models | 2018-10-25 | -5/+6 | |
* | Added special snake documentation, fixed linting errors | 2018-10-24 | -6/+29 | |
* | Added special snakes api | 2018-10-22 | -5/+11 | |
* | fixed linting issues | 2018-10-20 | -1/+1 | |
* | added whitespace before headers | 2018-10-20 | -0/+2 | |
* | ficksed gramar and kept imports 2 per line | 2018-10-20 | -4/+4 | |
* | Fixed linting issues, added SnakeIdioms to test_models.py | 2018-10-20 | -3/+3 | |
* | Added Snake idioms documentation, fixed docs for snake facts | 2018-10-20 | -1/+19 | |
* | Added snake idioms api | 2018-10-19 | -2/+9 | |
* | exterminated trailing comma, fixed imports 2 per line | 2018-10-15 | -3/+4 | |
* | Fixed import order and linting | 2018-10-15 | -4/+3 | |
* | Fixed ordering, switched to ListModelMixin | 2018-10-13 | -27/+27 | |
* | Added snake facts api | 2018-10-11 | -2/+27 | |
* | Add viewsets and URLs for the Tag API. | 2018-09-23 | -2/+108 | |
* | Set up GitLab CI properly. | 2018-09-04 | -3/+6 | |
* | Linewrap import. | 2018-09-01 | -1/+4 | |
* | Lock dependencies. | 2018-09-01 | -3/+5 | |
* | Add the member viewset. | 2018-09-01 | -8/+120 | |
* | Add support for deleting off-topic-channel names. | 2018-09-01 | -1/+20 | |
* | Add a creation route. | 2018-09-01 | -3/+26 | |
* | Add the GET route. | 2018-09-01 | -3/+58 | |
* | Add support for `create` & `destroy`. | 2018-08-16 | -11/+44 | |
* | Add a simple `list` / `retrieve` documentation link endpoint. | 2018-08-16 | -4/+40 | |
* | Small documentation fixes. | 2018-08-16 | -1/+4 | |
* | Support `get_all` query parameter. | 2018-08-16 | -3/+46 | |
* | Use viewsets and the `rest_framework` router. | 2018-08-15 | -0/+9 |