gitea/modules/convert
sotho 4f47bf5346
Fix wrong user returned in API (#15139) (#15150)
* Fix wrong user returned in API (#15139)

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>
2021-03-26 08:01:32 +02:00
..
convert.go Refactor: move Commit To APIFormat Code & Lot of StopWatch related things (#12729) 2020-09-18 20:09:26 +08:00
git_commit.go [#13004] Add Timestamp to Tag list API (#13026) 2020-10-05 12:07:54 +08:00
git_commit_test.go [#13004] Add Timestamp to Tag list API (#13026) 2020-10-05 12:07:54 +08:00
issue.go Refactor: move Commit To APIFormat Code & Lot of StopWatch related things (#12729) 2020-09-18 20:09:26 +08:00
issue_test.go Add Created & Updated to Milestone (#12662) 2020-09-05 13:38:54 -04:00
main_test.go Move pull request api convert to convert package (#9664) 2020-01-10 15:53:53 +08:00
pull.go Issue/Pull expose IsLocked Property on API (#11708) 2020-06-01 22:01:55 +01:00
pull_review.go Fix wrong user returned in API (#15139) (#15150) 2021-03-26 08:01:32 +02:00
pull_test.go Display pull request head branch even the branch deleted or repository deleted (#10413) 2020-03-02 22:31:55 +00:00
user.go fix #15104 (#15106) 2021-03-22 15:15:44 -04:00
utils.go [API] Migration: Change ServiceType String (#12672) 2020-09-10 23:29:19 +01:00