aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Bump aiohttp from 3.9.3 to 3.9.4 (#3016)Gravatar dependabot[bot]2024-04-16-79/+79
| | | | | | | | | | | | | | | | Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.3 to 3.9.4. - [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.3...v3.9.4) --- updated-dependencies: - dependency-name: aiohttp 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>
* Update Redis service addressGravatar Joe Banks2024-04-15-1/+1
|
* Update metabase namespaceGravatar Joe Banks2024-04-15-1/+1
|
* Update site namespace in constantsGravatar Joe Banks2024-04-15-1/+1
|
* Update snekbox namespaceGravatar Joe Banks2024-04-15-1/+1
|
* Update deployment namespaceGravatar Joe Banks2024-04-14-1/+2
|
* Bump deepdiff from 6.7.1 to 7.0.1 (#3008)Gravatar dependabot[bot]2024-04-14-8/+8
| | | | | | | | | | | | | | | | Bumps [deepdiff](https://github.com/seperman/deepdiff) from 6.7.1 to 7.0.1. - [Release notes](https://github.com/seperman/deepdiff/releases) - [Changelog](https://github.com/seperman/deepdiff/blob/master/docs/changelog.rst) - [Commits](https://github.com/seperman/deepdiff/compare/6.7.1...7.0.1) --- updated-dependencies: - dependency-name: deepdiff 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>
* Bump sentry-sdk from 1.44.1 to 1.45.0 (#3009)Gravatar dependabot[bot]2024-04-14-5/+5
| | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.44.1 to 1.45.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.44.1...1.45.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.3.5 to 0.3.7 (#3012)Gravatar dependabot[bot]2024-04-14-20/+20
| | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.5 to 0.3.7. - [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.3.5...v0.3.7) --- 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 rapidfuzz from 3.7.0 to 3.8.1 (#3006)Gravatar dependabot[bot]2024-04-14-93/+93
| | | | | | | | | | | | | | | | Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.7.0 to 3.8.1. - [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.7.0...v3.8.1) --- updated-dependencies: - dependency-name: rapidfuzz 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 #3011 from Hashed0719/mainGravatar ~hedy2024-04-13-2/+2
|\ | | | | fixed typos in tags embed.
| * Fixed typos in tags embed.Gravatar Harsh2024-04-13-2/+2
|/
* Merge pull request #3010 from python-discord/dependabot/pip/idna-3.7Gravatar ~hedy2024-04-13-3/+4
|\ | | | | Bump idna from 3.6 to 3.7
| * Bump idna from 3.6 to 3.7Gravatar dependabot[bot]2024-04-12-3/+4
|/ | | | | | | | | | | | | | Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #2997 from python-discord/improve-infractions-testsGravatar jchristgit2024-04-06-4/+16
|\ | | | | Test that infraction reason sent to database is not truncated
| * Test that infraction reason sent to database is not truncatedGravatar wookie1842024-04-01-4/+16
| |
* | Merge pull request #2987 from python-discord/fix/tags-list-footerGravatar jchristgit2024-04-06-1/+1
|\ \ | | | | | | Reference the `/tag` slash-command instead of the old `!tags` in the footer of tags listings
| * | Merge branch 'main' into fix/tags-list-footerGravatar ~hedy2024-04-02-531/+608
| |\|
| * | Reference the /tag slash-command instead in tags listingGravatar hedy2024-03-29-1/+1
| | |
* | | Bump sentry-sdk from 1.44.0 to 1.44.1 (#3002)Gravatar dependabot[bot]2024-04-04-5/+5
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Bump lxml from 5.2.0 to 5.2.1 (#3003)Gravatar dependabot[bot]2024-04-04-116/+157
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Fix coroutine never awaited warning in sync tests (#2996)Gravatar wookie1842024-04-03-2/+5
| | |
* | | Bump ruff from 0.3.4 to 0.3.5 (#2998)Gravatar dependabot[bot]2024-04-02-20/+20
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Bump lxml from 5.1.1 to 5.2.0 (#2992)Gravatar dependabot[bot]2024-04-02-78/+119
| |/ |/| | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Merge pull request #2995 from ↵Gravatar Joe Banks2024-04-01-1/+1
|\ \ | | | | | | | | | | | | python-discord/wookie184-show-warnings-in-actions-tests Show warnings when running tests in GH Actions
| * | Show warnings when running tests in GH ActionsGravatar wookie1842024-04-01-1/+1
|/ /
* | Merge pull request #2993 from python-discord/fix-test-warningGravatar wookie1842024-04-01-2/+2
|\ \ | | | | | | Fix warning in tests
| * \ Merge branch 'main' into fix-test-warningGravatar wookie1842024-04-01-42/+67
| |\ \ | |/ / |/| |
* | | Merge pull request #2994 from python-discord/use-tasks-over-schedulerGravatar wookie1842024-04-01-9/+5
|\ \ \ | | | | | | | | Use a d.py task for checking for necro help posts
| * | | Use a d.py task for checking for necro help postsGravatar Chris Lovering2024-04-01-9/+5
|/ / /
* | | Correct type hint in the syncer cog.Gravatar Chris Lovering2024-04-01-1/+1
| | |
* | | Update syncer testsGravatar Chris Lovering2024-04-01-24/+38
| | |
* | | Also sync the user's display_name in the user syncerGravatar Chris Lovering2024-04-01-0/+2
| | |
* | | Wait 10 seconds before syncing the guild & usersGravatar Chris Lovering2024-04-01-7/+14
| | | | | | | | | | | | This will give other cogs a chance to start up
* | | Allow extra channels to be ignored by the duck pond cog (#2990)Gravatar ChrisJL2024-04-01-2/+8
| | | | | | | | | We want to be able to expand the list of channels ignored by duckpond, without having to add the entire list of default channels first.
| * | Fix warning in testsGravatar wookie1842024-04-01-2/+2
|/ /
* | Merge pull request #2989 from python-discord/jb3/voice-gate-log-2922Gravatar wookie1842024-04-01-6/+34
|\ \ | | | | | | Log to #voice-log for passed and failed attempts at voice verification
| * | Send log messages for voice gate pass and fail to #voice-logGravatar Joe Banks2024-03-30-1/+27
| | |
| * | Reword voice gate criteria for user and mod side formattingGravatar Joe Banks2024-03-30-5/+7
|/ /
* | Merge pull request #2988 from python-discord/bump-bot-coreGravatar Amrou Bellalouna2024-03-30-358/+337
|\ \ | | | | | | Bump bot core & Python version
| * | Bump Python to 3.12Gravatar Chris Lovering2024-03-30-235/+239
| | |
| * | Bum botcore to 11.1.0Gravatar Chris Lovering2024-03-30-124/+99
|/ / | | | | | | A pydantic version bump is also required due to latest requirements from bot-core
* | Merge pull request #2839 from python-discord/allow-mute-editsGravatar Amrou Bellalouna2024-03-29-33/+82
|\ \ | | | | | | Support editing of timeout durations.
| * | notify mods about timeout cap upon editGravatar shtlrs2024-03-29-21/+24
| | |
| * | apply timeouts on members who left the serverGravatar shtlrs2024-03-29-1/+27
| | | | | | | | | | | | If timeout was edited to a longer duration, members could evade being timeout upon rejoining, so we reapply them if that's the case
| * | cap timeout duration upon editGravatar shtlrs2024-03-29-8/+25
| | |
| * | do not edit discord timeout for users who left the serverGravatar shtlrs2024-03-29-1/+1
| | | | | | | | | | | | if a user isn't a member of the server, trying to edit their timeout will result in an error
| * | allow timeout editsGravatar shtlrs2024-03-29-6/+9
|/ /
* | Bump sentry-sdk from 1.43.0 to 1.44.0 (#2986)Gravatar dependabot[bot]2024-03-29-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.43.0 to 1.44.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.43.0...1.44.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 lxml from 5.1.0 to 5.1.1 (#2984)Gravatar dependabot[bot]2024-03-29-82/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [lxml](https://github.com/lxml/lxml) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-5.1.0...lxml-5.1.1) --- updated-dependencies: - dependency-name: lxml 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>