aboutsummaryrefslogtreecommitdiff
path: root/routers/api/v1/convert
Commit message (Collapse)AuthorAge
* Refactoring: rename package routers -> routesUnknwon2017-06-11
|
* Refactoring: rename modules -> pkgUnknwon2017-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 callsUnknwon2016-08-14
|
* #2246 fully support of webhooks for pull requestUnknwon2016-08-14
|
* Add committer information to API and Webhooks. Also fixes #3271 (#3414)lstahlman2016-08-09
|
* 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
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* Add timestamps to repository api response (#3255)lstahlman2016-07-12
| | | Additional properties: created_at, updated_at
* Extend the API to include more repository properties (#3249)lstahlman2016-07-11
| | | | Adds description, stars_count, forks_count, watchers_count and open_issues_count.
* #3058 #3059 support correct page size and link headerUnknwon2016-07-04
|
* #1692 api: admin list and create team under organizationUnknwon2016-03-21
|
* #1692 add CRUD issue APIsUnknwon2016-03-13
| | | | | - Fix go-gogs-client#10 - Related to #809
* Corrections following recommendationsAntoine GIRARD2016-01-28
|
* Near readyAntoine GIRARD2016-01-28
|
* #1692 add organization APIsUnknwon2015-12-17