| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Await async functions | 2025-04-15 | -2/+2 | |
| | | ||||
| * | Add numbers command to run a tts | 2025-04-15 | -1/+18 | |
| | | ||||
| * | Add a command to run a command on lovelace | 2025-04-15 | -0/+33 | |
| | | ||||
| * | Add helper function to RCE on the netcup server | 2025-04-15 | -44/+81 | |
| | | ||||
| * | Cleaner number move (#320) | 2025-04-06 | -8/+17 | |
| | | | | | | * Use move_to for moving numbers * Stop transmitting numbers on exit | |||
| * | Allow moving the numbers elsewhere | 2025-04-06 | -8/+7 | |
| | | ||||
| * | Numbers (#319) | 2025-04-06 | -197/+316 | |
| | | | | | | * Bump deps to latest * Add numbers cog | |||
| * | build(deps): bump getsentry/action-release from 1 to 3 (#318) | 2025-03-23 | -1/+1 | |
| | | | | | | | | | | | | | | | | | Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 1 to 3. - [Release notes](https://github.com/getsentry/action-release/releases) - [Changelog](https://github.com/getsentry/action-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/action-release/compare/v1...v3) --- updated-dependencies: - dependency-name: getsentry/action-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
| * | Fix dependabot config | 2025-03-23 | -3/+4 | |
| | | ||||
| * | Add Fred to author list | 2025-03-23 | -0/+1 | |
| | | ||||
| * | Bump deps to latest | 2025-03-23 | -77/+92 | |
| | | ||||
| * | Pin uv in dockerfile to 0.5 | 2025-03-23 | -1/+1 | |
| | | | | | This will be udapted by dependabot as required | |||
| * | Register docker as a dependabot target for updates | 2025-03-23 | -0/+6 | |
| | | ||||
| * | Fix ignored update type tags in dependabot config | 2025-03-23 | -2/+2 | |
| | | ||||
| * | Add more taskipy tasks for parity with make targets | 2025-03-02 | -0/+4 | |
| | | ||||
| * | Add back taskipy tasks for people who want to use those over make | 2025-03-02 | -0/+67 | |
| | | ||||
| * | Add note of .venv location choice in dockerfile | 2025-03-02 | -1/+3 | |
| | | ||||
| * | Update readme with instructions to setup the bot | 2025-03-02 | -1/+3 | |
| | | ||||
| * | Replace renovate with dependabot | 2025-03-02 | -8/+17 | |
| | | ||||
| * | Replace taskipy with make | 2025-03-02 | -67/+19 | |
| | | ||||
| * | Add a docker ignore file | 2025-03-02 | -0/+7 | |
| | | ||||
| * | Update dockerfile to use uv | 2025-03-02 | -12/+18 | |
| | | ||||
| * | Update CI to use uv | 2025-03-02 | -5/+15 | |
| | | ||||
| * | Add uv lock file check in pre-commit hooks | 2025-03-02 | -2/+11 | |
| | | ||||
| * | Migrate to uv for dependency management | 2025-03-02 | -2205/+1191 | |
| | | ||||
| * | Rename King Arthur to King Arthur The Terrible | 2025-03-02 | -2/+2 | |
| | | ||||
| * | fix(deps): update dependency pydis-core to v11.6.0 | 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.1 | 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.0 | 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.0 | 2025-02-23 | -5/+6 | |
| | | | | | | | | datasource | package | from | to | | ---------- | ---------- | ------ | ------ | | pypi | sentry-sdk | 2.21.0 | 2.22.0 | | |||
| * | Build python byte code at isstall time | 2025-02-16 | -2/+2 | |
| | | ||||
| * | Bonsai now needs libldap2-dev at runtime | 2025-02-16 | -1/+5 | |
| | | ||||
| * | Update poetry install command to ensure ldap deps are isntalled | 2025-02-16 | -3/+3 | |
| | | ||||
| * | Bump python-freeipa to 1.0.9 | 2025-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 dependencies | 2025-02-15 | -7/+7 | |
| | | ||||
| * | Add audioop-lts which is required to run discord.py in 3.13 | 2025-02-15 | -3/+46 | |
| | | ||||
| * | Format code to new ruff rules | 2025-02-15 | -8/+8 | |
| | | ||||
| * | Bump deps to latest | 2025-02-15 | -296/+306 | |
| | | ||||
| * | Bump up to Python 3.13 | 2024-12-21 | -7/+6 | |
| | | ||||
| * | Pin python-freeipa to 1.0.8 | 2024-12-21 | -110/+8 | |
| | | ||||
| * | Bump deps to latest | 2024-12-21 | -914/+1158 | |
| | | ||||
| * | Revert "Bump deps to latest" | 2024-12-21 | -1158/+914 | |
| | | | | | This reverts commit ff4738c285f0d9e50e7e1d7f398e9fab3886a9c9. | |||
| * | Remove unneeded ingore rules as they are removed | 2024-12-21 | -1/+1 | |
| | | ||||
| * | Bump deps to latest | 2024-12-21 | -914/+1158 | |
| | | ||||
| * | Bump pre-commit-hooks to v5.0.0 | 2024-12-21 | -1/+1 | |
| | | ||||
| * | Limit message cache to 100 messages (#279) | 2024-09-20 | -0/+1 | |
| | | ||||
| * | fix(deps): update dependency sentry-sdk to v2.14.0 | 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.5 | 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.2 | 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.1 | 2024-09-14 | -109/+98 | |
| | | | | | | | | datasource | package | from | to | | ---------- | -------- | ----- | ----- | | pypi | pydantic | 2.9.0 | 2.9.1 | | |||