| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Bump ruff to latest | 2024-01-25 | -12/+6 | |
| | | ||||
| * | Format code to new ruff formatter standards | 2024-01-03 | -23/+17 | |
| | | ||||
| * | Format code to new ruff formatter standards | 2023-11-09 | -0/+4 | |
| | | ||||
| * | Dependencies bump (#105) | 2023-09-06 | -2/+2 | |
| | | | | | | * bump all dependencies to latest * update jobs extensiont to use moved kubernetes structures | |||
| * | Fix linting errors from new ruff rules | 2023-04-27 | -3/+4 | |
| | | ||||
| * | Update ordering of Interaction callbacks | 2022-08-21 | -3/+3 | |
| | | | | | The order the args get passed to callbacks has been changed in Discord.py 2.0. | |||
| * | Move to async cog loading | 2022-08-21 | -8/+8 | |
| | | | | | This is required as of Discord.py 2.0 | |||
| * | Use BotBase from bot-core | 2022-08-21 | -0/+1 | |
| | | | | | | | | This includes: - Moving to an async main function to start the bot - Moving all extension loading (barring jishaku) to bot core - Adding dunder init files to all packages, required by bot-core ext loaders | |||
| * | Edit deployment interaction messages, rather than send new (#13) | 2021-12-02 | -4/+4 | |
| | | ||||
| * | Edit deployment interaction messages, rather than send new (#12) | 2021-11-20 | -3/+3 | |
| | | ||||
| * | Add CronJob triggering (#7) | 2021-08-20 | -0/+81 | |
| | | ||||
| * | Handle zero deployments found | 2021-07-27 | -0/+7 | |
| | | ||||
| * | Migrate to discord.py v2.0 | 2021-07-27 | -65/+72 | |
| | | ||||
| * | Fix linting issues | 2021-07-19 | -2/+2 | |
| | | ||||
| * | Lint all code with black | 2021-07-19 | -2/+2 | |
| | | ||||
| * | Correct usage of interaction.respond in deployments | 2021-07-19 | -4/+4 | |
| | | ||||
| * | Remove incorrect fstring | 2021-07-19 | -1/+1 | |
| | | ||||
| * | Fix indentation of deployments list | 2021-07-19 | -3/+3 | |
| | | ||||
| * | Fix indentation of certs list | 2021-07-19 | -4/+4 | |
| | | ||||
| * | Attempt to fix node ls indentation | 2021-07-19 | -3/+3 | |
| | | ||||
| * | Fix linting | 2021-07-19 | -1/+3 | |
| | | ||||
| * | Change wording of cordon/uncordon commands | 2021-07-19 | -3/+3 | |
| | | ||||
| * | feat: use text instead of embeds | 2021-07-19 | -73/+71 | |
| | | ||||
| * | fix: fix redeploy confirmation timeout | 2021-07-18 | -2/+2 | |
| | | ||||
| * | feat: add commands for listing and cordoning nodes | 2021-07-18 | -0/+102 | |
| | | ||||
| * | fix: add missing await on certificates list | 2021-07-18 | -1/+1 | |
| | | ||||
| * | refactor: move certificates to separate API module | 2021-07-18 | -26/+21 | |
| | | ||||
| * | fix: add missing type annotation | 2021-07-18 | -1/+1 | |
| | | ||||
| * | refactor: split kubernetes API interaction into it's own module | 2021-07-18 | -50/+33 | |
| | | ||||
| * | fix: linting fixes | 2021-07-18 | -43/+50 | |
| | | ||||
| * | feat: add spice to confirmation options | 2021-07-18 | -2/+2 | |
| | | ||||
| * | feat: use message components to confirm deployments | 2021-07-18 | -35/+97 | |
| | | ||||
| * | feat: add ls alises for listing commands | 2021-07-17 | -2/+2 | |
| | | ||||
| * | feat: add cog for working with TLS certificates | 2021-07-17 | -0/+60 | |
| | | ||||
| * | Initial commit | 2021-07-17 | -0/+119 | |