stable
Clone or download
Read-only
part of story #29240 reply to pull request comment How to test rest route: - /pull_requests/{id}/file_diff now have parent_id, internal id and file_path exposed - /pull_requests/{id}/comments now have a new entry parent_id exposed Change-Id: I2253899b8e9aab34521c559182f2057c2a0985e1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/pullrequest/include/PullRequest/Comment/PaginatedComments.php | +12 | −11 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/CommentRepresentation.php | +7 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/PaginatedCommentsRepresentationsBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/PaginatedTimelineRepresentationBuilder.php | +8 | −8 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/PullRequestInlineCommentRepresentation.php | +17 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/PullRequestInlineCommentRepresentationBuilder.php | +9 | −11 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsResource.php | +8 | −4 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/TimelineEventRepresentation.php | +6 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/TimelineInlineCommentRepresentation.php | +12 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/Timeline/TimelineGlobalEvent.php | +7 | −27 | Go to diff View file |