Test that checker refs are only protected in the All-Projects project

Checker refs should only be updated by Gerrit, this is why manual
updates to checker refs by push and submit are disallowed, as well as
creating changes on checker branches.

On all other projects refs that are named like checker refs should
behave like all other refs. This means users can create, update and
delete them, as well as creating changes for them. Add tests to make
sure that this works. This improves the test coverage of the checks
plugin further.

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: I20651aca7e37341cb1280993354d9aac8e9117fc
1 file changed
tree: 743342a941517a1bfdb7b1a0055a6a44614cf5d5
  1. gr-checks/
  2. java/
  3. javatests/
  4. src/
  5. BUILD
  6. LICENSE
  7. README.md
README.md

Gerrit Code Review Checks Plugin

This plugin provides a unified experience for checkers (CI systems, static analyzers, etc.) to integrate with Gerrit Code Review.