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 | -5/+7 | |
| | ||||
* | Support slash-separated deployments in namespaces | 2024-08-01 | -3/+12 | |
| | ||||
* | Enable all ruff rules | 2024-02-02 | -1/+2 | |
| | ||||
* | Bump ruff to latest | 2024-01-25 | -4/+2 | |
| | ||||
* | Format code to new ruff formatter standards | 2024-01-03 | -7/+5 | |
| | ||||
* | Format code to new ruff formatter standards | 2023-11-09 | -0/+1 | |
| | ||||
* | Fix linting errors from new ruff rules | 2023-04-27 | -3/+4 | |
| | ||||
* | Update ordering of Interaction callbacks | 2022-08-21 | -2/+2 | |
| | | | | The order the args get passed to callbacks has been changed in Discord.py 2.0. | |||
* | Move to async cog loading | 2022-08-21 | -2/+2 | |
| | | | | This is required as of Discord.py 2.0 | |||
* | 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 | |
| | ||||
* | 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 | |
| | ||||
* | feat: use text instead of embeds | 2021-07-19 | -30/+23 | |
| | ||||
* | fix: fix redeploy confirmation timeout | 2021-07-18 | -2/+2 | |
| | ||||
* | 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 | -1/+1 | |
| | ||||
* | Initial commit | 2021-07-17 | -0/+119 | |