aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Remove discriminator from bot logs view (#1424)Gravatar jchristgit2024-11-23-1/+9
| | | | | When a user does not have a discriminator, do not display it anymore. Behaviour for users with discriminators (for historic infractions is unchanged).
* 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
|/ | | | | | | | | | | | | Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.0 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.0...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1416 from python-discord/dependabot/pip/django-5.1Gravatar jchristgit2024-08-30-8/+8
|\ | | | | Bump django from 5.0.7 to 5.1
| * 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
|/ | | | | | | | | | | | | Bumps [django](https://github.com/django/django) from 5.0.7 to 5.1. - [Commits](https://github.com/django/django/compare/5.0.7...5.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* 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.0
| * Bump sentry-sdk from 2.12.0 to 2.13.0Gravatar dependabot[bot]2024-08-30-5/+6
|/ | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.12.0 to 2.13.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.12.0...2.13.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* 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.2
| * Bump pyyaml from 6.0.1 to 6.0.2Gravatar dependabot[bot]2024-08-30-55/+57
|/ | | | | | | | | | | | | | | Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* 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.1
| * Bump coverage from 7.6.0 to 7.6.1Gravatar dependabot[bot]2024-08-30-55/+75
|/ | | | | | | | | | | | | | | Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.0 to 7.6.1. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.0...7.6.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* 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.3
| * Bump ruff from 0.5.2 to 0.6.3Gravatar dependabot[bot]2024-08-30-21/+21
|/ | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.2 to 0.6.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.5.2...0.6.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1421 from ↵Gravatar Keith Murray2024-08-22-0/+12
|\ | | | | | | | | python-discord/jb3/resources/discord.py-masterclass Add Discord.py masterclass resource
| * 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.3
| * Bump django-filter from 24.2 to 24.3Gravatar dependabot[bot]2024-08-05-5/+5
|/ | | | | | | | | | | | | | | Bumps [django-filter](https://github.com/carltongibson/django-filter) from 24.2 to 24.3. - [Release notes](https://github.com/carltongibson/django-filter/releases) - [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst) - [Commits](https://github.com/carltongibson/django-filter/compare/24.2...24.3) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1410 from python-discord/mailmapGravatar jchristgit2024-08-04-0/+1
|\ | | | | Add mailmap
| * 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
| | | | | | | | | | | | | | Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.8.1 to 10.9. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.8.1...10.9) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.5.1...0.5.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | 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
| | |
* | | Merge remote-tracking branch 'origin/fix/resources-ppg'Gravatar Johannes Christ2024-08-03-1/+1
|\ \ \ | |_|/ |/| |
| * | Resources: Fix image for People, Postgres, DataGravatar ~hedy2024-08-02-1/+1
| |/
* | Merge pull request #1375 from python-discord/dependabot/pip/pyjwt-2.9.0Gravatar jchristgit2024-08-02-8/+8
|\ \ | |/ |/| Bump pyjwt from 2.8.0 to 2.9.0
| * Bump pyjwt from 2.8.0 to 2.9.0Gravatar dependabot[bot]2024-08-02-8/+8
|/ | | | | | | | | | | | | | | Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.8.0...2.9.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1372 from python-discord/dependabot/pip/sentry-sdk-2.12.0Gravatar jchristgit2024-07-31-6/+6
|\ | | | | Bump sentry-sdk from 2.10.0 to 2.12.0
| * Bump sentry-sdk from 2.10.0 to 2.12.0Gravatar dependabot[bot]2024-07-31-6/+6
|/ | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.10.0 to 2.12.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.10.0...2.12.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1371 from python-discord/dependabot/pip/pre-commit-3.8.0Gravatar jchristgit2024-07-31-5/+5
|\ | | | | Bump pre-commit from 3.7.1 to 3.8.0
| * Bump pre-commit from 3.7.1 to 3.8.0Gravatar dependabot[bot]2024-07-29-5/+5
|/ | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.1 to 3.8.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.7.1...v3.8.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1369 from python-discord/jb3/content/modmail-rules-updateGravatar Joe Banks2024-07-26-1/+1
|\ | | | | Update rules to prefer DMing ModMail instead of individual moderators
| * Update rules to prefer DMing ModMail instead of individual moderatorsGravatar Joe Banks2024-07-26-1/+1
|/
* Merge pull request #1367 from python-discord/cj-judging-page-updateGravatar Joe Banks2024-07-22-60/+95
|\
| * Update code jam judging pageGravatar Janine vN2024-07-21-60/+95
|/
* Merge pull request #1293 from python-discord/feat/timeline-from-yamlGravatar wookie1842024-07-18-994/+783
|\ | | | | Markdown + YAML for the timeline
| * Merge branch 'main' into feat/timeline-from-yamlGravatar wookie1842024-07-18-317/+552
| |\ | |/ |/|
* | Merge pull request #1365 from python-discord/more-frameworksGravatar Joe Banks2024-07-16-0/+25
|\ \ | | | | | | Add more allowed frameworks for CJ11
| * | Add more allowed frameworks for CJ11Gravatar Boris Muratov2024-07-16-0/+25
|/ /
* | Merge pull request #1366 from python-discord/dependabot/pip/sentry-sdk-2.10.0Gravatar Xithrius2024-07-16-5/+5
|\ \
| * | Bump sentry-sdk from 2.9.0 to 2.10.0Gravatar dependabot[bot]2024-07-16-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.9.0...2.10.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #1361 from python-discord/dependabot/pip/coverage-7.6.0Gravatar Xithrius2024-07-15-55/+55
|\ \
| * | Bump coverage from 7.5.4 to 7.6.0Gravatar dependabot[bot]2024-07-15-55/+55
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.4 to 7.6.0. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.5.4...7.6.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>