Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2021-06-06 | Kill `docs/` directory. | -133/+0 | ||
2021-06-06 | Move configuration section to site contributing guide. | -0/+32 | ||
2021-06-06 | Fix `content` app tests not running on macOS (#519) | -41/+51 | ||
macOS uses `/var/...` as its temp directory, causing issues with the hardcoded usage of `/tmp` as the temporary directory. Therefore, relying on tmp is not portable. Populating the true temporary directory is redundant and may cause more problems because of nested directories. Move the fake content under a subdirectory to avoid this issue. Co-authored-by: MarkKoz <[email protected]> | ||||
2021-06-06 | Fix incorrect markdown link. | -1/+1 | ||
2021-06-05 | Include metricity db creation for local setup guide. | -0/+1 | ||
This is later mentioned in the connection string, but in the local setup, the SQL statement to create the database was missing. | ||||
2021-06-04 | Update `IntegrityError` pattern for PostgreSQL 13. | -1/+4 | ||
A more specific error is raised on higher PostgreSQL versions, for example, as with the PostgreSQL version running on my local machine. This commit fixes the error message pattern matching behaviour by adding an optional match to the detailed error message. | ||||
2021-05-31 | table of contents updated | -2/+2 | ||
2021-05-31 | command line instructions moved up | -23/+28 | ||
2021-05-30 | Ensure bot/infractions does not accept both expires and permanent filters | -0/+47 | ||
Expires and permanent=false are permitted and tested for. Expires_before also filters the database for permanent=false explicitly | ||||
2021-05-30 | Fix bot/infractions after and before filter check being inverted | -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-30 | Raise ValidationError for new bot/infractions filter if the types are invalid | -0/+35 | ||
If the before time is after the after time, or if both `type` and `types` are specified | ||||
2021-05-23 | Authenticate with the github api to avoid rate limits | -1/+4 | ||
2021-05-22 | chore: Update guides to use poetry instead of pipenv | -9/+9 | ||
2021-05-22 | Add tests for failure states of `expires_before` and `expires_after` filters | -0/+14 | ||
2021-05-22 | Add a test for ordering infractions returned from the api | -5/+25 | ||
As this is used in the new bot infraction rescheduler | ||||
2021-05-21 | Add tests for new filters on bot/infractions endpoint | -6/+70 | ||
2021-05-21 | Add permanent, types, and expires_at filters to bot/infractions endpoint | -0/+42 | ||
2021-05-18 | Update FAQ to clarify file types allowed | -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-17 | Update project dep guide to only reference poetry | -13/+7 | ||
2021-05-17 | Load env vars using python-dotenv | -0/+5 | ||
2021-05-17 | Fix pre-commit, since flake8 isn't a task | -1/+1 | ||
2021-05-17 | update CODEOWNERS to track poetry files | -1/+2 | ||
2021-05-17 | Bump lint flow to 3.9 and use poetry | -11/+8 | ||
2021-05-17 | Convert docker file to use 3.9 and poetry | -12/+9 | ||
2021-05-17 | Replace pipenv with poetry | -694/+1128 | ||
Including the pre-commit config here too, so I can actually lint | ||||
2021-05-17 | Fix Build & Deploy workflow shield | -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-16 | Remove pages prefix | -1/+1 | ||
2021-05-16 | Whitespace removal | -1/+1 | ||
2021-05-16 | Add Moderation Policies to redirects | -0/+6 | ||
2021-05-16 | Fixes Typo In Contrib Guide | -1/+1 | ||
Co-authored-by: ToxicKidz <[email protected]> | ||||
2021-05-16 | Migrates Sir Lancebot And Python To Poetry | -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-16 | Fixes Broken Images In Dependency Guide | -7/+8 | ||
2021-05-16 | chore: Update sir-lancebot's env var reference | -1/+5 | ||
2021-05-15 | Replace references to Zoot with Dave, per the rebranding of that bot. | -3/+2 | ||
2021-05-15 | Fix typo; 'be come' -> 'become' | -1/+1 | ||
2021-05-15 | Update rules viewset | -12/+16 | ||
This is to reflect the recent changes made to the server rules. | ||||
2021-05-15 | Fixed whitespace issue raised by linter. | -1/+1 | ||
2021-05-15 | Reorganizes Contributing Guidelines | -5/+9 | ||
Drops mentions of black, renames mentions of precommit to pre-commit, and rewords statements that have caused confusion. | ||||
2021-05-14 | Add good question guide redirect | -0/+6 | ||
2021-05-14 | Modify env vars list for Lancebot and Python | -2/+4 | ||
2021-05-14 | Update redirect tests to use 301 | -1/+1 | ||
2021-05-14 | Enable permanent redirects for redirect app | -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-14 | Changed rules to those agreed upon in a prior staff meeting. | -7/+9 | ||
2021-05-14 | Explicitly state which config file should be used for use_fakeredis | -1/+1 | ||
2021-05-14 | Revert "fix: USE_FAKEREDIS is uppercase" | -1/+1 | ||
2021-05-14 | fix: USE_FAKEREDIS is uppercase | -1/+1 | ||
2021-05-14 | Remove stale dependency. | -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-14 | Enable smooth scrolling on the website. | -0/+8 | ||
This makes it less jarring when scrolling to a heading since many content pages include a Table of Contents. | ||||
2021-05-14 | Add redirect to notion privacy location. | -0/+5 | ||
Since this is a backwards compatibility redirect, the page should redirect the user rather than rely on the cloudflare worker. | ||||
2021-05-14 | Fix misleading coverage report. | -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. |