Expand AutomaticSubmit to whole branch/project.

Automates the submit of all changes which becomes submittable after
current activity has been performed.
This is limited to the branch/project of event being updated.

Change-Id: I349b3553fddb1ee980d870a8e585f863376d8abb
1 file changed
tree: 076bd414aa1ea874968d72b4a331b7272c35417a
  1. src/
  2. .gitignore
  3. BUILD
  4. LICENSE
  5. README.md
  6. test.rb
  7. tests.txt
README.md

Autosubmitter

Build Status

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.