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:   |
||
|---|---|---|
| .. | ||
| activity.go | ||
| attachment.go | ||
| convert.go | ||
| git_commit_test.go | ||
| git_commit.go | ||
| issue_comment.go | ||
| issue_test.go | ||
| issue.go | ||
| main_test.go | ||
| mirror.go | ||
| notification.go | ||
| package.go | ||
| pull_review.go | ||
| pull_test.go | ||
| pull.go | ||
| release.go | ||
| repository.go | ||
| status.go | ||
| user_test.go | ||
| user.go | ||
| utils_test.go | ||
| utils.go | ||
| wiki.go | ||