aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers/admin.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: Trigger search re-index on bookmark tag manual updates. Fixes #208 (#210)kamtschatka2024-06-091-8/+2
| | | | | | | | | | | | * re-index of database is not scanning all places when bookmark tags are changed. Manual indexing is working as workaround #208 introduced a new function to trigger a reindex to reduce copy/paste added missing reindexes when tags are deleted/bookmarks are updated * give functions a bit more descriptive name --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> Co-authored-by: MohamedBassem <me@mbassem.com>
* feature: Allow recrawling bookmarks without running inference jobsMohamedBassem2024-04-201-0/+2
|
* fix: Differentiate between pending in db and in redis in admin job statsMohamedBassem2024-04-121-18/+52
|
* feature: Recrawl failed links from admin UI (#95)Ahmad Mujahid2024-04-111-19/+45
| | | | | * feature: Retry failed crawling URLs * fix: Enhancing visuals and some minor changes.
* format: Add missing lint and format, and format the entire repoMohamedBassem2024-03-301-2/+4
|
* refactor: Extract trpc logic into its packageMohamedBassem2024-03-051-0/+77