commit | 21f347fee0fbff30999f80671dd9212eea22a537 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Wed Mar 23 12:48:10 2022 +0100 |
committer | Edwin Kempin <ekempin@google.com> | Wed Mar 23 12:48:10 2022 +0100 |
tree | 31f908d1b31086f8ab6f95937d5fa983747457ce | |
parent | 9a9259dc7140bd0decf45a4a5b7fa34de55d7e95 [diff] |
Add missing license headers Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: I6a3e164b516220bc9608bab795859430f6cbff45
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
.