Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix linting in tests file | 2020-10-12 | -0/+1 | |
| | ||||
* | Add unit test for timeline page | 2020-10-12 | -1/+8 | |
| | ||||
* | Merge branch 'master' into feat/timeline | 2020-10-12 | -2/+180 | |
|\ | ||||
| * | Remove multiple objects returning test case | 2020-10-10 | -2/+1 | |
| | | ||||
| * | Don't catch multiple object returned exception | 2020-10-10 | -3/+1 | |
| | | ||||
| * | Add trailing comma to infraction types listing | 2020-10-10 | -1/+1 | |
| | | | | | | Co-authored-by: Joe Banks <[email protected]> | |||
| * | Remove unnecessary newline from user tests | 2020-10-10 | -1/+0 | |
| | | ||||
| * | Fix wrong exception name | 2020-10-10 | -1/+1 | |
| | | ||||
| * | Cover metricity voice ban status with tests | 2020-10-10 | -0/+23 | |
| | | ||||
| * | Include voice ban status on metricity data | 2020-10-10 | -0/+13 | |
| | | ||||
| * | Don't allow voice ban to be hidden infraction | 2020-10-10 | -1/+1 | |
| | | ||||
| * | Add voice ban to infraction types and create migration for it | 2020-10-10 | -1/+20 | |
| | | ||||
| * | Merge remote-tracking branch 'upstream/master' into ↵ | 2020-10-10 | -15/+424 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | feat/397-398-metricity-db-and-api # Conflicts: # pydis_site/apps/api/tests/test_users.py # pydis_site/apps/api/viewsets/bot/user.py | |||
| * | | Broke out metricity connection into an | 2020-10-08 | -8/+109 | |
| | | | | | | | | | | | | | | | abstraction and added metricity endpoint unit tests. | |||
| * | | Reduce metricity db setup script and API response to the bare necessities. | 2020-10-06 | -25/+4 | |
| | | | ||||
| * | | Added total message count to metricity data response. | 2020-10-06 | -1/+8 | |
| | | | ||||
| * | | Merge branch 'feat/397-398-metricity-db-and-api' of ↵ | 2020-10-06 | -186/+30 | |
| |\ \ | | | | | | | | | | | | | https://github.com/dementati/site into feat/397-398-metricity-db-and-api | |||
| | * \ | Merge branch 'master' into feat/397-398-metricity-db-and-api | 2020-10-06 | -186/+30 | |
| | |\ \ | ||||
| * | | | | Fix minor style issue. | 2020-10-06 | -2/+0 | |
| |/ / / | ||||
| * | | | Added metricity db connection and user bot API | 2020-10-06 | -0/+46 | |
| | | | | ||||
* | | | | Merge branch 'master' into feat/timeline | 2020-10-10 | -440/+1201 | |
|\ \ \ \ | | |_|/ | |/| | | ||||
| * | | | Move Validation checks to serializer from viewset | 2020-10-09 | -22/+23 | |
| | | | | ||||
| * | | | Convert ValidationError response value to list from string | 2020-10-08 | -1/+1 | |
| | | | | ||||
| * | | | Convert error message value from list to string | 2020-10-08 | -1/+1 | |
| | | | | ||||
| * | | | supress warning: UnorderedObjectListWarning: Pagination may yield ↵ | 2020-10-08 | -1/+1 | |
| | | | | | | | | | | | | | | | | inconsistent results with an unordered object_list: <class 'pydis_site.apps.api.models.bot.user.User'> QuerySet. | |||
| * | | | return empty list as response for bulk creation of users | 2020-10-08 | -4/+5 | |
| | | | | ||||
| * | | | Merge branch 'master' into user_endpoint | 2020-10-08 | -188/+32 | |
| |\ \ \ | ||||
| | * \ \ | Merge branch 'master' into master | 2020-10-06 | -186/+30 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||
| | | * | | Logs Cleanup: Fix migrations conflicts with merge migration | 2020-10-03 | -0/+14 | |
| | | | | | ||||
| | | * | | Logs Cleanup: Remove removed LogEntry model import | 2020-10-03 | -1/+0 | |
| | | | | | ||||
| | | * | | Logs Cleanup: Add migration for log entry removal | 2020-10-03 | -0/+16 | |
| | | | | | ||||
| | | * | | Logs Cleanup: Remove log entry model | 2020-10-03 | -56/+0 | |
| | | | | | ||||
| | | * | | Logs Cleanup: Remove site internal logging to DB | 2020-10-03 | -49/+0 | |
| | | | | | ||||
| | | * | | Logs Cleanup: Remove logs serializers | 2020-10-03 | -13/+0 | |
| | | | | | ||||
| | | * | | Logs Cleanup: Remove logs URL | 2020-10-03 | -2/+0 | |
| | | | | | ||||
| | | * | | Logs Cleanup: Remove logs viewset | 2020-10-03 | -37/+0 | |
| | | | | | ||||
| | | * | | Logs Cleanup: Remove logs admin | 2020-10-03 | -28/+0 | |
| | | |/ | ||||
| | * / | Bump links for Effective Python to 2nd edition | 2020-10-05 | -2/+2 | |
| | |/ | | | | | | | Updated and expanded book for Python 3. Has 30 new major guidelines added compared to the 1st edition. | |||
| * | | fix bug with bulk create: response includes objects for users which were ↵ | 2020-10-08 | -1/+2 | |
| | | | | | | | | | | | | duplicates | |||
| * | | correct indentation | 2020-10-08 | -10/+10 | |
| | | | ||||
| * | | normalize API error responses. | 2020-10-08 | -2/+2 | |
| | | | ||||
| * | | use NON_FIELD_ERRORS_KEY for non-field-specific ValidationError response | 2020-10-08 | -1/+4 | |
| | | | ||||
| * | | update documentation | 2020-10-08 | -36/+34 | |
| | | | ||||
| * | | add testcase: test_returns_400_for_duplicate_request_users | 2020-10-08 | -0/+16 | |
| | | | ||||
| * | | raise ValidationError if users have same ID in request data during bulk patch | 2020-10-08 | -9/+15 | |
| | | | ||||
| * | | add test case: test_returns_400_for_existing_user | 2020-10-08 | -1/+12 | |
| | | | ||||
| * | | fix bug: bulk_patch returns duplicate objects in the response | 2020-10-08 | -1/+1 | |
| | | | ||||
| * | | catch IntegrityError and raise ValidationError during user creation. | 2020-10-08 | -0/+8 | |
| | | | ||||
| * | | update documentation | 2020-10-07 | -3/+3 | |
| | | | ||||
| * | | add test case for insufficient data while bulk updating users. | 2020-10-07 | -0/+14 | |
| | | |