mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 05:55:51 +01:00
(refs #2)Implementing pull request list.
This commit is contained in:
@@ -31,12 +31,4 @@ trait PullRequestService { self: IssuesService =>
|
||||
commitIdFrom,
|
||||
commitIdTo))
|
||||
|
||||
// def mergePullRequest(originUserName: String, originRepositoryName: String, issueId: Int,
|
||||
// mergeStartId: String, mergeEndId: String): Unit = {
|
||||
// Query(PullRequests)
|
||||
// .filter(_.byPrimaryKey(originUserName, originRepositoryName, issueId))
|
||||
// .map(t => t.mergeStartId ~ t.mergeEndId)
|
||||
// .update(mergeStartId, mergeEndId)
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user