aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge pull request #412 from Transfusion/fix_327Gravatar ChrisJL2021-05-16-1/+4
|\ | | | | Hide arrow to the right of More below the 1024px breakpoint
| * Merge branch 'main' into fix_327Gravatar ChrisJL2021-05-16-6820/+9378
| |\ | |/ |/|
* | Merge pull request #501 from python-discord/update/sir-lancebot-env-varsGravatar Joe Banks2021-05-16-1/+5
|\ \ | | | | | | Update sir-lancebot's env var reference
| * \ Merge branch 'main' into update/sir-lancebot-env-varsGravatar Joe Banks2021-05-16-19/+26
| |\ \ | |/ / |/| |
* | | Merge pull request #502 from python-discord/poetryGravatar Hassan Abouelela2021-05-16-19/+26
|\ \ \ | | | | | | | | Poetry In Dev Guides
| * | | Migrates Sir Lancebot And Python To PoetryGravatar Hassan Abouelela2021-05-16-12/+18
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Fixes Broken Images In Dependency GuideGravatar Hassan Abouelela2021-05-16-7/+8
|/ / /
| * / chore: Update sir-lancebot's env var referenceGravatar ToxicKidz2021-05-16-1/+5
|/ /
* | Merge pull request #499 from python-discord/swfarnsworth/daveGravatar Matteo Bertucci2021-05-15-4/+3
|\ \ | | | | | | Zoot -> Dave
| * | Replace references to Zoot with Dave, per the rebranding of that bot.Gravatar swfarnsworth2021-05-15-3/+2
| | |
| * | Fix typo; 'be come' -> 'become'Gravatar swfarnsworth2021-05-15-1/+1
|/ /
* | Merge pull request #498 from python-discord/update-rules-apiGravatar ChrisJL2021-05-15-12/+16
|\ \ | | | | | | Update rules viewset
| * | Update rules viewsetGravatar Chris2021-05-15-12/+16
|/ / | | | | | | This is to reflect the recent changes made to the server rules.
* | Merge pull request #491 from python-discord/swfarnsworth/rules_updateGravatar ChrisJL2021-05-15-7/+9
|\ \ | | | | | | Change rules to those agreed upon in prior staff meeting.
| * | Fixed whitespace issue raised by linter.Gravatar swfarnsworth2021-05-15-1/+1
| | |
| * | Merge branch 'main' of https://github.com/python-discord/site into ↵Gravatar swfarnsworth2021-05-15-7/+13
| |\ \ | |/ / |/| | | | | swfarnsworth/rules_update
* | | Merge pull request #489 from ↵Gravatar Hassan Abouelela2021-05-15-1/+1
|\ \ \ | | | | | | | | | | | | | | | | python-discord/revert-488-vcokltfre/fix/uppercase-env Revert "fix: USE_FAKEREDIS is uppercase"
| * \ \ Merge branch 'main' into revert-488-vcokltfre/fix/uppercase-envGravatar Hassan Abouelela2021-05-15-6/+12
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #492 from python-discord/joe/redirect-app-301Gravatar ChrisJL2021-05-14-4/+8
|\ \ \ \ | | | | | | | | | | Enable permanent redirects for redirect app
| * \ \ \ Merge branch 'main' into joe/redirect-app-301Gravatar ChrisJL2021-05-14-2/+4
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #493 from dawnofmidnight/contributing-env-varsGravatar ChrisJL2021-05-14-2/+4
|\ \ \ \ \ | | | | | | | | | | | | Modify env vars list for Lancebot and Python
| * | | | | Modify env vars list for Lancebot and PythonGravatar dawnofmidnight2021-05-14-2/+4
|/ / / / /
| * | | | Add good question guide redirectGravatar Joe Banks2021-05-14-0/+6
| | | | |
| * | | | Update redirect tests to use 301Gravatar Joe Banks2021-05-14-1/+1
| | | | |
| * | | | Enable permanent redirects for redirect appGravatar Joe Banks2021-05-14-3/+1
|/ / / / | | | | | | | | 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.
| * | | Explicitly state which config file should be used for use_fakeredisGravatar Joe Banks2021-05-14-1/+1
| | | |
| * | | Revert "fix: USE_FAKEREDIS is uppercase"Gravatar Joe Banks2021-05-14-1/+1
|/ / /
| * / Changed rules to those agreed upon in a prior staff meeting.Gravatar swfarnsworth2021-05-14-7/+9
|/ /
* | Merge pull request #488 from python-discord/vcokltfre/fix/uppercase-envGravatar Joe Banks2021-05-14-1/+1
|\ \ | | | | | | fix: USE_FAKEREDIS is uppercase
| * | fix: USE_FAKEREDIS is uppercaseGravatar vcokltfre2021-05-14-1/+1
|/ /
* | Merge pull request #487 from python-discord/dewikificationGravatar Joe Banks2021-05-14-6045/+7823
|\ \
| * | Remove stale dependency.Gravatar kosayoda2021-05-14-30/+5
| | | | | | | | | | | | | | | The reliance on gitpython for the SHA for Sentry was made obsolete by site#439, see https://github.com/python-discord/site/pull/439.
| * | Enable smooth scrolling on the website.Gravatar kosayoda2021-05-14-0/+8
| | | | | | | | | | | | | | | This makes it less jarring when scrolling to a heading since many content pages include a Table of Contents.
| * | Add redirect to notion privacy location.Gravatar kosayoda2021-05-14-0/+5
| | | | | | | | | | | | | | | Since this is a backwards compatibility redirect, the page should redirect the user rather than rely on the cloudflare worker.
| * | Fix misleading coverage report.Gravatar kosayoda2021-05-14-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | Merge branch 'main' into dewikificationGravatar kosayoda2021-05-14-0/+14
| |\ \ | |/ / |/| |
* | | Merge pull request #486 from python-discord/bast0006-patch-error-page-marginsGravatar Joe Banks2021-05-14-0/+1
|\ \ \ | | | | | | | | Fix default margin on error pages
| * | | Fix default margin on error pagesGravatar Bast2021-05-13-0/+1
|/ / / | | | | | | This removes the scrollbar from them
* | | Add timeline to navbar (#476)Gravatar Joe Banks2021-05-09-0/+3
|\ \ \ | | | | | | | | This commit adds the timeline to the navbar for easy access from anywhere on the website
| * | | Add timeline to navbarGravatar DawnOfMidnight2021-04-09-0/+3
| | | | | | | | | | | | | | | | This commit adds the timeline to the navbar for easy access from anywhere on the website
* | | | Bump pygments from 2.3.1 to 2.7.4 (#469)Gravatar dependabot[bot]2021-04-28-47/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #443 from kunal097/limit-infraction-resultGravatar Matteo Bertucci2021-04-24-0/+54
|\ \ \ \ | | | | | | | | | | Apply LimitOffsetPagination in GET Infraction with default Page Size 100
| * \ \ \ Merge branch 'main' into limit-infraction-resultGravatar Matteo Bertucci2021-04-24-877/+1741
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #481 from dawnofmidnight/patch-1Gravatar Matteo Bertucci2021-04-21-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Change index.html to say "100 dedicated expert helpers" instead of 90
| * \ \ \ \ Merge branch 'main' into patch-1Gravatar Matteo Bertucci2021-04-21-184/+252
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Relock Pipfile (#480)Gravatar Joe Banks2021-04-21-184/+252
| | | | | |
| * | | | | Update index.htmlGravatar DawnOfMidnight2021-04-20-1/+1
|/ / / / /
* | | | | Merge pull request #373 from Numerlor/doc-validatorGravatar Mark2021-04-19-3/+54
|\ \ \ \ \ | |_|/ / / |/| | | | Add a validator for documentation package names and base urls.
| * | | | Merge branch 'main' into doc-validatorGravatar Mark2021-04-19-683/+937
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #472 from python-discord/ks123/ghcr-token-to-githubGravatar Joe Banks2021-04-05-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Migrate GHCR_TOKEN -> GITHUB_TOKEN in Docker build action