stable
Clone or download
Read-only
Part of story #11664: display list of commits of a pull request Go to git ยป repository ยป pull requests ยป pr ยป commits. You should see the list of commits of the pull request. If you click on a commit, you are redirected to gitphp view. Commits are not grouped by date yet. Build status badge is not displayed yet. Change-Id: I454a8ca83617356de29c9342bfa0ba4cb5d18d61
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/REST/v1/GitCommitRepresentation.php | +12 | โ2 | Go to diff View file |
M | plugins/git/include/REST/v1/RepositoryResource.class.php | +29 | โ2 | Go to diff View file |
M | plugins/git/tests/rest/Git/RepositoryTest.php | +3 | โ0 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsCommitRepresentationFactory.php | +25 | โ4 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsResource.php | +18 | โ3 | Go to diff View file |
M | plugins/pullrequest/www/scripts/po/fr.po | +9 | โ1 | Go to diff View file |
M | plugins/pullrequest/www/scripts/po/template.pot | +8 | โ0 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/app.js | +6 | โ0 | Go to diff View file |
A | plugins/pullrequest/www/scripts/src/app/commits/commits-config.js | +15 | โ0 | Go to diff View file |
A | plugins/pullrequest/www/scripts/src/app/commits/commits-controller.js | +76 | โ0 | Go to diff View file |
A | plugins/pullrequest/www/scripts/src/app/commits/commits-directive.js | +16 | โ0 | Go to diff View file |
A | plugins/pullrequest/www/scripts/src/app/commits/commits-rest-service.js | +30 | โ0 | Go to diff View file |
A | plugins/pullrequest/www/scripts/src/app/commits/commits.tpl.html | +45 | โ0 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/pull-request/pull-request.tpl.html | +9 | โ2 | Go to diff View file |
M | plugins/pullrequest/www/themes/BurningParrot/css/_pull-requests.scss | +1 | โ0 | Go to diff View file |
A | plugins/pullrequest/www/themes/BurningParrot/css/includes/_commits.scss | +85 | โ0 | Go to diff View file |