commit | ae7802cd0fce4426a3b226755182d610826c5211 | [log] [tgz] |
---|---|---|
author | Emmanuel Debanne <emmanuel.debanne@gmail.com> | Tue Sep 05 11:53:20 2017 +0200 |
committer | Emmanuel Debanne <emmanuel.debanne@gmail.com> | Tue Sep 05 12:08:45 2017 +0200 |
tree | 7e601c92ba62c37d1cf0c9a299b4c5ef91cc30b1 | |
parent | ac248a25695e53401ea6255e1d0483d35caa826b [diff] |
Add end-to-end test on cross-repo below independent review The merge of a cross-repo below an independent review is a use case we partially support: the cross-repo can be merged but a "Code-Review -1" is sometimes pushed on the cross-repo (this occurs when pushing a new version of a patchset of the cross-repo). The next commit will avoid this "Code-Review -1". Change-Id: I920a075b81b9448010f68bd43bcc11c3f4146052
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.