]> source.dussan.org Git - gitea.git/commit
Move issue milestone assign to issue service and move webhook to notification (#8780)
authorLunny Xiao <xiaolunwen@gmail.com>
Sat, 2 Nov 2019 03:33:20 +0000 (11:33 +0800)
committerGitHub <noreply@github.com>
Sat, 2 Nov 2019 03:33:20 +0000 (11:33 +0800)
commit8f26397928b33a16558dafc2716a72b6e6900bf4
tree64604da13ff190b9aa6d3f4dc94fe7c8352a99e9
parentf518fe66620bcb60a5251befca116f8caa48ee42
Move issue milestone assign to issue service and move webhook to notification (#8780)
modules/notification/base/notifier.go
modules/notification/base/null.go
modules/notification/notification.go
modules/notification/webhook/webhook.go
routers/api/v1/repo/issue.go
routers/api/v1/repo/pull.go
routers/repo/issue.go
services/issue/milestone.go [new file with mode: 0644]
services/milestone/milestone.go [deleted file]