[PR #236] [CLOSED] Changes to have more assets #215 #1568

Closed
opened 2026-03-02 11:58:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/236
Author: @kamtschatka
Created: 6/18/2024
Status: Closed

Base: mainHead: more-content-updated


📝 Commits (5)

  • d84875d Allow downloading more content from a webpage and index it #215
  • c917a4c Allow downloading more content from a webpage and index it #215
  • 11367ce generalize the assets table to not be linked in particular to links
  • 2903e85 Merge branch 'hoarder-app:main' into more-content
  • 269c722 Changes to have more assets #215

📊 Changes

10 files changed (+1333 additions, -102 deletions)

View changed files

📝 apps/web/components/dashboard/preview/LinkContentSection.tsx (+4 -4)
📝 apps/workers/crawlerWorker.ts (+91 -38)
packages/db/drizzle/0023_keen_bromley.sql (+31 -0)
packages/db/drizzle/meta/0023_snapshot.json (+1053 -0)
📝 packages/db/drizzle/meta/_journal.json (+7 -0)
📝 packages/db/schema.ts (+64 -28)
📝 packages/shared-react/utils/bookmarkUtils.ts (+7 -4)
📝 packages/shared/assetdb.ts (+14 -0)
📝 packages/shared/types/bookmarks.ts (+23 -3)
📝 packages/trpc/routers/bookmarks.ts (+39 -25)

📄 Description

The same as https://github.com/hoarder-app/hoarder/pull/220 but with extracted functions and automatic mapping from the database to the asset properties


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/236 **Author:** [@kamtschatka](https://github.com/kamtschatka) **Created:** 6/18/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `more-content-updated` --- ### 📝 Commits (5) - [`d84875d`](https://github.com/karakeep-app/karakeep/commit/d84875d7b3f4b7ece7a8fbdbe32f4cdfce307554) Allow downloading more content from a webpage and index it #215 - [`c917a4c`](https://github.com/karakeep-app/karakeep/commit/c917a4cbec8f935b9b78121a75644369dca5d5e0) Allow downloading more content from a webpage and index it #215 - [`11367ce`](https://github.com/karakeep-app/karakeep/commit/11367cec46e62d617fc18b0ef526cbeee69663b4) generalize the assets table to not be linked in particular to links - [`2903e85`](https://github.com/karakeep-app/karakeep/commit/2903e85c3e5334aed0c9b2857d877bb5cfce7dd2) Merge branch 'hoarder-app:main' into more-content - [`269c722`](https://github.com/karakeep-app/karakeep/commit/269c7226b38e3fa612d6fed40f11dd1665d3dc4c) Changes to have more assets #215 ### 📊 Changes **10 files changed** (+1333 additions, -102 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/dashboard/preview/LinkContentSection.tsx` (+4 -4) 📝 `apps/workers/crawlerWorker.ts` (+91 -38) ➕ `packages/db/drizzle/0023_keen_bromley.sql` (+31 -0) ➕ `packages/db/drizzle/meta/0023_snapshot.json` (+1053 -0) 📝 `packages/db/drizzle/meta/_journal.json` (+7 -0) 📝 `packages/db/schema.ts` (+64 -28) 📝 `packages/shared-react/utils/bookmarkUtils.ts` (+7 -4) 📝 `packages/shared/assetdb.ts` (+14 -0) 📝 `packages/shared/types/bookmarks.ts` (+23 -3) 📝 `packages/trpc/routers/bookmarks.ts` (+39 -25) </details> ### 📄 Description The same as https://github.com/hoarder-app/hoarder/pull/220 but with extracted functions and automatic mapping from the database to the asset properties --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:58:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1568
No description provided.