dbx/docs
Yong Studt 2628fb8374
feat(elasticsearch): add SQL-model execution with mapping-aware completion
- Route SELECT * FROM <index> through /_search for simple browses; aggregates/projections stay on /_sql
- Drive completion columns from /_mapping (flattened dotted fields, multi-fields)
- Switch editor completion to SQL when the active statement starts with SELECT/WITH on ES
- Skip generic SQL semantic diagnostics for ES (hyphenated wildcard indices caused 500s)
- Wire ES into server-side pagination plan; derive completion context from line blocks
- Fix result-grid pagination exceeding in-memory result sets (allRowsLoaded)
2026-06-08 17:53:05 +08:00
..
app docs(site): update theme and search 2026-06-01 13:29:36 +08:00
components docs(site): update theme and search 2026-06-01 13:29:36 +08:00
content/docs feat: add KWDB support 2026-06-05 16:55:38 +08:00
lib chore: migrate test runner from node:test/tsx to vitest 2026-06-08 01:17:27 +08:00
performance perf: reduce high-density DOM memory (#404) 2026-05-22 14:02:13 +08:00
public feat(docs): add comprehensive SEO optimization for static docs site 2026-05-28 00:31:34 +08:00
scripts feat(docs): add comprehensive SEO optimization for static docs site 2026-05-28 00:31:34 +08:00
.gitignore docs: add VitePress documentation site with i18n 2026-05-03 16:54:36 +08:00
logo.png
next-env.d.ts feat(docs): add changelog system, install tabs, and sync workflow 2026-05-16 18:41:12 +08:00
next.config.mjs docs: remove basePath for custom domain deployment 2026-05-07 13:21:46 +08:00
package.json chore: switch license to Apache-2.0 2026-06-07 17:34:59 +08:00
pnpm-lock.yaml docs(site): update theme and search 2026-06-01 13:29:36 +08:00
postcss.config.mjs docs: migrate from VitePress to Fumadocs (Next.js) 2026-05-06 10:17:17 +08:00
qq-group.jpg
screenshot-ai.jpg docs: add screenshots and reorder README sections 2026-05-01 21:55:00 +08:00
screenshot-connections.jpg docs: add screenshots and reorder README sections 2026-05-01 21:55:00 +08:00
screenshot-dark.png docs: revamp README with new screenshots and AGPL-3.0 license 2026-05-06 01:40:54 +08:00
screenshot-er.png docs: revamp README with new screenshots and AGPL-3.0 license 2026-05-06 01:40:54 +08:00
screenshot-es-sql-completion.png feat(elasticsearch): add SQL-model execution with mapping-aware completion 2026-06-08 17:53:05 +08:00
screenshot-es-sql-pagination.png feat(elasticsearch): add SQL-model execution with mapping-aware completion 2026-06-08 17:53:05 +08:00
screenshot-grid.png docs: revamp README with new screenshots and AGPL-3.0 license 2026-05-06 01:40:54 +08:00
screenshot-light.png docs: revamp README with new screenshots and AGPL-3.0 license 2026-05-06 01:40:54 +08:00
screenshot.png docs: update README with new features, badges, and contributors (#36) 2026-04-30 18:10:44 +08:00
source.config.ts docs: migrate from VitePress to Fumadocs (Next.js) 2026-05-06 10:17:17 +08:00
tsconfig.json docs: migrate from VitePress to Fumadocs (Next.js) 2026-05-06 10:17:17 +08:00
wechat-group.jpg
wrangler.json fix(docs): deploy static site as worker 2026-05-18 20:51:44 +08:00