stable

Clone or download

Read-only

refactor: Build inline comment

No functional change expected when creating a new inline comment through the REST API. part of story #32316 Update comments Change-Id: I63606f99aba4800b0999c974f42746f5c32677ec

Modified Files

Name
M plugins/pullrequest/include/PullRequest/InlineComment/InlineComment.php +20 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/InlineComment/InlineCommentCreator.php +4 −4 Go to diff View file
D plugins/pullrequest/include/PullRequest/InlineComment/InsertedInlineComment.php +0 −38 Go to diff View file
R plugins/pullrequest/include/PullRequest/REST/v1/InlineComment/InlineCommentRepresentationBuilder.php Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/InlineComment/POSTHandler.php +9 −9 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsResource.php +2 −2 Go to diff View file
M plugins/pullrequest/tests/unit/InlineComment/InlineCommentCreatorTest.php +3 −3 Go to diff View file
M plugins/pullrequest/tests/unit/InlineComment/InlineCommentTest.php +64 −13 Go to diff View file
R plugins/pullrequest/tests/unit/REST/v1/InlineComment/InlineCommentRepresentationBuilderTest.php Go to diff View file