stable

Clone or download

Read-only

chore: Close request #35509 Move ThreadColors to Comment namespace

No functional change. Comment threads in pull requests still have colors like before. Change-Id: I21f15293b0856a6843b5891c2554faa6e07fc372

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