Merge branch 'stable-2.14'

* stable-2.14:
  Rename plugin to 'autosubmitter'
  Enable tests in Bazel build

Change-Id: Ia589a65de5ff80035c9570079ba2ee811a2b41bb
tree: c71b3b78bc409ea431ec9fd441f5515a9ea20e58
  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.