| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
| |
Prevents DumpError when test parameters are sent between test executors
but cannot be serialised (primarily a problem for out mock objects).
|
| | |
|
| | |
|
| |
|
|
| |
Co-authored-by: ChrisLovering <[email protected]>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Co-authored-by: onerandomusername <[email protected]>
|
| |
|
|
| |
Co-authored-by: onerandomusername <[email protected]>
|
| |
|
|
|
|
| |
python-markdownify 1.2.0 changed the _convert_hN method on
MarkdownConverters public (and renamed to convert_hN). Functionality
remains the same, just needs a rename of the method.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Ahead of further dependency upgrades for dependencies that do build fine
on newer Python versions.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- provide completion message
- silence httpcore logger
- filter out botcore's warning for patching send_typing
- use short url for contributing link
- only use logging.warning and up for things that need user action
- use logging.fatal when exiting due to error
- upgrade application flags if intents weren't enabled
- provide an invite link if the bot isn't in the configured guild
- add audit log reason to requests that support it
- sync emojis to the test guild
- provide a helpful error message when BOT_TOKEN is not set, use pydantic for env management
- remove special forum channel handling
- fix: add utf8 encoding for windows support
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Initial plan
* Fix paste uploader to handle closed DMs
Co-authored-by: jb3 <[email protected]>
* Use discord.Forbidden instead of importing Forbidden
Co-authored-by: jb3 <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: jb3 <[email protected]>
Co-authored-by: Vivek Ashokkumar <[email protected]>
|
| |
|
|
| |
(#3432)
|
| |
|
| |
Add GitHub authorization header using token from Keys.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.11.6 to 2025.10.23.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2024.11.6...2025.10.23)
---
updated-dependencies:
- dependency-name: regex
dependency-version: 2025.10.23
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>
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
requirement more vague (#3387)
* made voice gate failure reason phrasing more consistent
* added word for clarification and to split numbers
* made voice gate activity messages less informative
* removed message count check and removed extraneous period from message
* Update bot/exts/moderation/voice_gate.py
Co-authored-by: Vivek Ashokkumar <[email protected]>
---------
Co-authored-by: Vivek Ashokkumar <[email protected]>
|
| | |
|
| | |
|
| | |
|
| |\
| |
| | |
Implement URL normalization in code snippet handler
|
| | | |
|
| | | |
|
| |/
|
|
| |
Add URL normalization checks using yarl in code snippets.
|
| |
|
|
| |
resolved is always None here, as the logic is for the case when resolved is None. Instead we want to use the channel and message ID from ref directly, which are always defined here
|
| |
|
|
| |
If e.g. a moderator deleted it already this is expected so no need for a sentry alert
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](https://github.com/astral-sh/setup-uv/compare/v6...v7)
---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
| |
|
|
|
| |
* fix: don't upload attachments in dms
closes GH-3403
|
| | |
|
| | |
|
| | |
|
| |\
| |
| | |
Fix unbound error for code snippet fetch errors
|
| |/
|
| |
closes GH-3404
|
| |
|
|
| |
See python-discord/snekbox#246 for relevant snekbox changes
|
| |
|
|
|
| |
Removes the need to hardcode each specific "3.Xt" version we may support in future.
Co-authored-by: ChrisJL <[email protected]>
|
| |
|
|
|
|
|
| |
Instead of using typing.get_args(...) and fetching the first value
returned (which is mostly safe, but not guaranteed to be so), use a new
constant DEFAULT_PYTHON_VERSION to control the current default Python
executor when no explicit interpreter version is passed.
|