commit | bb3adc0d7b76dbbfdb77d343638d3fd17dd1fac4 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Tue May 30 13:40:38 2017 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Wed Jun 21 01:56:08 2017 +0000 |
tree | 9d097c92f1176061399d21376fb1b9731b0e2400 | |
parent | 34ae8dda068318b3a5d78bf132002103599b780d [diff] |
AtomicityHelper: Remove usage of deprecated SubmitInput.waitForMerge SubmitInput.waitForMerge is deprecated since the merge queue was removed in I089a5cf49 which was included in Gerrit 2.12. Remove usage of it, and simplify the call to Submit.apply() by inlining the input and resource. Change-Id: I3b55501b764bac24a1aad5ce8ea0c5b87e3d71ad
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.