| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Fixed linting | 2018-10-25 | -1/+2 | |
| | | ||||
| * | Added special snakes api | 2018-10-22 | -1/+3 | |
| | | ||||
| * | Fixed linting issues, added SnakeIdioms to test_models.py | 2018-10-20 | -1/+4 | |
| | | ||||
| * | added SnakeName to setUp | 2018-10-15 | -0/+1 | |
| | | ||||
| * | Added SnakeFact import | 2018-10-15 | -1/+1 | |
| | | ||||
| * | Use proper keyword argument. | 2018-09-23 | -1/+1 | |
| | | ||||
| * | Add missing test. | 2018-09-23 | -1/+5 | |
| | | ||||
| * | Add allowance tests. | 2018-09-23 | -0/+70 | |
| | | ||||
| * | Exclude `admin.py` modules. | 2018-09-23 | -0/+4 | |
| | | ||||
| * | Remove `hypothesis`. | 2018-09-23 | -27/+12 | |
| | | ||||
| * | Add embed validation. | 2018-09-23 | -0/+143 | |
| | | ||||
| * | Add `__str__` to all API models. | 2018-09-21 | -1/+27 | |
| | | ||||
| * | Add `__repr__` to all models. | 2018-09-21 | -0/+17 | |
| | | ||||
| * | Set up GitLab CI properly. | 2018-09-04 | -11/+8 | |
| | | ||||
| * | Merge branch 'django+add-users-api' into django | 2018-09-01 | -0/+118 | |
| |\ | ||||
| | * | Add the member viewset. | 2018-09-01 | -0/+118 | |
| | | | ||||
| * | | Add tests for untested branches. | 2018-09-01 | -2/+19 | |
| |/ | ||||
| * | Add support for deleting off-topic-channel names. | 2018-09-01 | -0/+29 | |
| | | ||||
| * | Add a creation route. | 2018-09-01 | -9/+48 | |
| | | ||||
| * | Add a test for the off-topic channel name API. | 2018-09-01 | -0/+75 | |
| | | ||||
| * | Add support for `create` & `destroy`. | 2018-08-16 | -0/+89 | |
| | | ||||
| * | Make test user superuser. | 2018-08-16 | -3/+13 | |
| | | ||||
| * | Add a simple `list` / `retrieve` documentation link endpoint. | 2018-08-16 | -0/+72 | |
| | | ||||
| * | Add a `HealthcheckView`. | 2018-08-16 | -0/+16 | |
| | | ||||
| * | Small documentation fixes. | 2018-08-16 | -1/+1 | |
| | | ||||
| * | Support `get_all` query parameter. | 2018-08-16 | -7/+20 | |
| | | ||||
| * | Add tests for the snake name listing API. | 2018-08-16 | -5/+42 | |
| | | ||||
| * | Add a base class for API test cases. | 2018-08-16 | -0/+60 | |
| | | ||||
| * | Use viewsets and the `rest_framework` router. | 2018-08-15 | -0/+10 | |