aboutsummaryrefslogtreecommitdiffstats
path: root/alembic/env.py (unfollow)
Commit message (Collapse)AuthorLines
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