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