commit | 745d0a0ae4708ae1dd6ebe326eacf29e8935267a | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Fri Nov 20 16:32:22 2015 +0000 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Fri Nov 20 16:35:36 2015 +0000 |
tree | bf3736e36014f7e776a8636c52f281868611f02b | |
parent | be8ad4929b24033c3ac772e0586bc8a74d2362c5 [diff] |
Porting to Gerrit 2.12 and master Gerrit 2.12 and master have a few differences in the SitePaths and UpdateException when submitting a change. This patch allows to make this plugin work with the new versions of Gerrit. Change-Id: If29f8ee45175aad62409dd1db4d62c57689d6984
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.11 or later.