| Commit message (Collapse) | Author | Age | Lines |
|\
| |
| | |
Hide arrow to the right of More below the 1024px breakpoint
|
| |\
| |/
|/| |
|
|\ \
| | |
| | | |
Update sir-lancebot's env var reference
|
| |\ \
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
Poetry In Dev Guides
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Updates the Python and Sir Lancebot guides to use poetry. Updates the
dependency guide to include poetry, and explain when each dependency
manager should be used.
|
|/ / / |
|
|/ / |
|
|\ \
| | |
| | | |
Zoot -> Dave
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
Update rules viewset
|
|/ /
| |
| |
| | |
This is to reflect the recent changes made to the server rules.
|
|\ \
| | |
| | | |
Change rules to those agreed upon in prior staff meeting.
|
| | | |
|
| |\ \
| |/ /
|/| |
| | | |
swfarnsworth/rules_update
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
python-discord/revert-488-vcokltfre/fix/uppercase-env
Revert "fix: USE_FAKEREDIS is uppercase"
|
| |\ \ \
| |/ / /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | | |
Enable permanent redirects for redirect app
|
| |\ \ \ \
| |/ / / /
|/| | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Modify env vars list for Lancebot and Python
|
|/ / / / / |
|
| | | | | |
|
| | | | | |
|
|/ / / /
| | | |
| | | | |
After monitoring traffic ingressing and confirming redirects are working as expected, I'm happy to switch redirects from the redirect app to using 301 permanent redirect.
|
| | | | |
|
|/ / / |
|
|/ / |
|
|\ \
| | |
| | | |
fix: USE_FAKEREDIS is uppercase
|
|/ / |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
The reliance on gitpython for the SHA for Sentry was made obsolete by
site#439, see https://github.com/python-discord/site/pull/439.
|
| | |
| | |
| | |
| | |
| | | |
This makes it less jarring when scrolling to a heading since many
content pages include a Table of Contents.
|
| | |
| | |
| | |
| | |
| | | |
Since this is a backwards compatibility redirect, the page should
redirect the user rather than rely on the cloudflare worker.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Due to an optimization in CPython that is amended in 3.10, coverage.py
is sometimes unable to determine the coverage of continue statements in
branches. See: https://github.com/nedbat/coveragepy/issues/198
Adding a no-op like a print or an empty statement would solve the
coverage issue, but I've opted to just ignore the line. This should be
tested and the line removed when the site is updated to Python 3.10.
|
| |\ \
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
Fix default margin on error pages
|
|/ / /
| | |
| | | |
This removes the scrollbar from them
|
|\ \ \
| | | |
| | | | |
This commit adds the timeline to the navbar for easy access from anywhere on the website
|
| | | |
| | | |
| | | |
| | | | |
This commit adds the timeline to the navbar for easy access from anywhere on the website
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bumps [pygments](https://github.com/pygments/pygments) from 2.3.1 to 2.7.4.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.3.1...2.7.4)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|\ \ \ \
| | | | |
| | | | | |
Apply LimitOffsetPagination in GET Infraction with default Page Size 100
|
| |\ \ \ \
| |/ / / /
|/| | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Change index.html to say "100 dedicated expert helpers" instead of 90
|
| |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | | | | | |
|
|/ / / / / |
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Add a validator for documentation package names and base urls.
|
| |\ \ \ \
| |/ / / /
|/| | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Migrate GHCR_TOKEN -> GITHUB_TOKEN in Docker build action
|