Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Bump version to 2.3.0v2.3.0 | 2023-09-04 | -1/+1 | |
| | ||||
* | Merge pull request #77 from python-discord/jb3/cumulative-upsert-counter | 2023-09-04 | -6/+18 | |
|\ | | | | | Cumulative counters for upsert operation | |||
| * | refactoring of count storage | 2023-09-04 | -3/+6 | |
| | | ||||
| * | show remaining users in upsert job | 2023-09-04 | -2/+2 | |
| | | ||||
| * | Cumulative counters for upsert operation | 2023-09-04 | -4/+13 | |
|/ | ||||
* | Don't await utility function that returns None | 2023-09-04 | -1/+1 | |
| | ||||
* | 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 | |
| | |