commit | 926d29d24bcf744c9f5e21f30768b377605b3dd4 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Wed Mar 29 07:18:54 2023 +0000 |
committer | Edwin Kempin <ekempin@google.com> | Wed Mar 29 07:18:54 2023 +0000 |
tree | 74a119abee767f8c6a18152334390eb56700d079 | |
parent | 2d44cf6853a51cdcd33944698b9efd112a2fd784 [diff] | |
parent | 18459a472c28b7b692cad53b207c6598fc0f2ef4 [diff] |
Merge branch 'stable-3.4' * stable-3.4: RenameEmail: Preserve files which are not updated Change-Id: If375fed498680dde896831fa23a3a7608404dbbe
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
.