Commit Graph

1363 Commits

Author SHA1 Message Date
c0dbbc3b86 Update icons 2023-08-01 12:31:12 +08:00
d0ad636b7f use safe stringify in logs 2023-07-28 16:52:28 +08:00
f20e12311a check if the page is from rss feed 2023-07-28 13:53:19 +08:00
9bc7ed92c0 we don't want to update an rss feed page if rss-feeder is tring to re-save it 2023-07-28 12:43:04 +08:00
0426bdb29f Merge pull request #2554 from omnivore-app/fix/logging
fix/logging
2023-07-28 12:19:16 +08:00
8f02871f67 Merge pull request #2551 from omnivore-app/fix/upgrade-speech-sdk
Upgrade the speech sdk version
2023-07-28 09:36:11 +08:00
2e965afd69 reformat sql query in logs 2023-07-27 17:34:12 +08:00
99a52f8d56 replace all the console logs with logger logs 2023-07-27 16:06:44 +08:00
808f6f3d3a remove trace 2023-07-26 22:00:37 +08:00
5bf3213e49 Dont send newsletter notifications 2023-07-26 20:53:50 +08:00
078c26801d Upgrade the speech sdk version 2023-07-26 18:31:20 +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