Add the description of the checker in CheckInfo.

When ListChecksOption.CHECKER is specified, we propogated the checker
name, status, and blocking conditions to CheckInfo in change-id:
Ieeffc4c51d9d0f. Now checker decsription is also propogated to CheckInfo.

Change-Id: Ia29f551deb389c52cb7e7a8cb3e113412a58f845
4 files changed
tree: 7d9bd1b2c4f28dd52f133d1f45cf363718e490df
  1. gr-checks/
  2. java/
  3. javatests/
  4. proto/
  5. resources/
  6. test/
  7. .gitignore
  8. bower.json
  9. BUILD
  10. LICENSE
  11. 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.

This plugin uses polymer-cli to test.

After bower install, running polymer test -l chrome will run all tests in Chrome, and running polymer serve and navigating to http://127.0.0.1:8081/components/checks/gr-checks/gr-checks-view_test.html allows for manual debugging.