commit | 13be3d09c9726f3551e68e9bad947eb1bf822871 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Tue Mar 01 14:03:16 2022 +0100 |
committer | Edwin Kempin <ekempin@google.com> | Tue Mar 01 14:08:05 2022 +0100 |
tree | 67e4e8a1dc758ab74ef8c1d331677b1925ef2694 | |
parent | 0ad21aad692e415b5f7e2f4f06e0ef1160369f59 [diff] |
REST API docs: Document forced and forced_dry_run validation options The forced and forced_dry_run validation options were only documented as part of the configuration documentation, but mentioning them as valid values was missed in the REST API documentation. Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: Ib492e15632beba5ac03d369f0ef88093ae70d510
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.
For a detailed description of the plugin functionality please refer to the plugin documentation.
IMPORTANT: Before installing/enabling the plugin follow the instructions from the setup guide.
NOTE: The plugin documentation only renders correctly when the plugin is installed in Gerrit and the documentation is accessed via https:///plugins/code-owners/Documentation/index.html. If you want to read the documentation before installing the plugin, you can find it properly rendered here.
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
.