819c35adfc
P2: print→logging 전환, 포트폴리오 중복 제거, Docker healthcheck 추가
...
- backend/main.py: logging 모듈 도입, print() 제거
- stock-lab/main.py: print() → logger 전환, _calc_portfolio_totals 공용 함수 추출
- stock-lab/scraper.py: logging 모듈 도입, print() 제거
- docker-compose.yml: 전 서비스 healthcheck 블록 추가 (30s 간격, 3회 재시도)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-03 01:45:39 +09:00
21a8173963
주요지수 해외 오류 수정 및 원달러환율 추가
2026-01-28 00:55:47 +09:00
f6fcff0faf
주식 해외 지수 응답 추가
2026-01-28 00:44:09 +09:00
8283dab0de
fix: use correct mainnews endpoint for overseas news
2026-01-26 04:05:30 +09:00
9faa1c5715
fix: update overseas news API url and key mapping
2026-01-26 04:03:09 +09:00
0e2d241e18
fix: handle list response from Naver API in scraper
2026-01-26 04:00:48 +09:00
84c5877207
fix: rewrite scraper.py to fix syntax errors and use mobile API
2026-01-26 03:57:30 +09:00
cbafc1f959
scraper.py 오류 수정
2026-01-26 03:51:08 +09:00
dce6b3e692
scraper.py 오류 수정
2026-01-26 03:48:51 +09:00
3d0dd24f27
feat: add overseas financial news and indices support
2026-01-26 03:45:19 +09:00
25ede4f478
fix: import Any in stock-lab scraper
2026-01-26 03:23:54 +09:00
94db1da045
feat: add stock indices scraping and update healthcheck
2026-01-26 03:14:46 +09:00
d8e4e0461c
feat: add stock-lab service for financial news scraping and analysis
2026-01-26 02:56:52 +09:00