Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactoring: rename package routers -> routes | Unknwon | 2017-06-11 |
| | |||
* | Refactoring: rename modules -> pkg | Unknwon | 2017-04-04 |
| | | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory | ||
* | Replace convert.To with APIFormat calls | Unknwon | 2016-08-14 |
| | |||
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 |
| | |||
* | Add committer information to API and Webhooks. Also fixes #3271 (#3414) | lstahlman | 2016-08-09 |
| | |||
* | Additional API support for labels (#3290) | lstahlman | 2016-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 | ||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | Add timestamps to repository api response (#3255) | lstahlman | 2016-07-12 |
| | | | Additional properties: created_at, updated_at | ||
* | Extend the API to include more repository properties (#3249) | lstahlman | 2016-07-11 |
| | | | | Adds description, stars_count, forks_count, watchers_count and open_issues_count. | ||
* | #3058 #3059 support correct page size and link header | Unknwon | 2016-07-04 |
| | |||
* | #1692 api: admin list and create team under organization | Unknwon | 2016-03-21 |
| | |||
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 |
| | | | | | - Fix go-gogs-client#10 - Related to #809 | ||
* | Corrections following recommendations | Antoine GIRARD | 2016-01-28 |
| | |||
* | Near ready | Antoine GIRARD | 2016-01-28 |
| | |||
* | #1692 add organization APIs | Unknwon | 2015-12-17 |