| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| * | Set nulled pending users to false in the new null constraints migration | 2023-09-04 | -0/+2 | ||
| | | |||||
| * | Also tag GHCR images with major version number (#75) | 2023-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 env | 2023-09-04 | -2/+6 | ||
| | | |||||
| * | Merge pull request #74 from python-discord/jb3/sqlalchemy-2 | 2023-09-04 | -693/+827 | ||
| |\ | | | | | SQLAlchemy 2 | ||||
| | * | Subject Alembic files to the wrath of the linter | 2023-09-04 | -287/+330 | ||
| | | | |||||
| | * | Use `thread.created_at` to determine thread creation | 2023-09-04 | -0/+1 | ||
| | | | |||||
| | * | Don't use netloc as a hostname, use hostname + port separately | 2023-09-04 | -2/+4 | ||
| | | | |||||
| | * | asyncpg seems to care about the QL in PostgreSQL | 2023-09-04 | -1/+1 | ||
| | | | |||||
| | * | Default postgresql driver to asyncpg | 2023-09-04 | -4/+10 | ||
| | | | |||||
| | * | Swap database creation script to asyncpg | 2023-09-04 | -24/+29 | ||
| | | | |||||
| | * | Consistent version specifying for new dependencies | 2023-09-04 | -3/+3 | ||
| | | | |||||
| | * | Satisfy the linter | 2023-09-04 | -3/+2 | ||
| | | | |||||
| | * | Add migration to make some columns NOT NULLable | 2023-09-04 | -0/+63 | ||
| | | | |||||
| | * | Update Alembic to use asyncpg to run migrations | 2023-09-04 | -21/+29 | ||
| | | | |||||
| | * | Remove database connection from bot setup hook | 2023-09-04 | -2/+0 | ||
| | | | |||||
| | * | Remove old GINO logger config | 2023-09-04 | -4/+0 | ||
| | | | |||||
| | * | Add configuration option to log all queries | 2023-09-04 | -9/+8 | ||
| | | | |||||
| | * | Update listeners and utils to use new SQLAlchemy 2 models | 2023-09-04 | -129/+179 | ||
| | | | |||||
| | * | Update database & models modules to use SQLAlchemy 2 | 2023-09-04 | -97/+52 | ||
| | | | |||||
| | * | Add SQLAlchemy 2 & asyncpg and remove GINO & psycopg2 | 2023-09-04 | -128/+137 | ||
| |/ | |||||
| * | Merge pull request #73 from python-discord/jb3/deps-and-toolchain-updates | 2023-09-04 | -128/+155 | ||
| |\ | | | | | Dependencies and Toolchain Updates | ||||
| | * | Add alembic hook to format migrations on generation | 2023-09-04 | -5/+4 | ||
| | | | |||||
| | * | Add pre-commit step to linting workflow | 2023-09-04 | -0/+3 | ||
| | | | |||||
| | * | Bump PostgreSQL version to 15 | 2023-09-04 | -1/+1 | ||
| | | | |||||
| | * | Implement pre-commit hook fixes | 2023-09-04 | -18/+14 | ||
| | | | |||||
| | * | Add pre-commit config | 2023-09-04 | -0/+20 | ||
| | | | |||||
| | * | Bump all dependencies to latest | 2023-09-04 | -104/+113 | ||
| |/ | |||||
| * | Merge pull request #72 from python-discord/jb3/3.11-upgrade | 2023-09-04 | -159/+169 | ||
| |\ | | | | | Python 3.11 upgrade & dep version bumps | ||||
| | * | Implement fixes advised by Ruff | 2023-09-04 | -8/+8 | ||
| | | | |||||
| | * | Relock Poetry | 2023-09-04 | -145/+155 | ||
| | | | |||||
| | * | Bump dev toolchain deps | 2023-09-04 | -2/+2 | ||
| | | | |||||
| | * | Bump Python versions to 3.11 | 2023-09-04 | -4/+4 | ||
| |/ | |||||
| * | Only trigger CI on release for published releases | 2023-08-22 | -0/+1 | ||
| | | |||||
| * | Bump version in pyproject.tomlv2.2.0 | 2023-08-22 | -1/+1 | ||
| | | |||||
| * | Ensure images are pushed to ghcr on push to main | 2023-08-22 | -1/+1 | ||
| | | |||||
| * | Tag ghcr image with short commit sha | 2023-08-22 | -1/+1 | ||
| | | |||||
| * | Bump all dependencies to latest | 2023-08-22 | -227/+230 | ||
| | | |||||
| * | Checkout code in deploy step | 2023-08-22 | -0/+3 | ||
| | | |||||
| * | Remove unused tox.ini | 2023-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) | 2023-08-22 | -77/+114 | ||
| | | |||||
| * | Create Path object once whne loading config | 2023-08-22 | -2/+3 | ||
| | | |||||
| * | Merge pull request #60 from python-discord/bump-various-versionsv2.1.0 | 2023-08-22 | -536/+774 | ||
| |\ | | | | | Bump various versions | ||||
| | * | Bump project version | 2023-07-24 | -1/+1 | ||
| | | | |||||
| | * | Update CI action versions | 2023-07-24 | -11/+10 | ||
| | | | |||||
| | * | Update CI to use ruff linting | 2023-07-24 | -2/+2 | ||
| | | | |||||
| | * | Update code style for new ruff rules | 2023-07-24 | -95/+84 | ||
| | | | |||||
| | * | Move linting to ruff | 2023-07-24 | -115/+201 | ||
| | | | |||||
| | * | Bump core dependencies | 2023-07-24 | -320/+484 | ||
| |/ | |||||
| * | Allow changing the config file location with CONFIG_LOCATION (#56) | 2023-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) | 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> | ||||