summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
9 hoursfix: add session lock in StockSelector, remove unused HEALTH_PORT_OFFSET, lin...HEADmasterTheSiahxyz
9 hoursfix: add TradeRow ORM model, SignalRow missing columns, guard Event.from_dictTheSiahxyz
9 hoursfix: remove SecretStr field overrides in service subclass configsTheSiahxyz
9 hoursstyle: auto-fix lint violations from enhanced ruff rulesTheSiahxyz
9 hourschore: enhance ruff lint rules with ASYNC, bugbear, isort, pyupgradeTheSiahxyz
9 hourschore: add pytest-cov configuration with 60% minimum coverage thresholdTheSiahxyz
9 hoursfeat: add GitHub Actions CI pipeline with lint, test, docker buildTheSiahxyz
9 hourschore: enhance ruff lint rules with ASYNC, bugbear, isort, pyupgradeTheSiahxyz
9 hoursfeat: add API security (auth, CORS, rate limiting, input validation)TheSiahxyz
9 hoursrefactor: specialize exception handling across all servicesTheSiahxyz
9 hoursfix: deduplicate LLM JSON parsing and reuse aiohttp sessions in stock selectorTheSiahxyz
9 hoursfeat: add graceful shutdown with SIGTERM/SIGINT handlers to all servicesTheSiahxyz
9 hoursfeat: add resource limits and network isolation to docker-composeTheSiahxyz
9 hoursfeat: optimize Dockerfiles with multi-stage builds, non-root user, .dockerignoreTheSiahxyz
9 hoursfeat: add missing DB indexes for signals, orders, trades, snapshotsTheSiahxyz
9 hoursfix: move hardcoded postgres credentials to .env, annotate secretsTheSiahxyz
9 hourschore: pin all service dependencies with upper boundsTheSiahxyz
9 hoursfeat: add config validation, SecretStr for secrets, API security fieldsTheSiahxyz
10 hoursfeat: add retry and resilience to Redis broker with keepaliveTheSiahxyz
10 hoursfeat: add DB connection pooling with configurable pool_size, overflow, recycleTheSiahxyz
10 hoursfix: address code review issues in resilience moduleTheSiahxyz
10 hoursfeat: implement resilience module (retry, circuit breaker, timeout)TheSiahxyz
10 hoursdocs: add platform upgrade implementation planTheSiahxyz
10 hoursdocs: add platform upgrade design specTheSiahxyz
10 hoursrefactor: remove dead code (SentimentData, CircuitBreaker, TradeRow, unused c...TheSiahxyz
11 hoursstyle: fix lint and formatting issues across news collector and sharedTheSiahxyz
11 hoursfeat: add news-collector service to Docker ComposeTheSiahxyz
11 hoursfeat: integrate stock selector into strategy engine schedulerTheSiahxyz
11 hoursfeat: add Telegram notification for stock selectionsTheSiahxyz
11 hoursfeat: implement 3-stage stock selector (sentiment → technical → LLM)TheSiahxyz
11 hoursfeat: implement news-collector main scheduler with all collectorsTheSiahxyz
11 hoursfeat: implement SentimentAggregator with freshness decay and composite scoringTheSiahxyz
11 hoursfeat: implement Truth Social and Federal Reserve collectorsTheSiahxyz
11 hoursfeat: implement Reddit social sentiment collectorTheSiahxyz
11 hoursfeat: implement SEC EDGAR 8-K filing collectorTheSiahxyz
11 hoursfeat: implement CNN Fear & Greed Index collectorTheSiahxyz
11 hoursfeat: implement RSS news collector (Yahoo, Google News, MarketWatch)TheSiahxyz
11 hoursfeat: implement Finnhub news collector with VADER sentimentTheSiahxyz
11 hoursfeat: scaffold news-collector service with BaseCollectorTheSiahxyz
11 hoursfeat: add news collector and stock selector config settingsTheSiahxyz
11 hoursfeat: add NewsEvent, DB methods for news/sentiment/selectionsTheSiahxyz
11 hoursfeat: add Alembic migration for news and sentiment tablesTheSiahxyz
11 hoursfeat: add SQLAlchemy ORM models for news, scores, selectionsTheSiahxyz
11 hoursfeat: add NewsItem, sentiment scoring, and stock selection modelsTheSiahxyz
11 hoursdocs: add news-driven stock selector implementation planTheSiahxyz
12 hoursdocs: add news-driven stock selector design specTheSiahxyz
15 hoursdocs: rewrite TODO for US stock platform (remove all crypto references)TheSiahxyz
15 hoursrefactor: purge all remaining crypto/Binance referencesTheSiahxyz
15 hoursrefactor: remove all crypto/Binance code, update to US stock symbolsTheSiahxyz
15 hoursfeat: add parameter optimization script for Asian Session RSITheSiahxyz