gitea/modules/convert
sotho 4f47bf5346
Fix wrong user returned in API () ()
* 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>

* rm regression

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: zeripath <art27@cantab.net>
..
convert.go Refactor: move Commit To APIFormat Code & Lot of StopWatch related things ()
git_commit.go [] Add Timestamp to Tag list API ()
git_commit_test.go [] Add Timestamp to Tag list API ()
issue.go Refactor: move Commit To APIFormat Code & Lot of StopWatch related things ()
issue_test.go Add Created & Updated to Milestone ()
main_test.go Move pull request api convert to convert package ()
pull.go Issue/Pull expose IsLocked Property on API ()
pull_review.go Fix wrong user returned in API () ()
pull_test.go Display pull request head branch even the branch deleted or repository deleted ()
user.go fix ()
utils.go [API] Migration: Change ServiceType String ()