Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix incorrect order of namespace/deployment arguments (#265) | 2024-09-04 | -1/+1 | |
| | ||||
* | Format with new ruff rules | 2024-08-26 | -11/+15 | |
| | ||||
* | Support slash-separated deployments in namespaces | 2024-08-01 | -3/+12 | |
| | ||||
* | paginate pod logs instead of truncating them | 2024-05-28 | -25/+28 | |
| | ||||
* | limit pod logs command to dev-ops channel | 2024-03-31 | -0/+2 | |
| | ||||
* | Truncate messages that hit the message length limit | 2024-03-31 | -2/+15 | |
| | ||||
* | handle 404 differently in pod logs command | 2024-03-31 | -0/+6 | |
| | ||||
* | correct debug line to print resolved pod names | 2024-03-31 | -1/+1 | |
| | ||||
* | add new pods logs command | 2024-03-31 | -0/+42 | |
| | ||||
* | Add new columns to pods command | 2024-03-30 | -10/+17 | |
| | ||||
* | init pod table list with an initial empty-list | 2024-03-30 | -1/+1 | |
| | ||||
* | handle pod lists over 4,000 characters | 2024-03-30 | -26/+40 | |
| | ||||
* | Run ruff format | 2024-03-30 | -4/+2 | |
| | ||||
* | add pods command | 2024-03-30 | -0/+81 | |
| | ||||
* | Enable all ruff rules | 2024-02-02 | -9/+8 | |
| | ||||
* | 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 | |