| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Update envvar documentation to reflect removed GitHub-Grafana team sync | 2025-07-10 | -4/+4 | |
| | | ||||
| * | Remove GitHub-Grafana team sync cog | 2025-07-10 | -197/+0 | |
| | | ||||
| * | Better handling of locking/unlocking users | 2025-06-15 | -45/+78 | |
| | | ||||
| * | Split M-x sync into multiple messages | 2025-06-15 | -8/+17 | |
| | | ||||
| * | Update Events to Events Team | 2025-06-15 | -1/+1 | |
| | | ||||
| * | Add motivational voice chat messages (#325) | 2025-05-29 | -1/+35 | |
| | | ||||
| * | Allow helpers to access rule 4 | 2025-05-03 | -2/+10 | |
| | | ||||
| * | Only attempt to get secret value if grafana token is not none | 2025-04-27 | -1/+2 | |
| | | ||||
| * | Disable VERIFY_X509_STRICT checking on cluster connection | 2025-04-27 | -0/+2 | |
| | | | | | Since Python 3.13, ssl.VERIFY_X509_STRICT is enabled by default, our cluster cert doesn't comply with that | |||
| * | Start numbers timer loop | 2025-04-26 | -0/+1 | |
| | | ||||
| * | Always allow bot owners to run commands | 2025-04-26 | -11/+7 | |
| | | ||||
| * | Ensure King Arthur doesn't deminish our 99.999999% uptime | 2025-04-26 | -1/+13 | |
| | | ||||
| * | Bump deps to latest | 2025-04-25 | -466/+505 | |
| | | ||||
| * | Update uv in docker image | 2025-04-25 | -1/+1 | |
| | | ||||
| * | Update uv in CI | 2025-04-25 | -2/+2 | |
| | | ||||
| * | Missing awaiting of sync coroutine | 2025-04-19 | -1/+1 | |
| | | ||||
| * | Add palceholders for when stdout or stderr are empty | 2025-04-15 | -2/+2 | |
| | | ||||
| * | Actually use f-strings | 2025-04-15 | -2/+2 | |
| | | ||||
| * | Make RCE output good | 2025-04-15 | -3/+7 | |
| | | ||||
| * | Create a home directory for king arthur | 2025-04-15 | -1/+1 | |
| | | ||||
| * | Create user with id 1000 in the dockerfile | 2025-04-15 | -0/+3 | |
| | | ||||
| * | 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 | | |||