Commit Graph

983 Commits

Author SHA1 Message Date
二丫讲梵 bc4e71c628
feat(nacos): allow pinning namespaces 2026-06-25 17:39:46 +08:00
t8y2 42541d1146 fix(export): align row limits and progress 2026-06-25 17:01:32 +08:00
二丫讲梵 c2aeaaa8f7
feat(ai): 添加 Codex CLI 命令解析和环境变量处理功能
- 实现了对 Codex CLI 命令的解析,支持路径解析和环境变量设置
- 增加了对命令环境的处理,确保正确的执行路径
- 添加了相关的单元测试,确保功能的正确性
2026-06-25 16:47:43 +08:00
zipg d96448b5a5
fix(ui): 修复驱动管理与首页重叠
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
2026-06-25 16:46:45 +08:00
t8y2 b2edf7cad6 fix(oracle): apply visible schema filter 2026-06-25 15:19:20 +08:00
zipg 1ded7e8332
fix(ui): 保留驱动管理标签页状态
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
2026-06-25 14:52:37 +08:00
zipg 150daadb53
fix(grid): optimize data grid interactions 2026-06-25 13:51:14 +08:00
t8y2 3aff6d30ae fix(sidebar): indicate opened databases by icon state 2026-06-25 13:09:02 +08:00
lexmin0412 1ce85b647e
refactor(redis): use onClickOutside for TTL edit a11y (#1778) 2026-06-25 12:40:29 +08:00
YangYuS8 6b389dbdfa
fix(app): import SQLite file path from Navicat NCX (#1773) 2026-06-25 12:38:11 +08:00
ptma 484d20922a
fix(postgres): handle PostgreSQL views 2026-06-25 10:54:38 +08:00
lexmin0412 2999d9c56f
fix(redis): add blur-to-exit for TTL inline edit (#1724)
* fix(redis): add blur-to-exit for TTL inline edit (#1724)

* fix(redis): ensure TTL input auto-focuses on edit
2026-06-25 10:37:28 +08:00
大峰 40c93b9dad
feat(connection): add visible schema filtering 2026-06-25 01:36:06 +08:00
Spencer.Chang 529454e6d1
feat(structure): add configurable preset fields for new tables 2026-06-25 01:05:36 +08:00
t8y2 cc2fa698d2 fix: resolve conflict markers in non-sql connection filter lists 2026-06-25 01:02:25 +08:00
miracle 0effda91b3
feat(zookeeper): add agent client browsing and node management 2026-06-25 00:40:48 +08:00
t8y2 a0df43c391 fix(geometry): preserve polygon holes 2026-06-25 00:37:59 +08:00
t8y2 bf9ef4365b feat(vector): add weaviate support 2026-06-25 00:31:27 +08:00
zipg 09cdf07aab
fix(sql-library): fix files in folders not opening on click 2026-06-25 00:29:51 +08:00
haipengno1 41ab2fae2a
feat(sidebar): pin database row while scrolling the tree 2026-06-25 00:20:32 +08:00
t8y2 5522842b19 fix(ci): fix broken tests after external-sql and xlsx changes 2026-06-25 00:16:11 +08:00
t8y2 bc49bbbbfa fix(mongo): parse newline chained find calls 2026-06-24 23:21:06 +08:00
t8y2 b89df5a43c feat(sql): save external files locally 2026-06-24 23:13:17 +08:00
hb fa29d4bbde
feat(sql): add placeholders to built-in snippets 2026-06-24 23:10:43 +08:00
t8y2 c8464bf842 fix(mongo): use page size for aggregate results 2026-06-24 22:38:00 +08:00
t8y2 0e2d0b0413 feat(editor): keep semicolon-gap execution on previous statement 2026-06-24 22:28:21 +08:00
t8y2 15546387db feat(editor): filter schema selector options 2026-06-24 22:12:32 +08:00
zipg dfcd52a607
fix: improve cell detail editor scroll and height
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
2026-06-24 21:19:08 +08:00
miracle 588ba3352d
feat: stream query result CSV/XLSX exports
* docs: add query result streaming export design

* feat(core): stream query result exports

* feat: expose query result streaming export APIs

* feat(desktop): stream query result exports from grid

* fix: route query result export cancellation through its command

* fix: reduce query export batch size and cancel latency

* opt: del local test files
2026-06-24 21:18:11 +08:00
jischeng 849caf4b39
feat(ssh): probe none authentication before credentials
Some SSH proxies and jump-hosts authenticate with the "none" method,
requiring no password or key. dbx only tried publickey/password/agent,
so connecting through such a host failed with "SSH public key
authentication failed" — and the frontend forced users to enter a
credential just to pass validation.

- Backend: probe authenticate_none first in connect_and_authenticate;
  on rejection fall back to the configured credential method, matching
  standard openssh behavior.
- Frontend: drop the "password/key/agent required" check in
  validateTransportLayers so passwordless hops can be saved and tested.

Refs #1628
2026-06-24 21:05:57 +08:00
t8y2 4b45912862 fix(tdengine): show database objects without schema layer 2026-06-24 20:18:29 +08:00
zipg b09e3d188e
fix: reposition cell detail edit buttons for side panel layout
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
2026-06-24 20:13:29 +08:00
t8y2 4f6b92316a feat(layout): persist query results pane splitter position 2026-06-24 19:28:14 +08:00
zipg 96aada2631
fix: optimize query cell detail panel layout
* fix: improve cell detail editor layout

* test: update cell detail drawer default

---------

Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
2026-06-24 19:15:51 +08:00
t8y2 23edbe391f feat(postgres): support schema comments 2026-06-24 18:35:43 +08:00
zipg ded3fdde32
feat(filter): support temporarily disabling filter rules
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
2026-06-24 18:09:09 +08:00
zipg 5846f85ce6
fix(sidebar): fix advanced view sidebar table search scope 2026-06-24 16:04:03 +08:00
t8y2 829f6dc7eb feat(grid): add current page sorting 2026-06-24 15:39:40 +08:00
t8y2 9621f277bf fix(clickhouse): fix sorted query sql 2026-06-24 15:26:21 +08:00
t8y2 3be3eb698a fix(editor): make Tab key honor configured indent width 2026-06-24 14:49:20 +08:00
luoianun b8511051cd
feat(editor): auto alias SQL table completions
* feat: auto alias SQL table completions

* fix: preserve alias suggestion fallback order

---------

Co-authored-by: t8y2 <1156263951@qq.com>
2026-06-24 14:48:47 +08:00
zipg 1cd3406e94
修复驱动管理与侧边栏展开的前台显示问题
* 修复标签页切换和侧边栏展开滚动

* chore: rerun ci

---------

Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
2026-06-24 14:08:58 +08:00
t8y2 886c11f8e6 fix(postgres): cast grid like filters 2026-06-24 14:04:01 +08:00
dalew c8291d0d7d
feat(redis): add Redis Instance Info Dashboard panel (#1411) 2026-06-24 13:21:00 +08:00
t8y2 4558984016 fix(clickhouse): support data grid editing 2026-06-24 13:17:27 +08:00
lexmin0412 941dfd5f82
feat(redis): optimize TTL display with human-readable format (#1689) 2026-06-24 12:53:59 +08:00
t8y2 c411cc6707 fix(grid): reset filter/sort when reusing data tab 2026-06-24 12:52:31 +08:00
不吃西葫芦 9a0a32e04c
fix(connection): recover connection state after VPN failures (#641) 2026-06-24 01:44:46 +08:00
二丫讲梵 3ebfae05a2
feat(nacos): add Nacos management console (#1456) 2026-06-24 01:19:18 +08:00
Spencer.Chang ff1559f018
feat(editor): add View DDL action to query editor context menu (#280) 2026-06-24 00:48:35 +08:00