]> source.dussan.org Git - gitea.git/commit
Move issue change status from models to service (#8691)
authorLunny Xiao <xiaolunwen@gmail.com>
Mon, 28 Oct 2019 05:26:46 +0000 (13:26 +0800)
committerGitHub <noreply@github.com>
Mon, 28 Oct 2019 05:26:46 +0000 (13:26 +0800)
commitc66c9dabc7453febc0e01fcc974baf06fd96c38d
tree59709b9bd6c68cf4efaa5ed9b34a30cbde99d462
parent495d5e4329326b27158a25b44c37986923d0bb6b
Move issue change status from models to service (#8691)
models/issue.go
modules/notification/webhook/webhook.go
routers/api/v1/repo/issue.go
routers/api/v1/repo/pull.go
routers/repo/issue.go
services/issue/status.go [new file with mode: 0644]