stable

Clone or download

Read-only

story #8826: Merge and abandon pull requests

This commit includes the pull request selector rendering issue Change-Id: I84f8f784fd5025c893dc1d8705b4e1b0938d28df

Modified Files

Name
M www/js/angular/po/fr.po +5 −0 Go to diff View file
M www/js/angular/po/template.pot +5 −0 Go to diff View file
M www/js/angular/src/app/file-diff/file-diff-rest-service.js +3 −0 Go to diff View file
M www/js/angular/src/app/pull-request/comments/comments-rest-service.js +4 −0 Go to diff View file
M www/js/angular/src/app/pull-request/files/files-rest-service.js +3 −0 Go to diff View file
M www/js/angular/src/app/pull-request/pull-request-controller.js +9 −16 Go to diff View file
M www/js/angular/src/app/pull-request/pull-request-rest-service.js +10 −12 Go to diff View file
A www/js/angular/src/app/pull-request/pull-request-service.js +37 −0 Go to diff View file
M www/js/angular/src/app/pull-request/pull-request.tpl.html +4 −4 Go to diff View file
M www/js/angular/src/app/pull-requests/pull-requests-controller.js +5 −2 Go to diff View file
M www/js/angular/src/app/pull-requests/pull-requests-rest-service.js +3 −0 Go to diff View file
M www/js/angular/src/app/pull-requests/pull-requests.less +34 −5 Go to diff View file
M www/js/angular/src/app/pull-requests/pull-requests.tpl.html +8 −4 Go to diff View file
M www/themes/FlamingParrot/css/style.less +5 −0 Go to diff View file