Commit Graph

4517 Commits

Author SHA1 Message Date
二丫讲梵 fa6540b739
fix(sidebar): 修复搜索筛选树分组折叠在 scope-only 过滤下空操作
* 🐛 fix(sidebar): 修复搜索筛选树的分组折叠与重复点击切换

- 在保留搜索子树时应用临时折叠状态,避免空分组重新展开
- 仅在搜索筛选期间记录节点折叠操作
- 允许分组标签双击后的连续点击正常切换展开状态
- 补充侧边栏搜索及节点点击行为测试

* fix(sidebar): collapseAllTreeNodes 按 scope-only 过滤填充 searchCollapsedIds

---------

Co-authored-by: t8y2 <t8y2@users.noreply.github.com>
Co-authored-by: skyler <1156263951@qq.com>
2026-08-06 00:55:24 +08:00
t8y2 b58c221e16
test(sidebar): 同步 openObjectSourceDialog 正则到 editableSource 2026-08-06 00:39:05 +08:00
zipg 445b6473f4
fix(saved-sql): 修复 SQL 库连接关联丢失与历史文件不可见
* fix: 持久化并显示 SQL 库连接关联

* fix: 补充 SQL 库关联状态翻译

* chore: 修复数据标签页策略格式

---------

Co-authored-by: zipg <4047349+zipg@users.noreply.github.com>
2026-08-05 23:58:32 +08:00
Guoyu Su 580b70e1d4
feat(sidebar): expose visible object filter 2026-08-05 23:58:22 +08:00
zipg 2ede64f1cb
feat(db): 支持 VictoriaMetrics 数据库
* feat(victoriametrics): support native MetricsQL queries

* fix(victoriametrics): 完善指标浏览和结果导出

* fix(victoriametrics): 修复指标对象通用操作入口

* fix(victoriametrics): 修正指标注释和截断提示

* fix(i18n): 补齐 VictoriaMetrics 连接配置翻译

---------

Co-authored-by: zipg <4047349+zipg@users.noreply.github.com>
2026-08-05 23:58:11 +08:00
二丫讲梵 930aa48c20
feat(grid): 新增原始数据复制模式并设为默认
*  feat(grid): 新增原始数据复制模式并设为默认

- 原样输出单元格内容,不对引号、制表符和换行进行 DSV 转义
- 支持原始数据复制后的网格粘贴还原
- 补充多语言复制选项文案及前后端提取器实现与测试

*  feat(grid): 优化新增智能复制选项

- 单个单元格复制保留原始单元格文本,多单元格自动使用转义 TSV
- 默认复制设置由格式选择升级为复制行为选择,并支持预览
- 限制原始文本格式仅用于单单元格复制
- 更新多语言文案及相关测试
2026-08-05 23:58:01 +08:00
Yy-702 e749bdd42c
feat(oracle): Ctrl/Cmd+click 打开存储过程源码
* feat(oracle): open procedure source via Ctrl/Cmd+click in SQL editor

Allow navigating from SQL identifiers to routine source like DataGrip/DBeaver.
Call sites open immediately without a global ALL_OBJECTS scan, and query-tab
views wrap bare Oracle ALL_SOURCE as CREATE OR REPLACE for editable DDL.

Close #5290

* fix(oracle): harden Ctrl/Cmd+click navigation identity model

