index
:
site
add-home-app-readme
add-windows-guide
bad-lint-tester
bootcamp-updates
dependabot/github_actions/actions/checkout-5
dependabot/github_actions/astral-sh/setup-uv-7
dependabot/pip/django-5.1.13
dependabot/uv/django-simple-bulma-3.0.0
flask-archive
forms
forms-admin
forms-bootstrap
github-button
improve-performance
jb3/user-props-store
main
mgmt-cmd-kill-db-cnx
offensive-messages-patch
swfarnsworth/asking_good_questions
timeline-branch-copy
A mirrored copy of the python-discord/site repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pydis_site
/
apps
/
api
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
Update `IntegrityError` pattern for PostgreSQL 13.
Johannes Christ
2021-06-04
-1
/
+4
*
Ensure bot/infractions does not accept both expires and permanent filters
bast
2021-05-30
-0
/
+47
*
Fix bot/infractions after and before filter check being inverted
bast
2021-05-30
-4
/
+17
*
Raise ValidationError for new bot/infractions filter if the types are invalid
bast
2021-05-30
-0
/
+35
*
Add tests for failure states of `expires_before` and `expires_after` filters
bast
2021-05-22
-0
/
+14
*
Add a test for ordering infractions returned from the api
bast
2021-05-22
-5
/
+25
*
Add tests for new filters on bot/infractions endpoint
bast
2021-05-21
-6
/
+70
*
Add permanent, types, and expires_at filters to bot/infractions endpoint
bast
2021-05-21
-0
/
+42
*
Update rules viewset
Chris
2021-05-15
-12
/
+16
*
Merge branch 'main' into limit-infraction-result
Matteo Bertucci
2021-04-24
-82
/
+597
|
\
|
*
Merge branch 'main' into doc-validator
Mark
2021-04-19
-3
/
+108
|
|
\
|
|
*
Add case in query for voice chat activity
Boris Muratov
2021-03-12
-0
/
+1
|
|
*
Split test_no_metricity_user to two tests by endpoints
Boris Muratov
2021-03-12
-4
/
+12
|
|
*
Document endpoint in viewset docstring
Boris Muratov
2021-03-12
-0
/
+16
|
|
*
Merge branch 'master' into mbaruh/channel-activity
Boris Muratov
2021-03-11
-76
/
+435
|
|
|
\
|
|
*
|
Ignore deleted messaages in message counts
Boris Muratov
2021-03-11
-1
/
+1
|
|
*
|
Get rid of stray print
Boris Muratov
2021-03-07
-1
/
+0
|
|
*
|
Test metricity-review-data when user doesn't exist
Boris Muratov
2021-03-07
-2
/
+5
|
|
*
|
Added test for metricity-review-data
Boris Muratov
2021-03-07
-3
/
+25
|
|
*
|
Amend top_channel_activity return type
Boris Muratov
2021-03-07
-1
/
+3
|
|
*
|
Add route to get a member's data for helper review
Boris Muratov
2021-03-07
-0
/
+54
|
*
|
|
Update tests to use trailing slashes on valid urls
Numerlor
2021-03-26
-2
/
+2
|
*
|
|
Ensure the base url ends with a slash
Numerlor
2021-03-26
-8
/
+20
|
*
|
|
Merge branch 'main' into doc-validator
Numerlor
2021-03-15
-501
/
+1958
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Fix grammar of unknown actor error and change tests
ks129
2021-03-06
-2
/
+2
|
|
*
|
Fix grammar of nomination viewset command about single entry for user
ks129
2021-03-06
-1
/
+1
|
|
*
|
Change as -> to in nomination viewset docs
ks129
2021-03-06
-1
/
+1
|
|
*
|
Fix grammar of nomination models
ks129
2021-03-06
-5
/
+5
|
|
*
|
Fix grammar of error messages and change tests to match with changes
ks129
2021-03-05
-8
/
+8
|
|
*
|
Use double quotes instead apostrophe because string contain "don't"
ks129
2021-03-05
-1
/
+1
|
|
*
|
Replace double quotes with single quotes
ks129
2021-03-05
-1
/
+1
|
|
*
|
Fix grammar of nomination endpoints documentation
ks129
2021-03-05
-5
/
+5
|
|
*
|
Add comment about manually defining nomination field of NominationEntry seria...
ks129
2021-02-24
-0
/
+3
|
|
*
|
Make default value of nomination entry reason to empty string
ks129
2021-02-24
-2
/
+2
|
|
*
|
Remove GET nomination test for entries
ks129
2021-02-24
-26
/
+0
|
|
*
|
Simplify nominations viewset
ks129
2021-02-24
-48
/
+3
|
|
*
|
Add entries field to Nomination serializer
ks129
2021-02-24
-1
/
+3
|
|
*
|
Merge nomination migrations
ks129
2021-02-24
-18
/
+3
|
|
*
|
Set default ordering of NominationEntry to inserted_at decreasing
ks129
2021-02-24
-0
/
+4
|
|
*
|
Set related_name option of nomination field of NominationEntry
ks129
2021-02-24
-1
/
+2
|
|
*
|
Update nomination-related tests to cover recent table-splitting changes
ks129
2021-02-22
-21
/
+139
|
|
*
|
Small improvements in nomination viewset
ks129
2021-02-22
-31
/
+31
|
|
*
|
Change NominationEntry import location in serializers
ks129
2021-02-22
-1
/
+1
|
|
*
|
Import NominationEntry to models __init__.py
ks129
2021-02-22
-1
/
+2
|
|
*
|
Wrap validation errors to []
ks129
2021-02-22
-5
/
+5
|
|
*
|
Add rollback to nominations table split migration
ks129
2021-02-22
-1
/
+14
|
|
*
|
Disable creating multiple nomination entries of one nomination for one actor
ks129
2021-02-22
-0
/
+10
|
|
*
|
Migrate PATCH request for 2-table nominations system
ks129
2021-02-22
-10
/
+60
|
|
*
|
Add reviewed field to nomination serializer
ks129
2021-02-22
-1
/
+1
|
|
*
|
Update nominations viewset GET and POST to make this working with 2-table system
ks129
2021-02-22
-23
/
+96
[next]