commit | 2d44cf6853a51cdcd33944698b9efd112a2fd784 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Thu Mar 16 13:49:09 2023 +0100 |
committer | Edwin Kempin <ekempin@google.com> | Thu Mar 16 13:49:09 2023 +0100 |
tree | 445a772ca5f0c6fb4d4c91a552d242218c9cdb79 | |
parent | 8eb2afccebd4862e6370c39f8783bcc2319df1df [diff] | |
parent | 574f0787a68858d832efe7187aeed59e9275d690 [diff] |
Merge branch 'stable-3.4' * stable-3.4: Remove the bug-report link from code-owners Change-Id: I2a672e62d8254705dcf8a6e3fe24e917e5494a88
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
.