aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Bump astral-sh/setup-uv from 6 to 7dependabot/github_actions/astral-sh/setup-uv-7Gravatar dependabot[bot]10 days-1/+1
| | | | | | | | | | | | | | | Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v6...v7) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Add leading _ so that motd file isn't loaded as a CogHEADmainGravatar ChrisLovering2025-08-13-1/+1
|
* Revert "Add setup function for `motd` cog"Gravatar ChrisLovering2025-08-13-5/+0
| | | | | This reverts commit c76fee4800ce0f98cf592ba2fce1369f5b694f73. Johannes will be sanctioned accordingly for this transgression.
* Bump actions/checkout from 4 to 5Gravatar dependabot[bot]2025-08-11-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]>
* Add setup function for `motd` cogGravatar Johannes Christ2025-07-22-0/+5
|
* Fix typoGravatar Johannes Christ2025-07-21-1/+10
|
* Correct log call in management one-to-one systemGravatar Joe Banks2025-07-21-1/+1
|
* Introduce automated management one-to-one systemGravatar Joe Banks2025-07-21-0/+42
|
* fix(deps): update dependency humanize to v4.12.2Gravatar dependabot[bot]2025-07-18-0/+15152
|
* Remove org member does not return contentGravatar Joe Banks2025-07-16-1/+0
|
* Correct string conversion and coroutine runGravatar Joe Banks2025-07-16-4/+6
|
* Handle users who have left in the LDAP sync utilityGravatar Joe Banks2025-07-16-0/+20
|
* Move common variables for GitHub API into common fileGravatar Joe Banks2025-07-16-21/+21
|
* Add new M-x github remove commandGravatar Joe Banks2025-07-16-1/+12
|
* Add new endpoints for removing organisation membersGravatar Joe Banks2025-07-16-19/+48
|
* Fix mistakes from my inferior brain (#327)Gravatar Joe Banks2025-07-10-9/+9
| | | | | | | * Rename GitHubException in cog * Update GitHubException in Teams API * Update __init__.py in GitHub API with new exception naming
* Rename ExceptionsGravatar Joe Banks2025-07-10-5/+5
|
* Typo on GitHubException importGravatar Joe Banks2025-07-10-2/+2
|
* Update exports for GitHub APIsGravatar Joe Banks2025-07-10-5/+2
|
* Add exemption for new cog to _is_devopsGravatar Joe Banks2025-07-10-1/+5
|
* Add new GitHub extensionGravatar Joe Banks2025-07-10-0/+43
|
* Add new APIs for adding team membersGravatar Joe Banks2025-07-10-0/+36
|
* Add new constantsGravatar Joe Banks2025-07-10-0/+3
|
* Update envvar documentation to reflect removed GitHub-Grafana team syncGravatar Joe Banks2025-07-10-4/+4
|
* Remove GitHub-Grafana team sync cogGravatar Joe Banks2025-07-10-197/+0
|
* Better handling of locking/unlocking usersGravatar Joe Banks2025-06-15-45/+78
|
* Split M-x sync into multiple messagesGravatar Joe Banks2025-06-15-8/+17
|
* Update Events to Events TeamGravatar Joe Banks2025-06-15-1/+1
|
* Add motivational voice chat messages (#325)Gravatar jchristgit2025-05-29-1/+35
|
* Allow helpers to access rule 4Gravatar Chris Lovering2025-05-03-2/+10
|
* Only attempt to get secret value if grafana token is not noneGravatar Chris Lovering2025-04-27-1/+2
|
* Disable VERIFY_X509_STRICT checking on cluster connectionGravatar Chris Lovering2025-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 loopGravatar Chris Lovering2025-04-26-0/+1
|
* Always allow bot owners to run commandsGravatar Chris Lovering2025-04-26-11/+7
|
* Ensure King Arthur doesn't deminish our 99.999999% uptimeGravatar Chris Lovering2025-04-26-1/+13
|
* Bump deps to latestGravatar Chris Lovering2025-04-25-466/+505
|
* Update uv in docker imageGravatar Chris Lovering2025-04-25-1/+1
|
* Update uv in CIGravatar Chris Lovering2025-04-25-2/+2
|
* Missing awaiting of sync coroutineGravatar Joe Banks2025-04-19-1/+1
|
* Add palceholders for when stdout or stderr are emptyGravatar Chris Lovering2025-04-15-2/+2
|
* Actually use f-stringsGravatar Chris Lovering2025-04-15-2/+2
|
* Make RCE output goodGravatar Chris Lovering2025-04-15-3/+7
|
* Create a home directory for king arthurGravatar Chris Lovering2025-04-15-1/+1
|
* Create user with id 1000 in the dockerfileGravatar Chris Lovering2025-04-15-0/+3
|
* Await async functionsGravatar Chris Lovering2025-04-15-2/+2
|
* Add numbers command to run a ttsGravatar Chris Lovering2025-04-15-1/+18
|
* Add a command to run a command on lovelaceGravatar Chris Lovering2025-04-15-0/+33
|
* Add helper function to RCE on the netcup serverGravatar Chris Lovering2025-04-15-44/+81
|
* Cleaner number move (#320)Gravatar ChrisJL2025-04-06-8/+17
| | | | | * Use move_to for moving numbers * Stop transmitting numbers on exit
* Allow moving the numbers elsewhereGravatar Chris Lovering2025-04-06-8/+7
|