| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Merge branch 'main' of github.com:python-discord/king-arthur | 2021-08-18 | -0/+66 | |
| |\ | ||||
| | * | Merge pull request #6 from doublevcodes/status-embed | 2021-08-18 | -0/+66 | |
| | |\ | ||||
| | | * | Merge branch 'main' into status-embed | 2021-08-18 | -0/+0 | |
| | | |\ | | |/ | |/| | ||||
| | | * | actions: Create status embed action | 2021-08-18 | -0/+66 | |
| | | | | ||||
| * | | | Update Cloudflare cache to correctly respond & use dynamic domains | 2021-08-18 | -46/+29 | |
| | | | | ||||
| * | | | Move emote in Cloudflare purge | 2021-08-18 | -1/+1 | |
| |/ / | ||||
| * | | Merge pull request #5 from doublevcodes/main | 2021-08-18 | -22/+70 | |
| |\| | ||||
| | * | fix: Make string f-string | 2021-08-18 | -2/+2 | |
| | | | ||||
| | * | lint: Remove extraneous lint | 2021-08-18 | -4/+11 | |
| | | | ||||
| | * | lint: Remove lint | 2021-08-17 | -7/+21 | |
| | | | ||||
| | * | feat: Allow for selection of multiple zones | 2021-08-17 | -40/+38 | |
| | | | ||||
| | * | feat: Make purge zones command use dropdown to choose zone to purge | 2021-08-17 | -14/+43 | |
| |/ | ||||
| * | Merge branch 'main' of github.com:python-discord/king-arthur | 2021-07-27 | -2/+2 | |
| |\ | ||||
| | * | Merge pull request #4 from onerandomusername/patch-1 | 2021-07-27 | -2/+2 | |
| | |\ | ||||
| | | * | Merge branch 'main' into patch-1 | 2021-07-27 | -125/+115 | |
| | | |\ | | |/ | |/| | ||||
| | | * | remove quotes from black profile | 2021-07-27 | -1/+1 | |
| | | | | ||||
| | | * | remove `tool` from `[tool.isort]` | 2021-07-27 | -1/+1 | |
| | | | | | | | | | | | | | isort does not recognise `[tool.isort]` as a section for it in the tox.ini file. It is only recognised as `[tool.isort]` in a pyproject.toml file, and `[isort]` in tox.ini | |||
| * | | | Handle zero deployments found | 2021-07-27 | -0/+7 | |
| |/ / | ||||
| * / | Migrate to discord.py v2.0 | 2021-07-27 | -125/+115 | |
| |/ | ||||
| * | Merge pull request #2 from doublevcodes/main | 2021-07-25 | -5/+101 | |
| |\ | ||||
| | * | Fix function formatting | 2021-07-25 | -6/+5 | |
| | |\ | ||||
| | | * | Indentation fix | 2021-07-25 | -3/+5 | |
| | | | | ||||
| | | * | Delete .vscode directory | 2021-07-25 | -3/+0 | |
| | |/ | ||||
| | * | Add .vscode to .gitignore | 2021-07-25 | -0/+4 | |
| | | | ||||
| | * | Correct endpoint | 2021-07-25 | -1/+1 | |
| | | | | | | | Co-authored-by: Joe Banks <[email protected]> | |||
| | * | Change kwarg from body to json | 2021-07-25 | -1/+1 | |
| | | | | | | | Co-authored-by: Joe Banks <[email protected]> | |||
| | * | Lint fix | 2021-07-22 | -1/+2 | |
| | | | ||||
| | * | Standardise responses + more | 2021-07-22 | -10/+11 | |
| | | | ||||
| | * | Change constant name | 2021-07-22 | -2/+2 | |
| | | | | | | | Co-authored-by: Joe Banks <[email protected]> | |||
| | * | Fix and refactor | 2021-07-22 | -13/+16 | |
| | | | | | | | | | | | | | Reflected on feedback provided by @jb3 including: - Change auth method - Move POST request data from params to body | |||
| | * | fix: make a get request to /zones instead of post | 2021-07-19 | -1/+1 | |
| | | | ||||
| | * | Merge branch 'main' of https://github.com/doublevcodes/king-arthur into main | 2021-07-19 | -0/+1 | |
| | |\ | ||||
| | | * | Merge branch 'main' into main | 2021-07-19 | -0/+1 | |
| | | |\ | |_|/ |/| | | ||||
| * | | | Update lint-build-deploy.yaml | 2021-07-19 | -0/+1 | |
| | | | | ||||
| | * | | Fix linting again | 2021-07-19 | -7/+11 | |
| | |/ | ||||
| | * | Fix linting issues | 2021-07-19 | -5/+6 | |
| | | | ||||
| | * | Lint all code with black | 2021-07-19 | -17/+10 | |
| | | | ||||
| | * | Finished the CF cache purge command | 2021-07-19 | -6/+58 | |
| | | | ||||
| | * | Lay out purge command and cog structure | 2021-07-19 | -0/+19 | |
| | | | ||||
| | * | Add Cloudflare API for zones | 2021-07-19 | -0/+19 | |
| |/ | ||||
| * | Correct usage of interaction.respond in deployments | 2021-07-19 | -4/+4 | |
| | | ||||
| * | Correct error message generator | 2021-07-19 | -1/+1 | |
| | | ||||
| * | 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 | |
| | | ||||
| * | Merge branch 'main' of github.com:python-discord/king-arthur into main | 2021-07-19 | -0/+48 | |
| |\ | ||||
| | * | Update command.yaml | 2021-07-18 | -1/+1 | |
| | | | ||||