forgejo/routers/api/v1/repo
Lunny Xiao ea619b39b2
Add notification interface and refactor UI notifications (#5085)
* 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
2018-10-18 19:23:05 +08:00
..
branch.go Fixes repo branch endpoint summary (#4893) 2018-09-09 11:36:08 +08:00
collaborators.go An inactive user shouldn't be able to be added as a collaborator (#4535) 2018-08-07 13:01:06 +03:00
file.go Fix swagger errors (#4220) 2018-06-12 22:59:22 +08:00
fork.go
hook.go Fix swagger errors (#4220) 2018-06-12 22:59:22 +08:00
hook_test.go
issue.go Add notification interface and refactor UI notifications (#5085) 2018-10-18 19:23:05 +08:00
issue_comment.go Add notification interface and refactor UI notifications (#5085) 2018-10-18 19:23:05 +08:00
issue_label.go
issue_tracked_time.go Fix swagger errors (#4220) 2018-06-12 22:59:22 +08:00
key.go
label.go
main_test.go
milestone.go Fix swagger errors (#4220) 2018-06-12 22:59:22 +08:00
pull.go Add notification interface and refactor UI notifications (#5085) 2018-10-18 19:23:05 +08:00
release.go allow api to create tags for releases (#4890) 2018-09-10 10:57:41 -04:00
release_attachment.go
repo.go feat(repo): support search repository by topic name (#4505) 2018-09-13 10:33:48 +08:00
star.go
status.go
subscriber.go