aboutsummaryrefslogtreecommitdiffstats
path: root/packages/e2e_tests/utils (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-12-27fix(tests): fix the asset upload testsMohamed Bassem1-0/+11
2025-05-18refactor: Migrate from NextJs's API routes to Hono based routes for the API ↵Mohamed Bassem1-1/+1
(#1432) * Setup Hono and migrate the highlights API there * Implement the tags and lists endpoint * Implement the bookmarks and users endpoints * Add the trpc error code adapter * Remove the old nextjs handlers * fix api key not found handling * Fix trpc error handling * Fix 204 handling * Fix search ordering * Implement the singlefile endpoint * Implement the asset serving endpoints * Implement webauth * Add hono as a catch all route under api * fix tests
2025-04-21chore: rename missing files/conf from Hoarder to Karakeep (#1280)adripo1-1/+1
* refactor: Rename remaining project configuration from Hoarder to Karakeep * some fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
2025-04-16tests: Add some simple crawler testsMohamed Bassem1-0/+24
2025-04-12chore: Rename hoarder packages to karakeepMohamedBassem1-1/+1
2024-12-30chore: Setup and add e2e tests for the API endpointsMohamed Bassem2-0/+77