aboutsummaryrefslogtreecommitdiffstats
path: root/dev (unfollow)
Commit message (Collapse)AuthorLines
2 daysSourceType command -> text_commandGravatar Joe Banks-4/+4
2 daysUse typed context objectGravatar Joe Banks-2/+2
3 daysMove avatar to constantGravatar Joe Banks-1/+3
3 daysUpdate source code modules so documentation can buildGravatar Joe Banks-19/+22
3 daysProvide a pre-built SourceCode cog based on bot versionGravatar Joe Banks-1/+169
3 daysUpdates for new Ruff versionGravatar Joe Banks-3/+3
3 daysUpdate ruff versionGravatar Joe Banks-23/+24
3 daysAdd 12.x changelog so farGravatar Joe Banks-0/+7
3 daysUpdate sphinx docs to remove partial useGravatar Joe Banks-2/+3
3 daysDependency bumps on all dependenciesGravatar Joe Banks-87/+122
3 daysAdd new Python versions to CIGravatar Joe Banks-1/+1
3 daysUpdate CI to use uvGravatar Joe Banks-13/+31
3 daysConvert dev Dockerfile to using uvGravatar Joe Banks-7/+16
3 daysChange Docker dev mounted volume to just dev folderGravatar Joe Banks-1/+1
3 daysUpdate dependabot to work with uvGravatar Joe Banks-1/+11
3 daysReplace most references to poetry with uvGravatar Joe Banks-14/+21
3 daysSet minimum uv versionGravatar Joe Banks-0/+3
3 daysReplace poetry with uv in pyprojectGravatar Joe Banks-2353/+2142
2025-10-17Update release date for version 11.8.0 in changelogHEADmainGravatar Joe Banks-1/+1
2025-09-18Update in_whitelist_check to check against the parent channel, if one existsv11.8.0Gravatar Chris Lovering-4/+16
2025-08-10Fix Sphinx releases plugin identification of bugs/featuresGravatar Joe Banks-2/+2
2025-08-10Version 11.7.0v11.7.0Gravatar Joe Banks-1/+4
2025-08-10Update Regex to include Discord protocol format (#304)Gravatar Joe Banks-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]>
2025-07-13Release version 11.6.1v11.6.1Gravatar Joe Banks-1/+1
2025-07-13Update changelogGravatar Joe Banks-0/+3
2025-07-13Update discord invite regexGravatar Janine vN-1/+1
Allows for more than one `\` that occurs before the invite code, which is apparently valid.
2025-02-18Disable A005 errorsv11.6.0Gravatar Chris Lovering-0/+1
2025-02-18Bump discord.py up to 2.5Gravatar Chris Lovering-4/+8
2025-02-18Bump dev depsGravatar Chris Lovering-811/+894
2024-11-23Changelog & version bumpv11.5.1Gravatar Chris Lovering-1/+5
2024-11-23Update invite regex test casesGravatar Chris Lovering-2/+8
2024-11-23Ensure we don't match to non-invite looking linksGravatar Chris Lovering-2/+2
2024-11-23Escape backslashes in invite regexGravatar Chris Lovering-1/+1
2024-11-23Drop io and li from invite regexGravatar Chris Lovering-1/+1
These TLDs no longer work
2024-11-23Update filter regex to not be overly strictGravatar Chris Lovering-2/+4
Co-authored-by: bj0key <[email protected]>
2024-11-23Remove deprecated ruff rulesv11.5.0Gravatar Chris Lovering-1/+1
2024-11-23Remove unneeded version specifier in docker composeGravatar Chris Lovering-2/+0
2024-11-23Bump dev deps to latestGravatar Chris Lovering-688/+803
2024-10-17Bump version and add changelog entryGravatar Chris Lovering-1/+5
2024-10-17Remove repetition from the invite regexGravatar Chris Lovering-7/+2
2024-10-17Move discord(app) capture to its own optional group in invite regexGravatar Chris Lovering-6/+6
2024-10-17Add optional 'app' capture to invite regex OR groupGravatar Chris Lovering-6/+5
2024-10-17Improve readability of invite regex by indenting the large OR groupGravatar Chris Lovering-8/+10
2024-10-17Drop / from invite regex fragementsGravatar Chris Lovering-5/+6
There is already a fragment that captures slashes further down in the regex
2024-09-11Bump version to v11.4.0v11.4.0Gravatar Chris Lovering-1/+5
2024-09-11Remove an unneeded noqaGravatar Chris Lovering-1/+1
2024-09-11Update Discord invite regex to also match backslash before the invite codeGravatar Chris Lovering-1/+1
2024-09-11Ignore symbols starting with __ in the linkcode resolverGravatar Chris Lovering-1/+1
Pydantic models add a lot of these, which cause the autodoc typehints to fail
2024-09-11Bump dev dependencies to latestGravatar Chris Lovering-629/+698
2024-09-11Disable ruff preview modeGravatar Chris Lovering-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