gitea/modules/convert
sotho 3558310c1f
Fix wrong user returned in API () ()
The API call: GET /repos/{owner}/{repo}/pulls/{index}/reviews/{id}/comments
returns always the reviewer, but should return the poster.

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: zeripath <art27@cantab.net>
..
convert.go migrate from com.* to alternatives ()
git_commit.go [API] Add affected files of commits to commit struct ()
git_commit_test.go Use native git variants by default with go-git variants as build tag ()
issue.go Display current stopwatch in navbar ()
issue_comment.go [Refactor] Move APIFormat functions into convert package ()
issue_test.go Add Created & Updated to Milestone ()
main_test.go Move pull request api convert to convert package ()
notification.go Repository transfer has to be confirmed, if user can not create repo for new owner ()
pull.go [API] get pull, return head branch sha, even if deleted ()
pull_review.go Fix wrong user returned in API () ()
pull_test.go Move Repo APIFormat to convert package ()
release.go [Refactor] Move APIFormat functions into convert package ()
repository.go Add MirrorInterval to the API ()
status.go [Refactor] CombinedStatus and CommitStatus related functions & structs ()
user.go [API] Add Restricted Field to User ()
user_test.go [Refactor] Move APIFormat functions into convert package ()
utils.go [API] Migration: Change ServiceType String ()
utils_test.go Add some Unit-Tests ()