summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/issue_comment.go
Commit message (Collapse)AuthorAgeFilesLines
* fix bug about wrong dependencies permissions check and other wr… (#9884)Lunny Xiao2020-01-201-1/+1
| | | | | | * fix bug about wrong dependencies permissions check and other wrong permissions check * improve code
* Move create issue comment to comments package (#8212)Lunny Xiao2019-09-241-3/+4
| | | | | | | | | | * move create issue comment to comments package * extract actions on update/delete comment from models to comment service * fix lint * fix lint
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+0
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
| | | | | | | | | | | | * move sdk structs to moduels/structs * fix tests * fix fmt * fix swagger * fix vendor
* Comments list performance optimization (#5305)Lunny Xiao2019-04-181-5/+20
|
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-2/+2
|
* Implement "conversation lock" for issue comments (#5073)Lanre Adelowo2019-02-181-0/+6
|
* Refactor notification for indexer (#5111)Lunny Xiao2019-01-171-0/+6
| | | | | | * notification for indexer * use NullNotifier as parent struct
* Improve performance of dashboard (#4977)Lunny Xiao2018-12-131-1/+10
|
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-201-0/+6
| | | | | | | | | | | | | | | | | | | | | * Fix Swagger JSON. Remove unnecessary schema references for the forbidden and empty responses Signed-off-by: Andrew Thornton <art27@cantab.net> * Fix swagger API for CreateAccessToken * Fix admin create org swagger * Fix swagger for adminCreateRepo * More swagger fixes Set int64 format for those which are int64 Some more form fixes * Fix swagger description of GET /repos/{owner}/{repo}/pulls
* Add notification interface and refactor UI notifications (#5085)Lunny Xiao2018-10-181-0/+3
| | | | | | | | * add notification interface and refactor UI notifications * add missing methods on notification interface and notifiy only issue status really changed * implement NotifyPullRequestReview for ui notification
* Fix query parameter name comment in issue API (#4421)Lauris BH2018-07-121-2/+2
|
* fix CreateIssueCommentOption reference (#4239)stevegt2018-06-151-1/+1
| | | * fixes a warning remaining from #4010 and #4220
* Fix swagger errors (#4220)Antoine GIRARD2018-06-121-2/+2
| | | | | | | | | | Fix all the resting errors to have a valid swagger file. They are still some warnings but nothing blocking. Doing so I found that some request still misses son parameters for some POST/PUT/PATCH request. This means the a client generated from the swagger file will not work completely. Fix #4088 by activating validation in drone Should fix #4010.
* Add more webhooks support and refactor webhook templates directory (#3929)Lunny Xiao2018-05-161-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * add more webhook support * move hooks templates to standalone dir and add more webhooks ui * fix tests * update vendor checksum * add more webhook support * move hooks templates to standalone dir and add more webhooks ui * fix tests * update vendor checksum * update vendor Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * load attributes when created release * update comparsion doc
* fix wrong issue endpoints in swagger doc (#3914)David Schneiderbauer2018-05-081-1/+1
|
* refactor: import order. (#3736)Bo-Yi Wu2018-03-291-2/+2
|
* Fix comment API paths (#2813)Ethan Koenig2017-11-201-2/+84
|
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-1/+134
| | | | | | | | | | | * Update swagger documentation Add docs for missing endpoints Add documentation for request parameters Make parameter naming consistent Fix response documentation * Restore delete comments
* Fix #2001 and fix issue comments hidden (#2016)Lunny Xiao2017-06-211-2/+10
| | | | | | | | | | | | | | * revert #2001 and fix issue comments hidden * fix #2001 * fix import * improve comment type * reduce unnecessary join * fix comment on FindCommentsOptions
* Search bar for issues/pulls (#530)Ethan Koenig2017-01-251-1/+1
|
* issue comment api fix (#449)Kim "BKC" Carlbäcker2016-12-221-0/+47
| | | | | | * ListAllInRepo & Delete Issue-Comments * Moar data in issue-comments
* golint fixed for routers (#208)Lunny Xiao2016-11-241-0/+4
|
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-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 Santilli2016-11-101-3/+3
| | | | | | | - 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
* More...Sandro Santilli2016-11-071-1/+1
|
* Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-071-1/+1
|
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-2/+2
|
* #2966 code cleanupUnknwon2016-08-261-60/+20
|
* issues comment API : list, create, edit (#2966)Iwan Budi Kusnanto2016-08-261-0/+122
add `since` query string support to list issue comment