aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* chore(deps): update getsentry/action-release action to v3renovate/getsentry-action-release-3.xGravatar renovate[bot]2025-03-03-1/+1
| | | | | | | datasource | package | from | to | | ----------- | ------------------------ | ---- | -- | | github-tags | getsentry/action-release | v1 | v3 |
* Rename King Arthur to King Arthur The TerribleGravatar Johannes Christ2025-03-02-2/+2
|
* fix(deps): update dependency pydis-core to v11.6.0Gravatar renovate[bot]2025-03-02-11/+13
| | | | | | | datasource | package | from | to | | ---------- | ---------- | ------ | ------ | | pypi | pydis-core | 11.5.1 | 11.6.0 |
* fix(deps): update dependency humanize to v4.12.1Gravatar renovate[bot]2025-03-02-5/+5
| | | | | | | datasource | package | from | to | | ---------- | -------- | ------ | ------ | | pypi | humanize | 4.12.0 | 4.12.1 |
* fix(deps): update dependency pydantic-settings to v2.8.0Gravatar renovate[bot]2025-02-24-5/+5
| | | | | | | datasource | package | from | to | | ---------- | ----------------- | ----- | ----- | | pypi | pydantic-settings | 2.7.1 | 2.8.0 |
* fix(deps): update dependency sentry-sdk to v2.22.0Gravatar renovate[bot]2025-02-23-5/+6
| | | | | | | datasource | package | from | to | | ---------- | ---------- | ------ | ------ | | pypi | sentry-sdk | 2.21.0 | 2.22.0 |
* Build python byte code at isstall timeGravatar Chris Lovering2025-02-16-2/+2
|
* Bonsai now needs libldap2-dev at runtimeGravatar Chris Lovering2025-02-16-1/+5
|
* Update poetry install command to ensure ldap deps are isntalledGravatar Chris Lovering2025-02-16-3/+3
|
* Bump python-freeipa to 1.0.9Gravatar Chris Lovering2025-02-15-18/+124
| | | | | This required changing how we install deps in docker, as python-freeipa 1.0.9 added gssapi, which requires heimdal-dev to be installed. We now install all project deps in the wheel-builder docker stage, and then install from cache in the actual runner stage
* Sort dependenciesGravatar Chris Lovering2025-02-15-7/+7
|
* Add audioop-lts which is required to run discord.py in 3.13Gravatar Chris Lovering2025-02-15-3/+46
|
* Format code to new ruff rulesGravatar Chris Lovering2025-02-15-8/+8
|
* Bump deps to latestGravatar Chris Lovering2025-02-15-296/+306
|
* Bump up to Python 3.13Gravatar Chris Lovering2024-12-21-7/+6
|
* Pin python-freeipa to 1.0.8Gravatar Chris Lovering2024-12-21-110/+8
|
* Bump deps to latestGravatar Chris Lovering2024-12-21-914/+1158
|
* Revert "Bump deps to latest"Gravatar Chris Lovering2024-12-21-1158/+914
| | | | This reverts commit ff4738c285f0d9e50e7e1d7f398e9fab3886a9c9.
* Remove unneeded ingore rules as they are removedGravatar Chris Lovering2024-12-21-1/+1
|
* Bump deps to latestGravatar Chris Lovering2024-12-21-914/+1158
|
* Bump pre-commit-hooks to v5.0.0Gravatar Chris Lovering2024-12-21-1/+1
|
* Limit message cache to 100 messages (#279)Gravatar ChrisJL2024-09-20-0/+1
|
* fix(deps): update dependency sentry-sdk to v2.14.0Gravatar renovate[bot]2024-09-15-5/+5
| | | | | | | datasource | package | from | to | | ---------- | ---------- | ------ | ------ | | pypi | sentry-sdk | 2.13.0 | 2.14.0 |
* chore(deps): update dependency ruff to v0.6.5Gravatar renovate[bot]2024-09-14-21/+21
| | | | | | | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | ruff | 0.6.4 | 0.6.5 |
* fix(deps): update dependency pydantic-settings to v2.5.2Gravatar renovate[bot]2024-09-14-5/+5
| | | | | | | datasource | package | from | to | | ---------- | ----------------- | ----- | ----- | | pypi | pydantic-settings | 2.5.0 | 2.5.2 |
* fix(deps): update dependency pydantic to v2.9.1Gravatar renovate[bot]2024-09-14-109/+98
| | | | | | | datasource | package | from | to | | ---------- | -------- | ----- | ----- | | pypi | pydantic | 2.9.0 | 2.9.1 |
* fix(deps): update dependency pydantic-settings to v2.5.0 (#271)Gravatar renovate[bot]2024-09-10-5/+5
| | | | | | | | datasource | package | from | to | | ---------- | ----------------- | ----- | ----- | | pypi | pydantic-settings | 2.4.0 | 2.5.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* build(deps): bump cryptography from 43.0.0 to 43.0.1 (#268)Gravatar dependabot[bot]2024-09-06-29/+29
| | | | | | | | | | | | | | Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.0 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.0...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): update dependency ruff to v0.6.4 (#266)Gravatar renovate[bot]2024-09-06-21/+21
| | | | | | | | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | ruff | 0.6.3 | 0.6.4 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency pydantic to v2.9.0 (#267)Gravatar renovate[bot]2024-09-06-96/+108
| | | | | | | | datasource | package | from | to | | ---------- | -------- | ----- | ----- | | pypi | pydantic | 2.8.2 | 2.9.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Fix incorrect order of namespace/deployment arguments (#265)Gravatar jchristgit2024-09-04-1/+1
|
* chore(deps): update dependency ruff to v0.6.3Gravatar renovate[bot]2024-08-30-21/+21
| | | | | | | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | ruff | 0.6.2 | 0.6.3 |
* Ignore ASYNC109 where timeout is used for paginationGravatar Chris Lovering2024-08-26-1/+1
|
* Format with new ruff rulesGravatar Chris Lovering2024-08-26-28/+36
|
* Bump dependencies to latestGravatar Chris Lovering2024-08-26-236/+280
|
* Disable ruff preview modeGravatar Chris Lovering2024-08-26-1/+0
| | | | | 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
* Document e-mail variablesGravatar Johannes Christ2024-08-25-0/+4
| | | | Initial work for #262.
* Parse tuples to all()Gravatar Chris Lovering2024-08-24-2/+2
|
* Docuemnt all environment variablesGravatar Chris Lovering2024-08-24-0/+43
|
* Don't load cogs if required env var is missingGravatar Chris Lovering2024-08-24-5/+10
|
* Make it clear native modules don't need to be installed if running on dockerGravatar Chris Lovering2024-08-24-1/+4
|
* fix(deps): update dependency sentry-sdk to v2.13.0 (#260)Gravatar renovate[bot]2024-08-23-5/+6
| | | | | | | | datasource | package | from | to | | ---------- | ---------- | ------ | ------ | | pypi | sentry-sdk | 2.12.0 | 2.13.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Parse tuples to all()Gravatar Chris Lovering2024-08-19-3/+3
|
* Allow loading the bot without LDAP env vars setGravatar Chris Lovering2024-08-19-8/+21
|
* Allow loading the bot without a github_token setGravatar Chris Lovering2024-08-19-5/+5
|
* Allow loading the bot without a grafana_token setGravatar Chris Lovering2024-08-19-4/+10
|
* Allow loading the bot without a cloudflare_token setGravatar Chris Lovering2024-08-19-1/+5
|
* Update URL for rules pageGravatar Chris Lovering2024-08-19-1/+1
|
* Support parsing the new markdown rules fileGravatar Chris Lovering2024-08-19-12/+8
|
* Reformat with ruff formatGravatar Chris Lovering2024-08-06-4/+1
|