aboutsummaryrefslogtreecommitdiffstats
path: root/packages/e2e_tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: rename missing files/conf from Hoarder to Karakeep (#1280)adripo2025-04-2110-31/+31
| | | | | | | | | * refactor: Rename remaining project configuration from Hoarder to Karakeep * some fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* tests: Add some simple crawler testsMohamed Bassem2025-04-166-14/+161
|
* fix: Add password salt to the user tableMohamed Bassem2025-04-151-2/+2
|
* feat: Add an MCP server for karakeepMohamed Bassem2025-04-131-0/+1
|
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-129-16/+22
|
* chrore: Update meilisearch version to 13.3 in both docker compose files (#1244)Mark :)2025-04-121-1/+1
| | | | | | | * feat: update meilisearch to v1.13.3 in compose.dev * feat: update meilisearch in docker-compose.yml to 13.3 * update e2e_tests meilisearch to 1.13.3
* deps: Upgrade vitestMohamed Bassem2025-03-221-1/+1
|
* ci: Fix E2E test timeoutMohamed Bassem2025-03-161-0/+1
|
* feat: Add endpoints for whoami and user stats. Fixes #1113Mohamed Bassem2025-03-111-0/+102
|
* fix: Revert the accidental upgrade of deps. #1107Mohamed Bassem2025-03-101-1/+1
|
* build(deps-dev): bump vitest from 1.3.1 to 1.6.1 (#1104)dependabot[bot]2025-03-091-1/+1
| | | | | | | | | | | | | | Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.3.1 to 1.6.1. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.6.1/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: Add support for singlefile extension uploads. #172Mohamed Bassem2025-01-111-0/+51
|
* ci: Fix build by using the workspace sdk packageMohamed Bassem2025-01-051-1/+1
|
* feat: Expose the search functionality in the REST APIMohamed Bassem2025-01-052-1/+118
|
* feat: Expose asset manipulation endpoints in the REST APIMohamed Bassem2025-01-041-0/+162
|
* feat: Add support for smart lists (#802)Mohamed Bassem2025-01-022-1/+48
| | | | | | | | | | | | | | | | | | | * feat: Add support for smart lists * i18n * Fix update list endpoint * Add a test for smart lists * Add header to the query explainer * Hide remove from lists in the smart context list * Add proper validation to list form --------- Co-authored-by: Deepak Kapoor <41769111+orthdron@users.noreply.github.com>
* chore: add format:fix and lint:fix scripts to all packagesMohamed Bassem (aider)2024-12-311-0/+2
|
* build: Fix sdk and e2e_tests buildsMohamed Bassem2024-12-301-1/+1
|
* chore: Setup and add e2e tests for the API endpointsMohamed Bassem2024-12-3013-0/+1314