dbx/src-tauri
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
..
capabilities fix(nacos): 配置导出功能与配置格式完善 2026-06-25 19:22:55 +08:00
icons Add configurable black app icons and logo (#564) 2026-05-31 10:15:59 +08:00
src feat(mongodb): support collection stats shell commands 2026-07-03 21:32:29 +08:00
windows/nsis fix(release): allow missing WebView2 loader 2026-07-01 10:28:05 +08:00
.gitignore fix: skip macOS framework lookup in dev mode via build.rs 2026-05-07 22:21:13 +08:00
Cargo.lock chore: bump version to 0.4.2 2026-05-06 20:24:13 +08:00
Cargo.toml chore: bump module versions 2026-07-03 01:06:54 +08:00
Entitlements.plist fix: support DuckDB extensions in macOS builds 2026-05-27 10:43:20 +08:00
Info.plist fix(macos): add local network permission prompt 2026-06-24 17:42:19 +08:00
build.rs feat: custom theme system with PostgreSQL PL/pgSQL highlighting fix 2026-06-06 20:59:21 +08:00
tauri.conf.json chore: bump module versions 2026-07-03 01:06:54 +08:00
tauri.webview2-offline.conf.json feat(release): add Windows WebView2 offline installer 2026-06-30 19:50:41 +08:00