aboutsummaryrefslogtreecommitdiffstats
path: root/dev (unfollow)
Commit message (Collapse)AuthorLines
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
2024-07-25Update the feature type of 11.3.1 to ensure the changelog renders it correctlyGravatar Chris Lovering-1/+1
2024-07-25Bump version to 11.3.1v11.3.1Gravatar Chris Lovering-1/+4
2024-07-25Ignore ASYNC109 where timeout is used for paginationGravatar Chris Lovering-1/+1
2024-07-25Ignore DOC501 & DOC502Gravatar Chris Lovering-0/+1
These lint rules currently cannot recognise errors that are present in the docstring, but are formated for sphinx.
2024-07-25Bump dependencies to latestGravatar Chris Lovering-109/+110
2024-07-25Correct docstring for ViewWithUserAndRoleCheckGravatar Chris Lovering-1/+1
2024-07-18Bump sphinx-autodoc-typehints from 2.2.1 to 2.2.3 (#255)Gravatar dependabot[bot]-5/+5
Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 2.2.1 to 2.2.3. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.2.1...2.2.3) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints 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>
2024-07-18Bump certifi from 2024.6.2 to 2024.7.4 (#252)Gravatar dependabot[bot]-3/+3
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-18Bump pydantic from 2.7.4 to 2.8.2 (#249)Gravatar dependabot[bot]-85/+98
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.4 to 2.8.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.7.4...v2.8.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-18Bump fakeredis from 2.23.2 to 2.23.3 (#248)Gravatar dependabot[bot]-3/+3
Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.23.2 to 2.23.3. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.23.2...v2.23.3) --- updated-dependencies: - dependency-name: fakeredis 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>
2024-07-17Bump version to 11.3.0v11.3.0Gravatar Chris Lovering-1/+5