stable

Clone or download

Read-only

Display list of reviewers

Reviewers section is displayed only if the user has rights to merge the pull request or if there's a least one reviewer. A toolip is shown when you hover the avatar. For now, Add/Edit button doesn't do anything. Part of story #14190: get email notifications on pull requests - first stage Change-Id: I3db4cb906c1dd3f58449f75420978c36a2f2661e

Modified Files

Name
M plugins/pullrequest/www/scripts/po/fr.po +10 −1 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/app.js +6 −0 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/overview/overview-config.js +3 −0 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/overview/overview.tpl.html +4 −1 Go to diff View file
A plugins/pullrequest/www/scripts/src/app/overview/reviewers/reviewers-controller.js +36 −0 Go to diff View file
A plugins/pullrequest/www/scripts/src/app/overview/reviewers/reviewers-directive.js +16 −0 Go to diff View file
A plugins/pullrequest/www/scripts/src/app/overview/reviewers/reviewers-rest-service.js +20 −0 Go to diff View file
A plugins/pullrequest/www/scripts/src/app/overview/reviewers/reviewers-service.js +21 −0 Go to diff View file
A plugins/pullrequest/www/scripts/src/app/overview/reviewers/reviewers-service.test.js +79 −0 Go to diff View file
A plugins/pullrequest/www/scripts/src/app/overview/reviewers/reviewers.tpl.html +27 −0 Go to diff View file
M plugins/pullrequest/www/themes/BurningParrot/css/includes/_overview.scss +9 −0 Go to diff View file
A plugins/pullrequest/www/themes/BurningParrot/css/includes/_reviewers.scss +16 −0 Go to diff View file
M plugins/pullrequest/www/themes/BurningParrot/css/includes/_timeline.scss +0 −2 Go to diff View file