Simplify submission for single changes

When submitting a single change, do not use the Gerrit API and Lucene
associated searches for avoiding involved misbehavior due to async
index updates.

The logic is simple: just merge the change. No additional complexity and
API calls are needed.

Change-Id: Ie80cfa63547f62164d3bc1fd35d0fc20f9fdc680
2 files changed
tree: d80aa85fabe75feacef54707203c083ca5035d1f
  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.