Fix NullPointerException when evaluating draft reviews

This change in Gerrit introduced a bug for draft reviews:
https://gerrit-review.googlesource.com/#/c/67762/3/gerrit-server/src/main/java/com/google/gerrit/server/project/SubmitRuleEvaluator.java
An NPE is thrown when the patchSet is not set before calling
SubmitRuleEvaluator#evaluate().  This fix is a workaround until Gerrit
is fixed.

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

automerge-plugin

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.