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
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
Remove discriminator from bot logs view (#1424)
jchristgit
2024-11-23
-1
/
+9
*
Fix typo in `git remote add` in the guide (#1437)
RundownRhino
2024-11-23
-1
/
+1
*
Rename `check` to `condition`
Johannes Christ
2024-08-30
-2
/
+2
*
Add Discord.py masterclass resource
Joe Banks
2024-08-22
-0
/
+12
*
Add tests for new raise_for_status test shim helpers
Joe Banks
2024-08-15
-0
/
+9
*
Add raise_for_status to MockResponse in repodata helper tests
Joe Banks
2024-08-15
-0
/
+10
*
Harden GitHub metadata fetch on homepage
Joe Banks
2024-08-15
-2
/
+13
*
Merge remote-tracking branch 'origin/dependabot/pip/ruff-0.5.2'
Johannes Christ
2024-08-03
-1
/
+1
|
\
|
*
Remove unnecessary S310 noqa
wookie184
2024-08-02
-1
/
+1
*
|
Merge remote-tracking branch 'origin/fix/resources-payment-tiers'
Johannes Christ
2024-08-03
-1
/
+1
|
\
\
|
*
|
Resources: Use kebab-case for keys of `valid_filters`
~hedy
2024-08-02
-1
/
+1
|
|
/
*
/
Resources: Fix image for People, Postgres, Data
~hedy
2024-08-02
-1
/
+1
|
/
*
Update rules to prefer DMing ModMail instead of individual moderators
Joe Banks
2024-07-26
-1
/
+1
*
Merge branch 'main' into feat/timeline-from-yaml
wookie184
2024-07-18
-2
/
+14
|
\
|
*
Pleasure the style dictator
Johannes Christ
2024-07-10
-1
/
+1
|
*
Allow some bots through the GitHub Webhook Filter
Joe Banks
2024-06-16
-1
/
+13
*
|
Timeline: Fix word breaking on hyphenation in 8th Code Jam
~hedy
2024-05-30
-3
/
+3
*
|
Timeline: Start a new paragraph for the @Directors (DWIM)
~hedy
2024-05-24
-1
/
+3
*
|
Better readme for timeline app
~hedy
2024-05-24
-20
/
+21
*
|
Timeline: Fix icons and assets
~hedy
2024-05-24
-4
/
+4
*
|
Timeline: Fix paragraph spacing of Pixels item
~hedy
2024-05-24
-1
/
+3
*
|
Timeline: Migrate content
~hedy
2024-05-24
-11
/
+578
*
|
Timeline: Add basic test for the timeline view
hedy
2024-05-24
-0
/
+10
*
|
Timeline: Use pydis blurple as default icon background color
hedy
2024-05-24
-2
/
+7
*
|
Timeline: Migrate to Markdown source files - initial implementation
hedy
2024-05-24
-9
/
+144
|
/
*
Add alternate accounts to the user model
jchristgit
2024-05-23
-14
/
+784
*
Add reviewed to nomination filterset fields
Joe Banks
2024-05-21
-1
/
+2
*
Update reminder tests for new soft-deleted behaviour
Chris Lovering
2024-05-10
-3
/
+10
*
Soft-delete reminders on DELETE instead of removing entirely
Chris Lovering
2024-05-10
-0
/
+18
*
Add our reference to Netcup links
Johannes Christ
2024-04-15
-1
/
+1
*
Merge branch 'main' into set-elidable-on-run-python-operations-in-migrations
wookie184
2024-04-02
-35
/
+159
|
\
|
*
Merge branch 'main' into add-test-case-drf-3.15-regression
wookie184
2024-04-02
-34
/
+113
|
|
\
|
|
*
Merge branch 'main' into upsert-tags-in-three-queries
Joe Banks
2024-04-02
-0
/
+3
|
|
|
\
|
|
|
*
Return BytesIO as fp for mocked HTTP errors
Johannes Christ
2024-04-01
-0
/
+3
|
|
*
|
Upsert tags in two queries
Johannes Christ
2024-04-01
-18
/
+25
|
|
|
/
|
|
*
Prefetch the filter_list field in the FilterListSerializer
Joe Banks
2024-04-01
-1
/
+1
|
|
*
Make pure-SQL line in api_user.display_name migration elidable
Joe Banks
2024-04-01
-1
/
+1
|
|
*
Update user tests with display_name field
Joe Banks
2024-04-01
-4
/
+9
|
|
*
Update user viewset docstrings with display_name
Joe Banks
2024-04-01
-3
/
+11
|
|
*
Add display_name to serializer
Joe Banks
2024-04-01
-1
/
+1
|
|
*
Add display name to API user model
Joe Banks
2024-04-01
-0
/
+23
|
|
*
Log failed webhook attempts to stderr in GitHub Webhook Filter
Joe Banks
2024-04-01
-1
/
+27
|
|
*
No need to remove headers in GitHub Filter Endpoint
Joe Banks
2024-04-01
-2
/
+0
|
|
*
Update GitHub Filter endpoint tests for new response
Joe Banks
2024-04-01
-2
/
+4
|
|
*
Don't propagate the status received from Discord to GitHub Webhook
Joe Banks
2024-04-01
-1
/
+8
|
|
*
Update Python version requirements in contributing guide (#1283)
wookie184
2024-04-01
-2
/
+2
|
*
|
Add test case for DRF 3.15 regression
Johannes Christ
2024-03-31
-1
/
+46
|
|
/
*
/
Set elidable on RunPython operations in migrations
Johannes Christ
2024-03-31
-10
/
+11
|
/
*
Revert "Bump djangorestframework from 3.14.0 to 3.15.1"
jchristgit
2024-03-31
-13
/
+33
*
Merge branch 'main' into support-test-keepdb
Xithrius
2024-03-30
-33
/
+13
|
\
[next]