aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* | | | | | | | Bump pytest-subtests from 0.12.1 to 0.13.0 (#3114)Gravatar dependabot[bot]2024-07-08-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pytest-subtests](https://github.com/pytest-dev/pytest-subtests) from 0.12.1 to 0.13.0. - [Release notes](https://github.com/pytest-dev/pytest-subtests/releases) - [Changelog](https://github.com/pytest-dev/pytest-subtests/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-subtests/compare/v0.12.1...v0.13.0) --- updated-dependencies: - dependency-name: pytest-subtests dependency-type: direct:development 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>
* | | | | | | | Make !warn fail if DMing the user is unsuccessful (#3073)Gravatar Vivek Ashokkumar2024-07-08-11/+19
| | | | | | | |
* | | | | | | | Bump ruff from 0.5.0 to 0.5.1 (#3116)Gravatar dependabot[bot]2024-07-08-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.0 to 0.5.1. - [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.0...0.5.1) --- 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 certifi from 2024.2.2 to 2024.7.4 in the pip group (#3113)Gravatar dependabot[bot]2024-07-06-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | | | | Migration to official Sentry release CI action (#3112)Gravatar Xithrius2024-07-05-3/+2
| | | | | | | |
* | | | | | | | Bump rapidfuzz from 3.9.3 to 3.9.4 (#3110)Gravatar dependabot[bot]2024-07-04-96/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | | | | Bump sentry-sdk from 2.7.0 to 2.7.1 (#3108)Gravatar dependabot[bot]2024-07-04-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | | | | Bump ruff from 0.4.10 to 0.5.0 (#3107)Gravatar dependabot[bot]2024-07-04-20/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | | | | Bump coverage from 7.5.3 to 7.5.4 (#3102)Gravatar dependabot[bot]2024-06-28-55/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | | | | Bump sentry-sdk from 2.6.0 to 2.7.0 (#3105)Gravatar dependabot[bot]2024-06-27-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * | | | | | | Selectively patch SilenceNotifier only where neededGravatar wookie1842024-05-25-14/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improves performance and makes other tests more realistic
| * | | | | | | Just use the notifier instead of patchingGravatar wookie1842024-05-25-14/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I combined two tests into one where it made sense. This is much neater and makes for better tests
| * | | | | | | Don't setup the cog for Notifier and Argument Parser testsGravatar wookie1842024-05-25-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | None of these tests need Redis or anything set by cog_load and setting them up for every test slows things down
| * | | | | | | Make use of fakeredis instead of mockingGravatar wookie1842024-05-25-29/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is cleaner, and better practice.
| * | | | | | | Lazily create `guild` on text/voice channel mocksGravatar wookie1842024-05-25-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In many cases the Guild mock is not needed so this makes tests faster
| | | * | | | | "Jump to message" changed and added handling for Reference deleted messagesGravatar Shambo Chowdhury2024-07-06-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - [x] Changed "Jump to message" to "Jump to referenced message" as it already exists in the embed, thus can create confusion - [x] if the Reference message is deleted messages it will now give reference line as **In reply to:** Deleted Message
| | | * | | | | Update bot/exts/moderation/modlog.pyGravatar Shambo Chowdhury2024-07-05-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Boris Muratov <[email protected]>
| | | * | | | | removed commented newlinesGravatar Shambo Chowdhury2024-07-05-2/+0
| | | | | | | |
| | | * | | | | removed gather_reply()Gravatar Shambo Chowdhury2024-06-28-37/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - gather_reply() can be resource intensive for big servers as it will iterate through all the message every time a user deletes any message which has replies to it. - removed content and channel in `In reply to:` section as some messages containing `[` or `]` can create interference with the `[](url)`
| | | * | | | | Update bot/exts/moderation/modlog.pyGravatar Shambo Chowdhury2024-06-26-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Vivek Ashokkumar <[email protected]>
| | | * | | | | Update bot/exts/moderation/modlog.pyGravatar Shambo Chowdhury2024-06-26-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Vivek Ashokkumar <[email protected]>
| | | * | | | | Update bot/exts/moderation/modlog.pyGravatar Shambo Chowdhury2024-06-26-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Vivek Ashokkumar <[email protected]>
| | | * | | | | Update modlog.pyGravatar Shambo Chowdhury2024-06-26-1/+1
| | | | | | | |
| | | * | | | | Added message link to replied or parent messageGravatar Shambo Chowdhury2024-06-26-2/+54
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Now we can check the replies to a deleted message to provide a better context as well as, if the deleted message is a reply to some parent message, it will show the respective parents message it was replying to in #mod-log channel
* | | | | | | Merge pull request #3103 from python-discord/dependabot/pip/pydis-core-11.2.0Gravatar wookie1842024-06-24-14/+15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Bump pydis-core from 11.1.0 to 11.2.0
| * | | | | | | Add new name kwarg to silencer loop base class initialisationGravatar Joe Banks2024-06-24-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Discord.py 2.4 added an optional name parameter to the base Loop class which our silence notifier loop is based off. We need to pass that, even if it's None, to prevent a missing argument error.
| * | | | | | | Bump pydis-core from 11.1.0 to 11.2.0Gravatar dependabot[bot]2024-06-23-13/+13
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pydis-core](https://github.com/python-discord/bot-core) from 11.1.0 to 11.2.0. - [Release notes](https://github.com/python-discord/bot-core/releases) - [Changelog](https://github.com/python-discord/bot-core/blob/main/docs/changelog.rst) - [Commits](https://github.com/python-discord/bot-core/compare/v11.1.0...v11.2.0) --- updated-dependencies: - dependency-name: pydis-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | | | | | | Skip line if no match against inventory line regex (#3100)Gravatar Joe Banks2024-06-21-0/+7
| | | | | | |
* | | | | | | Bump urllib3 from 2.2.1 to 2.2.2 in the pip group (#3097)Gravatar dependabot[bot]2024-06-21-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the pip group with 1 update: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 2.2.1 to 2.2.2 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2) --- updated-dependencies: - dependency-name: urllib3 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>
* | | | | | | Bump ruff from 0.4.8 to 0.4.10 (#3099)Gravatar dependabot[bot]2024-06-21-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | | | Bump taskipy from 1.12.2 to 1.13.0 (#3094)Gravatar dependabot[bot]2024-06-21-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | | | Bump sentry-sdk from 2.5.1 to 2.6.0 (#3098)Gravatar dependabot[bot]2024-06-21-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | | | Bump docker/build-push-action from 5 to 6 (#3096)Gravatar dependabot[bot]2024-06-17-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | | | Merge pull request #3090 from python-discord/use-itertools-batchedGravatar wookie1842024-06-13-22/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Use new `itertools.batched` instead of `more_itertools.chunked`
| * \ \ \ \ \ \ Merge branch 'main' into use-itertools-batchedGravatar wookie1842024-06-13-2/+3
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | 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
|/ / / / / / / /
| * | | | | | | Fix testsGravatar wookie1842024-06-11-4/+4
| | | | | | | |
| * | | | | | | Remove more_itertools now it's unusedGravatar wookie1842024-06-11-15/+2
| | | | | | | |
| * | | | | | | Use new itertool.batched instead of more_itertools.chunkedGravatar wookie1842024-06-11-3/+3
|/ / / / / / /
* | | | | | | 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]>