Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integration tests for issues API (#2059) | Ethan Koenig | 2017-06-25 | 1 | -15/+13 |
| | |||||
* | refactor api issues load attributes for better performance (#1066) | Lunny Xiao | 2017-02-27 | 1 | -5/+6 |
| | |||||
* | add milestone changed traker on issue view (#804) | Lunny Xiao | 2017-02-01 | 1 | -1/+1 |
| | |||||
* | Search bar for issues/pulls (#530) | Ethan Koenig | 2017-01-25 | 1 | -2/+4 |
| | |||||
* | Linting | Kim "BKC" Carlbäcker | 2016-12-02 | 1 | -2/+2 |
| | |||||
* | GitHub API Compliance (& linting) | Kim "BKC" Carlbäcker | 2016-12-02 | 1 | -4/+16 |
| | |||||
* | Fix breakage from vendor-update | Kim "BKC" Carlbäcker | 2016-11-29 | 1 | -1/+1 |
| | |||||
* | golint fixed for routers (#208) | Lunny Xiao | 2016-11-24 | 1 | -0/+4 |
| | |||||
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 1 | -1/+1 |
| | | | | From code.gitea.io/go-sdk/gitea To code.gitea.io/sdk/gitea | ||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -4/+4 |
| | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path | ||||
* | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -3/+3 |
| | |||||
* | #2966 code cleanup | Unknwon | 2016-08-26 | 1 | -1/+1 |
| | |||||
* | #3383 code cleanup | Unknwon | 2016-08-24 | 1 | -2/+1 |
| | |||||
* | Issues can be closed via API (#3170) (#3479) | Kim Carlbäcker | 2016-08-23 | 1 | -0/+6 |
| | | | | | | | | | | * Issues can be closed via API * Error-checking is nice xD * EditIssueOption.Status => State * Use const instead of string-literal | ||||
* | models/issue: improve quality and performance of NewIssue function | Unknwon | 2016-08-15 | 1 | -2/+2 |
| | |||||
* | Replace convert.To with APIFormat calls | Unknwon | 2016-08-14 | 1 | -7/+11 |
| | |||||
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 | 1 | -2/+2 |
| | |||||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -4/+4 |
| | |||||
* | Use struct for UI settings | Unknwon | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 | 1 | -4/+0 |
| | |||||
* | #809 fix wrong closed issue count when create closed issue via API | Unknwon | 2016-05-27 | 1 | -1/+7 |
| | | | | Add start count corrector for Repository.NumClosedIssues | ||||
* | #809 able to set issue state to closed when create | Unknwon | 2016-05-11 | 1 | -0/+1 |
| | |||||
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 | 1 | -0/+165 |
- Fix go-gogs-client#10 - Related to #809 |