(refs #11) Implemented the batch update.

This commit is contained in:
shimamoto
2013-07-11 13:43:42 +09:00
parent 46b3807f21
commit b81a30ef12
3 changed files with 84 additions and 8 deletions

View File

@@ -35,6 +35,9 @@ trait IssuesService {
.map ( _._2 )
.list
def getIssueLabel(owner: String, repository: String, issueId: Int, labelId: Int) =
Query(IssueLabels) filter (_.byPrimaryKey(owner, repository, issueId, labelId)) firstOption
/**
* Returns the count of the search result against issues.
*