stable

Clone or download

Read-only

Merge commit 'refs/changes/06/30106/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: chore: Close request #35509 Move ThreadColors to Comment namespace Change-Id: I426af22bddb5c491f6a760eaff3c30c760b73d8a

Modified Files

Name
M plugins/pullrequest/include/PullRequest/Comment/CommentCreator.php +0 −2 Go to diff View file
R plugins/pullrequest/include/PullRequest/REST/v1/Comment/ThreadColors.php Go to diff View file
R plugins/pullrequest/include/PullRequest/REST/v1/Comment/ThreadCommentColorAssigner.php Go to diff View file
R plugins/pullrequest/include/PullRequest/REST/v1/Comment/ThreadCommentColorRetriever.php Go to diff View file
M plugins/pullrequest/include/PullRequest/InlineComment/InlineCommentCreator.php +2 −2 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/Comment/CommentCreatorTest.php +0 −2 Go to diff View file
M plugins/pullrequest/tests/unit/Comment/CommentTest.php +0 −1 Go to diff View file
A plugins/pullrequest/tests/unit/Comment/ThreadCommentColorAssignerTest.php +78 −0 Go to diff View file
R plugins/pullrequest/tests/unit/REST/v1/Comment/ThreadCommentColorRetrieverTest.php Go to diff View file
M plugins/pullrequest/tests/unit/InlineComment/InlineCommentCreatorTest.php +4 −4 Go to diff View file
M plugins/pullrequest/tests/unit/InlineComment/InlineCommentTest.php +2 −4 Go to diff View file
M plugins/pullrequest/tests/unit/REST/v1/Comment/POSTCommentHandlerTest.php +3 −0 Go to diff View file
D plugins/pullrequest/tests/unit/REST/v1/Comment/ThreadCommentColorAssignerTest.php +0 −77 Go to diff View file
M plugins/pullrequest/tests/unit/REST/v1/InlineComment/POSTHandlerTest.php +3 −3 Go to diff View file
M plugins/pullrequest/tests/unit/Tests/Stub/ThreadColorUpdaterStub.php +8 −1 Go to diff View file