aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Fix site startup command used in docker-compose.yml (#3093)Gravatar wookie1842024-06-13-1/+1
| | | Needed as entrypoint was changed in python-discord/site#1338
* Merge pull request #3092 from python-discord/fix-poetry-export-warningGravatar wookie1842024-06-11-0/+1
|\ | | | | Add poetry-plugin-export plugin to fix CI warning
| * Merge branch 'main' into fix-poetry-export-warningGravatar wookie1842024-06-11-1/+1
| |\ | |/ |/|
* | Merge pull request #3091 from python-discord/use-latest-redisGravatar wookie1842024-06-11-1/+1
|\ \ | | | | | | Update old redis version in docker-compose
| * | Update old redis version in docker-composeGravatar wookie1842024-06-11-1/+1
|/ /
| * Add poetry-plugin-export plugin to fix CI warningGravatar wookie1842024-06-11-0/+1
|/
* Bump ruff from 0.4.6 to 0.4.8 (#3085)Gravatar dependabot[bot]2024-06-11-20/+20
| | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.6 to 0.4.8. - [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/v0.4.6...v0.4.8) --- 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>
* Bump sentry-sdk from 2.4.0 to 2.5.1 (#3088)Gravatar dependabot[bot]2024-06-11-5/+5
| | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.4.0 to 2.5.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/2.4.0...2.5.1) --- 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 pytest from 8.2.1 to 8.2.2 (#3084)Gravatar dependabot[bot]2024-06-11-5/+5
| | | | | | | | | | | | | | | | Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.2.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.2.1...8.2.2) --- updated-dependencies: - dependency-name: pytest 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>
* Bump rapidfuzz from 3.9.2 to 3.9.3 (#3082)Gravatar dependabot[bot]2024-06-11-96/+96
| | | | | | | | | | | | | | | | Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.9.2 to 3.9.3. - [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases) - [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/rapidfuzz/RapidFuzz/compare/v3.9.2...v3.9.3) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production 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>
* Merge pull request #3087 from ↵Gravatar Joe Banks2024-06-10-1/+1
|\ | | | | | | python-discord/dependabot/github_actions/tclindner/sentry-releases-action-1.3.0
| * Bump tclindner/sentry-releases-action from 1.2.0 to 1.3.0Gravatar dependabot[bot]2024-06-10-1/+1
|/ | | | | | | | | | | | | | | Bumps [tclindner/sentry-releases-action](https://github.com/tclindner/sentry-releases-action) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/tclindner/sentry-releases-action/releases) - [Changelog](https://github.com/tclindner/sentry-releases-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/tclindner/sentry-releases-action/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: tclindner/sentry-releases-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #3083 from python-discord/dependabot/pip/sentry-sdk-2.4.0Gravatar Joe Banks2024-06-04-5/+5
|\
| * Bump sentry-sdk from 2.3.1 to 2.4.0Gravatar dependabot[bot]2024-06-04-5/+5
|/ | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.3.1 to 2.4.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.3.1...2.4.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump rapidfuzz from 3.9.1 to 3.9.2 (#3080)Gravatar dependabot[bot]2024-05-31-96/+96
| | | | | | | | | | | | | | | | Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.9.1 to 3.9.2. - [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases) - [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/rapidfuzz/RapidFuzz/compare/v3.9.1...v3.9.2) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production 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>
* Bump ruff from 0.4.5 to 0.4.6 (#3079)Gravatar dependabot[bot]2024-05-31-20/+20
| | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.5 to 0.4.6. - [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/v0.4.5...v0.4.6) --- 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>
* Bump coverage from 7.5.1 to 7.5.3 (#3078)Gravatar dependabot[bot]2024-05-31-55/+55
| | | | | | | | | | | | | | | | Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.1 to 7.5.3. - [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.1...7.5.3) --- updated-dependencies: - dependency-name: coverage 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>
* Merge pull request #3075 from python-discord/use-coverage-sysmonGravatar Joe Banks2024-05-25-0/+3
|\ | | | | Use COVERAGE_CORE=sysmon when running tests in CI
| * Specify environment variable using env blockGravatar wookie1842024-05-25-1/+4
| | | | | | Co-authored-by: Joe Banks <[email protected]>
| * Use COVERAGE_CORE=sysmon when running tests in CIGravatar wookie1842024-05-25-1/+1
|/
* Remove space from command nameGravatar Chris Lovering2024-05-23-1/+1
|
* Allow listing alts for a user via the alts root alias (#3072)Gravatar ChrisJL2024-05-23-2/+2
|
* fixup: remove british accentGravatar Chris Lovering2024-05-23-1/+1
|
* fixup: simplify type annotationGravatar Chris Lovering2024-05-23-1/+1
|
* Remove space after subcommand name which meant it couldn't be calledGravatar Chris Lovering2024-05-23-1/+1
|
* Output user alts in user command when ran in mod channelsGravatar Chris Lovering2024-05-23-0/+7
|
* Nicely format error when editing alts where target user isn't an altGravatar Chris Lovering2024-05-23-0/+1
|
* Don't allow bots to be marked as altsGravatar Chris Lovering2024-05-23-0/+4
|
* Indicate if the user has alts when seaching for their infractionsGravatar Chris Lovering2024-05-23-0/+5
|
* Add a cog to manage tracking a user's alt accountsGravatar Chris Lovering2024-05-23-0/+169
|
* --- (#3066)Gravatar dependabot[bot]2024-05-23-4/+4
| | | | | | | | | | | updated-dependencies: - dependency-name: requests dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xithrius <[email protected]>
* Bump HassanAbouelela/actions from setup-python_v1.5.0 to 1.6.0 (#3067)Gravatar dependabot[bot]2024-05-23-1/+1
| | | | | | | | | | | | | | Bumps [HassanAbouelela/actions](https://github.com/hassanabouelela/actions) from setup-python_v1.5.0 to 1.6.0. 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.5.0...setup-python_v1.6.0) --- updated-dependencies: - dependency-name: HassanAbouelela/actions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Merge pull request #3068 from python-discord/dependabot/pip/ruff-0.4.5Gravatar wookie1842024-05-23-20/+20
|\ | | | | Bump ruff from 0.4.4 to 0.4.5
| * Bump ruff from 0.4.4 to 0.4.5Gravatar dependabot[bot]2024-05-23-20/+20
|/ | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.4 to 0.4.5. - [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/v0.4.4...v0.4.5) --- 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 #3071 from LeoCx1000/patch-1Gravatar wookie1842024-05-23-1/+1
|\ | | | | Fix faulty hyperlink in charinfo command.
| * Give default name to unicode character.Gravatar Leonardo2024-05-23-1/+1
|/
* Merge pull request #3070 from python-discord/dependabot/pip/sentry-sdk-2.3.1Gravatar Joe Banks2024-05-23-5/+5
|\ | | | | Bump sentry-sdk from 2.2.1 to 2.3.1
| * Bump sentry-sdk from 2.2.1 to 2.3.1Gravatar dependabot[bot]2024-05-23-5/+5
|/ | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.2.1 to 2.3.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/2.2.1...2.3.1) --- 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 #3046 from python-discord/vivek/fix-eval-truncationGravatar wookie1842024-05-23-5/+8
|\ | | | | Don't upload to pastebin when no truncation
| * Merge branch 'main' into vivek/fix-eval-truncationGravatar wookie1842024-05-23-570/+932
| |\ | |/ |/|
* | Support events that span from one year to another (#3065)Gravatar wookie1842024-05-23-1/+11
| |
* | Merge pull request #3063 from python-discord/jb3/nom-post-changesGravatar Joe Banks2024-05-22-74/+67
|\ \ | | | | | | Post nomination entries into the voting thread instead of the root
| * | Update !tp get_review command to upload nomination file with reviewGravatar Joe Banks2024-05-22-3/+6
| | |
| * | Post nomination entries into the voting thread instead of the rootGravatar Joe Banks2024-05-22-71/+61
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change moves us from posting multiple messages in the nomination-voting channel to instead posting all entries into the voting thread. This makes the nomination process guaranteed to be contained within one root message and one channel, instead of splitting into multiple messages in the root if we went over the character limit. It greatly simplifies both the creation and the archival of nomination votes as we only need to handle one message. It also means that all nominations are guaranteed to be visible in the voting thread.
* | Merge pull request #3064 from python-discord/jb3/nominations/relay-updatesGravatar Joe Banks2024-05-22-6/+55
|\ \ | | | | | | Relay creations and amendments to nominations to vote threads
| * | Relay any creations or amendments to nominations into active threadGravatar Joe Banks2024-05-22-6/+43
| | |
| * | Add get_active_nomination API method for TalentpoolGravatar Joe Banks2024-05-22-0/+9
| | |
| * | Add new Nomination API filter to filter to active votesGravatar Joe Banks2024-05-22-0/+3
|/ /
* | Merge pull request #3062 from python-discord/dependabot/pip/sentry-sdk-2.2.1Gravatar Joe Banks2024-05-22-6/+6
|\ \ | | | | | | Bump sentry-sdk from 2.2.0 to 2.2.1
| * | ---Gravatar dependabot[bot]2024-05-21-6/+6
|/ / | | | | | | | | | | | | | | | | updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>