aboutsummaryrefslogtreecommitdiffstats
path: root/tests/base.py (unfollow)
Commit message (Collapse)AuthorLines
2023-04-18Update filtering.py to ignore edits by botsGravatar LX-0/+3
#2549
2023-04-17Refine the invite code before filtering it (#2522)Gravatar Boris Muratov-2/+19
2023-04-15Improve test speed using some cached_property decorators on mocksGravatar wookie184-6/+30
2023-04-14Add the required ports to snekbox urls in docker compose file (#2538)Gravatar ChrisJL-2/+2
2023-04-14Include thread jump url in nomination archive message (#2536)Gravatar wookie184-12/+18
* Include thread jump url in nomination archive message * Use existing thread variable
2023-04-14Fix readme badges for CI status (#2537)Gravatar wookie184-12/+6
2023-04-13Redesign infractions embed (#2526)Gravatar Boris Muratov-65/+90
2023-04-13Upload weekly autoban report to pastebinGravatar Chris Lovering-3/+20
This fixes #2391 and solves BOT-3CR which was caused by the weekly report being longer than 2000 characters. Instead of posting the entire report to Discord, it is now upload to the pastebin, and uploaded as a text file to the channel, so people can use what they prefer.
2023-04-12Bump pip-licenses from 4.1.0 to 4.2.0 (#2531)Gravatar dependabot[bot]-5/+5
Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/raimon49/pip-licenses/releases) - [Changelog](https://github.com/raimon49/pip-licenses/blob/master/CHANGELOG.md) - [Commits](https://github.com/raimon49/pip-licenses/compare/v-4.1.0...v-4.2.0) --- updated-dependencies: - dependency-name: pip-licenses 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>
2023-04-12Use correct names for antispam rules (#2535)Gravatar wookie184-3/+3
2023-04-12Fix spacing in eval message (#2534)Gravatar wookie184-1/+1
2023-04-12Fix sending of PEPs by PythonNews cog (#2533)Gravatar wookie184-4/+7
2023-04-12Bump ruff from 0.0.260 to 0.0.261 (#2532)Gravatar dependabot[bot]-21/+21
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.260 to 0.0.261. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.260...v0.0.261) --- 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>
2023-04-11Use commands.Converter subclass for d.py convertersGravatar Chris Lovering-23/+28
This is required as | is not supported between a function and NoneType