Ethan Koenig
|
666e099c77
|
Integration tests for issues API (#2059)
|
8 years ago |
Lunny Xiao
|
86db4045ba
|
refactor api issues load attributes for better performance (#1066)
|
9 years ago |
Lunny Xiao
|
c8ee0b9df0
|
add milestone changed traker on issue view (#804)
|
9 years ago |
Ethan Koenig
|
061fa12949
|
Search bar for issues/pulls (#530)
|
9 years ago |
Kim "BKC" Carlbäcker
|
e70fa9da88
|
Linting
|
9 years ago |
Kim "BKC" Carlbäcker
|
185fa7b753
|
GitHub API Compliance (& linting)
|
9 years ago |
Kim "BKC" Carlbäcker
|
0287afefa6
|
Fix breakage from vendor-update
|
9 years ago |
Lunny Xiao
|
e134836804
|
golint fixed for routers (#208)
|
9 years ago |
Sandro Santilli
|
827c85ad85
|
Fix import path of go-sdk (#141)
From code.gitea.io/go-sdk/gitea
To code.gitea.io/sdk/gitea
|
9 years ago |
Sandro Santilli
|
cb1b3cc148
|
Update import paths from github.com/go-gitea to code.gitea.io (#135)
- 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
|
9 years ago |
Thomas Boerger
|
a2f2fa9326
|
Replaced go-gogs-client with go-sdk imports
|
9 years ago |
Rémy Boulanouar
|
9712d5ee89
|
Change import reference to match gitea instead of gogs (#37)
|
9 years ago |
Unknwon
|
edc4bdf469
|
#2966 code cleanup
|
9 years ago |
Unknwon
|
a0c3de4966
|
#3383 code cleanup
|
9 years ago |
Kim Carlbäcker
|
5fac4604d0
|
Issues can be closed via API (#3170) (#3479)
* Issues can be closed via API
* Error-checking is nice xD
* EditIssueOption.Status => State
* Use const instead of string-literal
|
9 years ago |
Unknwon
|
ca313c82d3
|
models/issue: improve quality and performance of NewIssue function
|
9 years ago |
Unknwon
|
6e37e3f3d7
|
Replace convert.To with APIFormat calls
|
9 years ago |
Unknwon
|
f60f4fc56e
|
#2246 fully support of webhooks for pull request
|
9 years ago |
Unknwon
|
3b42ab0e57
|
Refactor User.Id to User.ID
|
9 years ago |
Unknwon
|
9835377f9c
|
Use struct for UI settings
|
9 years ago |
Unknwon
|
7b4e810eb5
|
#2854 fix no mail notification when issue is closed/reopened
|
9 years ago |
Unknwon
|
da5050d92f
|
#809 fix wrong closed issue count when create closed issue via API
Add start count corrector for Repository.NumClosedIssues
|
10 years ago |
Unknwon
|
46e4d9f2da
|
#809 able to set issue state to closed when create
|
10 years ago |
Unknwon
|
5b25440502
|
#1692 add CRUD issue APIs
- Fix go-gogs-client#10
- Related to #809
|
10 years ago |