mirror of
https://github.com/labring/FastGPT.git
synced 2026-03-01 01:02:39 +08:00
perf: test
This commit is contained in:
@@ -8,12 +8,13 @@ description: 'FastGPT V4.14.5 更新说明'
|
||||
|
||||
1. 工作流画布增加演示模式,同时优化折叠模式样式,优化工作流线重叠问题。
|
||||
2. 工作流增加嵌套应用快速跳转按钮。
|
||||
3. 对话记录使用侧改成软删除,增加从日志管理里删除对话记录。
|
||||
4. 更新Agent/工具时,会更新其上层所有目录的更新时间,以便其会排在列表前面。
|
||||
5. 门户页支持配置单个应用运行可见度。
|
||||
6. 导出单个知识库集合分块接口。
|
||||
7. 升级 Mongo5.x 至 5.0.32 解决CVE-2025-14847。
|
||||
8. 邮箱配置,支持配置安全模式以及端口号。
|
||||
3. 工作流导出支持选择过滤/不过滤敏感信息。
|
||||
4. 对话记录使用侧改成软删除,增加从日志管理里删除对话记录。
|
||||
5. 更新Agent/工具时,会更新其上层所有目录的更新时间,以便其会排在列表前面。
|
||||
6. 门户页支持配置单个应用运行可见度。
|
||||
7. 导出单个知识库集合分块接口。
|
||||
8. 升级 Mongo5.x 至 5.0.32 解决CVE-2025-14847。
|
||||
9. 邮箱配置,支持配置安全模式以及端口号。
|
||||
|
||||
## ⚙️ 优化
|
||||
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
"document/content/docs/protocol/terms.en.mdx": "2025-12-15T23:36:54+08:00",
|
||||
"document/content/docs/protocol/terms.mdx": "2025-12-15T23:36:54+08:00",
|
||||
"document/content/docs/toc.en.mdx": "2025-08-04T13:42:36+08:00",
|
||||
"document/content/docs/toc.mdx": "2026-01-06T13:25:46+08:00",
|
||||
"document/content/docs/toc.mdx": "2026-01-06T18:19:42+08:00",
|
||||
"document/content/docs/upgrading/4-10/4100.mdx": "2025-08-02T19:38:37+08:00",
|
||||
"document/content/docs/upgrading/4-10/4101.mdx": "2025-09-08T20:07:20+08:00",
|
||||
"document/content/docs/upgrading/4-11/4110.mdx": "2025-08-05T23:20:39+08:00",
|
||||
@@ -122,7 +122,7 @@
|
||||
"document/content/docs/upgrading/4-14/4142.mdx": "2025-11-18T19:27:14+08:00",
|
||||
"document/content/docs/upgrading/4-14/4143.mdx": "2025-11-26T20:52:05+08:00",
|
||||
"document/content/docs/upgrading/4-14/4144.mdx": "2025-12-16T14:56:04+08:00",
|
||||
"document/content/docs/upgrading/4-14/4145.mdx": "2026-01-07T13:50:49+08:00",
|
||||
"document/content/docs/upgrading/4-14/4145.mdx": "2026-01-09T16:46:34+08:00",
|
||||
"document/content/docs/upgrading/4-8/40.mdx": "2025-08-02T19:38:37+08:00",
|
||||
"document/content/docs/upgrading/4-8/41.mdx": "2025-08-02T19:38:37+08:00",
|
||||
"document/content/docs/upgrading/4-8/42.mdx": "2025-08-02T19:38:37+08:00",
|
||||
@@ -204,4 +204,4 @@
|
||||
"document/content/docs/use-cases/external-integration/openapi.mdx": "2025-09-29T11:34:11+08:00",
|
||||
"document/content/docs/use-cases/external-integration/wecom.mdx": "2025-12-10T20:07:05+08:00",
|
||||
"document/content/docs/use-cases/index.mdx": "2025-07-24T14:23:04+08:00"
|
||||
}
|
||||
}
|
||||
@@ -13,7 +13,7 @@ import { getUser } from '@test/datas/users';
|
||||
import { Call } from '@test/utils/request';
|
||||
import { describe, expect, it, beforeEach } from 'vitest';
|
||||
|
||||
describe('closeCustom api test', () => {
|
||||
describe.sequential('closeCustom api test', () => {
|
||||
let testUser: Awaited<ReturnType<typeof getUser>>;
|
||||
let appId: string;
|
||||
let chatId: string;
|
||||
|
||||
@@ -14,7 +14,7 @@ import { getFakeUsers } from '@test/datas/users';
|
||||
import type { parseHeaderCertRet } from '@test/mocks/request';
|
||||
import { describe, it, expect } from 'vitest';
|
||||
|
||||
describe('syncChildrenPermission', () => {
|
||||
describe.sequential('syncChildrenPermission', () => {
|
||||
const createApp = async ({
|
||||
user,
|
||||
name,
|
||||
|
||||
Reference in New Issue
Block a user