|
|
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 |
|
|
|
26396487fa
|
Merge pull request #2552 from omnivore-app/fix/stop-newsletter-notifications
Dont send newsletter notifications
|
2023-07-26 20:54:58 +08:00 |
|
|
|
5bf3213e49
|
Dont send newsletter notifications
|
2023-07-26 20:53:50 +08:00 |
|
|
|
c0da1f6bcf
|
Merge pull request #2548 from omnivore-app/fix/node-module-missing
use lodash instead of standalone lodash.debounce package
|
2023-07-26 18:07:40 +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 |
|
|
|
2fa4288edb
|
Merge pull request #2547 from omnivore-app/feat/web-remember-menu-state
Persist the viewAll states for left menu items
|
2023-07-26 15:13:50 +08:00 |
|
|
|
f0e62b1d2a
|
use lodash instead of standalone lodash.debounce package
|
2023-07-26 13:41:51 +08:00 |
|
|
|
a94b5814ea
|
Merge pull request #2546 from omnivore-app/fix/web-pdf-deep-links-from-library
Fix deep links to PDF highlights
|
2023-07-26 12:56:50 +08:00 |
|
|
|
8ea5539512
|
Fix typo on viewAll type
|
2023-07-26 12:52:10 +08:00 |
|
|
|
49969b6c42
|
Persist the viewAll states for left menu items
|
2023-07-26 12:41:20 +08:00 |
|
|
|
0a227decdd
|
Merge pull request #2515 from omnivore-app/fix/push-notification
fix/push notification
|
2023-07-26 12:36:13 +08:00 |
|
|
|
3eb3406d41
|
Merge pull request #2519 from MagsMagnoli/feature/node-version
Add node version
|
2023-07-26 12:30:35 +08:00 |
|
|
|
470c0d35cd
|
Merge pull request #2542 from omnivore-app/fix/web-subscriptions-failure-state
Better handle subscriptions returning null or empty
|
2023-07-26 12:21:59 +08:00 |
|
|
|
a14560cb9a
|
Set initial page based on highlight deep link if possible
|
2023-07-26 12:11:16 +08:00 |
|
|
|
b276dbf51c
|
Fix deep links to PDF highlights from the library
|
2023-07-26 11:10:26 +08:00 |
|
|
|
28bd4578d2
|
Better handle subscriptions returning null or empty
|
2023-07-26 09:40:43 +08:00 |
|
|
|
da0a1ab587
|
Merge pull request #2541 from karlprieb/feat/article-margin-small-viewport
Control article margins on small viewports
|
2023-07-26 09:18:31 +08:00 |
|
|
|
ef0665168b
|
Upgrade node version
|
2023-07-26 09:16:08 +08:00 |
|
|
|
73a3cb3908
|
Control article margins on small viewports
|
2023-07-25 19:29:33 -03:00 |
|
|
|
909dce7e18
|
Merge pull request #2537 from omnivore-app/fix/set-headers-after-send
move sentry error handler after apollo middleware
|
2023-07-25 23:40:40 +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 |
|
|
|
47f1cec070
|
Merge pull request #2536 from omnivore-app/fix/highlighted-markdown
return markdown content if it takes too long to process highlighted content
|
2023-07-25 15:14:12 +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 |
|
|
|
64c93bec0e
|
Merge pull request #2472 from omnivore-app/chore/upgrade-node
Upgrade node to 18.16
|
2023-07-24 21:33:06 +08:00 |
|
|
|
6fd550fa6c
|
delete chai/required-should from import statements
|
2023-07-24 21:15:31 +08:00 |
|
|
|
0efb5e4d77
|
Update node version in github runner
|
2023-07-24 15:55:11 +08:00 |
|
|
|
fa1ff9ba17
|
Upgrade node to 18.16
|
2023-07-24 15:55:11 +08:00 |
|
|
|
0a5ffb0538
|
Merge pull request #2522 from omnivore-app/fix/pocket-importer-timeout
limit 20k articles per pocket import
|
2023-07-24 15:34:22 +08:00 |
|
|
|
1f0e788e63
|
Merge pull request #2189 from omnivore-app/fix/webflow-textbox
Add test for webflow page that includes an embedded textbox
|
2023-07-24 15:25:06 +08:00 |
|
|
|
9f155c6c71
|
Merge pull request #2066 from omnivore-app/dependabot/npm_and_yarn/ts-node-10.9.1
Bump ts-node from 10.8.1 to 10.9.1
|
2023-07-24 14:25:19 +08:00 |
|
|
|
837bea4913
|
Update generated html
|
2023-07-24 05:15:02 +00:00 |
|
|
|
2f0c830843
|
Improve readability for lesswrong.com
|
2023-07-24 13:13:50 +08:00 |
|
|
|
98c5fb21a5
|
Merge pull request #2518 from MagsMagnoli/fix/email-input-type
Update email inputs to type email
|
2023-07-24 12:42:32 +08:00 |
|
|
|
e8f2252136
|
Merge pull request #2513 from omnivore-app/fix/ios-mainactor
Add MainActor to main views in iOS
|
2023-07-24 12:41:22 +08:00 |
|
|
|
48ed5ec745
|
Hide webflow test elements
|
2023-07-24 12:35:18 +08:00 |
|