gitea/services/convert
wxiaoguang 6422f05a4e
Decouple diff stats query from actual diffing ()
The diff stats are no longer part of the diff generation.
Use `GetDiffShortStat` instead to get the total number of changed files,
added lines, and deleted lines.
As such, `gitdiff.GetDiff` can be simplified:
It should not do more than expected.

And do not run "git diff --shortstat" for pull list. Fix 
..
activity.go For API attachments, use API URL ()
attachment.go Fix attachment download bug ()
convert.go Move commits signature and verify functions to service layers ()
git_commit.go Decouple diff stats query from actual diffing ()
git_commit_test.go Adjust object format interface ()
issue.go Move issue pin to an standalone table for querying performance ()
issue_comment.go Make tracked time representation display as hours ()
issue_test.go Move `convert` package to services ()
main_test.go make writing main test easier ()
mirror.go Even more `db.DefaultContext` refactor ()
notification.go Performance improvements for pull request list page ()
package.go Clarify permission "HasAccess" behavior ()
pull.go Decouple diff stats query from actual diffing ()
pull_review.go Fix possible NPE in ToPullReviewList ()
pull_review_test.go Enable tenv and testifylint rules ()
pull_test.go Fix `Permission` in API returned repository struct ()
release.go add Upload URL to release API ()
release_test.go add Upload URL to release API ()
repository.go Fix various problems (artifact order, api empty slice, assignee check, fuzzy prompt, mirror proxy, adopt git) ()
secret.go feat: implement organization secret creation API ()
status.go refactor improve NoBetterThan ()
user.go Make gitea webhooks openproject compatible ()
user_test.go Add context cache as a request level cache ()
utils.go Fix typo in gitea downloader test and add missing codebase in `ToGitServiceType` ()
utils_test.go Fix typo in gitea downloader test and add missing codebase in `ToGitServiceType` ()
wiki.go Fix an actions schedule bug ()