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
Commit message (
Expand
)
Author
Age
Lines
*
Try run PGDB in CI before linting.
bad-lint-tester
scragly
2019-09-21
-9
/
+10
*
Try run PGDB in CI.
scragly
2019-09-21
-0
/
+10
*
Gut CI to only lint.
scragly
2019-09-21
-67
/
+0
*
Add some bad stuff for lint test to pick up.
scragly
2019-09-21
-2
/
+3
*
Revert uwsgi back to pip install. (#254)
scragly
2019-09-21
-4
/
+6
|
\
|
*
Merge branch 'master' into docker-fix
scragly
2019-09-21
-0
/
+1
|
|
\
|
|
/
|
/
|
*
|
Use explicit buildContext in CI Docker stage. (#253)
scragly
2019-09-21
-0
/
+1
|
\
\
|
*
|
Try with explicit buildContext
scragly
2019-09-21
-0
/
+1
|
/
/
|
*
Revert uwsgi back to pip install.
scragly
2019-09-21
-4
/
+6
|
/
*
Merge pull request #249 from python-discord/infractions-default-ordering
Johannes Christ
2019-09-21
-2
/
+25
|
\
|
*
Merge branch 'master' into infractions-default-ordering
Johannes Christ
2019-09-20
-142
/
+52
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #250 from python-discord/container-refinement
Johannes Christ
2019-09-20
-99
/
+47
|
\
\
|
*
\
Merge branch 'master' into container-refinement
Johannes Christ
2019-09-20
-43
/
+5
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #252 from python-discord/line_ending_fix
Mark
2019-09-20
-1
/
+5
|
\
\
\
|
*
|
|
Line Ending Fix
Daniel Brown
2019-09-20
-1
/
+5
|
/
/
/
*
|
|
Nuke `pysite.dockerapp`.
Johannes Christ
2019-09-18
-42
/
+0
|
*
|
Use DockerV2 task.
scragly
2019-09-20
-14
/
+9
|
*
|
Remove EXTRAS ARG as pip extras isn't used anymore.
scragly
2019-09-20
-2
/
+0
|
*
|
Add PIP and PIPENV Environmental Variables to production Dockerfile
scragly
2019-09-18
-0
/
+4
|
*
|
Add PIP and PIPENV Environmental Variables
scragly
2019-09-18
-0
/
+4
|
*
|
Refine Dockerfiles
scragly
2019-09-18
-84
/
+31
|
/
/
|
*
Make API return infraction list with newest first
Sebastiaan Zeeff
2019-09-17
-2
/
+25
|
/
*
Add test cases for `TypeError` fallbacks.
Johannes Christ
2019-09-16
-0
/
+33
*
Fix a bug where GitHub API rate limit could crash Home.
Leon Sandøy
2019-09-15
-17
/
+34
*
PARENT_HOST is now pythondiscord.com
Leon Sandøy
2019-09-15
-1
/
+1
*
Remove wiki, add pydis.
Leon Sandøy
2019-09-15
-2
/
+4
*
Darcula theme, and vanilla hosts.
Leon Sandøy
2019-09-15
-2
/
+93
*
Changing the ALLOWED_HOSTS to allow for migration.
Leon Sandøy
2019-09-15
-2
/
+2
*
Update `ALLOWED_HOSTS` for the new home.
Johannes Christ
2019-09-15
-3
/
+2
*
Drop args to reduce line size under 100.
scragly
2019-09-15
-1
/
+3
*
Tag Django images as `latest`.
Johannes Christ
2019-09-15
-2
/
+2
*
Adding a pygments CSS for syntax highlighting.
Leon Sandøy
2019-09-15
-1
/
+75
*
Adding the UpdateModelMixin to the ReminderViewSet.
Leon Sandøy
2019-09-14
-2
/
+3
*
Check for missing migrations in CI.
Johannes Christ
2019-09-12
-0
/
+1
*
Merge pull request #242 from python-discord/django-add-missing-migrations-file
Johannes Christ
2019-09-12
-0
/
+17
|
\
|
*
Add missing deleted messages migration file.
Sebastiaan Zeeff
2019-09-12
-0
/
+17
|
/
*
Merge pull request #241 from python-discord/fix-flake8-docstrings
S. Co1
2019-09-06
-12
/
+14
|
\
|
*
Fix misconfigured flake8 so docstrings are properly linted
S. Co1
2019-09-05
-12
/
+14
*
|
Merge pull request #238 from python-discord/django-deleted-messages-frontend
Leon Sandøy
2019-09-06
-7
/
+675
|
\
\
|
|
/
|
/
|
|
*
Applying PR Feedback: Colour constants for readability & absolute import
Sebastiaan Zeeff
2019-09-01
-6
/
+18
|
*
Removing incorrect double newline between imports and PEP8-ing committed GH c...
Sebastiaan Zeeff
2019-08-24
-2
/
+3
|
*
Apply suggestions from code review
Sebastiaan Zeeff
2019-08-24
-3
/
+2
|
*
Changing LogView to DetailView, as per Volcy's review
Sebastiaan Zeeff
2019-08-24
-30
/
+8
|
*
Adding staff app to .coveragerc and .dockerignore + updating app locations in...
Sebastiaan Zeeff
2019-08-23
-4
/
+7
|
*
Fixing inconsistent indentation style in logs template and logs css
Sebastiaan Zeeff
2019-08-23
-138
/
+143
|
*
Adding tests for deleted message view
Sebastiaan Zeeff
2019-08-23
-2
/
+98
|
*
Adding tests for filters and the deleted message front-end view
Sebastiaan Zeeff
2019-08-23
-0
/
+85
|
*
Adding required fields validator and tests to embed fields
Sebastiaan Zeeff
2019-08-23
-2
/
+42
|
*
Adding missing 'inline' parameter to embed fields attribute validator
Sebastiaan Zeeff
2019-08-23
-1
/
+9
|
*
Making the deleted-messages-frontend functional with changes, including:
Sebastiaan Zeeff
2019-08-23
-10
/
+346
[next]