| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 16 hours | style: auto-fix lint violations from enhanced ruff rules | TheSiahxyz | |
| 16 hours | refactor: specialize exception handling across all services | TheSiahxyz | |
| 16 hours | feat: add graceful shutdown with SIGTERM/SIGINT handlers to all services | TheSiahxyz | |
| 16 hours | feat: add config validation, SecretStr for secrets, API security fields | TheSiahxyz | |
| 38 hours | fix: lint cleanup after medium priority tasks | TheSiahxyz | |
| 38 hours | feat(broker): add Redis consumer groups for reliable message processing | TheSiahxyz | |
| 38 hours | feat(portfolio): track realized PnL on sell orders | TheSiahxyz | |
| 38 hours | fix: lint cleanup after critical and high priority fixes | TheSiahxyz | |
| 38 hours | fix: snapshot delay, env fields, alembic creds, API healthcheck and error ↵ | TheSiahxyz | |
| handling | |||
| 38 hours | fix: lint cleanup for API, combined strategy, and formatting | TheSiahxyz | |
| 38 hours | feat(security): add bearer token auth for health/metrics endpoints | TheSiahxyz | |
| 38 hours | feat(portfolio): add periodic portfolio snapshots and daily Telegram summary | TheSiahxyz | |
| 39 hours | fix: resolve lint issues and final integration fixes | TheSiahxyz | |
| - Fix ambiguous variable name in binance_rest.py - Remove unused volumes variable in volume_profile_strategy.py - Fix import ordering in backtester main.py and test_metrics.py - Auto-format all files with ruff | |||
| 39 hours | feat(services): integrate structlog, healthcheck, metrics, and Telegram | TheSiahxyz | |
| Replace logging.basicConfig/getLogger with structlog setup_logging in all four service entry points. Add HealthCheckServer, ServiceMetrics, and TelegramNotifier initialization to each service. Update OrderExecutor to accept a notifier parameter and send order notifications. Add RedisBroker.ping() for health checks. Update executor tests with notifier=AsyncMock(). | |||
| 40 hours | feat: initial trading platform implementation | TheSiahxyz | |
| Binance spot crypto trading platform with microservices architecture: - shared: Pydantic models, Redis Streams broker, asyncpg DB layer - data-collector: Binance WebSocket/REST market data collection - strategy-engine: Plugin-based strategy execution (RSI, Grid) - order-executor: Order execution with risk management - portfolio-manager: Position tracking and PnL calculation - backtester: Historical strategy testing with simulator - cli: Click-based CLI for all operations - Docker Compose orchestration with Redis and PostgreSQL - 24 test files covering all modules | |||
