| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 15 hours | feat: add API security (auth, CORS, rate limiting, input validation) | TheSiahxyz | |
| - Add Bearer token authentication via API_AUTH_TOKEN (disabled when unset) - Add CORS middleware with configurable origins - Add rate limiting (60/min) on order and signal endpoints via slowapi - Add Query parameter bounds: orders/signals limit 1-1000, snapshots days 1-365 | |||
| 15 hours | refactor: specialize exception handling across all services | TheSiahxyz | |
| 16 hours | feat: optimize Dockerfiles with multi-stage builds, non-root user, .dockerignore | TheSiahxyz | |
| 16 hours | chore: pin all service dependencies with upper bounds | TheSiahxyz | |
| 16 hours | feat: add config validation, SecretStr for secrets, API security fields | TheSiahxyz | |
| 21 hours | refactor: purge all remaining crypto/Binance references | TheSiahxyz | |
| - Replace BTCUSDT/SOLUSDT/ETHUSDT with AAPL/MSFT in all test files - Update backtester default symbol to AAPL - Update strategy-engine default symbols to US stocks - Update project description and CLI help text - Remove empty superpowers docs directory - Zero crypto references remaining in codebase | |||
| 37 hours | fix: resolve final 3 issues for production readiness | TheSiahxyz | |
| - Fix API strategies endpoint path resolution (use STRATEGIES_DIR env var) - Add DATABASE_URL env var override in alembic env.py - Move risk config fields to shared Settings base class - Remove duplicate fields from ExecutorConfig | |||
| 37 hours | fix: lint cleanup after medium priority tasks | TheSiahxyz | |
| 37 hours | test: add CLI command tests and API router tests | TheSiahxyz | |
| 37 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: add FastAPI REST API service | TheSiahxyz | |
