summaryrefslogtreecommitdiff
path: root/shared/src
AgeCommit message (Expand)Author
11 hoursfeat: add config validation, SecretStr for secrets, API security fieldsTheSiahxyz
11 hoursfeat: add retry and resilience to Redis broker with keepaliveTheSiahxyz
11 hoursfeat: add DB connection pooling with configurable pool_size, overflow, recycleTheSiahxyz
11 hoursfix: address code review issues in resilience moduleTheSiahxyz
11 hoursfeat: implement resilience module (retry, circuit breaker, timeout)TheSiahxyz
12 hoursrefactor: remove dead code (SentimentData, CircuitBreaker, TradeRow, unused c...TheSiahxyz
12 hoursstyle: fix lint and formatting issues across news collector and sharedTheSiahxyz
12 hoursfeat: add Telegram notification for stock selectionsTheSiahxyz
12 hoursfeat: implement SentimentAggregator with freshness decay and composite scoringTheSiahxyz
12 hoursfeat: add news collector and stock selector config settingsTheSiahxyz
12 hoursfeat: add NewsEvent, DB methods for news/sentiment/selectionsTheSiahxyz
12 hoursfeat: add SQLAlchemy ORM models for news, scores, selectionsTheSiahxyz
12 hoursfeat: add NewsItem, sentiment scoring, and stock selection modelsTheSiahxyz
16 hoursrefactor: remove all crypto/Binance code, update to US stock symbolsTheSiahxyz
16 hoursrefactor: migrate to US stocks with Alpaca APITheSiahxyz
16 hoursrefactor: replace Binance/ccxt with Alpaca API client for US stocksTheSiahxyz
16 hoursfeat: add market sentiment filters (Fear & Greed, CryptoPanic, CryptoQuant)TheSiahxyz
17 hoursfeat(risk): add portfolio exposure, correlation risk, and VaR checksTheSiahxyz
32 hoursfeat(shared): add conviction, stop_loss, take_profit to Signal modelTheSiahxyz
32 hoursfix: resolve final 3 issues for production readinessTheSiahxyz
32 hoursfix: lint cleanup after medium priority tasksTheSiahxyz
32 hoursfeat(broker): add Redis consumer groups for reliable message processingTheSiahxyz
33 hoursfix: lint cleanup for API, combined strategy, and formattingTheSiahxyz
33 hoursfeat: add multi-exchange support via ccxt factoryTheSiahxyz
33 hoursfeat(security): add bearer token auth for health/metrics endpointsTheSiahxyz
33 hoursfeat(portfolio): add periodic portfolio snapshots and daily Telegram summaryTheSiahxyz
33 hoursfix(shared): add transaction rollback on DB errorsTheSiahxyz
34 hoursfix: resolve lint issues and final integration fixesTheSiahxyz
34 hoursfeat(services): integrate structlog, healthcheck, metrics, and TelegramTheSiahxyz
34 hoursfeat(shared): add health checks and Prometheus metricsTheSiahxyz
34 hoursfeat(shared): add Telegram notification serviceTheSiahxyz
34 hoursfeat(shared): add retry with backoff and circuit breakerTheSiahxyz
34 hoursfeat(shared): add structlog-based structured loggingTheSiahxyz
34 hoursfeat: rewrite database layer from asyncpg to SQLAlchemy 2.0 async ORMTheSiahxyz
34 hoursfeat: add SQLAlchemy ORM models and Alembic migration setupTheSiahxyz
34 hoursfeat: initial trading platform implementationTheSiahxyz