aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api (follow)
Commit message (Expand)AuthorAgeLines
* Merge branch 'main' into support-test-keepdbGravatar Xithrius2024-03-30-33/+13
|\
| * Implement adjustments for DRF 3.15Gravatar Johannes Christ2024-03-29-33/+13
* | Support running tests with --keepdb optionGravatar Johannes Christ2024-03-29-4/+11
|/
* Ensure messages returned for metricity data do not match all excluded channelsGravatar Chris Lovering2024-02-20-3/+3
* Merge branch 'main' into mailing-list-modelGravatar Xithrius2024-02-03-15/+11
|\
| * Merge pull request #1186 from python-discord/nplusone-infractions-expandedGravatar jchristgit2023-12-15-8/+7
| |\
| | * Prefetch user and actor in expanded infraction viewGravatar Johannes Christ2023-12-15-8/+7
| * | Preload nomination entries in nomination viewsetGravatar Johannes Christ2023-12-15-1/+1
| |/
| * insert deleted messages as a BatchGravatar shtlrs2023-12-15-6/+3
* | Migrate mailing lists to their own API endpointsGravatar Johannes Christ2023-12-17-9/+362
|/
* Simplify is_bot_pr_approval logicGravatar Chris Lovering2023-12-12-4/+1
* Convert to lower case before checking equalityGravatar Chris Lovering2023-12-12-8/+8
* Log a warning when being ratelimtted by GithubGravatar Chris Lovering2023-12-11-0/+25
* Unify frozen fields logic into serializer mixin (#1169)Gravatar jchristgit2023-12-11-14/+40
* Implement editing of offensive message records (#1165)Gravatar jchristgit2023-12-11-22/+59
* Implement the github-filter worker in the APIGravatar Johannes Christ2023-12-11-1/+161
* Add alias "hire" for rule 9Gravatar ~hedy2023-12-08-1/+1
* Remove the redirect FilterList on migrationGravatar Chris Lovering2023-09-19-0/+16
* Add "pay" alias for rule tagGravatar Anonymous2023-08-11-1/+1
* Pleasure the style dictatorGravatar Johannes Christ2023-07-24-2/+2
* Add new rule aliases (#1007)Gravatar Johannes Christ2023-06-26-4/+4
* Update code for new linter rulesGravatar Johannes Christ2023-06-21-2/+2
* Use the new datetime.UTC alias over datetime.timezone.utcGravatar Chris Lovering2023-05-13-59/+59
* Specify file encoding so tests pass on windowsGravatar Chris Lovering2023-05-13-1/+1
* Fix psycopg3 compatibility in metricityGravatar Johannes Christ2023-05-12-7/+8
* Add Django-specific rules for ruffGravatar Johannes Christ2023-05-10-36/+36
* Switch to ruff for lintingGravatar Johannes Christ2023-05-10-159/+169
* Crosscheck rules between API and static rulesGravatar Johannes Christ2023-04-21-1/+39
* update rule 5 (#943)Gravatar Amrou Bellalouna2023-04-16-3/+3
* Fix contents and descriptions being too long for their field typeGravatar Boris Muratov2023-04-06-5/+4
* Merge pull request #861 from python-discord/new-filter-schemaGravatar Boris Muratov2023-04-06-274/+1774
|\
| * Make additional_settings non-null with dict defaultGravatar Boris Muratov2023-04-06-4/+5
| * Add maximum auto-timeout duration validationGravatar Boris Muratov2023-04-05-6/+27
| * Rename additional_field to additional_settingsGravatar mbaruh2023-03-26-18/+21
| * Use consistent quoting styleGravatar mbaruh2023-03-25-36/+36
| * Specify the common elements in the validation errorsGravatar mbaruh2023-03-25-12/+22
| * Merge the extra kwargs creation functionsGravatar mbaruh2023-03-25-18/+5
| * Documentation improvements and fixesGravatar mbaruh2023-03-25-5/+6
| * Make the unique constraint reversibleGravatar mbaruh2023-03-25-0/+1
| * Merge branch 'main' into new-filter-schemaGravatar mbaruh2023-03-21-27/+82
| |\
| * | Fix filter serializers for false-y valuesGravatar mbaruh2023-02-11-1/+1
| * | Fix documentation and importGravatar mbaruh2023-02-11-9/+8
| * | Update viewsets, fix lintingGravatar mbaruh2023-01-28-192/+428
| * | Make filter unique constraint use NULLS NOT DISTINCTGravatar mbaruh2023-01-28-26/+34
| * | Merge branch 'main' into new-filter-schemaGravatar mbaruh2023-01-27-19/+254
| |\ \
| * | | Update testsGravatar mbaruh2023-01-27-143/+170
| * | | Fix filter serializers validation to account for filterlist settingsGravatar mbaruh2023-01-27-20/+20
| * | | Rename delete_messages to the more generic remove_contextGravatar mbaruh2022-11-09-26/+26
| * | | Disable everyone filter in code jam categoriesGravatar mbaruh2022-11-07-0/+1
| * | | Add creation and update timestamps to filtering modelsGravatar mbaruh2022-11-05-7/+14