-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(release): release v2.4.4 #260
Conversation
feat: support gitee oauth
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthrough此次变更主要涉及多个包的版本号更新,从 2.4.3 升级到 2.4.4,包括主配置文件和各子包的 package.json 文件。同时,对 code-api 模块做了内部调整:在 extendPlatformConfig 方法中使用了 lodash 的 merge 函数以简化合并逻辑;在 GiteeAPIService 中,调整了 client_id 的初始化方式,新增了 sleep 方法用于延时处理,并修正了清除 token 的逻辑。 Changes
Sequence Diagram(s)sequenceDiagram
participant 用户 as User
participant 服务 as GiteeAPIService
participant 延时 as sleep()
用户->>服务: 调用 checkAccessToken()
服务->>延时: 调用 sleep(指定时长)
延时-->>服务: 延时结束返回
服务->>用户: 弹出 OAuth 授权对话框
服务->>服务: 调用 clearToken() 清除 token
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yml 📒 Files selected for processing (14)
✨ Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Types
Background or solution
ChangeLog
Summary by CodeRabbit
Chores
Bug Fixes