aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* Merge pull request #142 from python-discord/jb3/dep-bumpsGravatar Joe Banks2024-04-07-275/+272
|\ | | | | Bump Poetry Python version to 3.12
| * Fix new reported errors from Ruff version bumpGravatar Joe Banks2024-04-07-1/+7
| |
| * Bump CI Python versionGravatar Joe Banks2024-04-07-1/+1
| |
| * Upgrade dependenciesGravatar Joe Banks2024-04-07-265/+253
| |
| * Bump Docker image to Python 3.12Gravatar Joe Banks2024-04-07-1/+1
| |
| * Remove redundant version in docker-compose.ymlGravatar Joe Banks2024-04-07-2/+0
| |
| * Fix no active event loop in create_metricity_db.pyGravatar Joe Banks2024-04-07-0/+5
| |
| * Bump Poetry Python version to 3.12Gravatar Joe Banks2024-04-07-5/+5
|/
* Merge pull request #139 from python-discord/jb3/fix-stringed-idsGravatar Joe Banks2024-03-26-1/+3
|\ | | | | Convert IDs in bulk message deletes to strings for DB query
| * Convert IDs in bulk deletes to strings for DB query.Gravatar Joe Banks2024-03-26-1/+3
|/ | | | | | Convert IDs into strings to match the format stored in the database to prevent us receiving mismatching type errors (big int vs. character varying).
* Bump version to 2.4.0v2.4.0Gravatar Chris Lovering2024-02-02-1/+1
|
* Bump pre-commit-hooks to 4.5.0Gravatar Chris Lovering2024-02-02-1/+1
|
* Bump ruff to 0.2.0Gravatar Chris Lovering2024-02-02-27/+29
|
* Bump deps to latestGravatar Chris Lovering2024-02-02-643/+651
|
* Bump version of package in pyprojectv2.3.2Gravatar Chris Lovering2023-12-06-1/+1
|
* Update CI to latest step versionsGravatar Chris Lovering2023-12-06-9/+9
|
* Lint repo with new ruff rulesGravatar Chris Lovering2023-12-06-8/+8
|
* Bump all deps to latestGravatar Chris Lovering2023-12-06-726/+631
|
* Bump ruff from 0.0.289 to 0.0.291 (#87)Gravatar dependabot[bot]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)Gravatar dependabot[bot]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)Gravatar dependabot[bot]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)Gravatar Joe Banks2023-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)Gravatar dependabot[bot]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-configGravatar Joe Banks2023-09-06-17/+8
|\ | | | | Add isort config
| * Lint repo with new ruff rulesGravatar Chris Lovering2023-09-05-1/+1
| |
| * Add isort configGravatar Chris Lovering2023-09-05-16/+7
|/
* Bump package to version 2.3.1v2.3.1Gravatar Joe Banks2023-09-04-1/+1
|
* Merge pull request #79 from python-discord/jb3/dynamic-init-versionGravatar Joe Banks2023-09-04-1/+7
|\ | | | | Get version dynamically from pyproject.toml file
| * Merge branch 'main' into jb3/dynamic-init-versionGravatar Joe Banks2023-09-04-28/+28
| |\ | |/ |/|
* | Merge pull request #78 from python-discord/jb3/unique-violation-catchingGravatar Joe Banks2023-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.addGravatar Joe Banks2023-09-04-28/+28
|/ /
| * Get version dynamically from pyproject.toml fileGravatar Joe Banks2023-09-04-1/+7
|/
* Bump version to 2.3.0v2.3.0Gravatar Joe Banks2023-09-04-1/+1
|
* Merge pull request #77 from python-discord/jb3/cumulative-upsert-counterGravatar Joe Banks2023-09-04-6/+18
|\ | | | | Cumulative counters for upsert operation
| * refactoring of count storageGravatar Joe Banks2023-09-04-3/+6
| |
| * show remaining users in upsert jobGravatar Joe Banks2023-09-04-2/+2
| |
| * Cumulative counters for upsert operationGravatar Joe Banks2023-09-04-4/+13
|/
* Don't await utility function that returns NoneGravatar Joe Banks2023-09-04-1/+1
|
* 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
| |