Address review feedback on routine navigation correctness:
- Distinguish relation column lists (INSERT INTO t(...)) from routine calls
- Resolve schema.routine vs package.member before optimistic open
- Preserve quoted mixed-case identities for Oracle ALL_SOURCE lookup
- Try exact then uppercase name candidates in the Oracle Go agent
2026-08-05 23:57:50 +08:00
zipg 44e0eff76e
fix(transfer): 修复 OceanBase 向 MySQL 传输建表失败
Co-authored-by: zipg <4047349+zipg@users.noreply.github.com>
2026-08-05 23:57:40 +08:00
zipg 51dedaa5b7
fix(structure): 允许清除已删除字段的索引引用
Co-authored-by: zipg <4047349+zipg@users.noreply.github.com>
2026-08-05 23:57:30 +08:00
zipg e1822cb704
feat(ui): 补充国产数据库中文品牌名称
Co-authored-by: zipg <4047349+zipg@users.noreply.github.com>
2026-08-05 23:15:53 +08:00
github-actions[bot] a6d335fff9 chore(packages): release 0.4.55 [skip node-packages-release] 2026-08-05 11:31:01 +00:00
github-actions[bot] 1b11098ddb chore: bump module versions [skip ci] 2026-08-05 11:26:29 +00:00
t8y2 f0c0065b17
fix(ci): set up sccache before win7 cargo fetch 2026-08-05 17:29:28 +08:00
t8y2 ecec6381ed
fix(docker): copy all vendored patched crates in image build 2026-08-05 17:29:27 +08:00
miracle c8c40ba839
fix(errors): unify backend error protocol and preserve db detail 2026-08-05 17:25:21 +08:00
t8y2 f1617bbd87
chore(release): prepare v0.5.76 2026-08-05 16:35:50 +08:00
t8y2 1ebff8e7a5
fix(tabs): apply oxfmt formatting to dataTabOpenPolicy 2026-08-05 16:20:39 +08:00
zipg ad81f02db4
fix(sqlserver): show PRINT messages 2026-08-05 15:53:16 +08:00
zipg 5d89e01247
fix(kingbase): show connectable custom template databases 2026-08-05 15:52:54 +08:00
Abeautifulsnow 62624786dc
feat(mcp): add update notification badge 2026-08-05 15:52:20 +08:00
Anubis 7243f5eb06
fix(postgresql): keep enum queries on binary protocol 2026-08-05 15:29:33 +08:00
zipg c972dab3d0
fix(quick-open): search unloaded tables after cold start 2026-08-05 14:58:03 +08:00
miracle 605d20dd4f
perf(export): optimize SQL export performance 2026-08-05 14:57:06 +08:00
zipg 7fd4aef060
fix(grid): optimize data filter control width 2026-08-05 14:52:18 +08:00
onenewcode 12360e9793
fix(mysql): allow SHOW TRIGGERS in agent 2026-08-05 14:51:13 +08:00
t8y2 7a499ce9ff
fix(macos): remove vendored wry deprecation warnings 2026-08-05 14:38:41 +08:00
t8y2 bff03ed78a
fix(ui): improve panel resize and sidebar borders 2026-08-05 14:23:03 +08:00
t8y2 f67f02e107
feat(grid): refine boolean editing and copy actions 2026-08-05 14:22:52 +08:00
t8y2 d65d712089
feat(tabs): add configurable data tab reuse modes 2026-08-05 13:05:26 +08:00
t8y2 1a818563b7
fix(ci): wait for TDengine dnode readiness 2026-08-05 12:58:42 +08:00
amwps290 c4683b026a
fix(kingbase): filter unsupported DSN parameters safely 2026-08-05 11:37:57 +08:00
hb 5bd9f41abe
fix(informix): hide empty owners without losing routines 2026-08-05 11:36:33 +08:00
Andrew 336fbe094b
feat(gaussdb): support multi-host connections 2026-08-05 11:17:01 +08:00
Abeautifulsnow c0a6d6f2f9
feat(agent): add timezone-aware current time tool 2026-08-05 11:15:35 +08:00
zipg 4cd88384ba
fix(sidebar): keep multi-object DDL in one connection context 2026-08-05 11:11:29 +08:00
guoyongchang 200d6f55ab
fix(editor): preserve literals during SQL case conversion 2026-08-05 11:10:15 +08:00
Sean 8825a98ca2
fix(grid): allow editing row count in multi-row insert dialog 2026-08-05 09:49:13 +08:00
Elias 76501d6ae3
fix(xugu): return EXPLAIN statements as query results 2026-08-05 09:48:03 +08:00
zipg 509a1530f6
fix(grid): preserve row selection during infinite-scroll append 2026-08-05 09:47:26 +08:00
二丫讲梵 ffaede31b9
feat(redis): support score sorting and inline sorted-set editing 2026-08-05 09:46:18 +08:00
zipg 2c91cdaba3
fix(sqlserver): report affected rows across SQL batches 2026-08-05 09:45:38 +08:00
zipg 9440835c94
fix(compare): preserve unchecked comparison options 2026-08-05 09:44:58 +08:00
zipg 0dfc6b5cd8
fix(editor): preserve focus after executing SQL 2026-08-05 09:44:00 +08:00
zipg 39fcaa15cb
fix(grid): sort negative values correctly on current page 2026-08-05 09:40:01 +08:00
Abeautifulsnow c3547fcb61
docs(redis): document decompressed value views 2026-08-05 02:59:51 +08:00
TangT 16369acbda
fix(grid): sharpen canvas text at fractional scaling 2026-08-05 02:59:34 +08:00
guoyongchang eed0a26b6f
fix(tabs): restore close-right tab action 2026-08-05 02:59:19 +08:00
guoyongchang fb0aafa04b
fix(sqlserver): support Unicode table references in completion 2026-08-05 02:51:45 +08:00
github-actions[bot] e61e3935c8 chore(docs): refresh contributor activity 2026-08-04 18:33:40 +00:00
t8y2 680d24b686
fix(dameng): preserve restricted user schemas
Closes #5322
2026-08-05 02:10:46 +08:00