This website requires JavaScript.
Explore
Help
Sign In
topdog
/
supersonic
Watch
1
Star
0
Fork
0
You've already forked supersonic
mirror of
https://github.com/tencentmusic/supersonic.git
synced
2026-04-29 20:44:25 +08:00
Code
Issues
Actions
4
Packages
Projects
Releases
Wiki
Activity
All Workflows
centos-ci.yml
docker-publish.yml
mac-ci.yml
ubuntu-ci.yml
windows-ci.yml
Actor
All actors
topdog
Status
All status
Success
Failure
Waiting
Running
Merge branch 'master' of https://github.com/tencentmusic/supersonic
#650
:
Commit
20cd98332c
pushed by
topdog
master
2026-04-29 04:14:22 +08:00
0s
View workflow file
feat(chat): 添加问题ID删除解析信息功能
#646
:
Commit
1ff1a76a9e
pushed by
topdog
master
2026-04-27 04:34:15 +08:00
0s
View workflow file
feat(chat): 添加批量获取语义解析信息功能
#642
:
Commit
aa86e3f02a
pushed by
topdog
master
2026-04-23 04:34:16 +08:00
0s
View workflow file
feat(db): 添加 TDW 数据库适配器支持
#638
:
Commit
80a1f62d3f
pushed by
topdog
master
2026-04-08 16:42:56 +08:00
0s
View workflow file
refactor(common): 优化SQL解析器中的类型转换和嵌套查询处理
#634
:
Commit
4379af4bd4
pushed by
topdog
master
2026-04-04 22:42:56 +08:00
0s
View workflow file
refactor(headless): 优化维度值映射处理逻辑并添加查询响应中的代理ID字段
#630
:
Commit
8a4bccab10
pushed by
topdog
master
2026-04-02 16:42:56 +08:00
0s
View workflow file
feat(headless): 优化维度值映射处理逻辑
#626
:
Commit
507af43b73
pushed by
topdog
master
2026-03-26 16:42:58 +08:00
0s
View workflow file
(opt)(headless)Only return ONLINE datasets in the domain dataset tree.
#622
:
Commit
c1d50f978d
pushed by
topdog
master
2026-03-11 04:40:49 +08:00
0s
View workflow file
(fix)(headless)Fix concurrent read/write search trie issue.
#618
:
Commit
18ce934bba
pushed by
topdog
master
2026-03-05 04:41:06 +08:00
0s
View workflow file
[docs] Add CLAUDE.md for Claude Code guidance
#614
:
Commit
6fe0ebcb9d
pushed by
topdog
master
2026-03-03 16:40:45 +08:00
0s
View workflow file
(opt)(headless)Support querying metrics by dataSetId.
#610
:
Commit
77d8d63df7
pushed by
topdog
master
2026-02-23 04:40:45 +08:00
0s
View workflow file
(opt)(headless)Dimension value loading could bypass semantic translation.
#606
:
Commit
0876f5eae8
pushed by
topdog
master
2026-02-22 00:54:55 +08:00
0s
View workflow file
(opt)(headless)Use commons-lang3 StringUtils.
#602
:
Commit
ddbaf53ad4
pushed by
topdog
master
2026-02-21 16:44:52 +08:00
0s
View workflow file
[fix](headless)Fix metric filtering issue.
#598
:
Commit
4c97d01eab
pushed by
topdog
master
2026-02-16 04:40:46 +08:00
0s
View workflow file
[fix](headless)Should format time range when loading dimension values.
#594
:
Commit
008f1443cb
pushed by
topdog
master
2026-02-15 04:12:46 +08:00
0s
View workflow file
[fix](headless)Fix postgres schema issue.
#590
:
Commit
b6f561f18c
pushed by
topdog
master
2026-02-10 04:40:44 +08:00
0s
View workflow file
[feature](auth)Add role to user registration.
#586
:
Commit
593d26a072
pushed by
topdog
master
2025-12-10 04:16:44 +08:00
0s
View workflow file
[opt](chat)ParseTime should span all parsers and processors.
#582
:
Commit
9162b922c4
pushed by
topdog
master
2025-11-28 08:22:06 +08:00
0s
View workflow file
[opt](headless)Deletion of chat model and database should record user.
#578
:
Commit
6c5f8fce40
pushed by
topdog
master
2025-10-23 22:58:59 +08:00
0s
View workflow file
[opt](headless)Model update should not delete/update metrics/dimensions, use dedicated metric/dimension management.
#574
:
Commit
9857256488
pushed by
topdog
master
2025-10-22 22:06:01 +08:00
0s
View workflow file
[feature](headless)Add request user to data events.
#570
:
Commit
71feb6c4eb
pushed by
topdog
master
2025-10-22 13:50:27 +08:00
0s
View workflow file
Merge remote-tracking branch 'origin/master'
#566
:
Commit
7490dabdc3
pushed by
topdog
master
2025-10-14 04:32:23 +08:00
0s
View workflow file
(opt)(headless)Fetching dimension values should use partition time field to do filtering.
#562
:
Commit
353c8d8b16
pushed by
topdog
master
2025-09-24 04:02:56 +08:00
0s
View workflow file
[opt](common)Add VALUE type enum.
#558
:
Commit
2d39ebf38b
pushed by
topdog
master
2025-09-22 22:14:03 +08:00
0s
View workflow file
(improvement) (headless) Optimize the performance of the method BaseMatchStrategy.executeTasks() (#2363) (#2364)
#554
:
Commit
80aaabe58b
pushed by
topdog
master
2025-08-21 21:47:57 +08:00
0s
View workflow file
(fix)(headless) correct SQL when WHERE condition contains only column without function (#2360)
#550
:
Commit
5df0b87da9
pushed by
topdog
master
2025-08-19 12:56:08 +08:00
0s
View workflow file
(fix | improvement)Improve the performance of the chat page retrieve function
#546
:
Commit
ff76f8edbd
pushed by
topdog
master
2025-08-16 13:48:19 +08:00
0s
View workflow file
[fix]Fix unit test cases.
#542
:
Commit
1f6d217b26
pushed by
topdog
master
2025-08-06 23:13:42 +08:00
0s
View workflow file
(fix)(chat) 修复插件功能,无法调用/插件结果被NL2SQL结果覆盖的问题 (#2277)
#538
:
Commit
c75233e37f
pushed by
topdog
master
2025-07-28 19:59:12 +08:00
0s
View workflow file
(fix)(webapp) 修改页面不显示推荐下钻维度问题 (#2332)
#534
:
Commit
62b9db6791
pushed by
topdog
master
2025-07-16 14:54:38 +08:00
0s
View workflow file
First
Previous
1
2
3
4
5
...
Next
Last