jerryjzhang
|
0bbab5e7b1
|
fix(dimension): 修复维度值映射更新时技术名称和业务名称未同步的问题
- 在维度值映射更新逻辑中添加了技术名称字段的同步更新
- 在维度值映射更新逻辑中添加了业务名称字段的同步更新
- 确保维度值映射对象的所有关键属性都能正确更新
|
2026-04-09 16:24:46 +08:00 |
|
jerryjzhang
|
d373567cef
|
refactor(model): 移除模型关联检查中的外键验证逻辑
- 删除了 fromModel 和 toModel 的获取逻辑
- 移除了 JoinCondition 中外键与主键关联的验证规则
- 简化了 check 方法的实现,只保留关联条件非空检查
|
2026-04-09 12:15:16 +08:00 |
|
jerryjzhang
|
80a1f62d3f
|
feat(db): 添加 TDW 数据库适配器支持
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
- 在 DbAdaptorFactory 中注册 TDW 引擎类型
- 为 TDW 引擎配置默认数据库适配器
- 扩展引擎适配器映射以包含 TDW 支持
|
2026-04-07 09:51:25 +08:00 |
|
jerryjzhang
|
4379af4bd4
|
refactor(common): 优化SQL解析器中的类型转换和嵌套查询处理
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
- 使用模式匹配简化ParenthesedSelect类型的转换
- 改进SetOperationList中子查询的处理逻辑
- 增加对嵌套ParenthesedSelect的递归处理支持
- 优化字段替换功能以支持更复杂的查询结构
- 提高代码可读性和类型安全性
|
2026-04-03 11:59:17 +08:00 |
|
jerryjzhang
|
8a4bccab10
|
refactor(headless): 优化维度值映射处理逻辑并添加查询响应中的代理ID字段
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
- 简化了维度值映射列表的删除操作代码结构
- 移除了不必要的空行以提高代码可读性
- 在查询响应对象中添加了agentId字段
- 优化了流式处理的链式调用方式
- 调整了数据集服务查询方法的参数构建方式
|
2026-04-01 14:24:31 +08:00 |
|
jerryjzhang
|
507af43b73
|
feat(headless): 优化维度值映射处理逻辑
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
- 修改后端 DimensionServiceImpl 中维度值映射的处理方式,支持批量操作
- 将单个 DimValueMap 对象修改为 List<DimValueMap> 列表结构
- 优化了新增、更新和删除维度值映射的算法逻辑
- 前端 DimensionValueSettingModal 组件适配新的 API 接口格式
- 添加了预先处理请求列表的逻辑,设置默认的 techName 值
- 实现了批量删除和更新操作,提高处理效率
|
2026-03-25 08:49:55 +08:00 |
|
jerryjzhang
|
c1d50f978d
|
(opt)(headless)Only return ONLINE datasets in the domain dataset tree.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
|
2026-03-09 20:22:56 +08:00 |
|
jerryjzhang
|
18ce934bba
|
(fix)(headless)Fix concurrent read/write search trie issue.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
|
2026-03-03 18:03:55 +08:00 |
|
jerryjzhang
|
6fe0ebcb9d
|
[docs] Add CLAUDE.md for Claude Code guidance
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
Add CLAUDE.md file with build commands, architecture overview, and key technologies for future Claude Code instances.
|
2026-03-02 09:45:48 +08:00 |
|
jerryjzhang
|
77d8d63df7
|
(opt)(headless)Support querying metrics by dataSetId.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
|
2026-02-21 17:00:29 +08:00 |
|
jerryjzhang
|
0876f5eae8
|
(opt)(headless)Dimension value loading could bypass semantic translation.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
|
2026-02-21 08:19:57 +08:00 |
|
jerryjzhang
|
ddbaf53ad4
|
(opt)(headless)Use commons-lang3 StringUtils.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
|
2026-02-20 17:04:28 +08:00 |
|
jerryjzhang
|
4c97d01eab
|
[fix](headless)Fix metric filtering issue.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
|
2026-02-14 21:09:22 +08:00 |
|
jerryjzhang
|
008f1443cb
|
[fix](headless)Should format time range when loading dimension values.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
|
2026-02-14 15:33:01 +08:00 |
|
jerryjzhang
|
29c1119ee2
|
[fix](headless)Time format of a dimension should be updated to modelDetail.
|
2026-02-14 15:21:05 +08:00 |
|
jerryjzhang
|
d658e437fb
|
[fix](headless)Use partition time field to load dimension values.
[fix](headless)Use partition time field to load dimension values.
|
2026-02-14 14:50:26 +08:00 |
|
jerryjzhang
|
b6f561f18c
|
[fix](headless)Fix postgres schema issue.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
|
2026-02-08 20:20:17 +08:00 |
|
jerryjzhang
|
593d26a072
|
[feature](auth)Add role to user registration.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
|
2025-12-08 21:15:02 +08:00 |
|
jerryjzhang
|
9162b922c4
|
[opt](chat)ParseTime should span all parsers and processors.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
|
2025-11-26 21:58:36 +08:00 |
|
jerryjzhang
|
1d9324f689
|
[opt](common)Do not use deprecated method.
|
2025-11-02 17:33:06 +08:00 |
|
jerryjzhang
|
6c5f8fce40
|
[opt](headless)Deletion of chat model and database should record user.
supersonic CentOS CI / build (21) (push) Failing after 19s
supersonic ubuntu CI / build (21) (push) Failing after 24s
supersonic mac CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
|
2025-10-22 19:17:30 +08:00 |
|
guilinlewis
|
04b1edb2e2
|
(improvement)(chat|common|headless|webapp) 结果分析,改写伪流式输出,加快响应速度 (#2395)
|
2025-10-22 15:37:50 +08:00 |
|
jerryjzhang
|
9857256488
|
[opt](headless)Model update should not delete/update metrics/dimensions, use dedicated metric/dimension management.
supersonic CentOS CI / build (21) (push) Failing after 13s
supersonic ubuntu CI / build (21) (push) Failing after 16s
supersonic mac CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
|
2025-10-22 12:03:09 +08:00 |
|
jerryjzhang
|
d695bed75d
|
[feature](headless)Add request user to data events.
[feature](headless)Add request user to data events.
|
2025-10-22 08:43:33 +08:00 |
|
jerryjzhang
|
7490dabdc3
|
Merge remote-tracking branch 'origin/master'
supersonic CentOS CI / build (21) (push) Failing after 1m45s
supersonic ubuntu CI / build (21) (push) Failing after 37s
supersonic mac CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
|
2025-10-12 21:56:03 +08:00 |
|
jerryjzhang
|
fad28ee5ac
|
[feature](chat)Support delete all memory from the agent management.
|
2025-10-12 21:55:49 +08:00 |
|
jerryjzhang
|
353c8d8b16
|
(opt)(headless)Fetching dimension values should use partition time field to do filtering.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
|
2025-09-22 17:02:32 +08:00 |
|
jerryjzhang
|
3dd53bad89
|
(fix)(headless)Fix concurrent modification exception issue.
|
2025-09-22 15:59:35 +08:00 |
|
jerryjzhang
|
2d39ebf38b
|
[opt](common)Add VALUE type enum.
supersonic CentOS CI / build (21) (push) Failing after 1m11s
supersonic ubuntu CI / build (21) (push) Failing after 1h0m47s
supersonic mac CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
|
2025-09-21 23:31:59 +08:00 |
|
superhero
|
6c472e1c76
|
【feat】release 1.0.0 CHANGELOG.md (#2356)
|
2025-09-21 23:24:27 +08:00 |
|
lwhy
|
431aa60e4d
|
(fix)(headless)Resolve field matching failures in mixed usage of raw and semantic names (#2370)
|
2025-09-21 23:24:04 +08:00 |
|
lwhy
|
25df22758a
|
(fix)(handless)Fix parse date number error (#2369)
|
2025-09-21 23:23:46 +08:00 |
|
lwhy
|
9af6499491
|
(fix)(headless)Add dimension datatype in prompt (#2371)
|
2025-09-21 23:23:22 +08:00 |
|
wanglongqiang
|
c992e57b13
|
Update DictWordService.java (#2385)
dictWords更新指针引用
|
2025-09-21 23:17:16 +08:00 |
|
Xiong Tenghui
|
80aaabe58b
|
(improvement) (headless) Optimize the performance of the method BaseMatchStrategy.executeTasks() (#2363) (#2364)
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
|
2025-08-20 18:52:55 +08:00 |
|
lwhy
|
5a4fd2b888
|
(feature|common)Add parameter conversion for the LikeExpression in FieldValueReplaceVisitor (#2367)
|
2025-08-20 18:50:43 +08:00 |
|
ChPi
|
5df0b87da9
|
(fix)(headless) correct SQL when WHERE condition contains only column without function (#2360)
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
|
2025-08-17 18:10:30 +08:00 |
|
ChPi
|
ab24b1777a
|
(fix)(common) prevent NullPointerException for jsonFormat (#2365)
|
2025-08-17 16:21:36 +08:00 |
|
superhero
|
ff76f8edbd
|
(fix | improvement)Improve the performance of the chat page retrieve function
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
Merge pull request #2359 from luowanghaoyun/github_master
|
2025-08-15 09:22:06 +08:00 |
|
superhero
|
76745f38a4
|
Merge pull request #2362 from wangyong00/fixed-bug-npe-1
(fix)(headless)修复维度和指标信息不存在时,遍历List<NULL>数据抛出NPE异常
|
2025-08-15 09:15:49 +08:00 |
|
wangyong97
|
ce4cdb62ab
|
(fix)(headless)修复维度和指标信息不存在时,遍历List<NULL>数据抛出NPE异常
|
2025-08-14 19:15:07 +08:00 |
|
luowanghaoyun
|
c2ce3a75b7
|
Improve the performance of the chat page retrieve function
|
2025-08-12 14:26:18 +08:00 |
|
jerryjzhang
|
1f6d217b26
|
[fix]Fix unit test cases.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
|
2025-08-05 17:53:58 +08:00 |
|
ChPi
|
af28bc7c2a
|
(improvement)(parser) Add json format to LLM request for performance improvement (#2352)
|
2025-08-05 17:43:03 +08:00 |
|
iridescentpeo
|
42bf355839
|
处理重新查询失败问题,对于重新查询的逻辑,避免querySQL的替换 (#2354)
|
2025-08-05 17:41:54 +08:00 |
|
jerryjzhang
|
91e4b51ef8
|
[fix]Fix unit test cases.
|
2025-08-05 17:22:10 +08:00 |
|
jerryjzhang
|
bf3213e8fb
|
[fix]Downgrade djl library to support mac intel machines.
|
2025-08-05 15:20:11 +08:00 |
|
QJ_wonder
|
c75233e37f
|
(fix)(chat) 修复插件功能,无法调用/插件结果被NL2SQL结果覆盖的问题 (#2277)
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
|
2025-07-27 09:03:26 +08:00 |
|
feelshana
|
785bda6cd9
|
(fix)[chat&headless]in mapping phase,DimValuesAlias do not take effect (#2340)
|
2025-07-27 09:03:05 +08:00 |
|
WDEP
|
6bd8970849
|
Fix model field update (#2343)
|
2025-07-27 09:02:53 +08:00 |
|