-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(install): Refactor GitHub App Installation Logic (#581)
* 重构GitHub APP 安装逻辑 * 增加 repositoryDAO 批量删除和添加的方法,替代for循环入库 * 增加 InstallationEditEventHandler 响应 Repository access 的编辑逻辑 close #537 close #566 TODO: 部署上线验证无误后可以删除 github_app_authorization 表及其类型定义和引用
- Loading branch information
Showing
4 changed files
with
182 additions
and
97 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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