Commit Graph

11821 Commits

Author SHA1 Message Date
ae9c6cc8b2 fix tests 2024-08-21 18:25:12 +08:00
0366c426bc process up to 2 jobs concurrently 2024-08-21 17:58:58 +08:00
6de285432d fix importer status not updated if failed to fetch content 2024-08-21 16:53:50 +08:00
2ada017427 update queue admin 2024-08-21 14:46:24 +08:00
03ff18af81 remove unused dependencies 2024-08-21 14:09:49 +08:00
72d89308c5 process up to 10 jobs concurrently 2024-08-21 12:24:35 +08:00
0fbc6d0a87 update importer to use content-fetch queue 2024-08-21 12:24:35 +08:00
5bd272dde0 use one queue with different priority for fetching content of rss feed item or saved url 2024-08-21 12:24:35 +08:00
e41ccf7a8f deduplicate content fetch jobs 2024-08-21 12:24:35 +08:00
d29ac109cb slow and rss queue process 5 tasks/s and normal queue process 100 tasks per second 2024-08-21 12:24:35 +08:00
34edbeba56 fix dockerfile 2024-08-21 12:24:35 +08:00
9e54427d5d update github action 2024-08-21 12:24:35 +08:00
08fbb8aebf use different queues for fast,slow and rss content fetch jobs 2024-08-21 12:24:35 +08:00
016775aadb fix tests 2024-08-21 12:24:35 +08:00
87b4ec503e enqueue content-fetch task to the queue 2024-08-21 12:24:35 +08:00
e3eae1c96c create a worker to process content-fetch job 2024-08-21 12:24:35 +08:00
f6695bf67f Merge pull request #4296 from omnivore-app/fix/web-pagemetadata
Make sure metadata is set for navigation layout
2024-08-21 12:17:27 +08:00
f638851965 Make sure metadata is set for navigation layout 2024-08-21 11:48:51 +08:00
d88aea6685 Merge pull request #4293 from omnivore-app/fix/web-disable-highlight-release
Temporarily disable highlight on release
2024-08-21 10:44:42 +08:00
b98b2de3ec Merge pull request #4292 from omnivore-app/fix/web-more-button
Remove the more button from the nav menu
2024-08-21 10:27:29 +08:00
1ba7fc3783 Temporarily disable highlight on release 2024-08-21 10:24:18 +08:00
7734a3103d Remove the more button from the nav menu 2024-08-21 09:54:43 +08:00
1030e962a6 Merge pull request #4288 from omnivore-app/fix/web-settings-url
Go to account page for settings root
2024-08-20 19:14:48 +08:00
18a3d5c5f9 Go to account page for settings root 2024-08-20 19:04:24 +08:00
0c7709130f Merge pull request #4286 from omnivore-app/fix/web-crash-fix
Fix empty edges in useMemo
2024-08-20 18:39:34 +08:00
6d21730fb9 Better error handling for search 2024-08-20 18:27:39 +08:00
6cb14f3ed3 Clear the queryClient on error 2024-08-20 18:17:27 +08:00
d672fe1b44 Clear async storage on error 2024-08-20 18:14:24 +08:00
d839fc68ce Merge pull request #4285 from omnivore-app/fix/web-update-highlights-input
Fix the input values on update highlight to not send extra values
2024-08-20 18:07:34 +08:00
bdb31137bd Fix empty edges in useMemo
Still need to track downt the root cause of this.
2024-08-20 18:00:46 +08:00
9e88123e98 Fix the input values on update highlight to not send extra values 2024-08-20 17:44:37 +08:00
5f35ee74eb Merge pull request #4284 from omnivore-app/fix/api-default-shortcuts
Use an upsert for the default shortcuts
2024-08-20 17:16:33 +08:00
d2c16624c3 Add tests for shortcuts service 2024-08-20 17:05:13 +08:00
deaa0e8856 Use an upsert for the default shortcuts 2024-08-20 16:41:04 +08:00
13cdedf655 Merge pull request #4271 from omnivore-app/dependabot/npm_and_yarn/elliptic-6.5.7
Bump elliptic from 6.5.4 to 6.5.7
2024-08-20 15:48:38 +08:00
b9948563d7 Merge pull request #4282 from omnivore-app/fix/web-settings-menu
Web settings menu
2024-08-20 15:25:17 +08:00
ff8d369560 Clean up URLs for page metadata 2024-08-20 15:12:18 +08:00
2e807d6d3a Simplify the settings menu dropdown 2024-08-20 15:11:47 +08:00
cf8174b874 Merge pull request #4281 from omnivore-app/fix/pending-items-refresh
Re-enable the processing items checks
2024-08-20 14:47:46 +08:00
51f9fb0c2d Re-enable the processing items checks 2024-08-20 13:19:29 +08:00
a871049000 Merge pull request #4268 from ethan-grinberg/main
fix: ui bug on bulk import
2024-08-20 13:08:01 +08:00
15f7b00989 Merge pull request #4241 from omnivore-app/dependabot/npm_and_yarn/multi-93d15ec450
Bump fs-extra and @types/fs-extra
2024-08-20 10:52:24 +08:00
f7b9acda2a Merge pull request #4267 from omnivore-app/fix/web-infinite-scroll
More debugging on infinite scroll
2024-08-19 16:48:09 +08:00
587df5c3a5 Remove unused component 2024-08-19 16:37:24 +08:00
ca1dba7bd6 Remove fetchPreviousPage from fetchMore 2024-08-19 16:21:34 +08:00
529a81dd8a Dont need previous fetching anymore 2024-08-19 16:06:10 +08:00
5f59a1d364 Can go back to old items list now 2024-08-19 15:58:56 +08:00
64cb4eb249 Instead of checking limit use initial index for cache checks 2024-08-19 15:35:02 +08:00
82f5c5017c log filteredPages 2024-08-19 15:30:47 +08:00
e2a49aec71 Trim old pages from the cache 2024-08-19 15:10:20 +08:00