Commit Graph

9339 Commits

Author SHA1 Message Date
c7cfb8693f Remove unused change 2024-01-23 23:46:59 +08:00
f8264bfc10 Hard code tweet url to avoid import 2024-01-23 23:45:28 +08:00
4fce7e9287 Add new job for handling upload content 2024-01-23 23:45:03 +08:00
9f1a17853a Merge pull request #3422 from omnivore-app/fix/no-content
set the state to failed if content is not fetched
2024-01-23 22:18:35 +08:00
c1d5ec722f do not encode url when getting file data 2024-01-23 22:06:27 +08:00
d4e487e181 set the state to failed if content is not fetched 2024-01-23 21:50:10 +08:00
47da6fb3dc Merge pull request #3421 from omnivore-app/fix/title
fix: do not throw error if title is undefined in cache
2024-01-23 19:33:22 +08:00
684bc285b2 Merge pull request #3420 from omnivore-app/fix/axios-error-not-catched
fix: catch rejected promise if it is in a try-catch block
2024-01-23 19:33:09 +08:00
e96458192d fix redis client cert in nitter handler 2024-01-23 19:30:38 +08:00
5495ad782e fix: do not throw error if title is undefined in cache 2024-01-23 19:19:46 +08:00
8f5d4ae8a0 fix: catch rejected promise if it is in a try-catch block 2024-01-23 18:45:46 +08:00
25603cf136 Merge pull request #3417 from omnivore-app/fix/puppeteer-parse
fix/puppeteer parse
2024-01-23 17:08:49 +08:00
f4a2edf8f4 show detailed logs 2024-01-23 16:58:08 +08:00
567ce172e6 make title optional for cache in save-page job 2024-01-23 16:55:17 +08:00
fd0bb37d3a make title optional for cache 2024-01-23 16:54:35 +08:00
1332cda356 give highest priority to save-page job for adding items by links 2024-01-23 16:48:57 +08:00
94dd4be659 fix: page content not saved when title is empty but content is not 2024-01-23 16:47:42 +08:00
1b3c37bbce Merge pull request #3416 from omnivore-app/fix/web-update-highlight-input
Dont pass library item id to backend when updating highlights
2024-01-23 15:24:10 +08:00
7f59a23294 Dont pass library item id to backend when updating highlights
The native (iOS and Android) code needs this param but we
cant send it to the web.
2024-01-23 14:51:17 +08:00
afbcd2f02e Merge pull request #3413 from omnivore-app/fix/thumbnailer
fix: catch images fetching error in thumbailer to prevent from retrying
2024-01-23 14:48:12 +08:00
b107553306 Merge pull request #3414 from omnivore-app/fix/puppeteer-parse
fix: finalUrl defaults to the url of the page saved
2024-01-23 14:41:48 +08:00
1411cf074e fix: finalUrl defaults to the url of the page saved 2024-01-23 14:14:54 +08:00
7264151841 do not use proxy url 2024-01-23 13:51:30 +08:00
f48604252c fix: catch images fetching error in thumbailer to prevent from retrying 2024-01-23 13:37:15 +08:00
5a50986e6d Merge pull request #3412 from omnivore-app/fix/sentry-tracing
fix: init sentry sdk to disable tracing warning in cloud logs
2024-01-23 13:25:04 +08:00
585957469c fix: init sentry sdk to disable tracing warning in cloud logs 2024-01-23 12:46:51 +08:00
426b8b3f89 Merge pull request #3407 from omnivore-app/fix/fetch-result-cache
fix: do not use encoded url as cache key
2024-01-22 17:31:36 +08:00
9f7669b010 fix: do not use encoded url as cache key 2024-01-22 16:49:05 +08:00
8bb53bf2ae Merge pull request #3405 from omnivore-app/fix/pdf-handler-job
Add new job for handling upload content
2024-01-22 16:02:43 +08:00
21405e6328 Fix await 2024-01-22 15:48:15 +08:00
b606c29727 Merge pull request #3406 from omnivore-app/docs/importer-readme
Update docs on importing
2024-01-22 15:46:34 +08:00
bd65230e0c Update docs on importing 2024-01-22 15:46:04 +08:00
e407db914a Add new job for handling upload content 2024-01-22 15:36:46 +08:00
3e0f8c884e Merge pull request #3404 from omnivore-app/debug/extra-logging
Add logging to save_page service
2024-01-22 13:59:19 +08:00
4f30ff9811 Use node id instead of slug when updating loading articles 2024-01-22 13:56:56 +08:00
6dd4f49c2f Add logging to save_page service 2024-01-22 13:32:17 +08:00
4da93cbd2d Merge pull request #3402 from omnivore-app/fix/unique-constraint
fix: ignore error when saving existing library item in db
2024-01-22 12:38:09 +08:00
c939e9eb8e Merge pull request #3398 from omnivore-app/fix/rss-logging
More logging for refreshing feeds
2024-01-22 12:24:40 +08:00
141036dc6c fix tests 2024-01-22 12:18:08 +08:00
eac93e6cb6 Reduce logging 2024-01-22 12:02:35 +08:00
db8284dc0b Wait until backend queue is ready before putting jobs into it 2024-01-22 11:31:46 +08:00
f7b17cb93f Only create queue object once in queue processor 2024-01-22 11:27:13 +08:00
0f78419e1a Remove some debug 2024-01-22 11:26:59 +08:00
861f77b349 Merge pull request #3403 from omnivore-app/fix/redis-cert
fix: replace \n with new line in redis cert
2024-01-22 11:20:10 +08:00
628cfc64d1 fix: replace \n with new line in redis cert 2024-01-22 11:09:15 +08:00
5964d827c8 fix tests 2024-01-22 11:04:11 +08:00
33c994ad5c Remove RSS feed task handler url as this handled with jobs now 2024-01-22 11:00:55 +08:00
240a981d16 Merge pull request #3399 from omnivore-app/chore/swift-format-update
Run SwiftFormat manually using plugin system
2024-01-22 10:56:18 +08:00
a807a4a18e fix: do not throw error when creating duplicate item in db 2024-01-22 10:45:47 +08:00
9d3a183c45 Dont map label input 2024-01-21 15:44:41 +08:00