feat: 接入真实登录与成员权限
- auth/members/messages: 新增超级管理员登录、成员权限和密码消息流程 - agent-config/agent: 支持服务端保存 Agent 配置并取消未配置 mock 成功结果 - projects/deploy-runs/settings: 按当前用户权限保护真实接口 - prisma: 新增用户、项目权限和平台消息表结构
This commit is contained in:
+2
-2
@@ -22,8 +22,8 @@ async function bootstrap(): Promise<void> {
|
||||
app.useGlobalInterceptors(new ApiEnvelopeInterceptor());
|
||||
|
||||
const swaggerConfig = new DocumentBuilder()
|
||||
.setTitle('DevOps Platform API')
|
||||
.setDescription('Jenkins, Gitea, notification, BPMN deploy runs, and agent operation APIs.')
|
||||
.setTitle('运维平台 API')
|
||||
.setDescription('提供 Jenkins、Gitea、通知、发布流程、账号权限和 Agent 运维能力接口。')
|
||||
.setVersion('0.1.0')
|
||||
.build();
|
||||
const document = SwaggerModule.createDocument(app, swaggerConfig);
|
||||
|
||||
Reference in New Issue
Block a user