commit | 0d264121fc65ce3e175c0309d8fbc71ce0b3afbb | [log] [tgz] |
---|---|---|
author | Milutin Kristofic <milutin@google.com> | Tue Aug 12 10:44:25 2025 +0200 |
committer | Milutin Kristofic <milutin@google.com> | Tue Aug 12 01:48:14 2025 -0700 |
tree | 4a737554458a6ee4bcf63d7aead18756e50a4500 | |
parent | 65aee81297d5bb39a884dbc433aa6f73e6a9a92c [diff] |
Expand code owner check output area The output textarea in the code owner check component introduced in Change 495381 is too small, making it difficult to read longer results. This change increases the number of visible rows from the default 2 to 20, improving usability by allowing more of the output to be seen at once. Google-Bug-Id: b/437250084 Release-Notes: skip Change-Id: If17820dad3ddbdc193174e1cce3030b6ebeb1ea5
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
.