dbx/packages/node-core/tests
onenewcode 91c77e53c4
feat(mongodb): support collection stats shell commands
Add db.coll.stats() / dataSize() / storageSize(scale) / totalIndexSize()
so these MongoDB shell commands return a result grid instead of the
"Use MongoDB shell-style commands" error (issue #2529).

- backend: collStats via mongo_driver.collection_stats, wired through
  mongo_ops, the dbx-web /mongo/collection-stats route, the tauri
  mongo_collection_stats command, and the MCP data bridge
- node-core: parseMongoCollectionStatsCommand + result formatter and
  executeQuery dispatch (web build + MCP path)
- desktop: mirror the parser/executor/autocomplete in mongoShellCommand.ts,
  queryStore.ts, api/tauri/http facade, and mongoCompletion.ts
- tests for the parser, result formatter, and completion entries

Close #2529
2026-07-03 21:32:29 +08:00
..
collections.test.ts feat(vector): add ChromaDB support 2026-06-26 01:41:36 +08:00
connection-store.test.ts
driver-manifest.test.ts
entrypoint.test.ts fix(check): stabilize pnpm check on Windows 2026-06-26 17:55:58 +08:00
format.test.ts
mongo-query.test.ts feat(mongodb): support collection stats shell commands 2026-07-03 21:32:29 +08:00
paths.test.ts
postgres-url.test.ts
redis-command.test.ts fix(mcp): add direct Redis command execution 2026-06-26 22:27:31 +08:00
redis-direct.test.ts fix(mcp): add direct Redis command execution 2026-06-26 22:27:31 +08:00
rqlite-direct.test.ts
schema-context.test.ts
sql-safety.test.ts
sqlite-direct.test.ts fix(check): stabilize pnpm check on Windows 2026-06-26 17:55:58 +08:00
starrocks-url.test.ts feat(connection): add StarRocks TLS support 2026-07-02 16:37:20 +08:00