| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also addresses #3485.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Lists the forks of a repository at the /:user/:repo/forks endpoint.
Signed-off-by: Dennis Chen <barracks510@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* ListAllInRepo & Delete Issue-Comments
* Moar data in issue-comments
|
| |
|
| |
|
| |
|
|
|
| |
add `since` query string support to list issue comment
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Issues can be closed via API
* Error-checking is nice xD
* EditIssueOption.Status => State
* Use const instead of string-literal
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Add AddCollaborator API Endpoint
* Add optional Permission to AddCollaborator endpoint
* Use APIContext
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Allows the deletion of a webhook from a repository at the
/:user/:repo/hooks/:id endpoint.
Solves drone/drone issue #1603.
Signed-off-by: Dennis Chen <barracks510@gmail.com>
|
| |
|
| |
|