feat: 新增团队 OIDC 企业登录#669
Merged
Merged
Conversation
72eb3f6 to
973ba6b
Compare
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.
Summary
/team-login/:teamIdApi.ts缩水问题,保留现有前端仍依赖的 API 契约并补入 OIDC 增量接口Test Plan
cd backend && go test ./...cd frontend && pnpm buildcd backend && make generate && git diff --exit-code -- db ent/schemaNotes
cd frontend && SWAGGER=../backend/docs/swagger.json pnpm api当前会删除钱包、上传、邀请、广场等现有前端仍在使用的接口和类型,导致构建失败;本 PR 已恢复为可构建的Api.ts并在文档计划中记录该生成链路问题,建议后续独立修复 swagger/API 生成覆盖范围。pnpm lint存在既有 ESLint 9 flat config 与旧式 plugins 配置不兼容问题,未作为本 PR 阻塞项。