| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Add undocumented endpoint for /repositories/:id
* GitHub API Compliance
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Report by MiaoWoo.
|
| |
|
|
|
|
|
|
|
|
| |
Reasons to change:
1. Shorter than 'modules'
2. More generally used by other Go projects
3. Corresponds to the naming of '$GOPATH/pkg' directory
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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
|
| |
|