feat(files): add workspace content search #29418
ci.yml
on: pull_request
Detect Version
Migrate Dev DB
/
Apply Database Migrations
Detect Desktop Changes
Matrix: Build AMD64
Matrix: Build ARM64 (GHCR Only)
Test and Build
/
Lint and Test
4m 15s
Test and Build
/
Build App
2m 32s
Check Docs Changes
Matrix: Build Dev ECR
Deploy Trigger.dev (Dev)
0s
Matrix: Create GHCR Manifests
Process Docs
/
Process Documentation Embeddings
Prune Desktop Prereleases
0s
Desktop Release
/
Build, Sign, Notarize
Annotations
5 errors and 9 warnings
|
Test and Build / Lint and Test
Process completed with exit code 1.
|
|
lib/workspace-files/application/operations.test.ts > file operation registry > allows executor delegation only for operations used by the internal file tool:
apps/sim/lib/workspace-files/application/operations.test.ts#L44
AssertionError: expected [ 'files.read_metadata', …(9) ] to deeply equal [ 'files.read_metadata', …(8) ]
- Expected
+ Received
@@ -1,8 +1,9 @@
[
"files.read_metadata",
"files.read_content",
+ "files.search_content",
"files.download",
"files.create",
"files.update_content",
"files.move",
"files.share.read",
❯ lib/workspace-files/application/operations.test.ts:44:34
|
|
blocks/blocks.test.ts > Blocks Module > File block > should expose v5 with read (files only) and a get content operation:
apps/sim/blocks/blocks.test.ts#L170
AssertionError: expected [ 'file_read', …(8) ] to deeply equal [ 'file_read', …(7) ]
- Expected
+ Received
@@ -1,8 +1,9 @@
[
"file_read",
"file_get_content",
+ "file_search",
"file_fetch",
"file_write",
"file_append",
"file_compress",
"file_decompress",
❯ blocks/blocks.test.ts:170:71
|
|
Test and Build / Lint and Test
@sim/app#test: command (/home/runner/_work/sim/sim/apps/sim) /home/runner/.bun/bin/bun run test exited (1)
|
|
Test and Build / Lint and Test
Process completed with exit code 1.
|
|
Test and Build / Lint and Test
Skipping sticky disk commit due to previous step failures
|
|
Test and Build / Lint and Test
- Step: unknown (failed)
|
|
Test and Build / Lint and Test
Found 2 failed/cancelled steps in previous workflow steps
|
|
Test and Build / Lint and Test
Skipping sticky disk commit due to previous step failures
|
|
Test and Build / Lint and Test
- Step: unknown (failed)
|
|
Test and Build / Lint and Test
Found 2 failed/cancelled steps in previous workflow steps
|
|
Test and Build / Lint and Test
Skipping sticky disk commit due to previous step failures
|
|
Test and Build / Lint and Test
- Step: unknown (failed)
|
|
Test and Build / Lint and Test
Found 2 failed/cancelled steps in previous workflow steps
|