stable

Clone or download

Read-only

request #13364: Remove REST API endpoint POST /git/{id}/build_status

Existing information about builds that were stored in the plugin_pullrequest_review table is converted as a commit status. Change-Id: I1c272efa5d1e8b5d542a2371a454c8c03a526d6a

Modified Files

Name
M plugins/git/include/Git_Exec.class.php +2 −1 Go to diff View file
D plugins/git/include/REST/v1/BuildStatusPOSTRepresentation.php +0 −62 Go to diff View file
M plugins/git/include/REST/v1/RepositoryResource.class.php +0 −79 Go to diff View file
M plugins/git/include/constants.php +0 −13 Go to diff View file
M plugins/pullrequest/db/install.sql +0 −2 Go to diff View file
A plugins/pullrequest/db/mysql/updates/2019/201905061130_convert_pr_build_status_to_commit_status.php +67 −0 Go to diff View file
M plugins/pullrequest/include/PullRequest/Dao.php +0 −9 Go to diff View file
D plugins/pullrequest/include/PullRequest/Exception/InvalidBuildStatusException.php +0 −34 Go to diff View file
M plugins/pullrequest/include/PullRequest/Factory.php +3 −20 Go to diff View file
M plugins/pullrequest/include/PullRequest/PullRequest.php +14 −56 Go to diff View file
M plugins/pullrequest/include/PullRequest/PullRequestUpdater.php +1 −3 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestRepresentation.php +1 −9 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestRepresentationFactory.php +9 −36 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.class.php +0 −13 Go to diff View file
M plugins/pullrequest/www/scripts/po/fr.po +0 −14 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/overview/overview.tpl.html +0 −6 Go to diff View file
M plugins/pullrequest/www/themes/BurningParrot/css/includes/_overview.scss +0 −4 Go to diff View file