aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-09fix: Remove old downloaded video when it gets refreshedMohamed Bassem1-0/+2
2024-11-09fix: Only update bookmark tagging/crawling status when worker is out of retriesMohamed Bassem5-19/+26
2024-11-09fix: Feed refreshes were not getting re-enqueued for failed jobsMohamed Bassem1-1/+1
2024-11-03fix: Pass arguments to monolith and yt-dlp as array for better escapingMohamed Bassem2-2/+2
2024-11-03fix: Fix bug in tag normalization regex. Fixes #595Mohamed Bassem1-1/+1
2024-11-03feature: Schedule RSS feed refreshes every hourMohamed Bassem3-3/+37
2024-11-03feature: Add support for subscribing to RSS feeds. Fixes #202Mohamed Bassem4-2/+190
2024-10-28feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka4-52/+272
2024-10-27deps: Extract the queue implementation into its own reposMohamed Bassem5-5/+5
2024-10-27fix: Index the summary in searchMohamed Bassem1-0/+1
2024-10-27feature: Add a summarize with AI button for linksMohamed Bassem1-3/+6
2024-10-26refactor: Move inference to the shared packageMohamed Bassem3-159/+2
2024-10-20feature: Add OCR support for images. Fixes #296Mohamed Bassem3-1/+44
2024-10-19fix(workers): Pin execa to avoid ERR_PACKAGE_PATH_NOT_EXPORTED errorYour Name1-1/+1
2024-10-19feature: Allow reseting user password, change their roles and create new user...kamtschatka1-1/+1
2024-10-12deps: Upgrade metascraper for faster docker buildsMohamedBassem1-10/+10
2024-10-12feature: Allow customizing the inference's context lengthMohamedBassem4-19/+11
2024-10-12feature: Introduce a mechanism to cleanup dangling assetsMohamedBassem2-3/+116
2024-10-06refactor: Start tracking bookmark assets in the assets tableMohamedBassem1-60/+83
2024-10-06refactor: Include userId in the assets tableMohamedBassem1-0/+5
2024-10-05deps: Upgrade openai packageMohamedBassem1-1/+1
2024-09-30feature(web): Add ability to manually trigger full page archives. Fixes #398 ...kamtschatka1-3/+5
2024-09-29feature(web): Add the ability to customize the inference prompts. Fixes #170MohamedBassem1-39/+42
2024-09-26fix(workers): Log stacktrace on worker error. #424 (#429)kamtschatka3-3/+7
2024-09-15deps: Upgrade drizzle and next auth drizzle adapterMohamedBassem1-1/+1
2024-09-15feature(worker): Allow configuring inference job timeout and ollama keep aliv...MohamedBassem2-1/+2
2024-08-31build: Fix sherif failures by sorting depsMohamedBassem1-1/+1
2024-07-28fix(workers): Shutdown workers on SIGTERMMohamedBassem2-0/+9
2024-07-21fix: async/await issues with the new queue (#319)kamtschatka2-3/+3
2024-07-21refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)Mohamed Bassem5-72/+75
2024-07-14fix: monolith not embedding SVG files correctly. Fixes #289 (#306)kamtschatka1-5/+2
2024-07-01refactor: added the bookmark type to the database (#256)kamtschatka1-0/+6
2024-06-29refactor: remove redundant code from crawler worker and refactor handling of ...kamtschatka1-32/+49
2024-06-23feature: Automatically transfer image urls into bookmared assets. Fixes #246MohamedBassem1-6/+16
2024-06-23refactor: extract assets into their own database table. #215 (#220)kamtschatka1-29/+71
2024-06-22feature: add support for PDF links. Fixes #28 (#216)kamtschatka1-57/+163
2024-06-09fix: Trigger search re-index on bookmark tag manual updates. Fixes #208 (#210)kamtschatka2-10/+4
2024-06-07fix(workers): AI infered tags can contain " " at the beginning. Fixes #184 (#...kamtschatka1-3/+5
2024-05-26fix(crawler): Only update the database if full page archival is enabledMohamedBassem1-19/+19
2024-05-26feature: Full page archival with monolith. Fixes #132MohamedBassem2-1/+66
2024-05-18feature(inference): Improve ollama tagging (#162)kamtschatka1-5/+12
2024-05-15feature(crawler): Allow connecting to browser's websocket address and launchi...MohamedBassem1-28/+55
2024-05-12feature: Take full page screenshots #143 (#148)kamtschatka1-1/+2
2024-04-26fix(inference): Attempt to reuse existing identical tagsMohamedBassem1-22/+62
2024-04-26feature(crawler): Allow increasing crawler concurrency and configure storing ...MohamedBassem1-0/+13
2024-04-23fix(crawler): Better extraction for amazon imagesMohamedBassem2-0/+3
2024-04-23fix(workers): Increase robustness of search worker and add extra logging. Fix...MohamedBassem1-24/+45
2024-04-23fix(workers): Set a modern user agent and update the default viewport sizeMohamedBassem1-0/+7
2024-04-20feature: Allow recrawling bookmarks without running inference jobsMohamedBassem1-7/+29
2024-04-20feature: Download images and screenshotsMohamedBassem1-28/+130