Commit Graph

1354 Commits

Author SHA1 Message Date
808f6f3d3a remove trace 2023-07-26 22:00:37 +08:00
5bf3213e49 Dont send newsletter notifications 2023-07-26 20:53:50 +08:00
61967fdde5 fix test 2023-07-26 18:07:25 +08:00
ced1a711eb fix test 2023-07-26 17:12:40 +08:00
7b36156ce6 add a trace when log size too big 2023-07-26 17:07:24 +08:00
8cd47eec11 run prettier 2023-07-26 16:41:55 +08:00
07d43812a7 use winston logger instead of console log so the log will be truncated if it exceeds the max entry size 2023-07-26 16:27:18 +08:00
66490df72f deeply truncate log object size 2023-07-26 15:52:13 +08:00
f0e62b1d2a use lodash instead of standalone lodash.debounce package 2023-07-26 13:41:51 +08:00
0a227decdd Merge pull request #2515 from omnivore-app/fix/push-notification
fix/push notification
2023-07-26 12:36:13 +08:00
2841783504 limit max log entry size to 256kb 2023-07-25 23:39:03 +08:00
f5ae16a904 disable gql request log 2023-07-25 23:03:57 +08:00
ecd6a2922f disable sentry error handler 2023-07-25 22:32:00 +08:00
fd6223ee93 revert changes 2023-07-25 21:20:26 +08:00
a3e86a9bc1 only log error.message 2023-07-25 20:52:15 +08:00
0e38060b0c set maxEntrySize for logger to 256KB 2023-07-25 20:07:02 +08:00
1006cdad36 reduce error log size 2023-07-25 19:11:08 +08:00
de647e44bd Revert "move sentry error handler after apollo middleware"
This reverts commit 8d8d2b592c.
2023-07-25 19:10:12 +08:00
8d8d2b592c move sentry error handler after apollo middleware 2023-07-25 18:18:40 +08:00
77456373bf return content without highlight if it takes too long to process highlighted content
* timeout if the get text node function takes more than 10 minutes
2023-07-25 11:19:06 +08:00
6fd550fa6c delete chai/required-should from import statements 2023-07-24 21:15:31 +08:00
fa1ff9ba17 Upgrade node to 18.16 2023-07-24 15:55:11 +08:00
0d3b742837 limit 20k articles per pocket import 2023-07-21 18:03:57 +08:00
e0a6a2e0a4 limit number of rss subscriptions to 20 2023-07-21 15:28:20 +08:00
99b12c6cfb debounce send push notificaiton within 1 minute 2023-07-20 21:48:30 +08:00
9a224d2324 add event_types and fix the validation of form on rules page 2023-07-20 18:33:30 +08:00
4dad4a6fa3 revert push notification 2023-07-20 17:29:26 +08:00
6004b51956 return not found if rss feed not found 2023-07-20 14:21:36 +08:00
7ceb96a93e fix edit rss ui 2023-07-20 13:35:43 +08:00
400739f61c stop writing empty csv file if no new data retrieved from the integration 2023-07-20 10:32:46 +08:00
6ef74a2601 disable import button while importer is running 2023-07-20 09:52:23 +08:00
cd440a77c3 send last fetched at as a unix timestamp in ms 2023-07-19 14:09:38 +08:00
35c074e647 create a cloud task to fetch rss feed item for the new subscription 2023-07-19 10:07:08 +08:00
dcb306bcfc do not include archived items in library or subscription 2023-07-18 16:45:24 +08:00
456a73f4ab make library an internal label 2023-07-17 18:29:35 +08:00
44c9bfce48 Merge pull request #2494 from omnivore-app/fix/rss-feed
fix/rss feed
2023-07-17 17:50:00 +08:00
3cfd390346 Merge pull request #2489 from omnivore-app/more-search-scope
add in:subscription and in:library in search scope
2023-07-17 17:28:24 +08:00
03ce4b00d2 add authorization header in rss feed fetching request 2023-07-17 17:27:12 +08:00
be1e8169ba exclude items with newsletter or rss labels in library 2023-07-17 17:06:39 +08:00
113720caf6 wrap document fragment in the <html> and <body> in order to parse the HTML correctly 2023-07-17 16:14:59 +08:00
b3dcf0ee46 default return builder 2023-07-17 16:14:03 +08:00
e3af3f526c add in:subscription and in:library in search scope 2023-07-14 17:07:25 +08:00
153662ce6a set savedAt and publishedAt timestamp for rss item 2023-07-14 12:21:34 +08:00
983f0dcb99 add rss to the search scope 2023-07-13 11:09:13 +08:00
9697ae2eca make rss an internal label 2023-07-13 10:58:37 +08:00
87275fbb9c use a separate queue for fetching rss feed item content 2023-07-13 10:27:15 +08:00
3444480b95 change the rss-feed cronjob api endpoint 2023-07-12 10:53:32 +08:00
435fa0c541 Merge pull request #2478 from omnivore-app/fix/puppeteer-timezone
add optional locale and timezone to saveUrl request for puppeteer to use
2023-07-11 17:32:10 +08:00
1f283e6122 add optional locale and timezone to saveUrl request for puppeteer to use 2023-07-11 16:15:32 +08:00
b1b4a2e3fd save rss feed url in the index 2023-07-11 13:14:43 +08:00