| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| * | Refactor workflows, add concurrency options, separate build and deploy (#10) | 2021-09-09 | -8/+35 | ||
| | | | | Co-authored-by: Joe Banks <[email protected]> | ||||
| * | Ensure compatibility with black (#11) | 2021-09-09 | -1/+1 | ||
| | | | | | | | | | | | | | the black profile already sets this variable, and it sets it to a different setting from what was set see the docs here: https://pycqa.github.io/isort/docs/configuration/profiles.html the black profile sets the below settings multi_line_output: 3 include_trailing_comma: True force_grid_wrap: 0 use_parentheses: True ensure_newline_before_comments: True line_length: 88 | ||||
| * | Pin platform in Dockerfile (#9) | 2021-09-07 | -1/+1 | ||
| | | | | | | Some of our deps don't have wheels for atm processors. With Mac's M1 chips becomming more common, we should make it easier for those users to build our environments. | ||||
| * | Update in accordance with python-discord/kubernetes#95 | 2021-09-04 | -1/+1 | ||
| | | |||||
| * | Make doubly sure that isort uses the black profile (#8) | 2021-08-22 | -2/+2 | ||
| | | | | Context: https://discord.com/channels/267624335836053506/846434317021741086/878784395530616855 | ||||
| * | Update is_owner check | 2021-08-20 | -1/+1 | ||
| | | |||||
| * | Add CronJob triggering (#7) | 2021-08-20 | -0/+114 | ||
| | | |||||
| * | Add Jishaku | 2021-08-20 | -3/+103 | ||
| | | |||||
| * | Edit message using direct message instead of helper method | 2021-08-18 | -1/+1 | ||
| | | |||||
| * | Linting compliance | 2021-08-18 | -2/+1 | ||
| | | |||||
| * | Disable select once complete | 2021-08-18 | -0/+8 | ||
| | | |||||
| * | 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 | ||
| | | | |||||