aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Bump coverallsapp/github-action from 2.2.0 to 2.2.1Gravatar dependabot[bot]2023-07-14-1/+1
| | | | | | | | | | | | | | Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1025 from python-discord/dependabot/pip/ruff-0.0.278Gravatar Xithrius2023-07-13-20/+20
|\
| * Bump ruff from 0.0.277 to 0.0.278Gravatar dependabot[bot]2023-07-13-20/+20
|/ | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.277 to 0.0.278. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.277...v0.0.278) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #999 from python-discord/dependabot/pip/whitenoise-6.5.0Gravatar ChrisJL2023-07-11-11/+12
|\ | | | | Bump whitenoise from 6.4.0 to 6.5.0
| * Fix warning ignoreGravatar Johannes Christ2023-07-11-6/+7
| | | | | | | | | | | | | | Additionally, use stdlib API instead of undocumented Django test API Co-authored-by: Chris Lovering <[email protected]>
| * Bump whitenoise from 6.4.0 to 6.5.0Gravatar dependabot[bot]2023-07-11-5/+5
|/ | | | | | | | | | | | | | Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.4.0 to 6.5.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.4.0...6.5.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Drop redirect usage from URL references (#1016)Gravatar jchristgit2023-07-11-10/+10
| | | | | | | | Just one separate, and present beforehand, broken link remains: $ httrack -E --robots=0 --spider http://127.0.0.1:8000 -v | grep 404 20:18:51 Error: "Not Found" (404) at link 127.0.0.1:8000/events/game-jam-2020/technical-requirements/ (from 127.0.0.1:8000/events/game-jams/2020/judging/) Closes #681.
* Merge pull request #1019 from python-discord/dependabot/pip/sentry-sdk-1.28.0Gravatar Xithrius2023-07-10-5/+5
|\
| * Bump sentry-sdk from 1.27.1 to 1.28.0Gravatar dependabot[bot]2023-07-11-5/+5
|/ | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.27.1 to 1.28.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/1.27.1...1.28.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Fix broken link found by httrack (#1018)Gravatar jchristgit2023-07-10-1/+1
| | | Surfaced in #1016.
* Merge pull request #1017 from python-discord/fix-postegresql-typoGravatar Xithrius2023-07-09-1/+1
|\
| * Fix "PostegreSQL" typoGravatar Johannes Christ2023-07-09-1/+1
|/
* Merge pull request #1014 from python-discord/dependabot/pip/sentry-sdk-1.27.1Gravatar jchristgit2023-07-08-5/+5
|\ | | | | Bump sentry-sdk from 1.27.0 to 1.27.1
| * Bump sentry-sdk from 1.27.0 to 1.27.1Gravatar dependabot[bot]2023-07-08-5/+5
|/ | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.27.0 to 1.27.1. - [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/1.27.0...1.27.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1013 from python-discord/dependabot/pip/ruff-0.0.277Gravatar jchristgit2023-07-08-20/+20
|\ | | | | Bump ruff from 0.0.276 to 0.0.277
| * Bump ruff from 0.0.276 to 0.0.277Gravatar dependabot[bot]2023-07-06-20/+20
|/ | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.276 to 0.0.277. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.276...v0.0.277) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1012 from python-discord/dependabot/pip/sentry-sdk-1.27.0Gravatar jchristgit2023-07-06-5/+5
|\ | | | | Bump sentry-sdk from 1.26.0 to 1.27.0
| * Bump sentry-sdk from 1.26.0 to 1.27.0Gravatar dependabot[bot]2023-07-05-5/+5
|/ | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.26.0 to 1.27.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/1.26.0...1.27.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 #1010 from python-discord/dependabot/pip/ruff-0.0.276Gravatar Johannes Christ2023-07-04-20/+20
|\ | | | | Bump ruff from 0.0.275 to 0.0.276
| * Bump ruff from 0.0.275 to 0.0.276Gravatar dependabot[bot]2023-07-04-20/+20
|/ | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.275 to 0.0.276. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.275...v0.0.276) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1011 from python-discord/dependabot/pip/django-4.2.3Gravatar Johannes Christ2023-07-04-5/+5
|\ | | | | Bump django from 4.2.2 to 4.2.3
| * Bump django from 4.2.2 to 4.2.3Gravatar dependabot[bot]2023-07-04-5/+5
|/ | | | | | | | | | | | | Bumps [django](https://github.com/django/django) from 4.2.2 to 4.2.3. - [Commits](https://github.com/django/django/compare/4.2.2...4.2.3) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #1009 from ↵Gravatar Johannes Christ2023-06-27-1/+1
|\ | | | | | | | | python-discord/dependabot/github_actions/HassanAbouelela/actions-setup-python_v1.4.1 Bump HassanAbouelela/actions from setup-python_v1.4.0 to 1.4.1
| * Bump HassanAbouelela/actions from setup-python_v1.4.0 to 1.4.1Gravatar dependabot[bot]2023-06-27-1/+1
|/ | | | | | | | | | | | | Bumps [HassanAbouelela/actions](https://github.com/hassanabouelela/actions) from setup-python_v1.4.0 to 1.4.1. This release includes the previously tagged commit. - [Release notes](https://github.com/hassanabouelela/actions/releases) - [Commits](https://github.com/hassanabouelela/actions/compare/setup-python_v1.4.0...setup-python_v1.4.1) --- updated-dependencies: - dependency-name: HassanAbouelela/actions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
* Add new rule aliases (#1007)Gravatar Johannes Christ2023-06-26-4/+4
| | | | | | | | * Correct indent for GPT rule * Add new aliases for rule 4 and 8 See suggestion in #1001. Closes #1001.
* Merge pull request #1006 from n0Oo0Oo0b/n0Oo0Oo0b-patch-1Gravatar Boris Muratov2023-06-25-6/+0
|\ | | | | Remove obsolete question from FAQ
| * Remove obsolete question from FAQGravatar Daniel Gu2023-06-25-6/+0
|/
* Bump sentry-sdk from 1.25.1 to 1.26.0 (#1005)Gravatar dependabot[bot]2023-06-23-5/+5
| | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.25.1 to 1.26.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/1.25.1...1.26.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump ruff from 0.0.274 to 0.0.275 (#1004)Gravatar dependabot[bot]2023-06-23-20/+20
| | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.274 to 0.0.275. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.274...v0.0.275) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix GitHub Actions status badges (#1003)Gravatar wookie1842023-06-22-8/+2
|
* Fix broken links in the contributing guide. (#1002)Gravatar Qwerty-1332023-06-22-2/+2
|
* Merge pull request #1000 from python-discord/dependabot/pip/ruff-0.0.274Gravatar ChrisJL2023-06-21-23/+23
|\ | | | | Bump ruff from 0.0.272 to 0.0.274
| * Update code for new linter rulesGravatar Johannes Christ2023-06-21-3/+3
| | | | | | | | | | | | Ignore RUF012, which suggests to add typing.ClassVar to "mutable" class variables (in our case, it complained about the ordering attribute of the `Meta` class within models) - annotating this would be a bit noisy.
| * Bump ruff from 0.0.272 to 0.0.274Gravatar dependabot[bot]2023-06-21-20/+20
|/ | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.272 to 0.0.274. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.272...v0.0.274) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* pre-commit-hooks 2.5.0 -> 4.4.0 (#997)Gravatar Xithrius2023-06-14-1/+1
|
* Merge pull request #998 from python-discord/dependabot/pip/pre-commit-3.3.3Gravatar Johannes Christ2023-06-14-5/+5
|\ | | | | Bump pre-commit from 3.3.2 to 3.3.3
| * Bump pre-commit from 3.3.2 to 3.3.3Gravatar dependabot[bot]2023-06-14-5/+5
|/ | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.2 to 3.3.3. - [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.3.2...v3.3.3) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Remove Dennis from CODEOWNERS by requestGravatar Johannes Christ2023-06-11-3/+3
|
* Merge pull request #702 from Diabolical5777/subclassing_botGravatar Xithrius2023-06-10-1/+59
|\
| * Merge branch 'main' into subclassing_botGravatar Xithrius2023-06-10-189/+142
| |\ | |/ |/|
* | Merge pull request #989 from python-discord/dependabot/pip/cryptography-41.0.0Gravatar Xithrius2023-06-10-86/+32
|\ \
| * | Bump cryptography from 40.0.2 to 41.0.0Gravatar dependabot[bot]2023-06-09-86/+32
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [cryptography](https://github.com/pyca/cryptography) from 40.0.2 to 41.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/40.0.2...41.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
* | Update base Python image (#996)Gravatar ChrisJL2023-06-08-1/+1
| |
* | Merge pull request #994 from python-discord/dependabot/pip/sentry-sdk-1.25.1Gravatar Johannes Christ2023-06-08-6/+6
|\ \ | | | | | | Bump sentry-sdk from 1.24.0 to 1.25.1
| * | Bump sentry-sdk from 1.24.0 to 1.25.1Gravatar dependabot[bot]2023-06-08-6/+6
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.24.0 to 1.25.1. - [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/1.24.0...1.25.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | Remove Sebastiaan from CODEOWNERSGravatar Johannes Christ2023-06-08-1/+1
| | | | | | | | As requested in #dev-core.
* | Bump coverallsapp/github-action from 2.1.2 to 2.2.0 (#995)Gravatar dependabot[bot]2023-06-08-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.1.2 to 2.2.0. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Merge pull request #993 from python-discord/dependabot/pip/ruff-0.0.272Gravatar Johannes Christ2023-06-08-20/+20
|\ \ | | | | | | Bump ruff from 0.0.271 to 0.0.272
| * | Bump ruff from 0.0.271 to 0.0.272Gravatar dependabot[bot]2023-06-08-20/+20
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.271 to 0.0.272. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.271...v0.0.272) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #992 from python-discord/dependabot/pip/ruff-0.0.271Gravatar Johannes Christ2023-06-07-20/+20
|\ \ | | | | | | Bump ruff from 0.0.270 to 0.0.271