aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* | | docs: include privileged intents in `setting-test-server-and-bot-account.md`Gravatar Kim Kam2025-02-14-2/+5
* | | docs: update required privileged intents in bot.mdGravatar Kim Kam2025-02-14-2/+2
* | | Bump pre-commit from 4.0.1 to 4.1.0Gravatar dependabot[bot]2025-02-11-5/+5
* | | Bump httpx from 0.27.2 to 0.28.1Gravatar dependabot[bot]2025-02-09-6/+5
* | | Bump pyjwt from 2.10.0 to 2.10.1Gravatar dependabot[bot]2025-02-08-5/+5
* | | Bump taskipy from 1.14.0 to 1.14.1Gravatar dependabot[bot]2025-02-06-6/+6
* | | Update netcup website URLGravatar Johannes Christ2025-02-06-3/+3
* | | Bump sentry-sdk from 2.19.0 to 2.20.0Gravatar dependabot[bot]2025-02-05-66/+8
* | | Update all dependenciesGravatar Johannes Christ2025-02-01-183/+260
* | | Bump coverage from 7.6.7 to 7.6.10Gravatar dependabot[bot]2025-02-01-65/+65
* | | Bump django from 5.1.3 to 5.1.5Gravatar dependabot[bot]2025-02-01-6/+6
* | | Remove 2024 code jam notificationGravatar Vecko2025-02-01-4/+0
|/ /
* | Bump coverallsapp/github-action from 2.3.0 to 2.3.4 (#1436)Gravatar dependabot[bot]2024-11-23-1/+1
* | Remove unneeded version specifier in docker composeGravatar Chris Lovering2024-11-23-1/+0
* | Sort __all__ in templatetagsGravatar Chris Lovering2024-11-23-1/+1
* | Specify which ruff tool to run in pre-commit configGravatar Chris Lovering2024-11-23-1/+1
* | Set ruff to use concise output and suggest unsafe fixesGravatar Chris Lovering2024-11-23-0/+2
* | Remove deprecated ruff rulesGravatar Chris Lovering2024-11-23-1/+1
* | Bump deps to latestGravatar Chris Lovering2024-11-23-446/+484
* | Disable poetry package modeGravatar Chris Lovering2024-11-23-0/+1
* | Remove discriminator from bot logs view (#1424)Gravatar jchristgit2024-11-23-1/+9
* | Fix typo in `git remote add` in the guide (#1437)Gravatar RundownRhino2024-11-23-1/+1
* | Merge pull request #1429 from python-discord/dependabot/pip/cryptography-43.0.1Gravatar Xithrius2024-09-03-29/+29
|\ \
| * | Bump cryptography from 43.0.0 to 43.0.1Gravatar dependabot[bot]2024-09-04-29/+29
|/ /
* | Merge pull request #1416 from python-discord/dependabot/pip/django-5.1Gravatar jchristgit2024-08-30-8/+8
|\ \
| * | Rename `check` to `condition`Gravatar Johannes Christ2024-08-30-2/+2
| * | Bump django from 5.0.7 to 5.1Gravatar dependabot[bot]2024-08-30-6/+6
|/ /
* | Merge pull request #1418 from python-discord/dependabot/pip/sentry-sdk-2.13.0Gravatar Xithrius2024-08-30-5/+6
|\ \
| * | Bump sentry-sdk from 2.12.0 to 2.13.0Gravatar dependabot[bot]2024-08-30-5/+6
|/ /
* | Merge pull request #1414 from python-discord/dependabot/pip/pyyaml-6.0.2Gravatar Xithrius2024-08-30-55/+57
|\ \
| * | Bump pyyaml from 6.0.1 to 6.0.2Gravatar dependabot[bot]2024-08-30-55/+57
|/ /
* | Merge pull request #1412 from python-discord/dependabot/pip/coverage-7.6.1Gravatar Xithrius2024-08-30-55/+75
|\ \
| * | Bump coverage from 7.6.0 to 7.6.1Gravatar dependabot[bot]2024-08-30-55/+75
|/ /
* | Merge pull request #1423 from python-discord/dependabot/pip/ruff-0.6.3Gravatar Xithrius2024-08-30-21/+21
|\ \
| * | Bump ruff from 0.5.2 to 0.6.3Gravatar dependabot[bot]2024-08-30-21/+21
|/ /
* | Merge pull request #1421 from python-discord/jb3/resources/discord.py-masterc...Gravatar Keith Murray2024-08-22-0/+12
|\ \
| * | Add Discord.py masterclass resourceGravatar Joe Banks2024-08-22-0/+12
|/ /
* | Add tests for new raise_for_status test shim helpersGravatar Joe Banks2024-08-15-0/+9
* | Add raise_for_status to MockResponse in repodata helper testsGravatar Joe Banks2024-08-15-0/+10
* | Harden GitHub metadata fetch on homepageGravatar Joe Banks2024-08-15-2/+13
* | Merge pull request #1411 from python-discord/dependabot/pip/django-filter-24.3Gravatar jchristgit2024-08-13-5/+5
|\ \
| * | Bump django-filter from 24.2 to 24.3Gravatar dependabot[bot]2024-08-05-5/+5
|/ /
* | Merge pull request #1410 from python-discord/mailmapGravatar jchristgit2024-08-04-0/+1
|\ \
| * | Add mailmapGravatar Johannes Christ2024-08-03-0/+1
|/ /
* | Bump pymdown-extensions from 10.8.1 to 10.9Gravatar dependabot[bot]2024-08-03-5/+5
* | Merge remote-tracking branch 'origin/dependabot/pip/ruff-0.5.2'Gravatar Johannes Christ2024-08-03-121/+99
|\ \
| * | Remove unnecessary S310 noqaGravatar wookie1842024-08-02-1/+1
| * | Bump ruff from 0.5.1 to 0.5.2Gravatar dependabot[bot]2024-08-02-120/+98
* | | Merge remote-tracking branch 'origin/fix/resources-payment-tiers'Gravatar Johannes Christ2024-08-03-1/+1
|\ \ \
| * | | Resources: Use kebab-case for keys of `valid_filters`Gravatar ~hedy2024-08-02-1/+1
| | |/ | |/|