summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
15 hoursfeat: add API security (auth, CORS, rate limiting, input validation)TheSiahxyz
15 hoursrefactor: specialize exception handling across all servicesTheSiahxyz
15 hoursfix: deduplicate LLM JSON parsing and reuse aiohttp sessions in stock selectorTheSiahxyz
15 hoursfeat: add graceful shutdown with SIGTERM/SIGINT handlers to all servicesTheSiahxyz
16 hoursfeat: add resource limits and network isolation to docker-composeTheSiahxyz
16 hoursfeat: optimize Dockerfiles with multi-stage builds, non-root user, .dockerignoreTheSiahxyz
16 hoursfeat: add missing DB indexes for signals, orders, trades, snapshotsTheSiahxyz
16 hoursfix: move hardcoded postgres credentials to .env, annotate secretsTheSiahxyz
16 hourschore: pin all service dependencies with upper boundsTheSiahxyz
16 hoursfeat: add config validation, SecretStr for secrets, API security fieldsTheSiahxyz
16 hoursfeat: add retry and resilience to Redis broker with keepaliveTheSiahxyz
16 hoursfeat: add DB connection pooling with configurable pool_size, overflow, recycleTheSiahxyz
16 hoursfix: address code review issues in resilience moduleTheSiahxyz
16 hoursfeat: implement resilience module (retry, circuit breaker, timeout)TheSiahxyz
16 hoursdocs: add platform upgrade implementation planTheSiahxyz
16 hoursdocs: add platform upgrade design specTheSiahxyz
17 hoursrefactor: remove dead code (SentimentData, CircuitBreaker, TradeRow, unused c...TheSiahxyz
17 hoursstyle: fix lint and formatting issues across news collector and sharedTheSiahxyz
17 hoursfeat: add news-collector service to Docker ComposeTheSiahxyz
17 hoursfeat: integrate stock selector into strategy engine schedulerTheSiahxyz
17 hoursfeat: add Telegram notification for stock selectionsTheSiahxyz
17 hoursfeat: implement 3-stage stock selector (sentiment → technical → LLM)TheSiahxyz
17 hoursfeat: implement news-collector main scheduler with all collectorsTheSiahxyz
17 hoursfeat: implement SentimentAggregator with freshness decay and composite scoringTheSiahxyz
17 hoursfeat: implement Truth Social and Federal Reserve collectorsTheSiahxyz
17 hoursfeat: implement Reddit social sentiment collectorTheSiahxyz
17 hoursfeat: implement SEC EDGAR 8-K filing collectorTheSiahxyz
17 hoursfeat: implement CNN Fear & Greed Index collectorTheSiahxyz
17 hoursfeat: implement RSS news collector (Yahoo, Google News, MarketWatch)TheSiahxyz
17 hoursfeat: implement Finnhub news collector with VADER sentimentTheSiahxyz
17 hoursfeat: scaffold news-collector service with BaseCollectorTheSiahxyz
17 hoursfeat: add news collector and stock selector config settingsTheSiahxyz
17 hoursfeat: add NewsEvent, DB methods for news/sentiment/selectionsTheSiahxyz
17 hoursfeat: add Alembic migration for news and sentiment tablesTheSiahxyz
17 hoursfeat: add SQLAlchemy ORM models for news, scores, selectionsTheSiahxyz
17 hoursfeat: add NewsItem, sentiment scoring, and stock selection modelsTheSiahxyz
17 hoursdocs: add news-driven stock selector implementation planTheSiahxyz
18 hoursdocs: add news-driven stock selector design specTheSiahxyz
21 hoursdocs: rewrite TODO for US stock platform (remove all crypto references)TheSiahxyz
21 hoursrefactor: purge all remaining crypto/Binance referencesTheSiahxyz
21 hoursrefactor: remove all crypto/Binance code, update to US stock symbolsTheSiahxyz
21 hoursfeat: add parameter optimization script for Asian Session RSITheSiahxyz
21 hoursrefactor: complete US stock migrationTheSiahxyz
21 hoursrefactor: update data-collector and order-executor for Alpaca APITheSiahxyz
21 hoursfeat: add Claude-powered daily stock screener for MOC strategyTheSiahxyz
21 hoursrefactor: migrate to US stocks with Alpaca APITheSiahxyz
21 hoursfeat(strategy): add Market on Close (MOC) strategy for US stocksTheSiahxyz
21 hoursrefactor: replace Binance/ccxt with Alpaca API client for US stocksTheSiahxyz
21 hoursfeat: wire sentiment into engine + add EMA/bullish candle entry filtersTheSiahxyz
21 hoursrefactor: dead code cleanupTheSiahxyz