aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps (follow)
Commit message (Expand)AuthorAgeLines
* Include voice ban status on metricity dataGravatar ks1292020-10-10-0/+13
* Don't allow voice ban to be hidden infractionGravatar ks1292020-10-10-1/+1
* Add voice ban to infraction types and create migration for itGravatar ks1292020-10-10-1/+20
* Merge remote-tracking branch 'upstream/master' into feat/397-398-metricity-db...Gravatar dementati2020-10-10-15/+424
|\
| * Move Validation checks to serializer from viewsetGravatar RohanJnr2020-10-09-22/+23
| * Convert ValidationError response value to list from stringGravatar RohanJnr2020-10-08-1/+1
| * Convert error message value from list to stringGravatar RohanJnr2020-10-08-1/+1
| * supress warning: UnorderedObjectListWarning: Pagination may yield inconsisten...Gravatar RohanJnr2020-10-08-1/+1
| * return empty list as response for bulk creation of usersGravatar RohanJnr2020-10-08-4/+5
| * Merge branch 'master' into user_endpointGravatar Rohan Reddy Alleti2020-10-08-188/+32
| |\
| | * Merge branch 'master' into masterGravatar Dennis Pham2020-10-06-186/+30
| | |\
| | * | Bump links for Effective Python to 2nd editionGravatar imSofi2020-10-05-2/+2
| * | | fix bug with bulk create: response includes objects for users which were dupl...Gravatar RohanJnr2020-10-08-1/+2
| * | | correct indentationGravatar RohanJnr2020-10-08-10/+10
| * | | normalize API error responses.Gravatar RohanJnr2020-10-08-2/+2
| * | | use NON_FIELD_ERRORS_KEY for non-field-specific ValidationError responseGravatar RohanJnr2020-10-08-1/+4
| * | | update documentationGravatar RohanJnr2020-10-08-36/+34
| * | | add testcase: test_returns_400_for_duplicate_request_usersGravatar RohanJnr2020-10-08-0/+16
| * | | raise ValidationError if users have same ID in request data during bulk patchGravatar RohanJnr2020-10-08-9/+15
| * | | add test case: test_returns_400_for_existing_userGravatar RohanJnr2020-10-08-1/+12
| * | | fix bug: bulk_patch returns duplicate objects in the responseGravatar RohanJnr2020-10-08-1/+1
| * | | catch IntegrityError and raise ValidationError during user creation.Gravatar RohanJnr2020-10-08-0/+8
| * | | update documentationGravatar RohanJnr2020-10-07-3/+3
| * | | add test case for insufficient data while bulk updating users.Gravatar RohanJnr2020-10-07-0/+14
| * | | add check for insufficient data in update method of UserListSerializerGravatar RohanJnr2020-10-07-0/+5
| * | | Document changes made to UserListSerializer in UserViewSetGravatar RohanJnr2020-10-07-0/+3
| * | | use more efficient codeGravatar RohanJnr2020-10-07-4/+6
| * | | refactor tests to use updated changes and add tests for UserListPaginationGravatar RohanJnr2020-10-06-2/+64
| * | | overhaul create method to ignore conflicts and raise error when duplicates pr...Gravatar RohanJnr2020-10-06-6/+7
| * | | Update docstring of UserViewSet and correct function annotation on UserListPa...Gravatar RohanJnr2020-10-06-4/+5
| * | | Change test case to use updated codeGravatar RohanJnr2020-10-05-1/+1
| * | | return next and previous page numbers in paginator instead of linksGravatar RohanJnr2020-10-05-11/+30
| * | | raise validation error for user not found in UserListSerializerGravatar RohanJnr2020-10-05-6/+11
| * | | Merge remote-tracking branch 'upstream/master' into user_endpointGravatar RohanJnr2020-10-04-50/+605
| |\| |
| * | | optimize bulk update endpoint by using Model.objects.bulk_update() methodGravatar RohanJnr2020-09-22-1/+7
| * | | Merge branch 'master' into user_endpointGravatar rohanjnr2020-09-09-212/+161
| |\ \ \
| * | | | remove redundant if clause in update() method in UserListSeriazlier.Gravatar rohanjnr2020-08-28-3/+2
| * | | | Add tests for bulk patch for User Model and additional test for bulk creation...Gravatar rohanjnr2020-08-28-0/+116
| * | | | Add code to replace restframework_bulk package for bulk create and simplify U...Gravatar rohanjnr2020-08-28-58/+35
| * | | | Except AttributeError when self.instance is None and while fetching User obje...Gravatar rohanjnr2020-08-26-1/+1
| * | | | Add reference links in UserListSerializer methodsGravatar rohanjnr2020-08-26-2/+7
| * | | | add support for bulk updates on user modelGravatar rohanjnr2020-08-26-1/+136
| * | | | add pagination for GET request on /bot/users endpointGravatar rohanjnr2020-08-26-6/+24
* | | | | Broke out metricity connection into anGravatar Lucas Lindström2020-10-08-8/+109
* | | | | Reduce metricity db setup script and API response to the bare necessities.Gravatar Lucas Lindström2020-10-06-25/+4
* | | | | Added total message count to metricity data response.Gravatar Lucas Lindström2020-10-06-1/+8
* | | | | Merge branch 'feat/397-398-metricity-db-and-api' of https://github.com/dement...Gravatar Lucas Lindström2020-10-06-186/+30
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into feat/397-398-metricity-db-and-apiGravatar dementati2020-10-06-186/+30
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Logs Cleanup: Fix migrations conflicts with merge migrationGravatar ks1292020-10-03-0/+14
| | * | | | Logs Cleanup: Remove removed LogEntry model importGravatar ks1292020-10-03-1/+0