You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
4 years ago
..
convert.go Refactor: move Commit To APIFormat Code & Lot of StopWatch related things (#12729) 5 years ago
git_commit.go [#13004] Add Timestamp to Tag list API (#13026) 5 years ago
git_commit_test.go [#13004] Add Timestamp to Tag list API (#13026) 5 years ago
issue.go Refactor: move Commit To APIFormat Code & Lot of StopWatch related things (#12729) 5 years ago
issue_test.go Add Created & Updated to Milestone (#12662) 5 years ago
main_test.go Move pull request api convert to convert package (#9664) 5 years ago
pull.go Issue/Pull expose IsLocked Property on API (#11708) 5 years ago
pull_review.go Fix wrong user returned in API (#15139) (#15150) 4 years ago
pull_test.go Display pull request head branch even the branch deleted or repository deleted (#10413) 5 years ago
user.go fix #15104 (#15106) 4 years ago
utils.go [API] Migration: Change ServiceType String (#12672) 5 years ago