stable
Clone or download
Read-only
OPTION requests should return the correct Allow headers now. There is no GET for pull_requests/{id}/inline-comments. No other functional change. CI should be happy. part of story #32316 Update comments Change-Id: I0f5decce0c9fb2c235b619fa367a854d85e24261
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/pullrequest/include/PullRequest/REST/v1/PullRequestInlineCommentsResource.php | +4 | −0 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsResource.php | +17 | −6 | Go to diff View file |
D | plugins/pullrequest/tests/rest/DatabaseInitialization.class.php | +0 | −78 | Go to diff View file |
A | plugins/pullrequest/tests/rest/DatabaseInitialization.php | +98 | −0 | Go to diff View file |
A | plugins/pullrequest/tests/rest/PullRequest/InlineCommentsTest.php | +57 | −0 | Go to diff View file |
M | plugins/pullrequest/tests/rest/PullRequestDataBuilder.php | +7 | −5 | Go to diff View file |
M | plugins/pullrequest/tests/rest/bootstrap.php | +1 | −1 | Go to diff View file |