Merge branch 'stable-2.15' into stable-2.16

* stable-2.15:
  Adapt to the new related changes class on stable-2.15
  Fix submission of changes using the botUser identity
  Bazel: Include eclipse-out directory in .bazelignore

Change-Id: I470ea6b7a492be31dd3e72c91f46a93d7534fb83
tree: 0dcd766f6f2b3a8368a283274d5ceae3872399da
  1. src/
  2. tools/
  3. .bazelignore
  4. .bazelrc
  5. .gitignore
  6. bazlets.bzl
  7. BUILD
  8. LICENSE
  9. README.md
  10. test.rb
  11. tests.txt
  12. WORKSPACE
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.

Configuration

[automerge]
        botEmail=admin@example.com
[commentlink "change"]
        match = "#/c/(\\d+)"
        html = "<a href=\"/#/c/$1/\">$1</a>"