Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2025-08-13 | Revert "Add setup function for `motd` cog" | -5/+0 | ||
This reverts commit c76fee4800ce0f98cf592ba2fce1369f5b694f73. Johannes will be sanctioned accordingly for this transgression. | ||||
2025-08-11 | Bump actions/checkout from 4 to 5 | -4/+4 | ||
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> | ||||
2025-07-22 | Add setup function for `motd` cog | -0/+5 | ||
2025-07-21 | Fix typo | -1/+10 | ||
2025-07-21 | Correct log call in management one-to-one system | -1/+1 | ||
2025-07-21 | Introduce automated management one-to-one system | -0/+42 | ||
2025-07-18 | fix(deps): update dependency humanize to v4.12.2 | -0/+15152 | ||
2025-07-16 | Remove org member does not return content | -1/+0 | ||
2025-07-16 | Correct string conversion and coroutine run | -4/+6 | ||
2025-07-16 | Handle users who have left in the LDAP sync utility | -0/+20 | ||
2025-07-16 | Move common variables for GitHub API into common file | -21/+21 | ||
2025-07-16 | Add new M-x github remove command | -1/+12 | ||
2025-07-16 | Add new endpoints for removing organisation members | -19/+48 | ||
2025-07-10 | Fix mistakes from my inferior brain (#327) | -9/+9 | ||
* Rename GitHubException in cog * Update GitHubException in Teams API * Update __init__.py in GitHub API with new exception naming | ||||
2025-07-10 | Rename Exceptions | -5/+5 | ||
2025-07-10 | Typo on GitHubException import | -2/+2 | ||
2025-07-10 | Update exports for GitHub APIs | -5/+2 | ||
2025-07-10 | Add exemption for new cog to _is_devops | -1/+5 | ||
2025-07-10 | Add new GitHub extension | -0/+43 | ||
2025-07-10 | Add new APIs for adding team members | -0/+36 | ||
2025-07-10 | Add new constants | -0/+3 | ||
2025-07-10 | Update envvar documentation to reflect removed GitHub-Grafana team sync | -4/+4 | ||
2025-07-10 | Remove GitHub-Grafana team sync cog | -197/+0 | ||
2025-06-15 | Better handling of locking/unlocking users | -45/+78 | ||
2025-06-15 | Split M-x sync into multiple messages | -8/+17 | ||
2025-06-15 | Update Events to Events Team | -1/+1 | ||
2025-05-29 | Add motivational voice chat messages (#325) | -1/+35 | ||
2025-05-03 | Allow helpers to access rule 4 | -2/+10 | ||
2025-04-27 | Only attempt to get secret value if grafana token is not none | -1/+2 | ||
2025-04-27 | Disable VERIFY_X509_STRICT checking on cluster connection | -0/+2 | ||
Since Python 3.13, ssl.VERIFY_X509_STRICT is enabled by default, our cluster cert doesn't comply with that | ||||
2025-04-26 | Start numbers timer loop | -0/+1 | ||
2025-04-26 | Always allow bot owners to run commands | -11/+7 | ||
2025-04-26 | Ensure King Arthur doesn't deminish our 99.999999% uptime | -1/+13 | ||
2025-04-25 | Bump deps to latest | -466/+505 | ||
2025-04-25 | Update uv in docker image | -1/+1 | ||
2025-04-25 | Update uv in CI | -2/+2 | ||
2025-04-19 | Missing awaiting of sync coroutine | -1/+1 | ||
2025-04-15 | Add palceholders for when stdout or stderr are empty | -2/+2 | ||
2025-04-15 | Actually use f-strings | -2/+2 | ||
2025-04-15 | Make RCE output good | -3/+7 | ||
2025-04-15 | Create a home directory for king arthur | -1/+1 | ||
2025-04-15 | Create user with id 1000 in the dockerfile | -0/+3 | ||
2025-04-15 | Await async functions | -2/+2 | ||
2025-04-15 | Add numbers command to run a tts | -1/+18 | ||