summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
11 hoursfix: remove SecretStr field overrides in service subclass configsTheSiahxyz
11 hoursstyle: auto-fix lint violations from enhanced ruff rulesTheSiahxyz
11 hourschore: enhance ruff lint rules with ASYNC, bugbear, isort, pyupgradeTheSiahxyz
11 hourschore: add pytest-cov configuration with 60% minimum coverage thresholdTheSiahxyz
11 hoursfeat: add GitHub Actions CI pipeline with lint, test, docker buildTheSiahxyz
11 hourschore: enhance ruff lint rules with ASYNC, bugbear, isort, pyupgradeTheSiahxyz
11 hoursfeat: add API security (auth, CORS, rate limiting, input validation)TheSiahxyz
11 hoursrefactor: specialize exception handling across all servicesTheSiahxyz
11 hoursfix: deduplicate LLM JSON parsing and reuse aiohttp sessions in stock selectorTheSiahxyz
11 hoursfeat: add graceful shutdown with SIGTERM/SIGINT handlers to all servicesTheSiahxyz
11 hoursfeat: add resource limits and network isolation to docker-composeTheSiahxyz
11 hoursfeat: optimize Dockerfiles with multi-stage builds, non-root user, .dockerignoreTheSiahxyz
11 hoursfeat: add missing DB indexes for signals, orders, trades, snapshotsTheSiahxyz
11 hoursfix: move hardcoded postgres credentials to .env, annotate secretsTheSiahxyz
11 hourschore: pin all service dependencies with upper boundsTheSiahxyz
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 hoursdocs: add platform upgrade implementation planTheSiahxyz
12 hoursdocs: add platform upgrade design specTheSiahxyz
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 news-collector service to Docker ComposeTheSiahxyz
12 hoursfeat: integrate stock selector into strategy engine schedulerTheSiahxyz
12 hoursfeat: add Telegram notification for stock selectionsTheSiahxyz
12 hoursfeat: implement 3-stage stock selector (sentiment → technical → LLM)TheSiahxyz
13 hoursfeat: implement news-collector main scheduler with all collectorsTheSiahxyz
13 hoursfeat: implement SentimentAggregator with freshness decay and composite scoringTheSiahxyz
13 hoursfeat: implement Truth Social and Federal Reserve collectorsTheSiahxyz
13 hoursfeat: implement Reddit social sentiment collectorTheSiahxyz
13 hoursfeat: implement SEC EDGAR 8-K filing collectorTheSiahxyz
13 hoursfeat: implement CNN Fear & Greed Index collectorTheSiahxyz
13 hoursfeat: implement RSS news collector (Yahoo, Google News, MarketWatch)TheSiahxyz
13 hoursfeat: implement Finnhub news collector with VADER sentimentTheSiahxyz
13 hoursfeat: scaffold news-collector service with BaseCollectorTheSiahxyz
13 hoursfeat: add news collector and stock selector config settingsTheSiahxyz
13 hoursfeat: add NewsEvent, DB methods for news/sentiment/selectionsTheSiahxyz
13 hoursfeat: add Alembic migration for news and sentiment tablesTheSiahxyz
13 hoursfeat: add SQLAlchemy ORM models for news, scores, selectionsTheSiahxyz
13 hoursfeat: add NewsItem, sentiment scoring, and stock selection modelsTheSiahxyz
13 hoursdocs: add news-driven stock selector implementation planTheSiahxyz
13 hoursdocs: add news-driven stock selector design specTheSiahxyz
16 hoursdocs: rewrite TODO for US stock platform (remove all crypto references)TheSiahxyz
16 hoursrefactor: purge all remaining crypto/Binance referencesTheSiahxyz
16 hoursrefactor: remove all crypto/Binance code, update to US stock symbolsTheSiahxyz
16 hoursfeat: add parameter optimization script for Asian Session RSITheSiahxyz
16 hoursrefactor: complete US stock migrationTheSiahxyz
16 hoursrefactor: update data-collector and order-executor for Alpaca APITheSiahxyz