| commit | 9bf37d86596a6a5d5e3202780538265d9dc1e35a | [log] [tgz] |
|---|---|---|
| author | Nitzan Gur-Furman <nitzan@google.com> | Fri Jun 06 06:34:08 2025 -0700 |
| committer | Nitzan Gur-Furman <nitzan@google.com> | Fri Jun 06 06:34:08 2025 -0700 |
| tree | 4c487702934085a1144250635e40b2c53b705789 | |
| parent | 3a9afd6e57e171db8081befa29f950a610275c32 [diff] |
CodeOwnerResolver: Fix Javadoc for AccountCache#get following recent change The signature change is done in I5f9cc56f4634c6bfb72b5fdc600aecec1b9ff2dc Google-Bug: b/414541591 Release-Notes: skip Change-Id: Iaf50aee52d322b3e2942da0015b370f3f07fedc2
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.
From the root of the gerrit repository.
bazel test //plugins/code-owners/web:karma_test
For testing the plugin with the Gerrit FE Dev Helper the command below builds
bazel build //plugins/code-owners/web:code-owners
ln -s bazel-bin/plugins/code-owners/web/code-owners.js polygerrit-ui/app/plugins/
and let the Dev Helper redirect from .+/plugins/code-owners/static/code-owners.js to http://localhost:8081/plugins/code-owners.js.