Add stub module for integration tests

The initial version only includes an empty test. The purpose is only to
ensure that the plugin can be loaded. The test fails if the fix that was
done in change I621573b52 is reverted.

Additional tests of the plugin's actual functionality may be added later.

Bug: Issue 10132
Change-Id: Ie64b2c686e8003b456fcad68de9e1c33a98fd2cc
2 files changed
tree: 584b7136fec153ed818d969257ba75dcbcf97c81
  1. src/
  2. .gitignore
  3. BUILD
  4. LICENSE
  5. README.md
README.md

Hooks plugin

Gerrit does not support the standard server-side git hooks in the repositories it manages.

This plugin adds support for custom hooks that can be run instead. Refer to the configuration documentation and list of supported hooks for details.