gerrit/gerrit-gwtui
Patrick Hiesel 87880b0543 Build a Recommender for Reviewer Suggestion
Until now, reviewer suggestion was purely based on a search. I've built
a small recommender to improve the suggestions based on past
contributions by the individual reviewers and added an extension point
so that people can customize this feature.

The built-in recommender makes a default suggestion of reviewers before
the user types a query. These are based on people that have reviewed the
last contributions that a user made.

If the user starts typing in the box, we generate a list of candidates
using the account index and feed it into a small recommender. The
recommender ranks the list by looking at recent contributions of the
candidates made in the same project. Contributions include reviews,
owned-changes and comments at different weights.

Change-Id: I5aca23ddd2442146fd26bdc12e7c18da85de7ac1
2016-10-12 16:51:58 +02:00
..
src Build a Recommender for Reviewer Suggestion 2016-10-12 16:51:58 +02:00
BUCK Merge branch 'stable-2.13' 2016-09-21 11:35:53 +02:00
BUILD bazel: generate licenses.txt 2016-09-28 04:57:42 +08:00
gwt.bzl Bazel: Build release GWT UI 2016-09-23 14:20:15 +02:00
gwt.defs Add IE 10 and 11 and also microsoft edge as supported browsers 2016-10-05 09:15:49 +00:00