aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api (follow)
Commit message (Expand)AuthorAgeLines
* Update `IntegrityError` pattern for PostgreSQL 13.Gravatar Johannes Christ2021-06-04-1/+4
* Ensure bot/infractions does not accept both expires and permanent filtersGravatar bast2021-05-30-0/+47
* Fix bot/infractions after and before filter check being invertedGravatar bast2021-05-30-4/+17
* Raise ValidationError for new bot/infractions filter if the types are invalidGravatar bast2021-05-30-0/+35
* Add tests for failure states of `expires_before` and `expires_after` filtersGravatar bast2021-05-22-0/+14
* Add a test for ordering infractions returned from the apiGravatar bast2021-05-22-5/+25
* Add tests for new filters on bot/infractions endpointGravatar bast2021-05-21-6/+70
* Add permanent, types, and expires_at filters to bot/infractions endpointGravatar bast2021-05-21-0/+42
* Update rules viewsetGravatar Chris2021-05-15-12/+16
* Merge branch 'main' into limit-infraction-resultGravatar Matteo Bertucci2021-04-24-82/+597
|\
| * Merge branch 'main' into doc-validatorGravatar Mark2021-04-19-3/+108
| |\
| | * Add case in query for voice chat activityGravatar Boris Muratov2021-03-12-0/+1
| | * Split test_no_metricity_user to two tests by endpointsGravatar Boris Muratov2021-03-12-4/+12
| | * Document endpoint in viewset docstringGravatar Boris Muratov2021-03-12-0/+16
| | * Merge branch 'master' into mbaruh/channel-activityGravatar Boris Muratov2021-03-11-76/+435
| | |\
| | * | Ignore deleted messaages in message countsGravatar Boris Muratov2021-03-11-1/+1
| | * | Get rid of stray printGravatar Boris Muratov2021-03-07-1/+0
| | * | Test metricity-review-data when user doesn't existGravatar Boris Muratov2021-03-07-2/+5
| | * | Added test for metricity-review-dataGravatar Boris Muratov2021-03-07-3/+25
| | * | Amend top_channel_activity return typeGravatar Boris Muratov2021-03-07-1/+3
| | * | Add route to get a member's data for helper reviewGravatar Boris Muratov2021-03-07-0/+54
| * | | Update tests to use trailing slashes on valid urlsGravatar Numerlor2021-03-26-2/+2
| * | | Ensure the base url ends with a slashGravatar Numerlor2021-03-26-8/+20
| * | | Merge branch 'main' into doc-validatorGravatar Numerlor2021-03-15-501/+1958
| |\ \ \ | | | |/ | | |/|
| | * | Fix grammar of unknown actor error and change testsGravatar ks1292021-03-06-2/+2
| | * | Fix grammar of nomination viewset command about single entry for userGravatar ks1292021-03-06-1/+1
| | * | Change as -> to in nomination viewset docsGravatar ks1292021-03-06-1/+1
| | * | Fix grammar of nomination modelsGravatar ks1292021-03-06-5/+5
| | * | Fix grammar of error messages and change tests to match with changesGravatar ks1292021-03-05-8/+8
| | * | Use double quotes instead apostrophe because string contain "don't"Gravatar ks1292021-03-05-1/+1
| | * | Replace double quotes with single quotesGravatar ks1292021-03-05-1/+1
| | * | Fix grammar of nomination endpoints documentationGravatar ks1292021-03-05-5/+5
| | * | Add comment about manually defining nomination field of NominationEntry seria...Gravatar ks1292021-02-24-0/+3
| | * | Make default value of nomination entry reason to empty stringGravatar ks1292021-02-24-2/+2
| | * | Remove GET nomination test for entriesGravatar ks1292021-02-24-26/+0
| | * | Simplify nominations viewsetGravatar ks1292021-02-24-48/+3
| | * | Add entries field to Nomination serializerGravatar ks1292021-02-24-1/+3
| | * | Merge nomination migrationsGravatar ks1292021-02-24-18/+3
| | * | Set default ordering of NominationEntry to inserted_at decreasingGravatar ks1292021-02-24-0/+4
| | * | Set related_name option of nomination field of NominationEntryGravatar ks1292021-02-24-1/+2
| | * | Update nomination-related tests to cover recent table-splitting changesGravatar ks1292021-02-22-21/+139
| | * | Small improvements in nomination viewsetGravatar ks1292021-02-22-31/+31
| | * | Change NominationEntry import location in serializersGravatar ks1292021-02-22-1/+1
| | * | Import NominationEntry to models __init__.pyGravatar ks1292021-02-22-1/+2
| | * | Wrap validation errors to []Gravatar ks1292021-02-22-5/+5
| | * | Add rollback to nominations table split migrationGravatar ks1292021-02-22-1/+14
| | * | Disable creating multiple nomination entries of one nomination for one actorGravatar ks1292021-02-22-0/+10
| | * | Migrate PATCH request for 2-table nominations systemGravatar ks1292021-02-22-10/+60
| | * | Add reviewed field to nomination serializerGravatar ks1292021-02-22-1/+1
| | * | Update nominations viewset GET and POST to make this working with 2-table systemGravatar ks1292021-02-22-23/+96