commit | 65aee81297d5bb39a884dbc433aa6f73e6a9a92c | [log] [tgz] |
---|---|---|
author | Milutin Kristofic <milutin@google.com> | Fri Aug 08 09:28:10 2025 +0200 |
committer | Milutin Kristofic <milutin@google.com> | Fri Aug 08 09:28:10 2025 +0200 |
tree | 958cf03d73de57dba393b4c6bd1765885e928fac | |
parent | 1afada3f06bd4a4e59ef8f8dd60117ce0288761b [diff] |
Replace iron-autogrow-textarea with standard textarea The `iron-autogrow-textarea` component has been removed in Change 495381 from the main Gerrit platform. This change updates the code owner check tool to use the standard HTML `<textarea>` element instead. Google-Bug-Id: b/437250084 Change-Id: I7bcf5f26ff49c2371c2926471969f9077e2e19e3
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
.