Commit Graph

2171 Commits

Author SHA1 Message Date
57cb897839 generate content 2024-04-17 15:45:05 +08:00
af184ded22 dedupe repeated jobs 2024-04-17 15:36:16 +08:00
6222d567a4 add byline to the digest 2024-04-17 14:32:07 +08:00
448e432807 runs at 1pm pst 2024-04-17 13:03:48 +08:00
b2a55a78d3 check if feature is granted 2024-04-17 12:53:29 +08:00
259b778aba add schedule and other parameters 2024-04-17 12:16:15 +08:00
6a4faf6f3c add description to the digest 2024-04-17 10:04:52 +08:00
47fd4d9663 save id, url, thumbnail and createdAt in the digest 2024-04-17 09:58:11 +08:00
6bfb4842e2 fix idx 2024-04-16 21:27:20 +08:00
4bc1246a47 fixing html 2024-04-16 21:00:53 +08:00
71477b1712 implement create digest job 2024-04-16 21:00:51 +08:00
daaf493d4b Update stubbed data 2024-04-16 21:00:27 +08:00
bcddf556d5 Write speech files to redis 2024-04-16 21:00:27 +08:00
fbaa9ce663 Digest job 2024-04-16 21:00:27 +08:00
d2ea93a7dd Stub out some changes to the digest response 2024-04-16 21:00:27 +08:00
e30fa13a2e add env to the posthog event 2024-04-16 21:00:27 +08:00
03e497b489 use a separate queue for digest job 2024-04-16 21:00:26 +08:00
cdb0b7525e cleanup 2024-04-16 21:00:10 +08:00
bc955fbeeb remove stub job 2024-04-16 21:00:10 +08:00
111dcd1562 send ranking models and summary models to posthog and log comment 2024-04-16 21:00:10 +08:00
4342cdeb3e expire digest in one day 2024-04-16 21:00:10 +08:00
521698646d update digest mock data 2024-04-16 21:00:10 +08:00
a47a5a7d9c mock saving digest in redis 2024-04-16 21:00:10 +08:00
e37bcd7408 send feedback api 2024-04-16 21:00:10 +08:00
1edb3419f8 get digest api 2024-04-16 21:00:10 +08:00
12aa7d4447 create digest job api 2024-04-16 21:00:10 +08:00
b4911639c7 stub create digest job 2024-04-16 21:00:09 +08:00
be57f81bf1 Temp re-add features attribute to User 2024-04-16 13:59:04 +08:00
8e31ac4fea fix tests 2024-04-16 12:24:20 +08:00
d79cc1c39f wrap select in a auth transaction 2024-04-16 11:26:29 +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
56b87672fd feat: increase daily upload limit 2024-04-16 00:49:26 +07:00
9ccd1e90fe save received email as non-article by default 2024-04-15 18:54:15 +08:00
4346746e0a save empty url for email attachment in upload_file table as it is required 2024-04-15 17:36:42 +08:00
cbddc83829 Merge pull request #3784 from omnivore-app/feature/reply-to-email
add reply to email API which replies Okay to the sender
2024-04-15 15:24:32 +08:00
e23d3d5933 update readable content instead 2024-04-12 13:26:11 +08:00
f95642be2b remove redundant field 2024-04-11 18:47:19 +08:00
448c78a87e add dotenv 2024-04-11 18:25:24 +08:00
54e7c52b5e always update the state of the pdf item to succeeded/failed, even if we fail to parse the content 2024-04-11 18:07:53 +08:00
f66d3fa36c migrate inbound-email tasks from pubsub to bullmq 2024-04-11 11:08:22 +08:00
cd6594a2fd add logs 2024-04-11 11:08:22 +08:00
67657773cf track the usage of the api 2024-04-11 11:08:22 +08:00
cd6f3e6bbe enforce usage limits for the API 2024-04-11 11:08:22 +08:00
5f239d2dcb update graceful shutdown 2024-04-11 11:08:22 +08:00
f2f18eb12b reply only allowed text 2024-04-11 11:08:22 +08:00
e7fc1316dd enqueue reply email job 2024-04-11 11:08:22 +08:00
74f5b922dd update received email reply 2024-04-11 11:08:22 +08:00
dce0b15f4f send to the reply-to address if it exists or the from address 2024-04-11 11:08:22 +08:00
764b05fff4 save reply-to in recent emails 2024-04-11 11:08:22 +08:00
5cc5c559ac add reply to email API which replies Okay to the sender 2024-04-11 11:08:22 +08:00