gitea/models
Lunny Xiao 5667d4daae Merge pull request from bkcsoft/gt/2164-release-pagination
Add Pagination to Releases-page (and de-duplicate pagination templates)
..
migrations Change import reference to match gitea instead of gogs ()
access.go ACCESS_MODE_* -> AccessMode*
action.go Use MixedCase constant names
admin.go More MixedCase consts
error.go models/login_source: code improvement
git_diff.go This one I overlooked before
git_diff_test.go More MixedCase consts
issue.go More MixedCase consts
issue_comment.go Fix type in unused constant name ()
issue_label.go Replaced go-gogs-client with go-sdk imports
issue_mail.go Change import reference to match gitea instead of gogs ()
login_source.go Fix type in unused constant name ()
mail.go more
models.go Replace Gogs to Gitea in installation options
models_sqlite.go go vet
models_test.go add test suites
models_tidb.go models: rename EnableTidb to EnableTiDB
org.go And others
org_team.go ACCESS_MODE_* -> AccessMode*
pull.go Use MixedCase constant names
release.go Add Pagination to Releases-page
repo.go more
repo_branch.go Replace gogits/git-module dependency with go-gitea/git ()
repo_collaboration.go ACCESS_MODE_* -> AccessMode*
repo_editor.go Replace gogits/git-module dependency with go-gitea/git ()
repo_mirror.go more
repo_test.go Run goimports on the whole project ()
ssh_key.go And others
ssh_key_test.go Change import reference to match gitea instead of gogs ()
token.go Change import reference to match gitea instead of gogs ()
update.go Replace gogits/git-module dependency with go-gitea/git ()
user.go And others
user_mail.go Refactor User.Id to User.ID
webhook.go Fix type in unused constant name ()
webhook_slack.go Use MixedCase constant names
wiki.go Replace gogits/git-module dependency with go-gitea/git ()