aboutsummaryrefslogtreecommitdiff
path: root/routers/api/v1/repo/issue_label.go
Commit message (Collapse)AuthorAge
* Replace convert.To with APIFormat callsUnknwon2016-08-14
|
* #2246 fully support of webhooks for pull requestUnknwon2016-08-14
|
* #3290 better code structure and batch minor improvementsUnknwon2016-08-03
|
* Additional API support for labels (#3290)lstahlman2016-08-03
* Add API support for labels. * Error handling for adding/replacing multiple issue labels * Revisions to function names and error handling. Use issue.ClearLabels in replace/clear functions * Additional code cleanup