gitea/services/convert
wxiaoguang 99283415bc
Refactor Pull Mirror and fix out-of-sync bugs ()
The "mirror" table and "repository" table might be out-of-sync in some
cases.

It means that "IsMirror=true" but "Mirror=nil"

This PR removes unnecessary "Mirror" field, rename "Mirror" to
"PullMirror" and fix nil panic bug.


Screenshot of changed templates:


![image](https://github.com/go-gitea/gitea/assets/2114189/c0f2bdfc-5911-43ea-b989-b19619de4235)



![image](https://github.com/go-gitea/gitea/assets/2114189/1078b41a-484f-4c06-8c2f-edb9e658275d)
..
activity.go Add activity feeds API ()
attachment.go Move `convert` package to services ()
convert.go add admin API email endpoints ()
git_commit.go Filter get single commit ()
git_commit_test.go Move `convert` package to services ()
issue.go Add API to manage issue dependencies ()
issue_comment.go Add context cache as a request level cache ()
issue_test.go Move `convert` package to services ()
main_test.go Move `convert` package to services ()
mirror.go Fix SyncOnCommit always return false in API of push_mirrors ()
notification.go Move `convert` package to services ()
package.go Add context cache as a request level cache ()
pull.go Add context cache as a request level cache ()
pull_review.go Add context cache as a request level cache ()
pull_test.go Move `convert` package to services ()
release.go Add context cache as a request level cache ()
repository.go Refactor Pull Mirror and fix out-of-sync bugs ()
status.go Add context cache as a request level cache ()
user.go Add context cache as a request level cache ()
user_test.go Add context cache as a request level cache ()
utils.go Move `convert` package to services ()
utils_test.go Rewrite queue ()
wiki.go Make wiki title supports dashes and improve wiki name related features ()