commit | 53919c251f40dfe3887854dbdf1259c1820c0135 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Thu Jun 09 14:16:16 2022 +0200 |
committer | Edwin Kempin <ekempin@google.com> | Thu Jun 09 15:59:02 2022 +0200 |
tree | 2cb75b5ec8ea0ba26e0deec3ac470bbb36f6b930 | |
parent | 74504f3709ad3a28271f0d092b39eb60642b29cd [diff] |
Document that being a code owner doesn't grant the user permissions to approve Configuring code owners and configuring permissions to approve are orthogonal things. Document this so that users get aware of this and don't have wrong expectations. Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: Ife0cb7fbd455c8778d70447856d1382892dad6d1
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
.