]> source.dussan.org Git - gitea.git/commit
Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/modules/conver...
authorLunny Xiao <xiaolunwen@gmail.com>
Sun, 10 Nov 2019 04:41:51 +0000 (12:41 +0800)
committerGitHub <noreply@github.com>
Sun, 10 Nov 2019 04:41:51 +0000 (12:41 +0800)
commitdaab2451676b1a3a5312af0e2a443e6017113702
treeb0ee4405a3b9459051537e3e258fd0fafe9100b7
parent1b7402bd1dfcf7435c2c2345aab1c43d6b0186ca
Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/modules/convert (#8892)

* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/modules/convert

* fix fmt
28 files changed:
integrations/api_team_test.go
integrations/api_team_user_test.go
modules/convert/convert.go [new file with mode: 0644]
modules/convert/utils.go [new file with mode: 0644]
routers/api/v1/admin/org.go
routers/api/v1/admin/user.go
routers/api/v1/convert/convert.go [deleted file]
routers/api/v1/convert/utils.go [deleted file]
routers/api/v1/org/hook.go
routers/api/v1/org/member.go
routers/api/v1/org/org.go
routers/api/v1/org/team.go
routers/api/v1/repo/branch.go
routers/api/v1/repo/collaborators.go
routers/api/v1/repo/git_hook.go
routers/api/v1/repo/hook.go
routers/api/v1/repo/key.go
routers/api/v1/repo/repo.go
routers/api/v1/repo/star.go
routers/api/v1/repo/subscriber.go
routers/api/v1/repo/tag.go
routers/api/v1/repo/topic.go
routers/api/v1/user/email.go
routers/api/v1/user/follower.go
routers/api/v1/user/gpg_key.go
routers/api/v1/user/key.go
routers/api/v1/user/user.go
routers/api/v1/utils/hook.go