Commit Graph

20337 Commits

Author SHA1 Message Date
jianneng-fit2cloud
b7e21cafcd fix(图表): 优化图例导航方向和布局逻辑 2026-04-29 12:36:46 +08:00
jianneng-fit2cloud
f34a11382b fix(图表): 优化checked字段的空值处理逻辑 2026-04-29 12:10:01 +08:00
jianneng-fit2cloud
794df0bc56 feat(图表): 添加多维散点图支持 2026-04-29 12:06:40 +08:00
dataeaseShu
cbdc167b1d fix: 样式优化 2026-04-29 10:29:42 +08:00
dataeaseShu
1c89d3b44e fix: 样式优化 2026-04-28 14:07:22 +08:00
dataeaseShu
56a1467279 fix(登录): 鼠标移上按键背景消失
Co-authored-by: Copilot <copilot@github.com>
2026-04-28 09:55:22 +08:00
dataeaseShu
bd38c65905 fix: 样式优化 2026-04-27 17:15:05 +08:00
dataeaseShu
1f71616094 feat(数据集): 数据集行权限增加“开始以”“结束以” #18322 2026-04-27 14:03:11 +08:00
fit2cloud-chenyw
1ed9ffd0e7 perf: 启动时同步 Apisix 信息错误 2026-04-27 11:17:46 +08:00
fit2cloud-chenyw
d2bcb5a5cd perf: 启动时同步 Apisix 信息错误 2026-04-27 11:16:26 +08:00
fit2cloud-chenyw
b3bc502206 perf: 钉钉群消息推送 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
eff81f4773 perf(X-Pack): Hmac 支持设置签名有效期 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
a12347203a perf: 禁用社区版本中的 Hmac 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
b8f1705aa1 perf: 移动端开启 Hmac 无法访问 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
1ec3c16c22 perf: 前端用户信息增加前缀避免 localStorage-key 冲突 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
fb3f6d2f0c chore: 移除漏洞依赖 velocity 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
e9a3eab51c perf: apisix 挂载 hmac插件 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
174bb02491 perf(X-Pack): apisix 安装挂载 hmac-auth 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
ce334cc7a4 perf(X-Pack): Hmac 配置同步到 apisix 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
497897b508 feat(X-Pack): 支持 Hmac-auth 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
1ea7c05010 chore: 解决冲突 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
06e97b8fbf perf(X-Pack): 钉钉配置增加聊天群 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
ed28401d29 feat(X-Pack): 定时报告-Playwright 增加默认时区 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
6d2f16072f perf: 优化权限变更提示文案 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
a510b7d192 feat(X-Pack): 定时报告-新增推送渠道钉钉群 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
827a43f7fe fix: 分享链接认证机制存在认证伪造绕过漏洞 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
8191045383 fix(X-Pack): 定时报告-导出汇总表数据限制了 1000 条 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
8c435297bc feat(X-Pack): 增加嵌入式 Token 注销 API 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
d496dd522b chore: 解决冲突 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
e0a0a93297 chore: 解决冲突 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
904cd7df7a feat(X-Pack): 定时报告-支持数据权限设置 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
650a4846bd perf(X-Pack): 定时报告错误信息 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
4a3114b958 Revert "perf(X-Pack): 定时报告错误信息"
This reverts commit f9b08b5919.
2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
60d82d78c4 perf(X-Pack): 定时报告错误信息 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
afd7cf6917 feat(X-Pack): 定时报告-支持数据权限设置 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
5f130300b1 feat(X-Pack): 定时报告-支持数据权限设置 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
c12992c79b perf(X-Pack): 定时报告-支持数据权限设置-拼写错误 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
e3feb74489 refactor: convert ResourcePermissionMapper MyBatis to JPA for cherry-picked 405da0f8
- Delete ResourcePermissionMapper (MyBatis @Mapper with @Select annotations)
- Add queryComponentData() default method to DataVisualizationInfoRepository
- Add findByViewIds() @Query native query to CoreDatasetGroupRepository
- Update ResourcePermissionManage to inject JPA repositories instead of MyBatis mapper

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
615c77a35b feat(X-Pack): 定时报告-支持数据权限设置 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
d08b7d4c6a feat: Add playwright v3 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
d703a5a322 chore: 解决冲突 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
01de4ae38d fix(X-Pack): 定时报告-大屏超长报告缺失部分内容 #17853
(cherry picked from commit cd5690940cd33342af99fbff5e8a349f6239a081)
2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
c8e1bded11 perf(X-Pack): 优化 OAuth2 图标样式 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
96c5fa3966 fix(X-Pack): 权限配置-按用户配置资源数据量大场景页面卡死 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
d6e0e91109 fix: 复制图表中携带旧图表字段信息导致阈值告警异常 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
89f0ca3954 fix: 切换自定义国际化语言后登录页面无效 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
933e15c00b fix(X-Pack): 第三方客户端免登报错账号密码错误 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
6bc94c1553 perf: License显示单位调整 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
e896b14d1c fix: JWT Token 漏洞 2026-04-24 18:20:44 +08:00
fit2cloud-chenyw
ce1a8ee703 fix: Token 认证漏洞
(cherry picked from commit 4f832b2fdbe3e794ca45bf6fbb99d1ebb38fb9d0)
2026-04-24 18:20:44 +08:00