Commit Graph

268 Commits

Author SHA1 Message Date
4fe22bccf3 feat: support sending "new title" alerts to devices 2024-09-02 13:02:05 -04:00
ae99918524 chore: disable consumet temporarily 2024-08-31 20:33:57 -04:00
208672529b chore: pin commit for consumet dependency
bun on ci fails to install dependency if commit isn't specified for whatever reason
2024-08-26 22:23:16 -04:00
a9fa2baafe fix: userPreferred best matches not being matched properly 2024-08-26 22:12:00 -04:00
342e2c2bd8 fix: use string matching to map to correct title in Aniwatch 2024-08-26 21:55:11 -04:00
dac2040e36 fix: default to english title when searching aniwatch 2024-08-19 08:39:34 -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
0bcc547ede chore: update consumet 2024-08-18 21:36:49 -04:00
36aa521bf8 feat: change amvstrm to point to self hosted instance 2024-08-18 17:05:53 -04:00
30abd1eba8 chore: add "tower of god s2" to anify denylist 2024-08-18 16:09:01 -04:00
ec150f81ea fix: update amvstrm url 2024-08-18 16:08:28 -04:00
c88ef4dcc9 feat: re-enable Anify source 2024-08-12 18:56:53 -04:00
0e30b6b7d3 fix: update anify url 2024-08-12 18:56:25 -04:00
713bb59780 chore: add extra error log with error for /watch-status
used as test
2024-08-04 12:24:25 +02:00
d3bde92964 ci: add db migration to CD 2024-07-05 11:35:44 -04:00
a1f0a2001d fix: OpenAPI schema not correct for "update watch status" 2024-07-04 18:19:15 -04:00
2becf1aa3b feat: support removing watch status when null
A user can choose to remove a show from being in their media list completely, by setting the watch status to null
2024-07-04 18:19:15 -04:00
ad84175d6b test: throw if either db commands fail 2024-06-29 10:20:06 -04:00
acdfc7eda4 docs: add error status codes for /token 2024-06-16 08:48:20 -04:00
3b1fe66261 refactor: created custom error for a token already exists 2024-06-16 08:47:07 -04:00
f9d7a6bbd2 feat: allow associating an existing device ID and token with a username 2024-06-16 08:24:28 -04:00
e8aebac6d4 chore: remove example Cloudflare bindings 2024-06-15 20:29:21 -04:00
21d99d1b5c fix: read exit code of bun test in test runner
this will avoid duplicate error output
2024-06-15 20:14:51 -04:00
01478df269 ci: go back to default environment 2024-06-15 19:48:28 -04:00
767f828aae fix: failing verify FCM token test
due to incorrect fake admin SDK JSON
2024-06-15 19:06:49 -04:00
1c8d5a1a42 fix: test runner not exiting with code 1 when test fails 2024-06-15 19:05:55 -04:00
5d528fba52 feat: reject token if it's not valid 2024-06-15 18:56:28 -04:00
dfd709ad1c test: preload mocked modules 2024-06-15 06:24:29 -04:00
d39165c8f6 fix: use project ID in admin SDK json 2024-06-15 06:13:07 -04:00
5dc45fac58 test: add test for invalid ADMIN_SDK_JSON 2024-06-15 06:11:42 -04:00
a9e363e814 chore: change type for adminSdkJson parameter 2024-06-15 06:11:09 -04:00
fd61974740 test: move resetDb to own testing lib function 2024-06-15 06:04:58 -04:00
98d0be141e chore: remove unnecessary files from prettierignore 2024-06-15 06:01:34 -04:00
df7e7432da test: create lib function for getting mocked env variables 2024-06-15 06:01:34 -04:00
be2e7ffa98 chore: update env typings 2024-06-15 05:47:44 -04:00
7675867549 feat: create lib function to verify FCM token 2024-06-15 05:47:44 -04:00
20ca88fda9 test: don't log console errors when SHOULD_LOG_ERRORS is false 2024-06-15 05:39:38 -04:00
231ed4bde4 feat: create route to store FCM token 2024-06-14 18:14:10 -04:00
4d3c34579d test: add code snippets for generating tests 2024-06-14 17:55:18 -04:00
df7de5dd01 chore: create snippet for autogenerating OpenAPI Hono route 2024-06-13 06:52:35 -04:00
9368ced0f7 test: cleaned up test runner 2024-06-13 06:17:40 -04:00
d038d30d9d fix: use dev.vars for dev variables 2024-06-13 06:17:40 -04:00
64b144612a fix: db port used in tests 2024-06-13 06:17:40 -04:00
168ea0a88f chore: replace Sapling with Git 2024-06-13 06:17:39 -04:00
79f86a2493 ci: update 'install' step name 2024-06-13 06:17:39 -04:00
8f861ceca0 ci: use libsqld server in CI instead of Turso CLI 2024-06-13 06:17:39 -04:00
0db6fa9f70 ci: install Turso CLI for test runner 2024-06-13 06:17:39 -04:00
e0a735ef0a fix: test runner path 2024-06-13 06:17:35 -04:00
0a859e0f16 feat: create route to handle updating watch status in AniList 2024-06-12 15:01:26 -04:00