aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * Replace Flake8 and various linting plugins with ruffGravatar Chris Lovering2023-04-27-405/+189
|/
* build(deps): bump pydantic from 1.10.5 to 1.10.7 (#50)Gravatar dependabot[bot]2023-04-06-39/+39
| | | | | | | | | | | | | | | | Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.5 to 1.10.7. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.7/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.5...v1.10.7) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Merge pull request #52 from python-discord/dependabot/pip/black-23.3.0Gravatar ChrisJL2023-04-06-28/+28
|\ | | | | build(deps-dev): bump black from 23.1.0 to 23.3.0
| * build(deps-dev): bump black from 23.1.0 to 23.3.0Gravatar dependabot[bot]2023-04-06-28/+28
|/ | | | | | | | | | | | | | | Bumps [black](https://github.com/psf/black) from 23.1.0 to 23.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.1.0...23.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #51 from python-discord/dependabot/pip/taskipy-1.10.4Gravatar ChrisJL2023-04-06-5/+5
|\ | | | | build(deps-dev): bump taskipy from 1.10.3 to 1.10.4
| * build(deps-dev): bump taskipy from 1.10.3 to 1.10.4Gravatar dependabot[bot]2023-03-24-5/+5
|/ | | | | | | | | | | | | | Bumps [taskipy](https://github.com/taskipy/taskipy) from 1.10.3 to 1.10.4. - [Release notes](https://github.com/taskipy/taskipy/releases) - [Commits](https://github.com/taskipy/taskipy/commits) --- updated-dependencies: - dependency-name: taskipy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Relock poetry to bump sub-dependenciesGravatar Chris Lovering2023-03-07-145/+132
|
* Directly await load_extensions when loading the botGravatar Chris Lovering2023-03-07-4/+1
| | | | This is now called within a task internally in bot-core, so we no longer need to do it in the bot too.
* build(deps): bump pydis-core from 9.5.0 to 9.5.1Gravatar dependabot[bot]2023-03-03-9/+9
| | | | | | | | | | | | | | | Bumps [pydis-core](https://github.com/python-discord/bot-core) from 9.5.0 to 9.5.1. - [Release notes](https://github.com/python-discord/bot-core/releases) - [Changelog](https://github.com/python-discord/bot-core/blob/main/docs/changelog.rst) - [Commits](https://github.com/python-discord/bot-core/compare/v9.5.0...v9.5.1) --- updated-dependencies: - dependency-name: pydis-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #45 from python-discord/Fix-cronjob-integrationsGravatar ChrisJL2023-03-02-190/+299
|\ | | | | Fix cronjob integrations
| * Don't use the beta1 APIs for cronjobsGravatar Chris Lovering2023-03-02-5/+5
| | | | | | | | As we're running LKE k8s 1.25, these endpoitns are no longer available on the beta1 endpoint
| * Bump dependencies to latestGravatar Chris Lovering2023-03-02-185/+294
|/
* Merge pull request #44 from shtlrs/bump-pydis-core-to-950Gravatar ChrisJL2023-03-02-9/+9
|\ | | | | bump pydis-core to 9.5.0
| * bump pydis-core to 9.5.0Gravatar shtlrs2023-02-28-9/+9
|/
* Merge pull request #42 from shenanigansd/bump-dpyGravatar ChrisJL2023-02-10-68/+66
|\ | | | | bump pydis_core to 9.4.1
| * bump pydis_core to 9.4.1Gravatar Bradley Reynolds2023-02-09-68/+66
|/ | | | Signed-off-by: Bradley Reynolds <[email protected]>
* Merge pull request #37 from python-discord/rule-refresh-commandGravatar Hassan Abouelela2023-02-08-155/+1015
|\ | | | | Rule refresh command
| * Bump dependanciesGravatar Chris Lovering2023-01-01-143/+998
| |
| * Format devops rules cogGravatar Chris Lovering2023-01-01-9/+9
| |
| * Add command to refresh devops rulesGravatar Chris Lovering2023-01-01-3/+8
|/
* Merge pull request #30 from Xithrius/patch-1Gravatar ChrisJL2022-10-13-1/+0
|\
| * `REPO_TOKEN` env var obliteratedGravatar Xithrius2022-10-13-1/+0
|/
* Merge pull request #27 from python-discord/devops-rukesGravatar ChrisJL2022-10-07-0/+113
|\
| * Return error if no devops rule match searched indiciesGravatar Chris Lovering2022-10-07-1/+9
| |
| * Don't load devops rules if notion api key isn't setGravatar Chris Lovering2022-10-07-2/+10
| |
| * Add devops rules commandGravatar Chris Lovering2022-10-07-0/+97
|/
* Merge pull request #25 from python-discord/poetry-1.2Gravatar Hassan Abouelela2022-09-18-27/+5
|\ | | | | Use python-poetry-base Base Image
| * Use python-poetry-base Base ImageGravatar Hassan Abouelela2022-09-18-27/+5
|/ | | | | | | Use chrislovering/python-poetry-base as the base image for docker builds, to centralize poetry installation and configuration. Signed-off-by: Hassan Abouelela <[email protected]>
* Merge pull request #24 from python-discord/poetry-1.2.0Gravatar ChrisJL2022-09-11-50/+24
|\
| * Remove CI env varsGravatar Chris Lovering2022-09-11-23/+2
| | | | | | | | These are fully handled by HassanAbouelela/actions/setup-python now
| * Use venvs with poetry in DockerfileGravatar Chris Lovering2022-09-10-38/+33
|/ | | | his is required due to a regression in poetry, see https://github.com/HassanAbouelela/actions/pull/7
* Merge pull request #18 from python-discord/bump-depGravatar Hassan Abouelela2022-08-23-750/+77
|\ | | | | Bump kubernetes_asyncio to 24.2.2
| * Bump kubernetes_asyncio to 24.2.2Gravatar Chris Lovering2022-08-23-750/+77
|/ | | | | This fixes an issue where the config reader couldn't handle bool types. See https://github.com/tomplus/kubernetes_asyncio/issues/217 https://github.com/tomplus/kubernetes_asyncio/pull/218
* Merge pull request #17 from python-discord/botocore-monkeypatchingGravatar ChrisJL2022-08-22-0/+3
|\
| * Ensure monkeypatches from bot-core are ran on startupGravatar Chris Lovering2022-08-22-0/+3
|/
* Merge pull request #16 from python-discord/dependabot/pip/flake8-5.0.4Gravatar ChrisJL2022-08-21-76/+749
|\
| * build(deps-dev): bump flake8 from 5.0.3 to 5.0.4Gravatar dependabot[bot]2022-08-21-76/+749
|/ | | | | | | | | | | | | | Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/5.0.3...5.0.4) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #15 from python-discord/bot-core-integrationGravatar ChrisJL2022-08-21-773/+388
|\
| * Create dependabot.ymlGravatar Chris Lovering2022-08-21-0/+6
| |
| * Use the correct help kwarg for edGravatar Chris Lovering2022-08-21-2/+2
| | | | | | | | This was updated in Discord.py 2.0
| * Use the bot's http_session when calling cloudflare's APIGravatar Chris Lovering2022-08-21-12/+18
| |
| * Update ordering of Interaction callbacksGravatar Chris Lovering2022-08-21-4/+4
| | | | | | | | 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-14/+14
| | | | | | | | This is required as of Discord.py 2.0
| * Use BotBase from bot-coreGravatar Chris Lovering2022-08-21-57/+65
| | | | | | | | | | | | | | 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
| * Bump Dockerfile and CI to Python 3.10Gravatar Chris Lovering2022-08-21-2/+2
| |
| * Bump all deps and add bot-coreGravatar Chris Lovering2022-08-21-682/+277
|/ | | | flake8-bandit does not support flake8 5.X as of it's 3.X release. To pre-empt an issue, I have added a comment to the pyproject file to ensure before committing a bump to flake8, users ensure poetry run task lint still works.
* Add missing space to prefix listGravatar Joe Banks2022-02-21-1/+1
|
* Add M-x to prefixes (#14)Gravatar Joe Banks2022-02-21-2/+2
|
* 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
|