aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* | | | Merge pull request #3150 from python-discord/dependabot/pip/aiohttp-3.10.5Gravatar Amrou Bellalouna2024-08-20-80/+107
|\ \ \ \ | | | | | | | | | | Bump aiohttp from 3.9.5 to 3.10.5
| * | | | Bump aiohttp from 3.9.5 to 3.10.5Gravatar dependabot[bot]2024-08-20-80/+107
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.5 to 3.10.5. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.5...v3.10.5) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | | | Merge pull request #3145 from python-discord/log-failed-OT-name-renameGravatar Joe Banks2024-08-14-4/+13
|\ \ \ \ | | | | | | | | | | Log and retry OT renaming if Discord returns an error
| * | | | Log and retry OT renaming if Discord returns an errorGravatar Chris Lovering2024-08-13-4/+13
|/ / / /
* | | | Legacy Help Channels Access -> Archived Channels Access (#3141)Gravatar Boris Muratov2024-08-05-2/+2
| | | |
* | | | Merge pull request #3106 from typhonshambo/mainGravatar Boris Muratov2024-07-19-2/+25
|\ \ \ \ | | | | | | | | | | Added message link to replied or parent message
| * \ \ \ Merge branch 'main' into mainGravatar Boris Muratov2024-07-19-29/+29
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #3017 from python-discord/fix-watchchannel-bugsGravatar Boris Muratov2024-07-19-20/+20
|\ \ \ \ \ | | | | | | | | | | | | Fix watchchannel bugs
| * \ \ \ \ Merge branch 'main' into fix-watchchannel-bugsGravatar Boris Muratov2024-07-19-959/+1503
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Bump pytest-subtests from 0.13.0 to 0.13.1 (#3129)Gravatar dependabot[bot]2024-07-18-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pytest-subtests](https://github.com/pytest-dev/pytest-subtests) from 0.13.0 to 0.13.1. - [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.13.0...v0.13.1) --- updated-dependencies: - dependency-name: pytest-subtests 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 pydis-core from 11.2.0 to 11.3.0 (#3130)Gravatar dependabot[bot]2024-07-18-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pydis-core](https://github.com/python-discord/bot-core) from 11.2.0 to 11.3.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.2.0...v11.3.0) --- updated-dependencies: - dependency-name: pydis-core 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>
| * | | | | Copy watched_users into list to prevent modification while iteratingGravatar wookie1842024-07-18-3/+4
| | | | | |
| * | | | | Fix: dict.values() -> dict.items()Gravatar wookie1842024-04-16-1/+1
| | | | | |
| * | | | | Pass watch info through to functions to avoid KeyError if user is unwatchedGravatar wookie1842024-04-16-10/+8
| | | | | |
| * | | | | Check if user is watched before sending message instead of popping from ↵Gravatar wookie1842024-04-16-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | message queues when unwatching This prevents the message queues being modified as they are being iterated over which caused errors
| * | | | | Make watched_users a dict, not a defaultdictGravatar wookie1842024-04-16-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | This prevents accidentally creating new values when accessing a key
| | * | | | Merge branch 'main' into mainGravatar Shambo Chowdhury2024-07-16-96/+104
| | |\ \ \ \ | |_|/ / / / |/| | | | |
* | | | | | Bump pip-licenses from 4.4.0 to 4.5.1 (#3121)Gravatar dependabot[bot]2024-07-15-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | | Bump sentry-sdk from 2.9.0 to 2.10.0 (#3125)Gravatar dependabot[bot]2024-07-15-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | | Bump ruff from 0.5.1 to 0.5.2 (#3123)Gravatar dependabot[bot]2024-07-15-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | | Bump markdownify from 0.12.1 to 0.13.1 (#3124)Gravatar dependabot[bot]2024-07-15-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | | Bump coverage from 7.5.4 to 7.6.0 (#3119)Gravatar dependabot[bot]2024-07-15-55/+55
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | | Bump setuptools from 69.2.0 to 70.0.0 in the pip group (#3127)Gravatar dependabot[bot]2024-07-15-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | | Merge pull request #3120 from ↵Gravatar Joe Banks2024-07-14-2/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-discord/jb3/bugfix/user-alts-response-code-error Suppress ResponseCodeErrors when fetching alts in !user
| * | | | | | Suppress ResponseCodeErrors when fetching alts in !userGravatar Joe Banks2024-07-14-2/+10
|/ / / / / /
* | | | | | Merge pull request #3117 from python-discord/dependabot/pip/sentry-sdk-2.9.0Gravatar Joe Banks2024-07-14-5/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bump sentry-sdk from 2.7.1 to 2.9.0
| * | | | | | Bump sentry-sdk from 2.7.1 to 2.9.0Gravatar dependabot[bot]2024-07-14-5/+5
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.7.1 to 2.9.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.7.1...2.9.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
| | * | | | Removed over-indented blockGravatar Shambo Chowdhury2024-07-16-4/+4
| | | | | |
| | * | | | Merge branch 'main' into mainGravatar Shambo Chowdhury2024-07-14-1/+0
| | |\ \ \ \ | |_|/ / / / |/| | | | |
* | | | | | Remove Redis max connections limitGravatar Joe Banks2024-07-14-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The server limit is more than capable of handling any traffic that bot generates, this number is unreasonably low for events that happen in bulk/surges. For reference, the Redis server connection limit is in the thousands.
| | * | | | added handler for message.reference.resolved if its NoneGravatar Shambo Chowdhury2024-07-14-1/+7
| | | | | |
| | * | | | Update bot/exts/moderation/modlog.py Gravatar Shambo Chowdhury2024-07-14-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - It was working fine without it, but i think its better to add one. Thanks Co-authored-by: Vivek Ashokkumar <[email protected]>
| | * | | | Merge branch 'main' into mainGravatar Shambo Chowdhury2024-07-13-264/+288
| | |\ \ \ \ | |_|/ / / / |/| | | | |
* | | | | | Merge pull request #3074 from python-discord/faster-silence-testsGravatar wookie1842024-07-08-67/+83
|\ \ \ \ \ \ | | | | | | | | | | | | | | Faster and Improved silence tests
| * \ \ \ \ \ Merge branch 'main' into faster-silence-testsGravatar wookie1842024-07-08-244/+249
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | 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