stable

Clone or download

Read-only

story #8826: Create pull requests from a git repository

Once the pull request is created, we are redirected in it. Change-Id: Ia843a6549ebe22cd302b05be12bf8a7c3b73bd1d

Modified Files

Name
A include/PullRequest/AdditionalActionsPresenter.php +84 −0 Go to diff View file
M include/PullRequest/Dao.php +12 −0 Go to diff View file
A include/PullRequest/Exception/PullRequestAlreadyExistsException.php +25 −0 Go to diff View file
A include/PullRequest/Exception/PullRequestCannotBeCreatedException.php +25 −0 Go to diff View file
M include/PullRequest/GitExec.php +6 −0 Go to diff View file
A include/PullRequest/PullRequestCreator.php +99 −0 Go to diff View file
A include/PullRequest/Router.php +165 −0 Go to diff View file
M include/autoload.php +6 −1 Go to diff View file
M include/pullrequestPlugin.class.php +50 −5 Go to diff View file
M site-content/en_US/pullrequest.tab +7 −0 Go to diff View file
M site-content/fr_FR/pullrequest.tab +7 −0 Go to diff View file
A templates/additional-actions.mustache +39 −0 Go to diff View file
M tests/GitExecTest.php +16 −0 Go to diff View file
A www/index.php +30 −0 Go to diff View file