aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/exts/kubernetes/deployments.py (follow)
Commit message (Collapse)AuthorAgeLines
* Fix incorrect order of namespace/deployment arguments (#265)Gravatar jchristgit2024-09-04-1/+1
|
* Format with new ruff rulesGravatar Chris Lovering2024-08-26-5/+7
|
* Support slash-separated deployments in namespacesGravatar Johannes Christ2024-08-01-3/+12
|
* Enable all ruff rulesGravatar Chris Lovering2024-02-02-1/+2
|
* Bump ruff to latestGravatar Chris Lovering2024-01-25-4/+2
|
* Format code to new ruff formatter standardsGravatar Chris Lovering2024-01-03-7/+5
|
* Format code to new ruff formatter standardsGravatar Chris Lovering2023-11-09-0/+1
|
* Fix linting errors from new ruff rulesGravatar Chris Lovering2023-04-27-3/+4
|
* Update ordering of Interaction callbacksGravatar Chris Lovering2022-08-21-2/+2
| | | | The order the args get passed to callbacks has been changed in Discord.py 2.0.
* Move to async cog loadingGravatar Chris Lovering2022-08-21-2/+2
| | | | This is required as of Discord.py 2.0
* Edit deployment interaction messages, rather than send new (#13)Gravatar ChrisJL2021-12-02-4/+4
|
* Edit deployment interaction messages, rather than send new (#12)Gravatar ChrisJL2021-11-20-3/+3
|
* Handle zero deployments foundGravatar Joe Banks2021-07-27-0/+7
|
* Migrate to discord.py v2.0Gravatar Joe Banks2021-07-27-65/+72
|
* Fix linting issuesGravatar Vivaan Verma2021-07-19-2/+2
|
* Lint all code with blackGravatar Vivaan Verma2021-07-19-2/+2
|
* Correct usage of interaction.respond in deploymentsGravatar Joe Banks2021-07-19-4/+4
|
* Remove incorrect fstringGravatar Joe Banks2021-07-19-1/+1
|
* Fix indentation of deployments listGravatar Joe Banks2021-07-19-3/+3
|
* feat: use text instead of embedsGravatar Joe Banks2021-07-19-30/+23
|
* fix: fix redeploy confirmation timeoutGravatar Joe Banks2021-07-18-2/+2
|
* fix: add missing type annotationGravatar Joe Banks2021-07-18-1/+1
|
* refactor: split kubernetes API interaction into it's own moduleGravatar Joe Banks2021-07-18-50/+33
|
* fix: linting fixesGravatar Joe Banks2021-07-18-43/+50
|
* feat: add spice to confirmation optionsGravatar Joe Banks2021-07-18-2/+2
|
* feat: use message components to confirm deploymentsGravatar Joe Banks2021-07-18-35/+97
|
* feat: add ls alises for listing commandsGravatar Joe Banks2021-07-17-1/+1
|
* Initial commitGravatar Joe Banks2021-07-17-0/+119