| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Convert tests from pytest style to unittest style | 2022-05-10 | -33/+35 | |
| | | ||||
| * | Remove trailing whitespace from docstring | 2022-05-10 | -3/+3 | |
| | | ||||
| * | Make test name plural for consistency | 2022-05-10 | -1/+1 | |
| | | ||||
| * | `DISCORD_INVITE` captures until a whitespace | 2022-05-10 | -1/+5 | |
| | | ||||
| * | Add tests for `DISCORD_INVITE` regex | 2022-05-10 | -0/+48 | |
| | | ||||
| * | Merge pull request #72 from python-discord/bump-d.pyv6.4.0 | 2022-04-26 | -8/+12 | |
| |\ | | | | | Bump d.py to fix Guild.chunk() | |||
| | * | Bump d.py to fix Guild.chunk() | 2022-04-26 | -8/+12 | |
| |/ | ||||
| * | Merge pull request #69 from python-discord/actually-use-statsd_urlv6.3.2 | 2022-04-25 | -2/+8 | |
| |\ | | | | | Set BotBase.statsd correctly based on init kwargs | |||
| | * | Set BotBase.statsd correctly based on init kwargs | 2022-04-25 | -2/+8 | |
| |/ | ||||
| * | Merge pull request #68 from python-discord/fix-version-numberv6.3.1 | 2022-04-21 | -5/+14 | |
| |\ | | | | | Bump version in pyproject and changelog last few releases | |||
| | * | Bump version in pyproject and changelog last few releases | 2022-04-21 | -5/+14 | |
| |/ | ||||
| * | Merge pull request #67 from python-discord/mbaruh/document | 2022-04-21 | -1/+1 | |
| |\ | | | | | Type-hint `ignore_module` | |||
| | * | Type-hint `ignore_module`v6.3.0 | 2022-04-22 | -1/+1 | |
| |/ | ||||
| * | Don't look for extensions in packages prefixed with an underscore | 2022-04-21 | -2/+7 | |
| | | | | | Before this, even if a package is prefixed with an underscore, `walk_extensions` will ignore the package itself, but will still look for extensions inside it. | |||
| * | Merge pull request #66 from python-discord/load-extensions-in-tasksv6.2.0 | 2022-04-21 | -2/+8 | |
| |\ | | | | | Load each cog in it's own task | |||
| | * | Load each cog in it's own task | 2022-04-21 | -2/+8 | |
| |/ | ||||
| * | Merge pull request #65 from python-discord/Add-unqualify-to-the-util-namespacev6.1.0 | 2022-04-20 | -1/+6 | |
| |\ | | | | | Add unqualify to the utils namespace | |||
| | * | Add unqualify to the utils namespace | 2022-04-20 | -1/+6 | |
| |/ | | | | This is for bots that want to use the unqualify function for their own extension cogs | |||
| * | Merge pull request #64 from python-discord/bump-d.pyv6.0.0 | 2022-04-19 | -43/+47 | |
| |\ | | | | | Bump d.py | |||
| | * | Bump sphinx-autodoc-typehints to 1.18.1 | 2022-04-19 | -9/+9 | |
| | | | ||||
| | * | Bump discord.py to ↵ | 2022-04-19 | -36/+40 | |
| |/ | | | | https://github.com/Rapptz/discord.py/tree/987235d5649e7c2b1a927637bab6547244ecb2cf | |||
| * | Merge pull request #60 from ↵ | 2022-04-19 | -5/+5 | |
| |\ | | | | | | | | | python-discord/dependabot/pip/flake8-annotations-2.9.0 Bump flake8-annotations from 2.8.0 to 2.9.0 | |||
| | * | Merge branch 'main' into dependabot/pip/flake8-annotations-2.9.0 | 2022-04-19 | -10/+36 | |
| | |\ | |/ |/| | ||||
| * | | Merge pull request #63 from python-discord/BotBase-api_client-kwargv5.0.4 | 2022-04-19 | -6/+10 | |
| |\ \ | | | | | | | Allow passing an api_client kwarg to BotBase | |||
| | * | | Allow passing an api_client kwarg to BotBase | 2022-04-18 | -6/+10 | |
| |/ / | ||||
| * | | Merge pull request #61 from python-discord/redis-reconnect-on-setupv5.0.3 | 2022-04-18 | -2/+10 | |
| |\ \ | | | | | | | Reconnect to redis session on setup if it is closed | |||
| | * | | Reconnect to redis session on setup if it is closed | 2022-04-18 | -2/+10 | |
| | | | | ||||
| * | | | Merge pull request #56 from python-discord/minor-fixes-to-BotBase | 2022-04-18 | -4/+18 | |
| |\| | | | | | | | | Minor fixes to BotBase | |||
| | * | | Bump version number and log changev5.0.2 | 2022-04-08 | -1/+8 | |
| | | | | ||||
| | * | | Create a dummy AsyncstatsdClient before connecting to the real url | 2022-04-08 | -2/+7 | |
| | | | | | | | | | | | | | This is in case a connection cannot be made on init. | |||
| | * | | Move the creation of BotBase._guild_available to within the setup hook | 2022-04-08 | -1/+3 | |
| |/ / | | | | | | | This is to avoid a deprecation notice. | |||
| | * | Bump flake8-annotations from 2.8.0 to 2.9.0 | 2022-04-15 | -5/+5 | |
| |/ | | | | | | | | | | | | | | | Bumps [flake8-annotations](https://github.com/sco1/flake8-annotations) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/sco1/flake8-annotations/releases) - [Changelog](https://github.com/sco1/flake8-annotations/blob/main/CHANGELOG.md) - [Commits](https://github.com/sco1/flake8-annotations/compare/v2.8.0...v2.9.0) --- updated-dependencies: - dependency-name: flake8-annotations dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> | |||
| * | Merge pull request #57 from python-discord/dependabot/pip/furo-2022.4.7 | 2022-04-08 | -5/+5 | |
| |\ | | | | | Bump furo from 2022.3.4 to 2022.4.7 | |||
| | * | Bump furo from 2022.3.4 to 2022.4.7 | 2022-04-08 | -5/+5 | |
| |/ | | | | | | | | | | | | | | | Bumps [furo](https://github.com/pradyunsg/furo) from 2022.3.4 to 2022.4.7. - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2022.03.04...2022.04.07) --- updated-dependencies: - dependency-name: furo dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> | |||
| * | Merge pull request #55 from python-discord/dependabot/pip/pre-commit-2.18.1 | 2022-04-08 | -6/+7 | |
| |\ | | | | | Bump pre-commit from 2.17.0 to 2.18.1 | |||
| | * | Bump pre-commit from 2.17.0 to 2.18.1 | 2022-04-04 | -6/+7 | |
| |/ | | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.17.0 to 2.18.1. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.17.0...v2.18.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> | |||
| * | Merge pull request #52 from python-discord/add-api-test | 2022-04-02 | -0/+69 | |
| |\ | | | | | Migrate site_api tests from bot | |||
| | * | Merge branch 'main' into add-api-test | 2022-04-02 | -7/+10 | |
| | |\ | |/ |/| | ||||
| * | | Merge pull request #54 from python-discord/move-creation-of-AsyncResolverv5.0.1 | 2022-04-02 | -7/+10 | |
| |\ \ | | | | | | | Move the creation of BotBase's AsyncResolver to async setup | |||
| | * | | Move the creation of BotBase's AsyncResolver to async setup | 2022-04-02 | -7/+10 | |
| |/ / | | | | | | | There is a deprecation notice that this must be created within an async function. This isn't a breaking change. | |||
| | * | Migrate site_api tests from bot | 2022-04-02 | -0/+69 | |
| |/ | | | | | | Co-authored-by: Joe Banks <[email protected]> Co-authored-by: Mark <[email protected]> Co-authored-by: Sebastiaan Zeeff <[email protected]> | |||
| * | Merge pull request #50 from python-discord/update-all-deps | 2022-04-02 | -29/+32 | |
| |\ | | | | | Bump all dev deps to latest versions | |||
| | * | Add ignore for typing.Any in flake8 | 2022-04-02 | -1/+1 | |
| | | | ||||
| | * | Bump all dev deps to latest versions | 2022-04-02 | -28/+31 | |
| |/ | ||||
| * | Merge pull request #49 from python-discord/5.0.0-changelogv5.0.0 | 2022-04-02 | -1/+7 | |
| |\ | | | | | Update changelog with latest changes | |||
| | * | Bump version to 5.0.0 | 2022-04-02 | -1/+1 | |
| | | | ||||
| | * | Update changelog with latest changes | 2022-04-02 | -0/+6 | |
| |/ | ||||
| * | Merge pull request #42 from python-discord/bump-d.py-and-add-BotBase | 2022-04-02 | -70/+701 | |
| |\ | | | | | Bump d.py and add bot base | |||
| | * | Use imperative mood in docstrings | 2022-04-02 | -1/+1 | |
| | | | | | | | Co-authored-by: Mark <[email protected]> | |||
| | * | Install optional deps during CI | 2022-03-31 | -2/+4 | |
| | | | ||||