commit | 8dae95c6201f6cfc651ce70c7c1b7fbcf9526a16 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Mon Mar 14 15:00:53 2022 +0100 |
committer | Edwin Kempin <ekempin@google.com> | Mon Mar 14 15:01:30 2022 +0100 |
tree | 7b1b0dbef9b356abc11b8ff5b4ca492665da9ec4 | |
parent | 4d01dad9264976aef91fcff6ba5bdb22b404510d [diff] |
Clarify that annotations are only supported on email and per-file lines By linking to the access grants section we made the wrong impression that annotations would also work for other lines such as file or include lines. Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: Idcc8c0c479ece6f65b9fec47dd084298d479fae5
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
.