commit | 340b3e22a5dc5fee986273b8416e377da2cd1b02 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Wed Oct 07 20:20:00 2020 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Wed Oct 07 20:22:27 2020 +0100 |
tree | 5f71dad903609d8e239519a039e879ac16e272ef | |
parent | 6cca351f742a04f7eda099e94fa6aa964929772f [diff] |
Move Permission and SubmitRecord to entities In Gerrit stable-3.3 the Permission and SubmitRecord classes have been moved to the com.google.gerrit.entities package. Change-Id: I5f1ae677332bb2151ff12989da3e7329180b97c8
A gerrit plugin that takes care of automatically merging reviews when all approvals are present.
Also, it introduces the concept of cross-repository reviews. Cross repository reviews are reviews that share a common topic, and are all in different gerrit repositories. They will be merged at the same time, when all approvals for all reviews are present, and all reviews are mergeable.
Requires Gerrit 2.14 or later.
[automerge] botEmail=admin@example.com [commentlink "change"] match = "#/c/(\\d+)" html = "<a href=\"/#/c/$1/\">$1</a>"