aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-31chore: add format:fix and lint:fix scripts to all packagesMohamed Bassem (aider)1-0/+2
2024-12-29deps: Upgrade drizzle-orm to 0.38.3Mohamed Bassem1-1/+1
2024-12-26refactor: Move asset preprocessing to its own worker out of the inference workerMohamed Bassem5-118/+231
2024-12-08feature: Store crawling status code and allow users to find broken links. Fix...Mohamed Bassem1-4/+6
2024-11-30feature(workers): Allow running hoarder without chrome as a hard dependency. ...Mohamed Bassem1-11/+35
2024-11-24fix(workers): Add spaces in tag placeholders for better tokenizationMohamed Bassem1-3/+3
2024-11-24feature: Add support for tag placeholders in custom prompts. #111 (#612)kamtschatka1-1/+42
2024-11-23fix(workers): Set a timeout on the screenshot call and completely skip it if ...Mohamed Bassem1-13/+32
2024-11-21fix(workers): Don't block connection to chrome when failing to download adblo...Mohamed Bassem2-7/+24
2024-11-21chore(workers): Add extra logging for browser connection errorsMohamed Bassem1-1/+1
2024-11-09fix: Stop erroring in video download when there's no media foundMohamed Bassem1-1/+5
2024-11-09fix: Improve the robustness of the feed workerMohamed Bassem1-4/+27
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