aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site (unfollow)
Commit message (Expand)AuthorLines
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