stable

Clone or download

Read-only

Add a warning in the PR view when the build status has been set with a deprecated REST route

Users should move from the route POST /git/{id}/build_status to POST /git/{id}/statuses/{commit_reference}. This is part of story #11477: have a dedicated references for pullrequests Change-Id: I0711fe3d9c86b1474885c0822ef80c160108151c

Modified Files

Name
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestRepresentation.php +10 −2 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestRepresentationFactory.php +7 −6 Go to diff View file
M plugins/pullrequest/www/scripts/po/fr.po +7 −9 Go to diff View file
M plugins/pullrequest/www/scripts/po/template.pot +6 −0 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/overview/_overview.scss +12 −1 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/overview/overview.tpl.html +7 −0 Go to diff View file