fix(env): add gitlab oauth release example config#328
Merged
Conversation
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.
概述
补齐
.env.release.example中缺失的 GitLab OAuth 发布配置示例,避免部署时遗漏必要环境变量。变更内容
后端实现
前端实现
测试覆盖
质量门禁
make typecheck-web通过(0 errors)make lint-web通过(0 errors, 0 warnings)make test-frontend通过make test-backend-app通过(如有后端变更)web/e2e)关键路径通过(如有 UI 交互变更)make generate-api已执行且schema.d.ts已提交(如有 Controller 变更)说明:本次仅修改
.env.release.example,未涉及server/**/*.java、web/src/**/*.ts(x)或 Controller,因此上述代码类检查与测试不适用,已通过本地 diff 校验和变量名对齐校验确认变更正确。安全考虑
相关 Issue
Related to #N/A
测试说明
本地验证步骤
.env.release.exampleOAUTH2_GITLAB_CLIENT_ID、OAUTH2_GITLAB_CLIENT_SECRET、OAUTH2_GITLAB_BASE_URI、OAUTH2_GITLAB_DISPLAY_NAMEserver/skillhub-app/src/main/resources/application.yml中 GitLab OAuth 配置占位符,确认变量名一致回归测试范围
截图/录屏(如有 UI 变更)
无