summaryrefslogtreecommitdiff
path: root/services/news-collector
AgeCommit message (Collapse)Author
12 hoursfix: remove SecretStr field overrides in service subclass configsTheSiahxyz
StrategyConfig and NewsCollectorConfig redefined anthropic_api_key and finnhub_api_key as plain str, shadowing the parent SecretStr type. This caused AttributeError at runtime when .get_secret_value() was called. The fields are already inherited from Settings — no need to redeclare.
12 hoursstyle: auto-fix lint violations from enhanced ruff rulesTheSiahxyz
12 hoursrefactor: specialize exception handling across all servicesTheSiahxyz
12 hoursfeat: add graceful shutdown with SIGTERM/SIGINT handlers to all servicesTheSiahxyz
12 hoursfeat: optimize Dockerfiles with multi-stage builds, non-root user, .dockerignoreTheSiahxyz
12 hourschore: pin all service dependencies with upper boundsTheSiahxyz
12 hoursfeat: add config validation, SecretStr for secrets, API security fieldsTheSiahxyz
14 hoursstyle: fix lint and formatting issues across news collector and sharedTheSiahxyz
14 hoursfeat: implement news-collector main scheduler with all collectorsTheSiahxyz
14 hoursfeat: implement Truth Social and Federal Reserve collectorsTheSiahxyz
14 hoursfeat: implement Reddit social sentiment collectorTheSiahxyz
14 hoursfeat: implement SEC EDGAR 8-K filing collectorTheSiahxyz
14 hoursfeat: implement CNN Fear & Greed Index collectorTheSiahxyz
14 hoursfeat: implement RSS news collector (Yahoo, Google News, MarketWatch)TheSiahxyz
14 hoursfeat: implement Finnhub news collector with VADER sentimentTheSiahxyz
14 hoursfeat: scaffold news-collector service with BaseCollectorTheSiahxyz