aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * Add migration to make some columns NOT NULLableGravatar Joe Banks2023-09-04-0/+63
| |
| * Update Alembic to use asyncpg to run migrationsGravatar Joe Banks2023-09-04-21/+29
| |
| * Remove database connection from bot setup hookGravatar Joe Banks2023-09-04-2/+0
| |
| * Remove old GINO logger configGravatar Joe Banks2023-09-04-4/+0
| |
| * Add configuration option to log all queriesGravatar Joe Banks2023-09-04-9/+8
| |
| * Update listeners and utils to use new SQLAlchemy 2 modelsGravatar Joe Banks2023-09-04-129/+179
| |
| * Update database & models modules to use SQLAlchemy 2Gravatar Joe Banks2023-09-04-97/+52
| |
| * Add SQLAlchemy 2 & asyncpg and remove GINO & psycopg2Gravatar Joe Banks2023-09-04-128/+137
|/
* Merge pull request #73 from python-discord/jb3/deps-and-toolchain-updatesGravatar Joe Banks2023-09-04-128/+155
|\ | | | | Dependencies and Toolchain Updates
| * Add alembic hook to format migrations on generationGravatar Joe Banks2023-09-04-5/+4
| |
| * Add pre-commit step to linting workflowGravatar Joe Banks2023-09-04-0/+3
| |
| * Bump PostgreSQL version to 15Gravatar Joe Banks2023-09-04-1/+1
| |
| * Implement pre-commit hook fixesGravatar Joe Banks2023-09-04-18/+14
| |
| * Add pre-commit configGravatar Joe Banks2023-09-04-0/+20
| |
| * Bump all dependencies to latestGravatar Joe Banks2023-09-04-104/+113
|/
* Merge pull request #72 from python-discord/jb3/3.11-upgradeGravatar Joe Banks2023-09-04-159/+169
|\ | | | | Python 3.11 upgrade & dep version bumps
| * Implement fixes advised by RuffGravatar Joe Banks2023-09-04-8/+8
| |
| * Relock PoetryGravatar Joe Banks2023-09-04-145/+155
| |
| * Bump dev toolchain depsGravatar Joe Banks2023-09-04-2/+2
| |
| * Bump Python versions to 3.11Gravatar Joe Banks2023-09-04-4/+4
|/
* Only trigger CI on release for published releasesGravatar Chris Lovering2023-08-22-0/+1
|
* Bump version in pyproject.tomlv2.2.0Gravatar Chris Lovering2023-08-22-1/+1
|
* Ensure images are pushed to ghcr on push to mainGravatar Chris Lovering2023-08-22-1/+1
|
* Tag ghcr image with short commit shaGravatar Chris Lovering2023-08-22-1/+1
|
* Bump all dependencies to latestGravatar Chris Lovering2023-08-22-227/+230
|
* Checkout code in deploy stepGravatar Chris Lovering2023-08-22-0/+3
|
* Remove unused tox.iniGravatar Chris Lovering2023-08-22-14/+0
| | | | This is no longer needed as we don't use flake8
* Update CI to use reusable workflows and push an image on release (#66)Gravatar ChrisJL2023-08-22-77/+114
|
* Create Path object once whne loading configGravatar Chris Lovering2023-08-22-2/+3
|
* Merge pull request #60 from python-discord/bump-various-versionsv2.1.0Gravatar ChrisJL2023-08-22-536/+774
|\ | | | | Bump various versions
| * Bump project versionGravatar Chris Lovering2023-07-24-1/+1
| |
| * Update CI action versionsGravatar Chris Lovering2023-07-24-11/+10
| |
| * Update CI to use ruff lintingGravatar Chris Lovering2023-07-24-2/+2
| |
| * Update code style for new ruff rulesGravatar Chris Lovering2023-07-24-95/+84
| |
| * Move linting to ruffGravatar Chris Lovering2023-07-24-115/+201
| |
| * Bump core dependenciesGravatar Chris Lovering2023-07-24-320/+484
|/
* Allow changing the config file location with CONFIG_LOCATION (#56)Gravatar Ambre Bertucci2023-06-20-3/+4
| | | Currently, it is mandatory for you to put the config file in the same folder as the code. This raises issues in environments such as Kubernetes. This commit allows the user to use `CONFIG_LOCATION` to change the location of that file, while keeping the current behavior as default.
* Bump pydis-core from 9.5.1 to 9.6.0 (#50)Gravatar dependabot[bot]2023-06-12-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>
* Update base docker image usedGravatar ChrisJL2023-06-10-1/+1
|
* Bump alembic from 1.10.2 to 1.10.3 (#47)Gravatar dependabot[bot]2023-04-08-5/+5
| | | | | | | | | | | | | | | | Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.10.2 to 1.10.3. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) --- updated-dependencies: - dependency-name: alembic 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>
* Bump pydis-core from 9.4.1 to 9.5.1 (#42)Gravatar dependabot[bot]2023-04-06-9/+9
| | | | | | | | | | | | | | | | Bumps [pydis-core](https://github.com/python-discord/bot-core) from 9.4.1 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.4.1...v9.5.1) --- 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>
* Bump alembic from 1.9.4 to 1.10.2 (#45)Gravatar dependabot[bot]2023-04-06-5/+18
| | | | | | | | | | | | | | | | Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.9.4 to 1.10.2. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) --- updated-dependencies: - dependency-name: alembic 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>
* Bump psycopg2-binary from 2.9.5 to 2.9.6 (#46)Gravatar dependabot[bot]2023-04-05-74/+65
| | | | | | | | | | | | | | | | Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.5 to 2.9.6. - [Release notes](https://github.com/psycopg/psycopg2/releases) - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits/2.9.6) --- updated-dependencies: - dependency-name: psycopg2-binary 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>
* Bump metricity versionv2.0.1Gravatar Chris Lovering2023-02-28-2/+2
| | | | Some dependencies have been updated to hgih patch versions, so a patch version bump in the app makes sense
* Bump aiohttp from 3.8.3 to 3.8.4 (#38)Gravatar dependabot[bot]2023-02-28-91/+91
| | | | | | | | | | | | | | | | Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.3 to 3.8.4. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.3...v3.8.4) --- updated-dependencies: - dependency-name: aiohttp 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>
* Bump alembic from 1.9.3 to 1.9.4 (#39)Gravatar dependabot[bot]2023-02-28-5/+5
| | | | | | | | | | | | | | | | Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.9.3 to 1.9.4. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) --- updated-dependencies: - dependency-name: alembic 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>
* Bump python-dotenv from 0.21.1 to 1.0.0 (#40)Gravatar dependabot[bot]2023-02-28-6/+6
| | | | | | | | | | | | | | | | Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.21.1 to 1.0.0. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v0.21.1...v1.0.0) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Merge pull request #27 from python-discord/stable-d.py-and-python-3.10Gravatar ChrisJL2023-02-10-714/+870
|\ | | | | Python 3.10, latest bot-core version and bump all deps
| * BotBase.load_extensions no longer needs to be ran in a taskGravatar Chris Lovering2023-02-10-2/+2
| |
| * Update botcore module name throughout repoGravatar Chris Lovering2023-02-10-6/+6
| |