Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Bump deps to latest | 2024-02-02 | -643/+651 | ||
| | |||||
* | Bump version of package in pyprojectv2.3.2 | 2023-12-06 | -1/+1 | ||
| | |||||
* | Update CI to latest step versions | 2023-12-06 | -9/+9 | ||
| | |||||
* | Lint repo with new ruff rules | 2023-12-06 | -8/+8 | ||
| | |||||
* | Bump all deps to latest | 2023-12-06 | -726/+631 | ||
| | |||||
* | Bump ruff from 0.0.289 to 0.0.291 (#87) | 2023-09-26 | -20/+20 | ||
| | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.289 to 0.0.291. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.289...v0.0.291) --- 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> | ||||
* | Bump pydis-core from 10.2.0 to 10.3.0 (#86) | 2023-09-22 | -5/+5 | ||
| | | | | | | | | | | | | | | | | Bumps [pydis-core](https://github.com/python-discord/bot-core) from 10.2.0 to 10.3.0. - [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/v10.2.0...v10.3.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> | ||||
* | Bump ruff from 0.0.288 to 0.0.289 (#83) | 2023-09-13 | -20/+30 | ||
| | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.288 to 0.0.289. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.288...v0.0.289) --- 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> | ||||
* | Remove TOML dependency (#82) | 2023-09-13 | -42/+20 | ||
| | | | | | * Remove TOML dependency in favour of tomllib from stdlib * Update Metricity to use tomllib | ||||
* | Bump ruff from 0.0.287 to 0.0.288 (#81) | 2023-09-12 | -22/+46 | ||
| | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.287 to 0.0.288. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.287...v0.0.288) --- 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 #80 from python-discord/isort-config | 2023-09-06 | -17/+8 | ||
|\ | | | | | Add isort config | ||||
| * | Lint repo with new ruff rules | 2023-09-05 | -1/+1 | ||
| | | |||||
| * | Add isort config | 2023-09-05 | -16/+7 | ||
|/ | |||||
* | Bump package to version 2.3.1v2.3.1 | 2023-09-04 | -1/+1 | ||
| | |||||
* | Merge pull request #79 from python-discord/jb3/dynamic-init-version | 2023-09-04 | -1/+7 | ||
|\ | | | | | Get version dynamically from pyproject.toml file | ||||
| * | Merge branch 'main' into jb3/dynamic-init-version | 2023-09-04 | -28/+28 | ||
| |\ | |/ |/| | |||||
* | | Merge pull request #78 from python-discord/jb3/unique-violation-catching | 2023-09-04 | -28/+28 | ||
|\ \ | | | | | | | Move unique constraint suppression to sess.commit instead of sess.add | ||||
| * | | Move unique constraint suppression to sess.commit instead of sess.add | 2023-09-04 | -28/+28 | ||
|/ / | |||||
| * | Get version dynamically from pyproject.toml file | 2023-09-04 | -1/+7 | ||
|/ | |||||
* | 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 | ||
| | |