stable

Clone or download

Read-only

List commits of a pull request

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