Merge changes I29bc8ee1,Ica77b8f5,I05ceb86c,I3be67af9,I542286a7, ...

* changes:
  CheckerInput: Rename field 'blockingConditions' to 'blocking'
  Test listing pending checks for checker that has an invalid query
  ListChecksIT: Add tests with non-current patch set
  GetCheckIT: Test more special cases
  Fix binding of ChecksSubmitRule
  Test that getting a check with options works if checker is invalid
  GetCheckIT: Only assert things that are relevant to the tests
  ListChecksIT: Let each test care about the test setup itself
  CheckersByRepositoryNotes: Fix loading checkers from old revision
  Add unit test for CheckersByRepositoryNotes
  Test that setting an invalid URL on checks is not allowed
  CreateCheckIT: Add more tests
  CheckInput: Mark all fields as Nullable
  Fix update finished field in check and add more update check tests
  Consistently use the name 'repository' in the checks API
  CheckerConfig: Set new updated timestamp only when config has changed
  CheckerConfig: Don't reload config file on save
  CheckerConfig#getConfigForTesting: Return Optional<Config>
  Rename createdOn/updateOn in CheckerInfo to created/updated
  CheckerUpdate: Remove support for specifying updated timestamp
  Test that creation/last-updated timestamps for checks/checkers are reasonable
tree: 560929be72977a28e5e5bf4343d2d67d5d0659de
  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.