aboutsummaryrefslogtreecommitdiff
path: root/entities/anime.go
AgeCommit message (Expand)AuthorFilesLines
2026-02-25Refactor anime update logic and task managementBobby1-43/+95
2026-02-24feat: Refactor anime and character handlingBobby1-0/+1
2026-02-24Refactor entities and repositories: add AnimeCharacter and CharacterVoiceActo...Bobby1-1/+1
2026-02-24Refactor entities and repositories: update JSON tags, add season number, and ...Bobby1-1/+2
2026-02-09Refactor AnimeUpdate worker logging and enhance API request for skip timesBobby1-13/+11
2026-02-06Refactor task management and producer synchronizationBobby1-34/+41
2026-02-04Add entity definitions for anime, episodes, genres, mappings, and related str...Bobby1-268/+34
2026-01-20Implement genre synchronization from MAL via Jikan API and add genre retrieva...Bobby1-258/+1
2026-01-15Add episode streaming functionality and cachingBobby1-0/+19
2025-08-25Updated Database Sync for AnimePriyansh1-0/+222
2025-08-25updated routes, added episode ids to each episodePriyansh1-0/+1
2025-08-19fix foreign key constraints in anime entitiesPriyansh1-10/+9
2025-08-19episodes router; anilist support; general fixesPriyansh1-0/+4
2025-05-09fixed anime updaterBobby1-2/+18
2025-05-09removed time until airing from responsesBobby1-5/+4
2025-05-09added anime cacheBobby1-1/+244
2025-04-18basic anime details with episodes; added jikan and anilist as metadata fetche...Bobby1-0/+33