Allow to configure a code owners backend

We want to support multiple syntaxes for code owner config files. Each
syntax is implemented in a seperate CodeOwnersBackend. This change adds
a global plugin configuration that allows administrators to configure
which CodeOwnersBackend should be used.

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: Ifa68b9a094035da019dd07822d49e247568af530
7 files changed
tree: 317e542dbf2e2431e7da6db30869972b51d8af71
  1. java/
  2. javatests/
  3. resources/
  4. .gitreview
  5. BUILD
  6. LICENSE
  7. README.md
README.md

Gerrit Code Review code-owners plugin

This plugin provides support for defining code owners for files in a repository.

If the code-owners plugin is enabled, changes can only be submitted if all touched files are covered by approvals from code owners.

Also see resources/Documentation/about.md