aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Only append ids from Name nodesGravatar Numerlor2022-06-15-2/+4
|
* Check assignments nested in ifs when searching for symbol definitionGravatar Numerlor2022-06-15-14/+33
|
* Add decorator to block duplicate command invocations in a channelGravatar Numerlor2022-06-15-1/+234
|
* add typing-extensionsGravatar Numerlor2022-06-15-49/+51
|
* port command_wraps/update_wrapper_globals from botGravatar Numerlor2022-06-15-1/+118
|
* Merge pull request #79 from python-discord/upgrade-docsv7.1.1Gravatar ChrisJL2022-05-30-139/+612
|\
| * Fix Bullet Points In ChangelogGravatar Hassan Abouelela2022-05-30-10/+10
| | | | | | | | | | Co-authored-by: Chris Lovering <[email protected]> Signed-off-by: Hassan Abouelela <[email protected]>
| * Speed Up Docs CIGravatar Hassan Abouelela2022-05-30-2/+0
| | | | | | | | | | | | Removes unnecessary `depends-on` to speed up builds. Signed-off-by: Hassan Abouelela <[email protected]>
| * Fix Entry In ChangelogGravatar Hassan Abouelela2022-05-30-1/+1
| | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| * Include `origin` In Allowed Docs VersionsGravatar Hassan Abouelela2022-05-30-2/+2
| | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| * Pass Branch Name To Docs In CIGravatar Hassan Abouelela2022-05-29-4/+8
| | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| * Check Out The Entire Repository For MultiversionGravatar Hassan Abouelela2022-05-29-2/+4
| | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| * Update Docs CI For MultiversionGravatar Hassan Abouelela2022-05-29-5/+34
| | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| * Only Build Current Branch When Option EnabledGravatar Hassan Abouelela2022-05-29-2/+14
| | | | | | | | | | | | | | Changes the behavior of `BUILD_DOCS_FOR_HEAD` to add only the current branch to the build whitelist, instead of all branches. Signed-off-by: Hassan Abouelela <[email protected]>
| * Declare Releases As Parallel-Read SafeGravatar Hassan Abouelela2022-05-29-0/+10
| | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| * Delete CHANGELOG.mdGravatar Hassan Abouelela2022-05-29-88/+0
| | | | | | | | | | | | Deleted CHANGELOG.md in favor of the changelog in the docs. Signed-off-by: Hassan Abouelela <[email protected]>
| * Document The Docs FolderGravatar Hassan Abouelela2022-05-29-0/+20
| | | | | | | | | | | | | | Add a brief explanation about each item in the docs folder, to help contributors navigate and understand what each part does. Signed-off-by: Hassan Abouelela <[email protected]>
| * Add Sphinx-MultiVersionGravatar Hassan Abouelela2022-05-29-23/+241
| | | | | | | | | | | | | | | | Adds the sphinx-multiversion package to be used for generating docs for all versions of the project, not just the latest. This includes all the necessary configuration to make it work cleanly. Signed-off-by: Hassan Abouelela <[email protected]>
| * Restore Releases ChangelogGravatar Hassan Abouelela2022-05-29-23/+289
| | | | | | | | | | | | | | Add the releases-based changelog system back, and migrate the old changelog entries. Signed-off-by: Hassan Abouelela <[email protected]>
| * Remove Discord `MissingSentinel`Gravatar Hassan Abouelela2022-05-28-2/+4
|/ | | | | | | | Replaces the access to `discord.utils._MissingSentinel` with a simple boolean flag. This has the benefit of behaving more nicely with our doc generation. Signed-off-by: Hassan Abouelela <[email protected]>
* Merge pull request #78 from python-discord/bump-d.pyv7.1.0Gravatar Hassan Abouelela2022-05-28-191/+195
|\ | | | | Bump Discord.py to 4cbe8f5
| * Bump flake8 tidy imports and taskipy to latestGravatar Chris Lovering2022-05-24-14/+14
| |
| * Bump Discord.py to 4cbe8f5Gravatar Chris Lovering2022-05-24-178/+182
|/ | | | | | This fixes a bug with permission resolution when dealing with timed out members. Discord.py have also removed the /master/ URL for docs, and are now surfacing all docs at /latest/
* Bump Project Version To v7.0.0Gravatar Hassan Abouelela2022-05-11-1/+1
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Merge pull request #75 from python-discord/prepare-v6v7.0.0Gravatar Hassan Abouelela2022-05-10-11/+8
|\ | | | | Prepare v7
| * Enable Testing In CIGravatar Hassan Abouelela2022-05-10-11/+4
| | | | | | | | | | | | | | | | | | Uncomments the testing command in CI. It is unclear why but the testing command that is normally used in all our projects causes an import error here, so instead we run with `python -m` to ensure the run directory is added to `sys.path`. Signed-off-by: Hassan Abouelela <[email protected]>
| * Changelog Discord Invite Regex ChangesGravatar Hassan Abouelela2022-05-10-0/+4
|/ | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Fix Discord Invite Regex DocsGravatar Hassan Abouelela2022-05-10-3/+4
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Merge pull request from GHSA-xq5g-8594-cfxpGravatar Hassan Abouelela2022-05-10-1/+55
|\ | | | | Advisory fix 1
| * Convert tests from pytest style to unittest styleGravatar GDWR2022-05-10-33/+35
| |
| * Remove trailing whitespace from docstringGravatar GDWR2022-05-10-3/+3
| |
| * Make test name plural for consistencyGravatar GDWR2022-05-10-1/+1
| |
| * `DISCORD_INVITE` captures until a whitespaceGravatar GDWR2022-05-10-1/+5
| |
| * Add tests for `DISCORD_INVITE` regexGravatar GDWR2022-05-10-0/+48
| |
* | Merge pull request #74 from ↵Gravatar Hassan Abouelela2022-05-10-5/+5
|\ \ | | | | | | | | | | | | python-discord/dependabot/pip/flake8-tidy-imports-4.7.0 Bump flake8-tidy-imports from 4.6.0 to 4.7.0
| * | Bump flake8-tidy-imports from 4.6.0 to 4.7.0Gravatar dependabot[bot]2022-05-10-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [flake8-tidy-imports](https://github.com/adamchainz/flake8-tidy-imports) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/adamchainz/flake8-tidy-imports/releases) - [Changelog](https://github.com/adamchainz/flake8-tidy-imports/blob/main/HISTORY.rst) - [Commits](https://github.com/adamchainz/flake8-tidy-imports/compare/4.6.0...4.7.0) --- updated-dependencies: - dependency-name: flake8-tidy-imports dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #73 from python-discord/dependabot/pip/pre-commit-2.19.0Gravatar Hassan Abouelela2022-05-10-7/+7
|\ \ | | | | | | Bump pre-commit from 2.18.1 to 2.19.0
| * | Update Pre-Commit HooksGravatar Hassan Abouelela2022-05-10-2/+2
| | | | | | | | | | | | | | | | | | | | | Updates the version of the libraries and hooks used in the pre-commit configuration using autoupdate. Signed-off-by: Hassan Abouelela <[email protected]>
| * | Bump pre-commit from 2.18.1 to 2.19.0Gravatar dependabot[bot]2022-05-10-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.18.1 to 2.19.0. - [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.18.1...v2.19.0) --- 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 #71 from python-discord/dependabot/pip/pytest-7.1.2Gravatar Hassan Abouelela2022-05-10-9/+9
|\ \ | | | | | | Bump pytest from 7.1.1 to 7.1.2
| * | Bump pytest from 7.1.1 to 7.1.2Gravatar dependabot[bot]2022-05-10-9/+9
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.1.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/7.1.1...7.1.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #70 from python-discord/dependabot/pip/flake8-bugbear-22.4.25Gravatar Hassan Abouelela2022-05-10-5/+6
|\ \ | |/ |/| Bump flake8-bugbear from 22.3.23 to 22.4.25
| * Bump flake8-bugbear from 22.3.23 to 22.4.25Gravatar dependabot[bot]2022-04-26-5/+6
|/ | | | | | | | | | | | | | Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.3.23 to 22.4.25. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.3.23...22.4.25) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #72 from python-discord/bump-d.pyv6.4.0Gravatar Hassan Abouelela2022-04-26-8/+12
|\ | | | | Bump d.py to fix Guild.chunk()
| * Bump d.py to fix Guild.chunk()Gravatar Chris Lovering2022-04-26-8/+12
|/
* Merge pull request #69 from python-discord/actually-use-statsd_urlv6.3.2Gravatar ChrisJL2022-04-25-2/+8
|\ | | | | Set BotBase.statsd correctly based on init kwargs
| * Set BotBase.statsd correctly based on init kwargsGravatar Chris Lovering2022-04-25-2/+8
|/
* Merge pull request #68 from python-discord/fix-version-numberv6.3.1Gravatar ChrisJL2022-04-21-5/+14
|\ | | | | Bump version in pyproject and changelog last few releases
| * Bump version in pyproject and changelog last few releasesGravatar Chris Lovering2022-04-21-5/+14
|/
* Merge pull request #67 from python-discord/mbaruh/documentGravatar ChrisJL2022-04-21-1/+1
|\ | | | | Type-hint `ignore_module`