Merge remote-tracking branch 'origin/master'

This commit is contained in:
shimamoto
2013-07-02 11:22:10 +09:00
4 changed files with 39 additions and 11 deletions

View File

@@ -173,6 +173,9 @@ trait IssuesService {
def registerIssueLabel(owner: String, repository: String, issueId: Int, labelId: Int): Unit =
IssueLabels.* insert (IssueLabel(owner, repository, issueId, labelId))
def registerIssueLabel(owner: String, repository: String, issueId: Int, labelId: Int): Unit =
IssueLabels.* insert (IssueLabel(owner, repository, issueId, labelId))
def createComment(owner: String, repository: String, loginUser: String,
issueId: Int, content: String, action: Option[String]) =
IssueComments.autoInc insert (