aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* Set nulled pending users to false in the new null constraints migrationGravatar Joe Banks2023-09-04-0/+2
|
* Also tag GHCR images with major version number (#75)Gravatar ChrisJL2023-09-04-0/+1
| | | This will allow users to pin to a specific major version, allowing for minor updates but no breaking changes
* Add to sys.path in Alembic envGravatar Joe Banks2023-09-04-2/+6
|
* Merge pull request #74 from python-discord/jb3/sqlalchemy-2Gravatar Joe Banks2023-09-04-693/+827
|\ | | | | SQLAlchemy 2
| * Subject Alembic files to the wrath of the linterGravatar Joe Banks2023-09-04-287/+330
| |
| * Use `thread.created_at` to determine thread creationGravatar Joe Banks2023-09-04-0/+1
| |
| * Don't use netloc as a hostname, use hostname + port separatelyGravatar Joe Banks2023-09-04-2/+4
| |
| * asyncpg seems to care about the QL in PostgreSQLGravatar Joe Banks2023-09-04-1/+1
| |
| * Default postgresql driver to asyncpgGravatar Joe Banks2023-09-04-4/+10
| |
| * Swap database creation script to asyncpgGravatar Joe Banks2023-09-04-24/+29
| |
| * Consistent version specifying for new dependenciesGravatar Joe Banks2023-09-04-3/+3
| |
| * Satisfy the linterGravatar Joe Banks2023-09-04-3/+2
| |
| * 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>