aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/exts/kubernetes (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-11/+15
|
* Support slash-separated deployments in namespacesGravatar Johannes Christ2024-08-01-3/+12
|
* paginate pod logs instead of truncating themGravatar shtlrs2024-05-28-25/+28
|
* limit pod logs command to dev-ops channelGravatar Joe Banks2024-03-31-0/+2
|
* Truncate messages that hit the message length limitGravatar Joe Banks2024-03-31-2/+15
|
* handle 404 differently in pod logs commandGravatar Joe Banks2024-03-31-0/+6
|
* correct debug line to print resolved pod namesGravatar Joe Banks2024-03-31-1/+1
|
* add new pods logs commandGravatar Joe Banks2024-03-31-0/+42
|
* Add new columns to pods commandGravatar Joe Banks2024-03-30-10/+17
|
* init pod table list with an initial empty-listGravatar Joe Banks2024-03-30-1/+1
|
* handle pod lists over 4,000 charactersGravatar Joe Banks2024-03-30-26/+40
|
* Run ruff formatGravatar Joe Banks2024-03-30-4/+2
|
* add pods commandGravatar Joe Banks2024-03-30-0/+81
|
* Enable all ruff rulesGravatar Chris Lovering2024-02-02-9/+8
|
* Bump ruff to latestGravatar Chris Lovering2024-01-25-12/+6
|
* Format code to new ruff formatter standardsGravatar Chris Lovering2024-01-03-23/+17
|
* Format code to new ruff formatter standardsGravatar Chris Lovering2023-11-09-0/+4
|
* Dependencies bump (#105)Gravatar Joe Banks2023-09-06-2/+2
| | | | | * bump all dependencies to latest * update jobs extensiont to use moved kubernetes structures
* Fix linting errors from new ruff rulesGravatar Chris Lovering2023-04-27-3/+4
|
* Update ordering of Interaction callbacksGravatar Chris Lovering2022-08-21-3/+3
| | | | 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-8/+8
| | | | This is required as of Discord.py 2.0
* Use BotBase from bot-coreGravatar Chris Lovering2022-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)Gravatar ChrisJL2021-12-02-4/+4
|
* Edit deployment interaction messages, rather than send new (#12)Gravatar ChrisJL2021-11-20-3/+3
|
* Add CronJob triggering (#7)Gravatar Joe Banks2021-08-20-0/+81
|
* 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
|
* Fix indentation of certs listGravatar Joe Banks2021-07-19-4/+4
|
* Attempt to fix node ls indentationGravatar Joe Banks2021-07-19-3/+3
|
* Fix lintingGravatar Joe Banks2021-07-19-1/+3
|
* Change wording of cordon/uncordon commandsGravatar Joe Banks2021-07-19-3/+3
|
* feat: use text instead of embedsGravatar Joe Banks2021-07-19-73/+71
|
* fix: fix redeploy confirmation timeoutGravatar Joe Banks2021-07-18-2/+2
|
* feat: add commands for listing and cordoning nodesGravatar Joe Banks2021-07-18-0/+102
|
* fix: add missing await on certificates listGravatar Joe Banks2021-07-18-1/+1
|
* refactor: move certificates to separate API moduleGravatar Joe Banks2021-07-18-26/+21
|
* 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-2/+2
|
* feat: add cog for working with TLS certificatesGravatar Joe Banks2021-07-17-0/+60
|
* Initial commitGravatar Joe Banks2021-07-17-0/+119