| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Updates for new Ruff version12.x | 22 hours | -3/+3 | |
| | | ||||
| * | Update ruff version | 22 hours | -23/+24 | |
| | | ||||
| * | Add 12.x changelog so far | 24 hours | -0/+7 | |
| | | ||||
| * | Update sphinx docs to remove partial use | 24 hours | -2/+3 | |
| | | ||||
| * | Dependency bumps on all dependencies | 24 hours | -87/+122 | |
| | | ||||
| * | Add new Python versions to CI | 24 hours | -1/+1 | |
| | | ||||
| * | Update CI to use uv | 24 hours | -13/+31 | |
| | | ||||
| * | Convert dev Dockerfile to using uv | 25 hours | -7/+16 | |
| | | ||||
| * | Change Docker dev mounted volume to just dev folder | 25 hours | -1/+1 | |
| | | ||||
| * | Update dependabot to work with uv | 25 hours | -1/+11 | |
| | | ||||
| * | Replace most references to poetry with uv | 25 hours | -14/+21 | |
| | | ||||
| * | Set minimum uv version | 25 hours | -0/+3 | |
| | | ||||
| * | Replace poetry with uv in pyproject | 25 hours | -2353/+2142 | |
| | | ||||
| * | Update release date for version 11.8.0 in changelogHEADmain | 2025-10-17 | -1/+1 | |
| | | ||||
| * | Update in_whitelist_check to check against the parent channel, if one existsv11.8.0 | 2025-09-18 | -4/+16 | |
| | | ||||
| * | Fix Sphinx releases plugin identification of bugs/features | 2025-08-10 | -2/+2 | |
| | | ||||
| * | Version 11.7.0v11.7.0 | 2025-08-10 | -1/+4 | |
| | | ||||
| * | Update Regex to include Discord protocol format (#304) | 2025-08-10 | -2/+9 | |
| | | | | | | | | | | | | | | Chris is traveling abroad and is unable to access. Therefore, Fisher have become his proxy. An 'apprentice' if you will. Shame because Fisher have years more software engineering experience compared to him. Unfortunately, neither Fisher nor Chris cared to separate the version bump into a separate commit so SENIOR Engineer Joe Banks to JUNIOR Engineer Chris Lovering with INTERN Fisher has had to Get Involved. Co-authored-by: ChrisLovering <[email protected]> Co-authored-by: fisher60 <[email protected]> | |||
| * | Release version 11.6.1v11.6.1 | 2025-07-13 | -1/+1 | |
| | | ||||
| * | Update changelog | 2025-07-13 | -0/+3 | |
| | | ||||
| * | Update discord invite regex | 2025-07-13 | -1/+1 | |
| | | | | Allows for more than one `\` that occurs before the invite code, which is apparently valid. | |||
| * | Disable A005 errorsv11.6.0 | 2025-02-18 | -0/+1 | |
| | | ||||
| * | Bump discord.py up to 2.5 | 2025-02-18 | -4/+8 | |
| | | ||||
| * | Bump dev deps | 2025-02-18 | -811/+894 | |
| | | ||||
| * | Changelog & version bumpv11.5.1 | 2024-11-23 | -1/+5 | |
| | | ||||
| * | Update invite regex test cases | 2024-11-23 | -2/+8 | |
| | | ||||
| * | Ensure we don't match to non-invite looking links | 2024-11-23 | -2/+2 | |
| | | ||||
| * | Escape backslashes in invite regex | 2024-11-23 | -1/+1 | |
| | | ||||
| * | Drop io and li from invite regex | 2024-11-23 | -1/+1 | |
| | | | | | These TLDs no longer work | |||
| * | Update filter regex to not be overly strict | 2024-11-23 | -2/+4 | |
| | | | | | Co-authored-by: bj0key <[email protected]> | |||
| * | Remove deprecated ruff rulesv11.5.0 | 2024-11-23 | -1/+1 | |
| | | ||||
| * | Remove unneeded version specifier in docker compose | 2024-11-23 | -2/+0 | |
| | | ||||
| * | Bump dev deps to latest | 2024-11-23 | -688/+803 | |
| | | ||||
| * | Bump version and add changelog entry | 2024-10-17 | -1/+5 | |
| | | ||||
| * | Remove repetition from the invite regex | 2024-10-17 | -7/+2 | |
| | | ||||
| * | Move discord(app) capture to its own optional group in invite regex | 2024-10-17 | -6/+6 | |
| | | ||||
| * | Add optional 'app' capture to invite regex OR group | 2024-10-17 | -6/+5 | |
| | | ||||
| * | Improve readability of invite regex by indenting the large OR group | 2024-10-17 | -8/+10 | |
| | | ||||
| * | Drop / from invite regex fragements | 2024-10-17 | -5/+6 | |
| | | | | | There is already a fragment that captures slashes further down in the regex | |||
| * | Bump version to v11.4.0v11.4.0 | 2024-09-11 | -1/+5 | |
| | | ||||
| * | Remove an unneeded noqa | 2024-09-11 | -1/+1 | |
| | | ||||
| * | Update Discord invite regex to also match backslash before the invite code | 2024-09-11 | -1/+1 | |
| | | ||||
| * | Ignore symbols starting with __ in the linkcode resolver | 2024-09-11 | -1/+1 | |
| | | | | | Pydantic models add a lot of these, which cause the autodoc typehints to fail | |||
| * | Bump dev dependencies to latest | 2024-09-11 | -629/+698 | |
| | | ||||
| * | Disable ruff preview mode | 2024-09-11 | -1/+1 | |
| | | | | | | A lot of these rules aren't ready for use, which cause us to add them to the ignore list. When the rules are then ready for use, we never end up removing them | |||
| * | Update the feature type of 11.3.1 to ensure the changelog renders it correctly | 2024-07-25 | -1/+1 | |
| | | ||||
| * | Bump version to 11.3.1v11.3.1 | 2024-07-25 | -1/+4 | |
| | | ||||
| * | Ignore ASYNC109 where timeout is used for pagination | 2024-07-25 | -1/+1 | |
| | | ||||
| * | Ignore DOC501 & DOC502 | 2024-07-25 | -0/+1 | |
| | | | | | These lint rules currently cannot recognise errors that are present in the docstring, but are formated for sphinx. | |||
| * | Bump dependencies to latest | 2024-07-25 | -109/+110 | |
| | | ||||