aboutsummaryrefslogtreecommitdiffstats
path: root/README.md (unfollow)
Commit message (Collapse)AuthorLines
2021-05-31table of contents updatedGravatar Soham Banerjee-2/+2
2021-05-31command line instructions moved upGravatar Soham Banerjee-23/+28
2021-05-30Ensure bot/infractions does not accept both expires and permanent filtersGravatar bast-0/+47
Expires and permanent=false are permitted and tested for. Expires_before also filters the database for permanent=false explicitly
2021-05-30Fix bot/infractions after and before filter check being invertedGravatar bast-4/+17
The check was backwards, enforcing that no results must ever be returned Relevant tests have been added that actually fetch an infraction with the right times so that I'm sure it's not still broken
2021-05-30Raise ValidationError for new bot/infractions filter if the types are invalidGravatar bast-0/+35
If the before time is after the after time, or if both `type` and `types` are specified
2021-05-23Authenticate with the github api to avoid rate limitsGravatar Chris-1/+4
2021-05-22chore: Update guides to use poetry instead of pipenvGravatar ToxicKidz-9/+9
2021-05-22Add tests for failure states of `expires_before` and `expires_after` filtersGravatar bast-0/+14
2021-05-22Add a test for ordering infractions returned from the apiGravatar bast-5/+25
As this is used in the new bot infraction rescheduler
2021-05-21Add tests for new filters on bot/infractions endpointGravatar bast-6/+70
2021-05-21Add permanent, types, and expires_at filters to bot/infractions endpointGravatar bast-0/+42
2021-05-18Update FAQ to clarify file types allowedGravatar Janine vN-0/+2
Added in wording to clarify why we don't support the discord .txt, .py, and similar file types even though it has preview available for them.
2021-05-17Update project dep guide to only reference poetryGravatar Chris-13/+7
2021-05-17Load env vars using python-dotenvGravatar Chris-0/+5
2021-05-17Fix pre-commit, since flake8 isn't a taskGravatar Chris-1/+1
2021-05-17update CODEOWNERS to track poetry filesGravatar Chris-1/+2
2021-05-17Bump lint flow to 3.9 and use poetryGravatar Chris-11/+8
2021-05-17Convert docker file to use 3.9 and poetryGravatar Chris-12/+9
2021-05-17Replace pipenv with poetryGravatar Chris-694/+1128
Including the pre-commit config here too, so I can actually lint
2021-05-17Fix Build & Deploy workflow shieldGravatar Vivaan Verma-14/+18
The workflows: "Build" and "Deploy" seem to have been separated and hence we can't have a single shield for them
2021-05-16Remove pages prefixGravatar Joe Banks-1/+1
2021-05-16Whitespace removalGravatar Joe Banks-1/+1
2021-05-16Add Moderation Policies to redirectsGravatar Joe Banks-0/+6
2021-05-16Fixes Typo In Contrib GuideGravatar Hassan Abouelela-1/+1
Co-authored-by: ToxicKidz <[email protected]>
2021-05-16Migrates Sir Lancebot And Python To PoetryGravatar Hassan Abouelela-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.
2021-05-16Fixes Broken Images In Dependency GuideGravatar Hassan Abouelela-7/+8
2021-05-16chore: Update sir-lancebot's env var referenceGravatar ToxicKidz-1/+5
2021-05-15Replace references to Zoot with Dave, per the rebranding of that bot.Gravatar swfarnsworth-3/+2
2021-05-15Fix typo; 'be come' -> 'become'Gravatar swfarnsworth-1/+1
2021-05-15Update rules viewsetGravatar Chris-12/+16
This is to reflect the recent changes made to the server rules.
2021-05-15Fixed whitespace issue raised by linter.Gravatar swfarnsworth-1/+1
2021-05-15Reorganizes Contributing GuidelinesGravatar Hassan Abouelela-5/+9
Drops mentions of black, renames mentions of precommit to pre-commit, and rewords statements that have caused confusion.
2021-05-14Add good question guide redirectGravatar Joe Banks-0/+6
2021-05-14Modify env vars list for Lancebot and PythonGravatar dawnofmidnight-2/+4
2021-05-14Update redirect tests to use 301Gravatar Joe Banks-1/+1
2021-05-14Enable permanent redirects for redirect appGravatar Joe Banks-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.
2021-05-14Changed rules to those agreed upon in a prior staff meeting.Gravatar swfarnsworth-7/+9
2021-05-14Explicitly state which config file should be used for use_fakeredisGravatar Joe Banks-1/+1
2021-05-14Revert "fix: USE_FAKEREDIS is uppercase"Gravatar Joe Banks-1/+1
2021-05-14fix: USE_FAKEREDIS is uppercaseGravatar vcokltfre-1/+1
2021-05-14Remove stale dependency.Gravatar kosayoda-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.
2021-05-14Enable smooth scrolling on the website.Gravatar kosayoda-0/+8
This makes it less jarring when scrolling to a heading since many content pages include a Table of Contents.
2021-05-14Add redirect to notion privacy location.Gravatar kosayoda-0/+5
Since this is a backwards compatibility redirect, the page should redirect the user rather than rely on the cloudflare worker.
2021-05-14Fix misleading coverage report.Gravatar kosayoda-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.
2021-05-14Use bulma extension in place of self-written code.Gravatar kosayoda-17/+1
2021-05-14Merge branch main into dewikificationGravatar kosayoda-1273/+7792
2021-05-13Fix default margin on error pagesGravatar Bast-0/+1
This removes the scrollbar from them
2021-05-14Make tests expect 302.Gravatar kosayoda-1/+1
It's what we're using now for dewikification redirects, this has to be changed back to 301 when we decide to make redirects permanent.
2021-05-13Add privacy policy information and link.Gravatar kosayoda-1/+8
This should be redirected to the notion page using our cloudflare worker.
2021-05-13Add disclaimer for the redirects app.Gravatar kosayoda-0/+12