Skip to content

Commit

Permalink
feat:流水线插件代码库开启默认分支保护 TencentBlueKing#9814
Browse files Browse the repository at this point in the history
  • Loading branch information
yjieliang committed Dec 22, 2023
1 parent 7003e55 commit c6de8aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ class RepositoryService @Autowired constructor(
// 获取项目组管理员列表
val groupAllMembers = gitService.getProjectGroupMembersAll(
token = accessToken.accessToken,
gitProjectId = DEFAULT_PROJECT_GROUP_NAME,
gitProjectGroupId = DEFAULT_PROJECT_GROUP_NAME,
page = PageUtil.DEFAULT_PAGE,
pageSize = PageUtil.DEFAULT_PAGE_SIZE,
tokenType = TokenTypeEnum.OAUTH
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@ class GitService @Autowired constructor(

@BkTimed(extraTags = ["operation", "获取项目组有权限的成员列表"], value = "bk_tgit_api_time")
override fun getProjectGroupMembersAll(
gitProjectId: String,
gitProjectGroupId: String,
page: Int,
pageSize: Int,
tokenType: TokenTypeEnum,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ interface IGitService {
): Result<List<GitMember>>

fun getProjectGroupMembersAll(
gitProjectId: String,
gitProjectGroupId: String,
page: Int,
pageSize: Int,
tokenType: TokenTypeEnum,
Expand Down

0 comments on commit c6de8aa

Please sign in to comment.