aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* Refactor workflows, add concurrency options, separate build and deploy (#10)Gravatar aru2021-09-09-8/+35
| | | Co-authored-by: Joe Banks <[email protected]>
* Ensure compatibility with black (#11)Gravatar aru2021-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)Gravatar ChrisJL2021-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#95Gravatar Joe Banks2021-09-04-1/+1
|
* Make doubly sure that isort uses the black profile (#8)Gravatar aru2021-08-22-2/+2
| | | Context: https://discord.com/channels/267624335836053506/846434317021741086/878784395530616855
* Update is_owner checkGravatar Joe Banks2021-08-20-1/+1
|
* Add CronJob triggering (#7)Gravatar Joe Banks2021-08-20-0/+114
|
* Add JishakuGravatar Joe Banks2021-08-20-3/+103
|
* Edit message using direct message instead of helper methodGravatar Joe Banks2021-08-18-1/+1
|
* Linting complianceGravatar Joe Banks2021-08-18-2/+1
|
* Disable select once completeGravatar Joe Banks2021-08-18-0/+8
|
* Merge branch 'main' of github.com:python-discord/king-arthurGravatar Joe Banks2021-08-18-0/+66
|\
| * Merge pull request #6 from doublevcodes/status-embedGravatar Joe Banks2021-08-18-0/+66
| |\
| | * Merge branch 'main' into status-embedGravatar Joe Banks2021-08-18-0/+0
| | |\ | | |/ | |/|
| | * actions: Create status embed actionGravatar Vivaan Verma2021-08-18-0/+66
| | |
* | | Update Cloudflare cache to correctly respond & use dynamic domainsGravatar Joe Banks2021-08-18-46/+29
| | |
* | | Move emote in Cloudflare purgeGravatar Joe Banks2021-08-18-1/+1
|/ /
* | Merge pull request #5 from doublevcodes/mainGravatar Joe Banks2021-08-18-22/+70
|\|
| * fix: Make string f-stringGravatar Vivaan Verma2021-08-18-2/+2
| |
| * lint: Remove extraneous lintGravatar Vivaan Verma2021-08-18-4/+11
| |
| * lint: Remove lintGravatar Vivaan Verma2021-08-17-7/+21
| |
| * feat: Allow for selection of multiple zonesGravatar Vivaan Verma2021-08-17-40/+38
| |
| * feat: Make purge zones command use dropdown to choose zone to purgeGravatar Vivaan Verma2021-08-17-14/+43
|/
* Merge branch 'main' of github.com:python-discord/king-arthurGravatar Joe Banks2021-07-27-2/+2
|\
| * Merge pull request #4 from onerandomusername/patch-1Gravatar Joe Banks2021-07-27-2/+2
| |\
| | * Merge branch 'main' into patch-1Gravatar Joe Banks2021-07-27-125/+115
| | |\ | | |/ | |/|
| | * remove quotes from black profileGravatar onerandomusername2021-07-27-1/+1
| | |
| | * remove `tool` from `[tool.isort]` Gravatar onerandomusername2021-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 foundGravatar Joe Banks2021-07-27-0/+7
|/ /
* / Migrate to discord.py v2.0Gravatar Joe Banks2021-07-27-125/+115
|/
* Merge pull request #2 from doublevcodes/mainGravatar Joe Banks2021-07-25-5/+101
|\
| * Fix function formattingGravatar Vivaan Verma2021-07-25-6/+5
| |\
| | * Indentation fixGravatar Vivaan Verma2021-07-25-3/+5
| | |
| | * Delete .vscode directoryGravatar Vivaan Verma2021-07-25-3/+0
| |/
| * Add .vscode to .gitignoreGravatar Vivaan Verma2021-07-25-0/+4
| |
| * Correct endpointGravatar Vivaan Verma2021-07-25-1/+1
| | | | | | Co-authored-by: Joe Banks <[email protected]>
| * Change kwarg from body to jsonGravatar Vivaan Verma2021-07-25-1/+1
| | | | | | Co-authored-by: Joe Banks <[email protected]>
| * Lint fixGravatar Vivaan Verma2021-07-22-1/+2
| |
| * Standardise responses + moreGravatar Vivaan Verma2021-07-22-10/+11
| |
| * Change constant nameGravatar Vivaan Verma2021-07-22-2/+2
| | | | | | Co-authored-by: Joe Banks <[email protected]>
| * Fix and refactorGravatar Vivaan Verma2021-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 postGravatar Vivaan Verma2021-07-19-1/+1
| |
| * Merge branch 'main' of https://github.com/doublevcodes/king-arthur into mainGravatar Vivaan Verma2021-07-19-0/+1
| |\
| | * Merge branch 'main' into mainGravatar Joe Banks2021-07-19-0/+1
| | |\ | |_|/ |/| |
* | | Update lint-build-deploy.yamlGravatar Joe Banks2021-07-19-0/+1
| | |
| * | Fix linting againGravatar Vivaan Verma2021-07-19-7/+11
| |/
| * Fix linting issuesGravatar Vivaan Verma2021-07-19-5/+6
| |
| * Lint all code with blackGravatar Vivaan Verma2021-07-19-17/+10
| |
| * Finished the CF cache purge commandGravatar Vivaan Verma2021-07-19-6/+58
| |
| * Lay out purge command and cog structureGravatar Vivaan Verma2021-07-19-0/+19
| |