| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 35 hours | feat: fetch missing wiki data from custom server and populate imdb table | dev | 1 | -0/+4 | |
| - Add wiki_server and wiki_username config fields - Query custom server for each wiki_article entry - Extract description, synopsis (Plot), year, poster_url, license, license_url, num_accolades from structured JSON response - Serial processing with 1 req/s rate limit - Update only entries missing at least one target column | |||||
| 3 days | feat: add AccessToken back to Config struct (json:"-" to exclude from ↵ | dev | 1 | -0/+1 | |
| serialization) | |||||
| 3 days | chore: remove access_token from config (calculated by program) | dev | 1 | -2/+0 | |
| 3 days | feat: switch config to JSON; add go.mod and config.json.example | dev | 1 | -84/+32 | |
| - Replace Viper-based config with encoding/json (config.go) - Add config.json with sensible defaults (gitignored) - Add config.json.example with empty values as reference - Initialize go module (go.mod) - Update main.go to use LoadConfig() | |||||
| 3 days | chore: commit existing config.go changes | dev | 1 | -1/+2 | |
| 3 days | Initial commit | dev | 1 | -0/+97 | |
