| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.8.0...v2.8.1)
---
updated-dependencies:
- dependency-name: pydantic-settings
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>
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.7 to 0.9.9.
- [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/0.9.7...0.9.9)
---
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>
|
| | |
| |
| |
| |
| | |
This upgrade is suspected to cause the error with the cogs cog we were seeing in #dev-log.
E.G. https://discord.com/channels/267624335836053506/622895325144940554/1344409315556986991
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Bump deps to latest
* Sort deps
* Use new style group for dev deps
* Add attrs to ignore list of pip-licenses
* Bump bot-core up to 11.6.0
|
| | |
| |
| | |
Security updates will always open PRs
|
| |\ \
| | |
| | |
| | |
| | | |
dd2480-spring-2025-group-1/kim/test-cases-for-bot-utils-helpers
fix: `has_lines` returns empty str instead of bool
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | |
| | | | |
Permit !remindme with no specified content
|
| | | | |
| | | |
| | | |
| | | | |
content
|
| | |/ /
| | |
| | |
| | | |
It's often desired to refer to the current discussion context without needing to explicitly write a placeholder
|
| |/ / |
|
| |\ \
| | |
| | | |
Swfarnsworth/fix auto upload
|
| | |\ \
| |/ /
|/| | |
|
| | | |
| | |
| | |
| | |
| | | |
For some reason a thread with .closed=True was getting past this if statement.
See https://python-discord.sentry.io/issues/6281905188 and the value for post in the stack frame
|
| | | |
| | |
| | |
| | | |
Previously, `on_message` used `Attachment.content_type.startswith("text")` for this, but this is false for some text-based files (like json).
|
| | | | |
|
| | | | |
|
| | |\ \
| |/ /
|/| | |
|
| |\ \ \
| | | |
| | | | |
Help cog improvements
|
| | | | | |
|
| |/ / /
| | |
| | |
| | | |
This ensures that the logic prior to closing also has the updated thread info
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | | |
Previously, (txt, csv, json, and py) files evoked special behavior from the filtering system. This is no longer the case.
|
| | | |
| | |
| | |
| | | |
I manually tested the functionality implemented here.
|
| |/ / |
|
| |\ \
| | |
| | | |
Revert "Apply filtering to text attachments; offer to auto-upload text attachments to paste bin"
|
| |/ /
| |
| |
| | |
attachments to paste bin"
|
| |\ \
| | |
| | | |
Apply filtering to text attachments; offer to auto-upload text attachments to paste bin
|
| | |\ \
| |/ /
|/| | |
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | |
| | | | |
Show close reasons in close message
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |/ / / |
|
| | | | |
|
| |\ \ \
| | | |
| | | | |
Abbreviate codeblock instructions; remove ability to dismiss the inst…
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
encoding.
Attachments with "charset" in their content type are presumed to be text. The specified charset is always used to decode the text.
|
| | | | |
| | | |
| | | |
| | | | |
These files will be made allowed. Also move `TXT_LIKE_FILES` to the other module that uses it.
|
| | | | |
| | | |
| | | |
| | | | |
Messages might be deleted immediately if the message or the attachment trips a filter, in which case we don't want the user to be able to upload them.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The expanded initial message tells the user that uploading to the paste bin is for accessibility.
I hallucinated that PasteResponse objects have a delete method, which they do not.
|
| | | | | |
|