aboutsummaryrefslogtreecommitdiffstats
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 pull request #409 from dementati/feat/397-398-metricity-db-and-apiGravatar Joe Banks2020-10-10-1/+164
|\
| * Merge remote-tracking branch 'upstream/master' into feat/397-398-metricity-db...Gravatar dementati2020-10-10-134/+541
| |\ | |/ |/|
* | Merge pull request #378 from RohanJnr/user_endpointGravatar Mark2020-10-08-132/+543
|\ \
| * | 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-192/+33
| |\ \ | |/ / |/| |
* | | Merge pull request #408 from imsofi/masterGravatar Dennis Pham2020-10-06-2/+2
|\ \ \
| * \ \ Merge branch 'master' into masterGravatar Dennis Pham2020-10-06-190/+31
| |\ \ \ | |/ / / |/| | |
| * | | 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
| | * | Merge branch 'user_endpoint' of https://github.com/RohanJnr/site into user_en...Gravatar RohanJnr2020-10-05-0/+0
| | |\ \
| | | * \ Merge branch 'master' into user_endpointGravatar Rohan Reddy Alleti2020-10-04-2/+11
| | | |\ \ | | |_|/ / | |/| | |
| | | * | Merge branch 'master' into user_endpointGravatar Rohan Reddy Alleti2020-09-28-51/+617
| | | |\ \
| | * | | | 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-53/+628
| | |\ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | 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-281/+303
| | |\ \ \
| | * | | | remove redundant if clause in update() method in UserListSeriazlier.Gravatar rohanjnr2020-08-28-3/+2
| | * | | | re-lcok pipfileGravatar rohanjnr2020-08-28-22/+81
| | * | | | Uninstall djangorestframework-bulk dependencyGravatar rohanjnr2020-08-28-183/+121
| | * | | | 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