summaryrefslogtreecommitdiff
path: root/shared
AgeCommit message (Expand)Author
14 hoursfeat: add graceful shutdown with SIGTERM/SIGINT handlers to all servicesTheSiahxyz
14 hoursfeat: add missing DB indexes for signals, orders, trades, snapshotsTheSiahxyz
14 hoursfeat: add config validation, SecretStr for secrets, API security fieldsTheSiahxyz
14 hoursfeat: add retry and resilience to Redis broker with keepaliveTheSiahxyz
14 hoursfeat: add DB connection pooling with configurable pool_size, overflow, recycleTheSiahxyz
14 hoursfix: address code review issues in resilience moduleTheSiahxyz
14 hoursfeat: implement resilience module (retry, circuit breaker, timeout)TheSiahxyz
15 hoursrefactor: remove dead code (SentimentData, CircuitBreaker, TradeRow, unused c...TheSiahxyz
16 hoursstyle: fix lint and formatting issues across news collector and sharedTheSiahxyz
16 hoursfeat: add Telegram notification for stock selectionsTheSiahxyz
16 hoursfeat: implement SentimentAggregator with freshness decay and composite scoringTheSiahxyz
16 hoursfeat: add news collector and stock selector config settingsTheSiahxyz
16 hoursfeat: add NewsEvent, DB methods for news/sentiment/selectionsTheSiahxyz
16 hoursfeat: add Alembic migration for news and sentiment tablesTheSiahxyz
16 hoursfeat: add SQLAlchemy ORM models for news, scores, selectionsTheSiahxyz
16 hoursfeat: add NewsItem, sentiment scoring, and stock selection modelsTheSiahxyz
19 hoursrefactor: purge all remaining crypto/Binance referencesTheSiahxyz
19 hoursrefactor: remove all crypto/Binance code, update to US stock symbolsTheSiahxyz
20 hoursfeat: add Claude-powered daily stock screener for MOC strategyTheSiahxyz
20 hoursrefactor: migrate to US stocks with Alpaca APITheSiahxyz
20 hoursrefactor: replace Binance/ccxt with Alpaca API client for US stocksTheSiahxyz
20 hoursfeat: add market sentiment filters (Fear & Greed, CryptoPanic, CryptoQuant)TheSiahxyz
21 hoursfeat(risk): add portfolio exposure, correlation risk, and VaR checksTheSiahxyz
35 hoursfeat(strategy): Phase 2 complete — strategy infrastructure upgradeTheSiahxyz
35 hoursfeat(shared): add conviction, stop_loss, take_profit to Signal modelTheSiahxyz
36 hoursfix: resolve final 3 issues for production readinessTheSiahxyz
36 hoursfix: lint cleanup after medium priority tasksTheSiahxyz
36 hoursfeat(broker): add Redis consumer groups for reliable message processingTheSiahxyz
36 hoursfix: snapshot delay, env fields, alembic creds, API healthcheck and error han...TheSiahxyz
36 hoursfix: lint cleanup for API, combined strategy, and formattingTheSiahxyz
36 hoursfeat: add multi-exchange support via ccxt factoryTheSiahxyz
36 hoursfeat(security): add bearer token auth for health/metrics endpointsTheSiahxyz
37 hoursfeat(portfolio): add periodic portfolio snapshots and daily Telegram summaryTheSiahxyz
37 hoursfeat: medium priority improvementsTheSiahxyz
37 hoursfix(shared): add transaction rollback on DB errorsTheSiahxyz
37 hoursfix: resolve critical deployment blockersTheSiahxyz
37 hoursfix: resolve lint issues and final integration fixesTheSiahxyz
38 hoursfeat(services): integrate structlog, healthcheck, metrics, and TelegramTheSiahxyz
38 hoursfeat(shared): add health checks and Prometheus metricsTheSiahxyz
38 hoursfeat(shared): add Telegram notification serviceTheSiahxyz
38 hoursfeat(shared): add retry with backoff and circuit breakerTheSiahxyz
38 hoursfeat(shared): add structlog-based structured loggingTheSiahxyz
38 hoursfeat: rewrite database layer from asyncpg to SQLAlchemy 2.0 async ORMTheSiahxyz
38 hoursfeat: add SQLAlchemy ORM models and Alembic migration setupTheSiahxyz
38 hoursfeat: initial trading platform implementationTheSiahxyz