aboutsummaryrefslogtreecommitdiffstats
path: root/alembic/env.py (unfollow)
Commit message (Collapse)AuthorLines
2024-02-02Bump pre-commit-hooks to 4.5.0Gravatar Chris Lovering-1/+1
2024-02-02Bump ruff to 0.2.0Gravatar Chris Lovering-27/+29
2024-02-02Bump deps to latestGravatar Chris Lovering-643/+651
2023-12-06Bump version of package in pyprojectv2.3.2Gravatar Chris Lovering-1/+1
2023-12-06Update CI to latest step versionsGravatar Chris Lovering-9/+9
2023-12-06Lint repo with new ruff rulesGravatar Chris Lovering-8/+8
2023-12-06Bump all deps to latestGravatar Chris Lovering-726/+631
2023-09-26Bump ruff from 0.0.289 to 0.0.291 (#87)Gravatar dependabot[bot]-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>
2023-09-22Bump pydis-core from 10.2.0 to 10.3.0 (#86)Gravatar dependabot[bot]-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>
2023-09-13Bump ruff from 0.0.288 to 0.0.289 (#83)Gravatar dependabot[bot]-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>
2023-09-13Remove TOML dependency (#82)Gravatar Joe Banks-42/+20
* Remove TOML dependency in favour of tomllib from stdlib * Update Metricity to use tomllib
2023-09-12Bump ruff from 0.0.287 to 0.0.288 (#81)Gravatar dependabot[bot]-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>
2023-09-05Lint repo with new ruff rulesGravatar Chris Lovering-1/+1
2023-09-05Add isort configGravatar Chris Lovering-16/+7
2023-09-04Bump package to version 2.3.1v2.3.1Gravatar Joe Banks-1/+1
2023-09-04Get version dynamically from pyproject.toml fileGravatar Joe Banks-1/+7
2023-09-04Move unique constraint suppression to sess.commit instead of sess.addGravatar Joe Banks-28/+28
2023-09-04Bump version to 2.3.0v2.3.0Gravatar Joe Banks-1/+1
2023-09-04refactoring of count storageGravatar Joe Banks-3/+6
2023-09-04show remaining users in upsert jobGravatar Joe Banks-2/+2
2023-09-04Cumulative counters for upsert operationGravatar Joe Banks-4/+13
2023-09-04Don't await utility function that returns NoneGravatar Joe Banks-1/+1
2023-09-04Set nulled pending users to false in the new null constraints migrationGravatar Joe Banks-0/+2
2023-09-04Also tag GHCR images with major version number (#75)Gravatar ChrisJL-0/+1
This will allow users to pin to a specific major version, allowing for minor updates but no breaking changes
2023-09-04Add to sys.path in Alembic envGravatar Joe Banks-2/+6
2023-09-04Subject Alembic files to the wrath of the linterGravatar Joe Banks-287/+330
2023-09-04Use `thread.created_at` to determine thread creationGravatar Joe Banks-0/+1
2023-09-04Don't use netloc as a hostname, use hostname + port separatelyGravatar Joe Banks-2/+4
2023-09-04asyncpg seems to care about the QL in PostgreSQLGravatar Joe Banks-1/+1
2023-09-04Default postgresql driver to asyncpgGravatar Joe Banks-4/+10
2023-09-04Swap database creation script to asyncpgGravatar Joe Banks-24/+29
2023-09-04Consistent version specifying for new dependenciesGravatar Joe Banks-3/+3
2023-09-04Satisfy the linterGravatar Joe Banks-3/+2