zipg
|
89a35d6e02
|
fix(editor): protect external SQL files from conflicting changes
|
2026-08-06 20:13:59 +08:00 |
二丫讲梵
|
c754b85295
|
feat(nacos): improve service and instance management
|
2026-08-06 12:16:52 +08:00 |
AiLi
|
2f9ca313cb
|
fix(rocketmq): 优化消费组加载/连接并修复积压、FIFO 与 Docker remap
* feat(rocketmq): 优化 RocketMQ 消费者组管理和性能监控
- 添加并行订阅组配置收集功能,支持超时控制和并发限制
- 实现消费者滞后监控功能,支持按主题过滤的滞后统计
- 重构消费滞后结果构建逻辑,添加 Broker 客户端映射功能
- 优化 Admin 客户端构建,确保请求超时参数正确传递
- 为 RabbitMQ 面板组件添加 MQ 写入保护确认机制
- 统一 MQ 面板样式表引入,清理重复按钮样式定义
- 增强连接对话框中的生产环境保护逻辑,支持 MQ 类型范围
- 更新测试用例以验证新的消费者滞后计算和客户端映射功能
- 为 RocketMQ 订阅面板添加过滤计数功能和测试覆盖
* feat(rocketmq): 优化 RocketMQ 客户端连接和消费者组管理
- 移除硬编码的 5 秒收集超时,改用连接配置的请求超时
- 添加从第一个可用主节点收集消费者组配置的方法以提高速度
- 重构内部方法访问客户端 API 实现和超时配置
- 在主题过滤模式下保留一个主节点转储以恢复 FIFO 类型准确性
- 改进消费延迟计算,失败时不设置总延迟而是保持未定义
- 为消费者运行信息获取添加 Docker 地址映射支持
- 更新命名服务器探测逻辑以更好地处理高可用配置
- 增加消息队列保活机制的查询超时支持
- 在前端界面中显示部分积压加载失败的错误信息
- 添加卸载主题前的操作确认保护
- 改进空结果集的用户界面提示信息
* fix(rocketmq): 解决消费组延迟统计失败时显示为健康零延迟的问题
- 在 examineConsumeStatsRemapped 中添加成功计数和最后错误记录
- 添加 ensureConsumeStatsProbeSucceeded 方法确保没有主节点响应时抛出异常
- 修改 TopicConsumeDetail 接口使 delay 字段可选以表示探针失败
- 更新 UI 显示逻辑在延迟不可用时显示破折号而不是零
- 添加测试用例验证所有代理失败时的异常处理
- 在 Rust 代码中检查 totalLag 是否存在以避免将缺失值视为零
- 添加消息队列适配器的标识检查防止过期的保活连接被错误清理
* fix(rocketmq): 修复RocketMQ消费组详情加载和统计查询问题
- 为examineConsumeStats调用添加超时参数以支持Docker地址映射
- 更新ensureConsumeStatsProbeSucceeded方法以处理部分失败情况下的空合并结果
- 在消费者组对话框中添加序列号防止陈旧详情/配置响应覆盖新数据
- 修复消费延迟显示逻辑,将null延迟值显示为"-"
- 改进错误处理,确保仅在所有代理成功时才接受空偏移表作为有效结果
* fix(rocketmq): 修复消费者组配置收集和消息积压显示问题
- 修改 collectConsumerGroupConfigsForTopicFilter 方法以合并多个主节点的订阅配置
- 优化 Topic-filtered 列表的配置收集逻辑,确保 FIFO 组类型准确性
- 添加 totalLagFailed 标志以正确处理消息积压探测失败情况
- 更新前端组件以在探测失败时显示 "-" 而非 0
- 修复 Docker 环境下多代理地址映射冲突问题
- 添加 RFC1918 私有 IP 验证方法并改进主机可达性判断
- 为积压不可用状态添加数据模型支持
* fix(rocketmq): 修复RocketMQ消费者组配置收集中的FIFO组识别问题
- 重构订阅组配置合并逻辑,确保FIFO组不会被误识别为NORMAL组
- 添加mergeSubscriptionGroupConfigs方法处理重复和冲突的订阅组配置
- 修改collectConsumerGroupConfigsForTopicFilter方法使用新的合并策略
- 添加测试用例验证FIFO组优先级和后续组保持功能
- 修复中间代理返回重复转储时丢失FIFO-only组的问题
* refactor(rocketmq): 优化消费组统计和名称服务器连接逻辑
- 引入 MasterBrokerAddrPlan 类来管理重映射和冲突回退地址
- 将 examineConsumeStatsRemapped 重构为 examineConsumeStatsOnMasters 方法
- 实现对 Docker 环境中重映射地址的更好支持和故障转移处理
- 在连接前预先探测 NameServer 可达性以避免 JVM 启动超时
- 优化消费者组在线成员数显示,未知状态时显示为 '-'
- 添加相关单元测试验证地址解析和冲突处理逻辑
* fix(rocketmq): 修复Docker重映射碰撞和消费者组配置问题
- 修复订阅组配置查找逻辑,支持FIFO合并避免顺序消息被隐藏
- 添加超时参数到订阅组查询方法
- 实现Docker重映射碰撞检测和失败关闭机制
- 添加测试验证碰撞空合并失败关闭逻辑
- 修复RocketMQ跟踪详情对话框加载序列控制问题
- 更新消费延迟标签为积压(backlog)
- 添加连接缺失和只读写拒绝的国际化消息提示
- 修复CSS样式中按钮主题颜色应用问题
- 优化NameServer探测预算计算逻辑
* fix(rocketmq): 修复消费者组类型分类和成员计数显示问题
- 当订阅配置缺失时返回 UNKNOWN 类型而不是默认 NORMAL
- 在删除和更新消费者组时对所有主节点执行操作确保一致性
- 成员计数查询失败时保持字段为空避免显示错误的离线状态
- 添加 UNKNOWN 类型的国际化支持和UI样式适配
- 修改测试用例验证缺失配置时的类型分类逻辑
* style(mq): 移除MQ面板中的主按钮样式覆盖
- 删除了 .mq-btn-primary 和 .btn-primary 的填充颜色样式定义
- 保留了悬停效果样式以维持用户体验一致性
- 更新注释说明MQ Chrome在浅色主题中保持页面表面样式
- 避免与工具栏和表格操作按钮产生视觉冲突
* test(composables): 为 useMqMutationGuard 添加测试并更新实现
- 添加了测试用例验证MQ面板使用的getter连接ID解析
- 将 unref 替换为 toValue 以正确处理getter参数
- 更新类型导入使用 MaybeRefOrGetter 替代 MaybeRef
- 添加注释说明使用 toValue 的原因
* fix(rocketmq): 修复消费者连接检查和订阅组变更的容错机制
- 重构 examineConsumerConnectionInfoRemapped 方法以正确处理无主节点响应的情况
- 添加 requireConsumerConnectionProbeResult 方法确保连接探针结果的准确性
- 修改 mutateSubscriptionGroupOnMasters 方法实现全地址覆盖要求防止部分更新
- 新增 ensureSubscriptionGroupMutationSucceeded 和 shouldFailClosedOnCollisionPartialMutation
方法增强订阅组变更的错误处理
- 更新 rocketmq_subscription_from_group 函数默认类型为 UNKNOWN 而非 NORMAL
- 添加多个单元测试验证连接探针和订阅组变更的各种异常场景
* test(rocketmq): 为消费者连接探测测试方法添加异常声明
- 在requireConsumerConnectionProbeResultFailsClosedWhenNoMasterAnswers测试方法中添加throws Exception声明
- 确保测试方法能够正确处理可能抛出的异常情况
* fix(i18n): MQ 生产确认 source 本地化并清理 fieldStatus 死键
---------
Co-authored-by: AiLi <aili@aili.com>
Co-authored-by: t8y2 <t8y2@users.noreply.github.com>
Co-authored-by: skyler <1156263951@qq.com>
|
2026-08-06 01:12:31 +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 |
t8y2
|
f1617bbd87
|
chore(release): prepare v0.5.76
|
2026-08-05 16:35:50 +08:00 |
二丫讲梵
|
ffaede31b9
|
feat(redis): support score sorting and inline sorted-set editing
|
2026-08-05 09:46:18 +08:00 |
zipg
|
e82c1aedf0
|
fix(windows): restore Windows 7 startup compatibility
|
2026-08-05 00:07:41 +08:00 |
t8y2
|
8d03d284d9
|
fix(mqtt): gate Tauri commands behind feature
|
2026-08-04 19:56:19 +08:00 |
jinmo
|
8cfe380784
|
feat(mqtt): add MQTT broker connection support
|
2026-08-04 19:05:05 +08:00 |
Rson9
|
947cc16d92
|
feat(ssh): support JumpServer keyboard-interactive authentication
|
2026-08-04 14:23:44 +08:00 |
onenewcode
|
ae87353a28
|
feat(kafka): redesign message browsing
|
2026-08-04 13:13:49 +08:00 |
t8y2
|
33de1834c4
|
chore: bump version to 0.5.75
|
2026-08-04 04:06:29 +08:00 |
AiLi
|
ce7b8c7b74
|
feat(rocketmq): improve connections, topics, and message queries
|
2026-08-04 01:38:29 +08:00 |
Holmesin
|
92991bcc7c
|
fix(linux): disable DMABuf without usable render devices
|
2026-08-04 00:46:27 +08:00 |
zipg
|
c9764be9a0
|
fix(mongodb): support collation for find queries
|
2026-08-04 00:37:13 +08:00 |
t8y2
|
05841277d1
|
fix(export): omit BOM from JSON files
Closes #5231
|
2026-08-03 22:34:03 +08:00 |
CGerAJ
|
212cf1da7e
|
feat(diagram): enhance ER diagram editing and exports
|
2026-08-03 16:05:57 +08:00 |
t8y2
|
acdf78967f
|
chore(release): prepare v0.5.74
|
2026-08-03 03:53:03 +08:00 |
onenewcode
|
8e7b74d0ee
|
feat(mongodb): improve sidebar index management
|
2026-08-02 22:45:33 +08:00 |
t8y2
|
8efe83aaa1
|
fix(mcp): include portable data directory in configs
|
2026-08-02 16:50:55 +08:00 |
miracle
|
bcafc4a474
|
fix(query): preserve structured backend errors
|
2026-08-02 16:37:46 +08:00 |
GIWTO
|
473ef910b6
|
feat(transfer): add tree-based object selection
|
2026-08-02 16:34:50 +08:00 |
zipg
|
3af3dda9b5
|
fix(webview): recover Windows WebView2 startup
|
2026-08-02 16:34:00 +08:00 |
t8y2
|
f75e155dbb
|
chore(release): prepare v0.5.73
|
2026-08-02 10:32:42 +08:00 |
t8y2
|
9b05158c9a
|
fix(sql-library): skip restricted folders during import
|
2026-08-02 09:33:02 +08:00 |
二丫讲梵
|
61dc49ca4d
|
fix(ai): preserve Dameng database and schema scopes
|
2026-08-02 09:01:22 +08:00 |
二丫讲梵
|
4511920d86
|
feat(sync): encrypt snippet sync snapshots
|
2026-08-02 09:00:49 +08:00 |
t8y2
|
78a61334a5
|
fix(elasticsearch): preserve legacy type on delete
|
2026-08-01 13:43:54 +08:00 |
t8y2
|
313b1c4b2a
|
fix(mcp): support pnpm global runtime shims
|
2026-08-01 12:23:06 +08:00 |
t8y2
|
c95d4a3798
|
chore(release): prepare v0.5.72
|
2026-08-01 10:24:06 +08:00 |
miracle
|
0e414e638e
|
fix(agent): recover JDBC connections after query timeouts
|
2026-08-01 01:17:49 +08:00 |
guoyongchang
|
486a73ef09
|
fix(sqlserver): honor USE context in completions
|
2026-07-31 21:22:31 +08:00 |
t8y2
|
7d277ddb64
|
chore(release): prepare v0.5.71
|
2026-07-31 03:38:10 +08:00 |
rihkddd
|
27d1ad53ce
|
fix(updater): improve download cancellation and stall handling
|
2026-07-31 03:09:19 +08:00 |
二丫讲梵
|
c697d0c7ad
|
feat(redis): improve key detail auto-refresh and TTL polling
|
2026-07-31 02:41:26 +08:00 |
二丫讲梵
|
99b1b73967
|
feat(etcd): add cluster operations and access control
|
2026-07-31 01:06:02 +08:00 |
zipg
|
961d9683b9
|
feat(gaussdb): support vendor JDBC driver for M mode
|
2026-07-30 23:02:56 +08:00 |
t8y2
|
350096b4f7
|
feat(easysearch): add first-class database support
|
2026-07-30 19:03:09 +08:00 |
如梦技术
|
adb6d86b53
|
feat(database): support Doris and StarRocks catalogs
|
2026-07-30 16:03:32 +08:00 |
onenewcode
|
223e9b3a2f
|
fix(redis): paginate stream entries
|
2026-07-30 15:56:56 +08:00 |
zipg
|
7775bbf8f8
|
fix(windows): improve startup window recovery and diagnostics
|
2026-07-30 15:55:04 +08:00 |
t8y2
|
beaf52582f
|
chore(release): prepare v0.5.70
|
2026-07-30 09:43:16 +08:00 |
t8y2
|
3009b9ac54
|
fix(updater): clean runtime resources before restart
|
2026-07-30 02:14:23 +08:00 |
t8y2
|
d347c77c3d
|
feat(duckdb): move support to standalone driver
|
2026-07-30 00:50:39 +08:00 |
greathaoqi
|
ed018dbc77
|
feat(query): show live statement execution progress
|
2026-07-30 00:44:10 +08:00 |
大峰
|
843f945581
|
feat(export): add DB2 comments to XLSX headers
|
2026-07-29 22:37:05 +08:00 |
jischeng
|
2152f8cde8
|
fix(mysql): use database-specific catalog switching
|
2026-07-29 20:41:09 +08:00 |
lewis
|
4a6422365b
|
feat(redis): support database aliases
|
2026-07-29 20:33:34 +08:00 |
imhyuk-huno
|
9e5dfa3396
|
feat(i18n): add Korean locale
|
2026-07-29 19:47:29 +08:00 |
Abeautifulsnow
|
52d5c99a92
|
fix(ai): improve API retry handling
|
2026-07-29 16:16:39 +08:00 |