| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-26 | anime parser fixHEADmain | Bobby | 4 | -88/+333 |
| 2026-02-26 | Add MAL client and anime parsing functionality | Bobby | 17 | -91/+12517 |
| 2026-02-25 | chore: Update .env.example and README for environment variable configuration | Bobby | 2 | -25/+41 |
| 2026-02-25 | feat: Add golang.org/x/sync v0.19.0 dependency and remove indirect reference | Bobby | 2 | -2/+1 |
| 2026-02-25 | Refactor anime update logic and task management | Bobby | 22 | -642/+677 |
| 2026-02-24 | feat: Enhance person handling and synchronization logic | Bobby | 12 | -62/+492 |
| 2026-02-24 | feat: Refactor anime and character handling | Bobby | 18 | -412/+584 |
| 2026-02-24 | Add GetAnimeEpisodes endpoint and implement episode retrieval logic | Bobby | 5 | -5/+168 |
| 2026-02-24 | Refactor rate limiter: simplify implementation and improve token management | Bobby | 5 | -77/+37 |
| 2026-02-24 | Refactor GetAnime function: remove unnecessary service call and streamline an... | Bobby | 1 | -7/+1 |
| 2026-02-24 | Add anime stub retrieval and enhance anime sync logic with force refresh capa... | Bobby | 6 | -6/+113 |
| 2026-02-24 | Refactor entities and repositories: add AnimeCharacter and CharacterVoiceActo... | Bobby | 15 | -91/+312 |
| 2026-02-24 | Refactor producer sync logic: streamline data saving and enhance external URL... | Bobby | 2 | -76/+92 |
| 2026-02-24 | Refactor entities and repositories: update JSON tags, add season number, and ... | Bobby | 14 | -52/+342 |
| 2026-02-09 | Refactor AnimeUpdate worker logging and enhance API request for skip times | Bobby | 16 | -1708/+78 |
| 2026-02-09 | Refactor request handling: enhance facade structure to include fiber context ... | Bobby | 4 | -14/+26 |
| 2026-02-09 | Refactor task management: enhance task status handling and trigger dependent ... | Bobby | 5 | -13/+96 |
| 2026-02-09 | Refactor BatchCreateProducers: implement transaction handling and improve err... | Bobby | 2 | -11/+75 |
| 2026-02-06 | Refactor database interactions: replace direct database calls with DB variabl... | Bobby | 10 | -63/+182 |
| 2026-02-06 | Refactor Jikan API client: improve context management in GetAnimeProducers an... | Bobby | 2 | -5/+14 |
| 2026-02-06 | Refactor RateLimiter: improve request handling and cleanup logic | Bobby | 1 | -19/+20 |
| 2026-02-06 | Refactor task management and producer synchronization | Bobby | 24 | -3512/+2489 |
| 2026-02-06 | Refactor TVDBAuthResponse to use TMDBAuthData for token management; remove Ta... | Bobby | 3 | -333/+6 |
| 2026-02-06 | Refactor TMDB and TVDB API integration | Bobby | 15 | -1072/+1013 |
| 2026-02-05 | Refactor MALSync API client: enhance request handling with retry logic and er... | Bobby | 4 | -82/+139 |
| 2026-02-05 | Enhance episode and skip time structures: add EpisodeNumber and EpisodeLength... | Bobby | 5 | -393/+136 |
| 2026-02-05 | Add repository functions for genre, meta, and producer management | Bobby | 7 | -680/+488 |
| 2026-02-05 | Refactor Jikan API types: remove unused structures and add HTTP client config... | Bobby | 23 | -790/+3204 |
| 2026-02-04 | Refactor logger: enhance logging structure with zap integration and remove un... | Bobby | 2 | -71/+100 |
| 2026-02-04 | Implement request middleware enhancements: add BuildRequest function and impr... | Bobby | 8 | -1/+213 |
| 2026-02-04 | Refactor middleware: rename HTTPLogger to httpLogger and add middleware initi... | Bobby | 4 | -3/+26 |
| 2026-02-04 | Refactor database initialization and migration: update driver handling and st... | Bobby | 5 | -933/+62 |
| 2026-02-04 | Add enums for database drivers and mapping types | Bobby | 2 | -0/+40 |
| 2026-02-04 | Refactor server startup: improve logging with structured messages and use ser... | Bobby | 1 | -10/+4 |
| 2026-02-04 | Refactor HTTP logging: simplify message formatting and remove unused log leve... | Bobby | 1 | -41/+29 |
| 2026-02-04 | Add zap and multierr dependencies; update go.sum | Bobby | 2 | -0/+8 |
| 2026-02-04 | Add entity definitions for anime, episodes, genres, mappings, and related str... | Bobby | 9 | -272/+282 |
| 2026-02-04 | Add environment variable utilities: implement functions for retrieving and se... | Bobby | 4 | -0/+247 |
| 2026-02-04 | Refactor configuration management: separate server, database, sync, and API c... | Bobby | 3 | -61/+87 |
| 2026-02-03 | Add support for manual task triggering: update AnimeSync to run after AnimeFe... | Bobby | 3 | -7/+18 |
| 2026-02-03 | Enhance episode ID generation and task management: include MAL ID and episode... | Bobby | 5 | -8/+42 |
| 2026-02-03 | Implement AniFetch task for fetching anime mappings and trigger AniSync after... | Bobby | 3 | -105/+276 |
| 2026-02-03 | Refactor anime and genre synchronization tasks: replace existing implementati... | Bobby | 2 | -0/+0 |
| 2026-02-03 | Add genre-based anime retrieval with pagination and related database updates | Bobby | 7 | -22/+244 |
| 2026-01-20 | Implement genre synchronization from MAL via Jikan API and add genre retrieva... | Bobby | 8 | -262/+199 |
| 2026-01-20 | Add TVDB integration for episode retrieval and configuration setup | Bobby | 8 | -21/+558 |
| 2026-01-16 | Enable GitHub Pages configuration in documentation workflow | Bobby | 1 | -0/+2 |
| 2026-01-16 | Add OpenAPI specification for MetaChan API with detailed endpoints and schemas | Bobby | 5 | -1/+12112 |
| 2026-01-16 | Rename streaming source type from "M3U8" to "HLS" for clarity in GetEpisodeLi... | Bobby | 1 | -1/+1 |
| 2026-01-16 | Enhance anime data retrieval and storage by adding comprehensive preload and ... | Bobby | 1 | -1/+386 |