| commit | 323341dd81d8197ee4acd012a6611085009b66b5 | [log] [tgz] |
|---|---|---|
| author | Edwin Kempin <ekempin@google.com> | Fri Dec 06 13:58:32 2024 +0000 |
| committer | Edwin Kempin <ekempin@google.com> | Fri Dec 06 14:23:38 2024 +0000 |
| tree | f6751981258a3ebe77497a615d01a3730ae288d2 | |
| parent | 00a30a88f2369e3a11931d218b15744c483a14a8 [diff] |
Add escaping to fix formating issue Without the escaping "<n-digit-number>" is not shown at all. "<1-digit-number>" doesn't need any escaping, but for consistency and to avoid confusion we add escaping for it as well. Change-Id: I466ed256d4c97da780d34b1096d4b517194c1f96 Signed-off-by: Edwin Kempin <ekempin@google.com>
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.