stable

Clone or download

Read-only

feat: user can create a PR with identical source and destination references

This resolves story #27175 Create a Pull request with identical source and destination references A pull request with source and destination branches that have the same references can now be created. A message is displayed to explain to the users why the pull request cannot be merged for now. Change-Id: I4f196abe9d56efd061c5fc0a21e8a60ba3b66449

Modified Files

Name
M plugins/pullrequest/include/PullRequest/Exception/PullRequestCannotBeCreatedException.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/PullRequestCreator.php +26 −43 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsResource.php +2 −6 Go to diff View file
M plugins/pullrequest/scripts/po/fr_FR.po +7 −0 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/overview-controller.js +5 −0 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/overview.tpl.html +13 −1 Go to diff View file