bk-ci icon indicating copy to clipboard operation
bk-ci copied to clipboard

feat: stream支持github

Open tangruotian opened this issue 2 years ago • 1 comments

目标 stream服务支持github各类事件触发以及接口实现

具体实现 参照stream已有的tgit版实现

  • StreamGitTransferService 提供前端数据的接口
  • BaseAction github触发相关的各类事件
  • StreamGitApiService github触发需要的各类接口

tangruotian avatar May 20 '22 02:05 tangruotian

@Florence-y common-github-sdk新增以下接口:

repository服务plugin-github模块新增以下接口

  • ServiceGithubRespoitoryResource,接口中封装方法调用上面方法

@liuandhisgithub common-github-sdk新增以下接口

repository服务plugin-github模块新增以下接口

  • ServiceGithubCommitsResource
  • ServiceGithubBranchResource
  • ServiceGithubPRResource
  • ServiceGithubDatabaseResource
  • ServiceGithubCheckResource

mingshewhe avatar Jun 17 '22 03:06 mingshewhe