stable

Clone or download

Read-only

Information is taken into account in the PR view

Part of story #11661 - define a merge strategy for my repositories How to test: - In the repository settigs, set the merge strategy of pull requests on "fast-forward only" - Make a non fast-forward pullrequest to this repository --> The merge zone is in warning mode and the merge button is disabled. Change-Id: I979c3fbce5abd020de4dcf47af0e1abbc80aeda3

Modified Files

Name
M plugins/pullrequest/include/PullRequest/PullRequestPresenter.php +8 −3 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.class.php +12 −1 Go to diff View file
R plugins/pullrequest/templates/index.mustache Go to diff View file
M plugins/pullrequest/www/scripts/po/fr.po +18 −5 Go to diff View file
M plugins/pullrequest/www/scripts/po/template.pot +4 −0 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/app-controller.js +3 −0 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/overview/overview-controller.js +2 −1 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/overview/overview.tpl.html +14 −1 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/shared-properties/shared-properties-service.js +13 −2 Go to diff View file