Skip to content

Commit

Permalink
feat:支持管理我的 OAUTH TencentBlueKing#10995
Browse files Browse the repository at this point in the history
  • Loading branch information
hejieehe committed Dec 10, 2024
1 parent d973f7d commit 93f2806
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class RepositoryCodeGitDao {
dslContext: DSLContext,
userId: String,
limit: Int,
offset: Int,
offset: Int
): List<RepoOauthRefVo> {
val t1 = TRepository.T_REPOSITORY
val t2 = TRepositoryCodeGit.T_REPOSITORY_CODE_GIT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class RepositoryGithubDao {
dslContext: DSLContext,
userId: String,
limit: Int,
offset: Int,
offset: Int
): List<RepoOauthRefVo> {
val t1 = TRepository.T_REPOSITORY
val t2 = TRepositoryGithub.T_REPOSITORY_GITHUB
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ import com.tencent.devops.repository.constant.RepositoryMessageCode
import com.tencent.devops.repository.dao.GitTokenDao
import com.tencent.devops.repository.pojo.AuthorizeResult
import com.tencent.devops.repository.pojo.enums.RedirectUrlTypeEnum
import com.tencent.devops.repository.pojo.enums.TokenTypeEnum
import com.tencent.devops.repository.pojo.git.GitUserInfo
import com.tencent.devops.repository.pojo.oauth.GitOauthCallback
import com.tencent.devops.repository.pojo.oauth.GitToken
import com.tencent.devops.scm.code.git.api.GitBranch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ package com.tencent.devops.repository.service.scm

import com.tencent.devops.repository.pojo.AuthorizeResult
import com.tencent.devops.repository.pojo.enums.RedirectUrlTypeEnum
import com.tencent.devops.repository.pojo.git.GitUserInfo
import com.tencent.devops.repository.pojo.oauth.GitOauthCallback
import com.tencent.devops.repository.pojo.oauth.GitToken
import com.tencent.devops.scm.code.git.api.GitBranch
Expand Down

0 comments on commit 93f2806

Please sign in to comment.