fix:优化项目使用体验,新增和优化基本的筛选项和交互逻辑,恢复部分前端展示问题,以及后端接口没有兼容处理的逻辑 - #14
Merged
Conversation
(1) 数据源管理:新增「名称 / 类型 / 数据库」三个筛选项。 (2) 数据集管理:新增「数据集名称 / 数据集 ID」筛选项;支持从测评页带参跳转后自动回填筛选。 (3) 数据质量-数据源抽样:修复表下拉把对象当表名提交的问题;空表前端拦截提示;表选项展示行数。 (4) Agent 测评列表:新增「任务类型」(全部 / 执行中 / 已完成 / 失败)、「任务 ID」、「数据集 ID」、「数据集名称」筛选项。 (5) Agent 测评列表:列名「数据集」改为「数据集 id」,新增「数据集名称」列并正确展示名称。 (6) 测评详情:增加「数据集名称」展示;文案改为「数据集 id / 数据集名称」。 (7) 测评详情与列表:点击「数据集名称」跳转数据集管理,并自动带上名称、ID 筛选。 (8) Agent 测评顶部统计卡片:改为全量汇总,不随下方筛选项变化。 (9) 创建测评弹窗:数据集下拉选项展示「名称(ID)」更易辨认。 (10) 表格通用交互:选中文字复制时不触发行点击,避免误开详情。 (11) 审计日志:详情字段支持点击复制;Request ID 不再强行当追踪链接。 (12) 审计日志:仅在有真实调用链时显示「追踪 / 查看追踪」按钮,避免无效跳转。 (13) 请求层:404 优先展示后端返回的具体错误文案,而不是一律「资源不存在」。 (14) 测评创建:允许「默认模型」传空 model_id,去掉无效拦截(否则无法用系统默认模型)。
Clear reachable stdlib TLS/HTTP vulns and etcd watch RBAC bypass so CI vuln scan passes. Co-authored-by: Cursor <cursoragent@cursor.com>
Empty datasource samples return a zero report instead of an error; update the unit test to match. Co-authored-by: Cursor <cursoragent@cursor.com>
Keep mocks/tests aligned with list filters and HasRequestIDs so CI unit tests stay green. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(1) 数据源管理:新增「名称 / 类型 / 数据库」三个筛选项。
(2) 数据集管理:新增「数据集名称 / 数据集 ID」筛选项;支持从测评页带参跳转后自动回填筛选。
(3) 数据质量-数据源抽样:修复表下拉把对象当表名提交的问题;空表前端拦截提示;表选项展示行数。
(4) Agent 测评列表:新增「任务类型」(全部 / 执行中 / 已完成 / 失败)、「任务 ID」、「数据集 ID」、「数据集名称」筛选项。
(5) Agent 测评列表:列名「数据集」改为「数据集 id」,新增「数据集名称」列并正确展示名称。
(6) 测评详情:增加「数据集名称」展示;文案改为「数据集 id / 数据集名称」。
(7) 测评详情与列表:点击「数据集名称」跳转数据集管理,并自动带上名称、ID 筛选。
(8) Agent 测评顶部统计卡片:改为全量汇总,不随下方筛选项变化。
(9) 创建测评弹窗:数据集下拉选项展示「名称(ID)」更易辨认。
(10) 表格通用交互:选中文字复制时不触发行点击,避免误开详情。
(11) 审计日志:详情字段支持点击复制;Request ID 不再强行当追踪链接。
(12) 审计日志:仅在有真实调用链时显示「追踪 / 查看追踪」按钮,避免无效跳转。
(13) 请求层:404 优先展示后端返回的具体错误文案,而不是一律「资源不存在」。
(14) 测评创建:允许「默认模型」传空 model_id,去掉无效拦截(否则无法用系统默认模型)。