Compare commits

..

5 Commits

Author SHA1 Message Date
ada161f5fc feature: pipeline update
All checks were successful
ci/woodpecker/pr/pipeline Pipeline was successful
2026-05-10 12:20:45 +03:00
34f0f8b79a feature: pipeline update
All checks were successful
ci/woodpecker/pr/pipeline Pipeline was successful
2026-05-10 11:26:16 +03:00
26ce114bc7 fix: add psycopg2-binary dev dep for sync Postgres in CI tests
Some checks failed
ci/woodpecker/pr/pipeline Pipeline failed
2026-05-10 08:52:57 +03:00
f9fff0302c fix: sync fixture for alembic stamp, E2E CI race fix, ruff I rule removal
Some checks failed
ci/woodpecker/pr/pipeline Pipeline failed
- Rewrite setup_database fixture to use sync engine with alembic stamp
- Fix E2E CI race condition (test-e2e depends on test-integration)
- Remove ruff I rule to resolve isort conflict
2026-05-10 08:45:32 +03:00
3956098d4b feat: add alembic migrations and PostgreSQL CI support
Some checks failed
ci/woodpecker/pr/pipeline Pipeline failed
- Add alembic dependency and initialize migration framework
- Configure async alembic env.py for SQLAlchemy 2.0
- Create initial migration for PostORM table
- Gate init_db() with SKIP_INIT_DB env var for CI/production
- Add PostgreSQL service to Woodpecker CI pipeline
- Create integration tests for migrations (TC-INT-001..002)
- Create integration tests for SQLAlchemyPostRepository (TC-INT-003..009)
- Add unit test for init_db skip behavior (TC-UNIT-901)
- All 176 tests pass, coverage 72.59%
2026-05-10 07:28:02 +03:00

Diff Content Not Available