Commit Graph

493 Commits

Author SHA1 Message Date
20408277d2 add digestConfig to the userPersonalization API request data 2024-05-03 14:35:55 +08:00
3e84c2f1df fix tests 2024-05-03 12:17:07 +08:00
32be8126df reduce number of db calls for search library items 2024-04-30 12:48:19 +08:00
3dcc514be7 Merge pull request #3835 from omnivore-app/fix/guess-user-email
return UNKNOWN as error code if email exists when user signs up
2024-04-24 16:06:46 -07:00
fa4b3bf462 fix cron schedule bug with bull 2024-04-19 14:25:18 +08:00
75c0745d7e fix tests 2024-04-19 11:19:39 +08:00
8e31ac4fea fix tests 2024-04-16 12:24:20 +08:00
a9779a51e8 fix: LABEL_ALREADY_EXIST bug occured during label creation
* comparing both user_id and label name when looking for an existing matching label
2024-04-16 09:56:57 +08:00
5f239d2dcb update graceful shutdown 2024-04-11 11:08:22 +08:00
77c11fb80f Merge pull request #3767 from omnivore-app/fix/verification
Enqueue emails
2024-04-08 12:30:37 +08:00
7abb396032 remove stub 2024-04-05 22:53:03 +08:00
65ba80b5a3 fix tests 2024-04-05 18:02:52 +08:00
5446ca80dc fix tests 2024-04-05 17:53:18 +08:00
46e3936a85 resolve conflicts after rebasing 2024-04-05 17:13:10 +08:00
8af2bb076c rename send mail functions 2024-04-05 16:59:20 +08:00
c37b31dcb6 fix tests 2024-04-05 16:57:02 +08:00
6f03b214b5 allow delete internal labels 2024-04-05 15:58:39 +08:00
9f4f1d07ca do not create label if label name case-insensitively matches existing label name 2024-04-05 15:50:01 +08:00
8d11096142 fix tests 2024-04-04 12:38:41 +08:00
88a7e8d85b fix tests 2024-04-04 12:17:15 +08:00
44c67e2ebf remove babel and compile test files 2024-04-04 12:17:15 +08:00
1f4f68530f add tests for filters 2024-04-03 16:59:50 +08:00
57b0f8c5a5 Add tests for isValidSignupRequest 2024-04-01 11:17:15 +08:00
ede99dcd33 Better matching for youtube video URLs 2024-03-30 10:42:01 +08:00
76f3321680 revalidate integration once updated 2024-03-20 10:32:32 +08:00
bf59fbf26e add integration api 2024-03-20 10:32:31 +08:00
d3d181c33e Remove unneed import 2024-03-14 12:48:56 +08:00
308b02fbb0 Add breaks to headers in test 2024-03-14 12:48:56 +08:00
e9b15ebb06 Dont process youtube videos in this test 2024-03-14 12:48:56 +08:00
a7ad67b3bb Start to add tests for youtube processor 2024-03-14 12:48:56 +08:00
81e489021e add popular reads to the continue reading section of new user library 2024-03-14 11:14:37 +08:00
6a7d2b0ec2 fix tests 2024-03-13 19:11:38 +08:00
4a70291898 add directionality to the SearchItem and Article Grahql type in the schema 2024-03-04 13:23:52 +08:00
a116d944e7 fix tests 2024-02-28 17:24:02 +08:00
f47f4c1c47 fix tests 2024-02-22 15:23:53 +08:00
8b848912c9 fix tests 2024-02-22 12:03:58 +08:00
af24856603 resolve conflicts after rebasing 2024-02-21 14:29:21 +08:00
abfa15e56f revert soft deletes all the labels and highlights attached to the deleted item 2024-02-21 14:16:21 +08:00
242e6e0fa3 delete all the labels and highlights attached to the item when item was deleted 2024-02-21 13:52:39 +08:00
afd4d2a397 fix: duplicate key value violates unique constraint "library_item_pkey" by getting the item by user_id and md5(url) for update before upserting the item 2024-02-19 11:35:43 +08:00
03f89d890e fix tests 2024-02-08 10:42:37 +08:00
efd8119e02 reduce sql error 2024-02-06 16:53:32 +08:00
250d9089b3 fix tests 2024-02-06 16:53:32 +08:00
4eba7df84c always upsert library items 2024-02-06 16:53:32 +08:00
e980be7771 skip test 2024-02-02 14:14:41 +08:00
3ecbd3f434 Need to force this test to overwrite the cached value 2024-02-01 09:59:42 +08:00
1b8111b907 wait until all jobs are done in test 2024-01-31 19:10:57 +08:00
5e883cb2ba running worker in the test 2024-01-31 17:45:49 +08:00
58d384f4f6 fix pdf saving 2024-01-29 14:11:07 +08:00
ecbf402266 fix tests 2024-01-26 13:01:53 +08:00