| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 11 hours | feat: add resource limits and network isolation to docker-compose | TheSiahxyz | |
| 11 hours | fix: move hardcoded postgres credentials to .env, annotate secrets | TheSiahxyz | |
| 12 hours | feat: add news-collector service to Docker Compose | TheSiahxyz | |
| 33 hours | fix: snapshot delay, env fields, alembic creds, API healthcheck and error ↵ | TheSiahxyz | |
| handling | |||
| 33 hours | feat: add FastAPI REST API service | TheSiahxyz | |
| 33 hours | feat(monitoring): add Grafana dashboard provisioning | TheSiahxyz | |
| 33 hours | feat(monitoring): add Loki + Promtail for log aggregation | TheSiahxyz | |
| 34 hours | fix: resolve critical deployment blockers | TheSiahxyz | |
| - Add Alembic initial migration (6 tables: candles, signals, orders, trades, positions, portfolio_snapshots) - Expose health ports (8080-8083) in docker-compose with healthchecks - Add numpy dependency to strategy-engine pyproject.toml | |||
| 34 hours | feat(shared): add health checks and Prometheus metrics | TheSiahxyz | |
| 35 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 | |||
