aboutsummaryrefslogtreecommitdiffstats
path: root/docs (unfollow)
Commit message (Expand)AuthorLines
2020-10-10Don't allow voice ban to be hidden infractionGravatar ks129-1/+1
2020-10-10Add voice ban to infraction types and create migration for itGravatar ks129-1/+20
2020-10-09Move Validation checks to serializer from viewsetGravatar RohanJnr-22/+23
2020-10-08Convert ValidationError response value to list from stringGravatar RohanJnr-1/+1
2020-10-08Convert error message value from list to stringGravatar RohanJnr-1/+1
2020-10-08supress warning: UnorderedObjectListWarning: Pagination may yield inconsisten...Gravatar RohanJnr-1/+1
2020-10-08return empty list as response for bulk creation of usersGravatar RohanJnr-4/+5
2020-10-08fix bug with bulk create: response includes objects for users which were dupl...Gravatar RohanJnr-1/+2
2020-10-08correct indentationGravatar RohanJnr-10/+10
2020-10-08normalize API error responses.Gravatar RohanJnr-2/+2
2020-10-08use NON_FIELD_ERRORS_KEY for non-field-specific ValidationError responseGravatar RohanJnr-1/+4
2020-10-08update documentationGravatar RohanJnr-36/+34
2020-10-08add testcase: test_returns_400_for_duplicate_request_usersGravatar RohanJnr-0/+16
2020-10-08raise ValidationError if users have same ID in request data during bulk patchGravatar RohanJnr-9/+15
2020-10-08add test case: test_returns_400_for_existing_userGravatar RohanJnr-1/+12
2020-10-08fix bug: bulk_patch returns duplicate objects in the responseGravatar RohanJnr-1/+1
2020-10-08catch IntegrityError and raise ValidationError during user creation.Gravatar RohanJnr-0/+8
2020-10-08Broke out metricity connection into anGravatar Lucas Lindström-8/+110
2020-10-07update documentationGravatar RohanJnr-3/+3
2020-10-07add test case for insufficient data while bulk updating users.Gravatar RohanJnr-0/+14
2020-10-07add check for insufficient data in update method of UserListSerializerGravatar RohanJnr-0/+5
2020-10-07Document changes made to UserListSerializer in UserViewSetGravatar RohanJnr-0/+3
2020-10-07use more efficient codeGravatar RohanJnr-4/+6
2020-10-06Reduce metricity db setup script and API response to the bare necessities.Gravatar Lucas Lindström-49/+8
2020-10-06Add missing metricity db url environment variable to CI pipeline script.Gravatar Lucas Lindström-0/+1
2020-10-06Added total message count to metricity data response.Gravatar Lucas Lindström-1/+24
2020-10-06Fix minor style issue.Gravatar Lucas Lindström-2/+0
2020-10-06Added metricity db connection and user bot APIGravatar Lucas Lindström-1/+85
2020-10-06refactor tests to use updated changes and add tests for UserListPaginationGravatar RohanJnr-2/+64
2020-10-06overhaul create method to ignore conflicts and raise error when duplicates pr...Gravatar RohanJnr-6/+7
2020-10-06Update docstring of UserViewSet and correct function annotation on UserListPa...Gravatar RohanJnr-4/+5
2020-10-05Change test case to use updated codeGravatar RohanJnr-1/+1
2020-10-05return next and previous page numbers in paginator instead of linksGravatar RohanJnr-11/+30
2020-10-05raise validation error for user not found in UserListSerializerGravatar RohanJnr-6/+11
2020-10-05Bump links for Effective Python to 2nd editionGravatar imSofi-2/+2