commit | dd8dee48111a6edcacd61f2f5d0341f217acdea8 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Thu Oct 03 22:38:30 2019 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Thu Oct 03 22:38:51 2019 +0100 |
tree | d8b3b50130e75e608e0d41f5774910dc1c3ec2a6 | |
parent | 526ca7551a6fe1870e40d92f7f48c08242204965 [diff] |
Adapt code and tests to latest Gerrit master Adapt to the different return type of GetRelated API and leverage the new ProjectOperations for configuring the project ACLs in AutomaticMergerTest. Change-Id: I2ee7a5a13a78d1c80ba46acd95d7bab4b8b75c77
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>"