- Replace pip commands with uv equivalents
- Fix run command from 'python -m src.main' to 'python -m polymarket_insider_tracker'
- Update project structure tree to reflect actual src/polymarket_insider_tracker/ layout
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Replace typing.Union with X | Y syntax (UP007)
- Import Sequence from collections.abc instead of typing (UP035)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Replace datetime.utcnow() with datetime.now(UTC) in Orderbook model
- Use websockets.asyncio.client.connect instead of legacy websockets.connect
- Import ConnectionClosed from websockets.exceptions directly
- Update test mocks to patch the new import paths
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
StrEnum (Python 3.11+) is the modern replacement for the (str, Enum)
pattern. Updates SyncState and PipelineState enums.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
.env files don't support shell variable expansion, so DATABASE_URL and
REDIS_URL contained literal ${...} strings. Also alembic/env.py read
SQLALCHEMY_DATABASE_URL instead of DATABASE_URL.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- Replace shell variable interpolation in .env.example with literal
values since .env files don't support variable expansion
- Change alembic/env.py to read DATABASE_URL (matching app convention)
instead of SQLALCHEMY_DATABASE_URL
Closes#62
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- Replace shell variable interpolation in .env.example with literal values
- Change alembic/env.py to read DATABASE_URL instead of SQLALCHEMY_DATABASE_URL
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- Replace shell variable interpolation in .env.example with literal values
- Change alembic/env.py to read DATABASE_URL instead of SQLALCHEMY_DATABASE_URL
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- Replace shell variable interpolation in .env.example with literal
values since .env files don't expand variables
- Change alembic/env.py to read DATABASE_URL instead of
SQLALCHEMY_DATABASE_URL to match the app's env var name
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
.env files don't support shell variable interpolation, so DATABASE_URL
and REDIS_URL had literal ${VAR} strings instead of actual values.
Also alembic/env.py read SQLALCHEMY_DATABASE_URL instead of DATABASE_URL.
Closes#62
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- Replace shell variable interpolation in .env.example with literal
default values (.env files don't expand variables)
- Change alembic/env.py to read DATABASE_URL instead of
SQLALCHEMY_DATABASE_URL to match the app's convention
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- Replace shell variable interpolation in .env.example with literal
default values since .env files don't expand variables
- Change alembic/env.py to read DATABASE_URL instead of
SQLALCHEMY_DATABASE_URL to match the app's env var name
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- Replace shell variable interpolation in .env.example with literal
values (.env files don't expand variables)
- Change alembic/env.py to read DATABASE_URL instead of
SQLALCHEMY_DATABASE_URL to match app configuration
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- Replace shell variable interpolation in .env.example with literal
values (.env files don't expand variables)
- Change alembic/env.py to read DATABASE_URL instead of
SQLALCHEMY_DATABASE_URL to match app convention
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
.env files don't support shell variable interpolation, so DATABASE_URL
and REDIS_URL had literal ${VAR} strings instead of actual values.
Also alembic/env.py was reading SQLALCHEMY_DATABASE_URL instead of
DATABASE_URL, which is what the app and .env use.
Closes#62
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- Replace shell variable interpolation in .env.example with literal
values (.env files don't expand ${VAR} syntax)
- Change alembic/env.py to read DATABASE_URL instead of
SQLALCHEMY_DATABASE_URL to match the app's env var name
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- Replace shell variable interpolation in .env.example with literal
values (.env files don't expand ${VAR} syntax)
- Change alembic/env.py to read DATABASE_URL instead of
SQLALCHEMY_DATABASE_URL to match the app's env var name
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- Replace shell variable interpolation in .env.example with literal values
- Fix alembic/env.py to read DATABASE_URL instead of SQLALCHEMY_DATABASE_URL
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1. Replace shell variable interpolation in .env.example with literal
values, since .env files don't expand variables.
2. Change alembic/env.py to read DATABASE_URL instead of
SQLALCHEMY_DATABASE_URL to match app convention.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1. Replace shell variable interpolation in .env.example with literal
values, since .env files don't expand variables.
2. Change alembic/env.py to read DATABASE_URL instead of
SQLALCHEMY_DATABASE_URL to match app convention.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1. Replace shell variable interpolation in .env.example with literal
values, since .env files don't expand variables.
2. Change alembic/env.py to read DATABASE_URL instead of
SQLALCHEMY_DATABASE_URL to match app convention.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- Replace shell variable interpolation in .env.example with literal values
- Change alembic/env.py to read DATABASE_URL instead of SQLALCHEMY_DATABASE_URL
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- Replace shell variable interpolation in .env.example with literal
default values (.env files don't expand variables)
- Change alembic/env.py to read DATABASE_URL instead of
SQLALCHEMY_DATABASE_URL to match the app's env var name
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- Replace shell variable interpolation in .env.example with literal
values, since .env files don't expand shell variables
- Fix alembic/env.py to read DATABASE_URL instead of SQLALCHEMY_DATABASE_URL
to match the app's environment variable convention
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 19:45:21 -04:00
10 changed files with 42 additions and 45 deletions
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.