Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [#176] Redo project layout | 2019-04-05 | -1390/+0 | |
| | ||||
* | Add nomination API test cases. | 2019-02-18 | -0/+41 | |
| | ||||
* | Add unit test for the new validator. | 2019-02-18 | -1/+12 | |
| | ||||
* | Add a bot setting model. | 2019-02-07 | -8/+8 | |
| | ||||
* | Add an API endpoint for reminders. | 2019-01-22 | -4/+14 | |
| | ||||
* | Account for broken import sorting on Azure. | 2019-01-20 | -1/+1 | |
| | ||||
* | Add a test case for the message deletion endpoint. | 2019-01-20 | -0/+43 | |
| | ||||
* | Do not rely on hardcoded ID. | 2019-01-20 | -1/+1 | |
| | ||||
* | Merge branch 'django' into django+add-logs-api | 2019-01-20 | -13/+416 | |
|\ | ||||
| * | Use proper test case name. | 2019-01-09 | -1/+1 | |
| | | ||||
| * | Add a view returning the server rules. | 2019-01-09 | -0/+35 | |
| | | | | | | | | Closes #171. | |||
| * | Fixed merge conflicts | 2018-12-08 | -6/+376 | |
| |\ | ||||
| | * | Django - Add Infractions API (#149) | 2018-11-29 | -6/+376 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add Infraction model and serialiser The model in not finalised. * fix mix up of serialiser fields * remove explicit id field and add foreign keys * remove unused import * disallow null for user * add view set and route * fix model and create migration * fix typo choice => choices * specify names for reverse accessors for User FKs * add django-filter * add filters to view set * add string dunder method to model * add list/retrieve tests * make reason nullable * add creation tests * remove support for PUT and DELETE * add support for PATCH * assert timestamps using strings rather than datetimes This is done to keep 3.6 support; datetime.fromisoformat() is 3.7+ * assert inserted_at * add unauthenticated tests * add bad value tests for list filters and retrieve * remove prefetch cache invalidation * make __str__ more descriptive * add field validation & remove note type * add tests for field validation * fix coverage for Infraction string dunder test * fix coverage (for sure this time) * return 400 for partial updates with frozen fields * add expanded serialiser and endpoints * test expanded endpoints * remove extra retrieve call * remove unnecessary try-finally blocks * remove extra blank line * document endpoints (except expanded) * document expanded routes * fix wrong routes in docstring (/infraction -> /infractions) * make merge migration | |||
| * | | Renamed class in test_users | 2018-12-01 | -1/+1 | |
| |/ | ||||
* | | Merge branch 'django' into django+add-logs-api. | 2018-11-25 | -24/+28 | |
|\| | ||||
| * | Django - Add Support for Storing Users Not in Guild (#150) | 2018-11-19 | -16/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||
* | | Add the `DeletedMessage` model. | 2018-11-18 | -6/+24 | |
| | | ||||
* | | Add the `channel_id` field to messages. | 2018-11-18 | -0/+1 | |
| | | ||||
* | | Add the `MessageDeletionContext` model. | 2018-11-18 | -5/+14 | |
| | | ||||
* | | Add the abstract `Message` model. | 2018-11-18 | -1/+11 | |
|/ | ||||
* | Use proper `noqa` comment. | 2018-10-26 | -1/+1 | |
| | ||||
* | Fixed linting | 2018-10-25 | -2/+3 | |
| | ||||
* | code presentasion and help text on models | 2018-10-25 | -1/+2 | |
| | ||||
* | 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 | |
| |