Commit graph

9315 commits

Author SHA1 Message Date
Hongbo Wu
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
Hongbo Wu
585957469c fix: init sentry sdk to disable tracing warning in cloud logs 2024-01-23 12:46:51 +08:00
Hongbo Wu
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
Hongbo Wu
9f7669b010 fix: do not use encoded url as cache key 2024-01-22 16:49:05 +08:00
Jackson Harper
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
Jackson Harper
21405e6328 Fix await 2024-01-22 15:48:15 +08:00
Jackson Harper
b606c29727
Merge pull request #3406 from omnivore-app/docs/importer-readme
Update docs on importing
2024-01-22 15:46:34 +08:00
Jackson Harper
bd65230e0c Update docs on importing 2024-01-22 15:46:04 +08:00
Jackson Harper
e407db914a Add new job for handling upload content 2024-01-22 15:36:46 +08:00
Jackson Harper
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
Jackson Harper
4f30ff9811 Use node id instead of slug when updating loading articles 2024-01-22 13:56:56 +08:00
Jackson Harper
6dd4f49c2f Add logging to save_page service 2024-01-22 13:32:17 +08:00
Jackson Harper
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
Jackson Harper
c939e9eb8e
Merge pull request #3398 from omnivore-app/fix/rss-logging
More logging for refreshing feeds
2024-01-22 12:24:40 +08:00
Hongbo Wu
141036dc6c fix tests 2024-01-22 12:18:08 +08:00
Jackson Harper
eac93e6cb6 Reduce logging 2024-01-22 12:02:35 +08:00
Jackson Harper
db8284dc0b Wait until backend queue is ready before putting jobs into it 2024-01-22 11:31:46 +08:00
Jackson Harper
f7b17cb93f Only create queue object once in queue processor 2024-01-22 11:27:13 +08:00
Jackson Harper
0f78419e1a Remove some debug 2024-01-22 11:26:59 +08:00
Hongbo Wu
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
Hongbo Wu
628cfc64d1 fix: replace \n with new line in redis cert 2024-01-22 11:09:15 +08:00
Hongbo Wu
5964d827c8 fix tests 2024-01-22 11:04:11 +08:00
Jackson Harper
33c994ad5c Remove RSS feed task handler url as this handled with jobs now 2024-01-22 11:00:55 +08:00
Jackson Harper
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
Hongbo Wu
a807a4a18e fix: do not throw error when creating duplicate item in db 2024-01-22 10:45:47 +08:00
Jackson Harper
9d3a183c45 Dont map label input 2024-01-21 15:44:41 +08:00
Jackson Harper
6ab737432b More logging 2024-01-21 15:31:16 +08:00
Jackson Harper
6cedffc249 Only require original content in savePageJob 2024-01-21 15:30:06 +08:00
Jackson Harper
202d19c9d3 Fix api status mapping 2024-01-21 14:11:53 +08:00
Jackson Harper
5393743c9d Fix imports of authorized function 2024-01-21 13:33:05 +08:00
Jackson Harper
56a8ef23b6 Remove authorized function from imported helpers
This creates some issues with init order when using the
queue processor.
2024-01-21 13:22:17 +08:00
Jackson Harper
eefceeb1ef Move checks to have the PDF check 2024-01-21 13:19:50 +08:00
Jackson Harper
9abd0a59da Clean up imports 2024-01-21 13:16:35 +08:00
Jackson Harper
db3d7dca36 Add missing file 2024-01-21 07:43:50 +08:00
Satindar Dhillon
17bae460b4 use swiftformat plugin to run formatter 2024-01-20 08:18:42 -08:00
Jackson Harper
a4e707075f Refactor savePage a bit to use it as a service from the jobs 2024-01-20 21:07:02 +08:00
Jackson Harper
2f405ebed0 Use savePage service instead of API call 2024-01-20 14:07:22 +08:00
Jackson Harper
3a18327230 Remove unused 2024-01-20 13:43:17 +08:00
Jackson Harper
7786221fbc Fix update_subscription awaits 2024-01-20 13:38:25 +08:00
Jackson Harper
89537c13de Simplify function input 2024-01-20 13:32:11 +08:00
Jackson Harper
1898e32607 Use service instead of API to update subscription 2024-01-20 13:27:54 +08:00
Jackson Harper
e5dec228f3 Remove some debug 2024-01-20 12:46:22 +08:00
Jackson Harper
4eeb012b78 Pass lits of fetchContentTasks into rss handlers
This prevents the list from growing on each run
2024-01-20 11:36:14 +08:00
Jackson Harper
2b536c6086 Add more debug 2024-01-20 10:48:57 +08:00
Jackson Harper
52050728ba Add more debugging logs 2024-01-20 10:29:07 +08:00
Jackson Harper
f4af4593c2 Fix debug line 2024-01-20 10:04:54 +08:00
Jackson Harper
4c1a182c7f Add a refresh context to make debugging refresh runs easier 2024-01-20 09:50:21 +08:00
Jackson Harper
2961f69f02 Add a refresh context to make debugging rss jobs easier 2024-01-20 09:47:46 +08:00
Jackson Harper
a9eeda9369 Remove non-useful logging line 2024-01-20 09:23:45 +08:00
Jackson Harper
e9f22bba43 Some debug 2024-01-20 09:09:25 +08:00