commit | 56df6eaffeedd5980dfab5029d37cd8f9508e38f | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Fri Feb 11 13:47:55 2022 +0100 |
committer | Edwin Kempin <ekempin@google.com> | Fri Feb 11 13:47:55 2022 +0100 |
tree | 91f0241d8910cad647aab8df0124951f5bc4cbea | |
parent | a14d1c74025b350762aa3b1c1785368dd914ba95 [diff] |
Document how to skip the code owner config validation with Rebase API Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: Ic75f6e7218158bfb77ac1c9d1a94ebdde3c283c7
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.
IMPORTANT: Before installing/enabling the plugin follow the instructions from the setup guide, see resources/Documentation/setup-guide.md.
For testing the plugin with Gerrit FE Dev Helper build the JavaScript bundle and copy it to the plugins/
folder:
bazel build //plugins/code-owners/ui:code-owners cp -f bazel-bin/plugins/code-owners/ui/code-owners.js plugins/
and let the Dev Helper redirect from .+/plugins/code-owners/static/code-owners.js
to http://localhost:8081/plugins_/code-owners.js
.