forgejo/routers/api/v1/repo
Lunny Xiao 6bdc556b7f
Fix some webhooks bugs (#3981)
* fix some webhooks bugs

* update vendor

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

* fix test

* fix clearlabels

* fix pullrequest webhook bug fix #3492

* update release webhook description

* remove unused code

* fix push webhook in pull request

* small changes
2018-05-21 10:28:29 +08:00
..
branch.go
collaborators.go
file.go
fork.go
hook.go
hook_test.go
issue.go Multiple assignees (#3705) 2018-05-09 19:29:04 +03:00
issue_comment.go Add more webhooks support and refactor webhook templates directory (#3929) 2018-05-16 22:01:55 +08:00
issue_label.go fix wrong issue endpoints in swagger doc (#3914) 2018-05-08 14:05:18 +08:00
issue_tracked_time.go
key.go
label.go
main_test.go
milestone.go
pull.go Multiple assignees (#3705) 2018-05-09 19:29:04 +03:00
release.go Fix some webhooks bugs (#3981) 2018-05-21 10:28:29 +08:00
release_attachment.go
repo.go
star.go
status.go
subscriber.go