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
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
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
-3
/
+3
*
Update new web namespace in ALLOWED_HOSTS
Joe Banks
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
|
\
|
*
Implement adjustments for DRF 3.15
Johannes Christ
2024-03-29
-33
/
+13
*
|
Support running tests with --keepdb option
Johannes Christ
2024-03-29
-4
/
+11
|
/
*
Merge pull request #1262 from python-discord/feat/timeline-css-rewrite
jchristgit
2024-03-29
-4210
/
+787
|
\
|
*
Timeline: Fix s/2/3/g substitutions on titles
hedy
2024-03-26
-7
/
+7
|
*
Fix typo in timeline.css comment
hedy
2024-03-22
-1
/
+1
|
*
Timeline: Implement arrow on content boxes
hedy
2024-03-21
-19
/
+48
|
*
Use semantic class names in the timeline consistent with Bulma
hedy
2024-03-21
-608
/
+489
|
*
Timeline: Better design structure
hedy
2024-03-20
-403
/
+397
|
*
Timeline: Add mobile layout, support Safari
hedy
2024-03-19
-193
/
+179
|
*
Timeline: Modify class ordering of container
hedy
2024-03-19
-2
/
+2
|
*
Remove cd-timeline__img--picture
hedy
2024-03-19
-52
/
+52
|
*
Timeline: Remove link to home/index.css stylesheet
hedy
2024-03-19
-1
/
+0
|
*
Timeline: Adjust spacing between timeline items
hedy
2024-03-19
-1
/
+1
|
*
Semantic animation names for timeline.css
hedy
2024-03-19
-24
/
+25
|
*
Conform to 4-spaces indent for timeline.css
hedy
2024-03-19
-241
/
+241
|
*
Timeline: Use an accentuated grey border for icons
hedy
2024-03-19
-1
/
+1
|
*
Timeline: Use Bulma has-background-primary class for PyDis logo
hedy
2024-03-19
-6
/
+1
|
*
Center align the timeline line (container ::before pseudoelement)
hedy
2024-03-19
-1
/
+1
|
*
Fix typo in timeline.css CSS-variable
hedy
2024-03-19
-1
/
+2
|
*
Fix conflicts
hedy
2024-03-19
-2
/
+1
|
|
\
|
*
|
Timeline: Initial rewrite of CSS
hedy
2024-03-19
-4145
/
+837
*
|
|
Merge pull request #1273 from python-discord/fix/safari-touch-toggle-dropdown
jchristgit
2024-03-29
-1
/
+3
|
\
\
\
|
*
|
|
Fix navbar dropdown toggle for touchscreens using Safari
hedy
2024-03-27
-1
/
+3
*
|
|
|
Merge pull request #1210 from python-discord/feat/events-redesign
jchristgit
2024-03-29
-117
/
+1110
|
\
\
\
\
|
*
|
|
|
Events: Fix grammar in content
hedy
2024-03-29
-4
/
+4
[next]