Commit Graph

24 Commits

Author SHA1 Message Date
c01e005afb refactor: update title controller tests to use async assertion matchers and refine userId type in anilist service. 2025-12-19 00:07:21 -05:00
4c96f58cb0 feat: add user profile fetch in middleware 2025-12-18 08:48:22 -05:00
9b17f5bcfe refactor: rename mockData.ts to mocks.ts and update import paths. 2025-12-16 08:04:26 -05:00
1140ffa8b8 refactor!: migrate away from bun
- migrate package management to pnpm
- migrate test suite to vitest
- also remove Anify integration
2025-12-16 07:50:38 -05:00
ad26cd6da3 feat: set up mock data to be used to generate baseline profiles 2025-12-06 07:27:14 -05:00
271ea01b21 fix: test failures 2024-10-05 16:48:31 -04:00
7a839cda5a fix: tests 2024-09-26 01:35:36 -04:00
3d0c76444e fix: flakiness in promiseTimeout test 2024-09-22 15:49:14 -04:00
1013d22024 fix: add error logging in fetchFromMultipleSources 2024-09-22 15:46:08 -04:00
a740fa3e93 fix: foreign key constraint errors happening in tests 2024-09-21 15:08:49 -04:00
c1bf12de4f feat: associate device id with username when logging in 2024-09-21 13:18:16 -04:00
25ed096b38 feat: create script to initialize "next episode" queue 2024-09-09 05:07:21 -05:00
4fe22bccf3 feat: support sending "new title" alerts to devices 2024-09-02 13:02:05 -04:00
71f1682ae2 fix: ignore some tests 2024-08-18 23:08:20 -04:00
1a06eb51eb refactor: replace amvstrm source with aniwatch 2024-08-18 21:37:13 -04:00
36aa521bf8 feat: change amvstrm to point to self hosted instance 2024-08-18 17:05:53 -04:00
ec150f81ea fix: update amvstrm url 2024-08-18 16:08:28 -04:00
0e30b6b7d3 fix: update anify url 2024-08-12 18:56:25 -04:00
1ccd004c77 fix: fetchFromMultipleSources returns errorOccurred only if all sources fail 2024-06-07 23:42:41 -04:00
c35c9b9e09 feat: add more error handling 2024-06-07 23:26:37 -04:00
ad61f3d18a test: add response snapshots for larger responses 2024-06-05 07:17:16 -04:00
62e780e8bf fix: OpenAPI spec not generating properly
Summary:

Test Plan:
2024-05-24 14:56:34 -04:00
88b1a4ced5 feat: create route to search for titles
Summary:

Test Plan:
2024-05-16 01:21:13 -04:00
68c082493e feat: create route to return title information
Summary:

Test Plan:
2024-05-15 23:03:17 -04:00