omnivore/packages/api/src
Hongbo Wu 1893e36375
Fix uploading endpoint returns 504 (#289)
* add timeout = 60s for uploading to private bucket

* add debug logs

* send response to client to close connection

* add tests for upload

* add PUBSUB_VERIFICATION_TOKEN in .env.test
2022-03-22 14:20:40 +08:00
..
datalayer add Newsletter label to the page created by newsletters email 2022-03-16 18:40:05 +08:00
elastic return empty content instead of null in search result (#291) 2022-03-22 13:34:44 +08:00
entity Rebased version of the elastic PR (#225) 2022-03-16 12:08:59 +08:00
events Update to latest intercom client 2022-03-01 11:20:31 -08:00
generated default sort by savedAt to avoid recent read page to appear on top of… (#254) 2022-03-17 10:54:00 +08:00
resolvers fix article_id type mismatch (uuid => varchar) when saving highlights in postgres by setting article_id to be undefined (#285) 2022-03-22 11:48:01 +08:00
routers Fix uploading endpoint returns 504 (#289) 2022-03-22 14:20:40 +08:00
services make readingProgress required in the elastic page data (#253) 2022-03-17 10:06:21 +08:00
utils Fix uploading endpoint returns 504 (#289) 2022-03-22 14:20:40 +08:00
apollo.ts Fix warnings in the API package 2022-02-21 16:46:10 -08:00
directives.ts Cast the directive types 2022-02-16 09:33:33 -08:00
env.ts Open source omnivore 2022-02-11 09:24:33 -08:00
global.d.ts Open source omnivore 2022-02-11 09:24:33 -08:00
graphql.d.ts Open source omnivore 2022-02-11 09:24:33 -08:00
permissions.ts Open source omnivore 2022-02-11 09:24:33 -08:00
readability.d.ts Add a flag in readability to retain table elements in newsletter emails (#152) 2022-03-01 11:49:38 +08:00
scalars.ts fix sanitize bug by having different SanitizedString type name when creating new instances 2022-02-16 09:33:33 -08:00
schema.ts default sort by savedAt to avoid recent read page to appear on top of… (#254) 2022-03-17 10:54:00 +08:00
sentry.ts Open source omnivore 2022-02-11 09:24:33 -08:00
server.ts Print the logging level on startup 2022-03-21 09:31:05 -07:00
tracing.ts Open source omnivore 2022-02-11 09:24:33 -08:00
util.ts use private bucket to upload page events (#244) 2022-03-16 14:39:07 +08:00