aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Pull devops rules from Github, not notion (#98)Gravatar ChrisJL2023-08-22-63/+9
| | | This logic assumes each line is one rule.
* Merge pull request #97 from python-discord/bump-pydanticGravatar ChrisJL2023-08-21-56/+162
|\ | | | | Use pydantic-settings for config
| * Remove isort configGravatar Chris Lovering2023-08-21-4/+0
| |
| * Use pydantic-settings for configGravatar Chris Lovering2023-08-21-52/+162
|/
* Pull manifest from infra repoGravatar Chris Lovering2023-08-21-2/+3
|
* Bump dependencies to latestGravatar Chris Lovering2023-08-21-533/+438
|
* build(deps): bump pydantic from 1.10.8 to 1.10.9 (#67)Gravatar dependabot[bot]2023-06-08-40/+40
| | | | | | | | | | | | | | | | Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.8 to 1.10.9. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.8...v1.10.9) --- 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>
* Update base docker imageGravatar ChrisJL2023-06-08-1/+1
|
* Temp disable jishaku as it does not support 3.11Gravatar Chris Lovering2023-05-31-3/+4
|
* Hardcode main branch reference in CIGravatar Chris Lovering2023-05-31-2/+2
| | | | Not doing so caused a bug, as the preious code resolved to just "main" not what we needed.
* Bump Python version to 3.11Gravatar Chris Lovering2023-05-31-90/+88
| | | | This also bumps deps to latest
* build(deps-dev): bump ruff from 0.0.265 to 0.0.267 (#59)Gravatar dependabot[bot]2023-05-15-20/+20
| | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.265 to 0.0.267. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.265...v0.0.267) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development 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>
* build(deps): bump pydis-core from 9.5.1 to 9.6.0 (#58)Gravatar dependabot[bot]2023-05-08-9/+9
| | | | | | | | | | | | | | | Bumps [pydis-core](https://github.com/python-discord/bot-core) from 9.5.1 to 9.6.0. - [Changelog](https://github.com/python-discord/bot-core/blob/main/docs/changelog.rst) - [Commits](https://github.com/python-discord/bot-core/compare/v9.5.1...v9.6.0) --- updated-dependencies: - dependency-name: pydis-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps-dev): bump ruff from 0.0.264 to 0.0.265 (#57)Gravatar dependabot[bot]2023-05-08-21/+21
| | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.264 to 0.0.265. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.264...v0.0.265) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development 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 #48 from shtlrs/bundle-workflowsGravatar ChrisJL2023-05-06-154/+167
|\ | | | | Separate workflows into their own files
| * Use consistent capitalisation in CIGravatar Chris Lovering2023-05-05-14/+14
| |
| * Simplify call to SebastiaanZ/github-status-embed-for-discordGravatar Chris Lovering2023-05-05-8/+0
| |
| * Update azure/k8s-deploy to v4Gravatar Chris Lovering2023-05-05-2/+3
| |
| * Always build Dockerfile in CIGravatar Chris Lovering2023-05-05-8/+2
| | | | | | | | Only push to ghcr & deploy if running on default branch
| * Use pre-commit hooks in CIGravatar Chris Lovering2023-05-05-12/+6
| |
| * trigger status embed on CI completedGravatar shtlrs2023-05-05-1/+1
| |
| * Move CI to reusable workflowsGravatar shtlrs2023-05-05-0/+37
| |
| * Seperate build & deploy from lintGravatar shtlrs2023-05-05-140/+135
|/
* Merge pull request #47 from python-discord/add-pre-commit-hooksGravatar ChrisJL2023-05-04-16/+158
|\ | | | | Add pre commit hooks
| * Update lint workflow to use pre-commitGravatar Chris Lovering2023-05-04-5/+6
| |
| * Add pre-commit as a dev dep and add relevent taskipy tasksGravatar Chris Lovering2023-05-04-11/+123
| |
| * Add pre-commit configGravatar Chris Lovering2023-05-04-0/+29
|/
* build(deps-dev): bump ruff from 0.0.263 to 0.0.264 (#56)Gravatar dependabot[bot]2023-05-02-21/+21
| | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.263 to 0.0.264. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.263...v0.0.264) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development 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 #54 from python-discord/migrate-to-ruffGravatar ChrisJL2023-04-27-437/+214
|\ | | | | Migrate to ruff
| * Fix linting errors from new ruff rulesGravatar Chris Lovering2023-04-27-32/+25
| |
| * 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
|/