commit | ea463ecca1b39c3fa218be53139c6dbcf609995e | [log] [tgz] |
---|---|---|
author | Gal Paikin <paiking@google.com> | Thu Dec 16 12:35:24 2021 +0100 |
committer | Darius Jokilehto <dariusjokilehto+os@gmail.com> | Fri Jun 02 22:10:03 2023 +0100 |
tree | 8119fbd87765a833c30f459b11d2bd62bbff76ff | |
parent | 926d29d24bcf744c9f5e21f30768b377605b3dd4 [diff] |
Fix calls to logger's log(string) This is in preparation for Google's PII efforts that are planned later. Google-Bug-Id: b/209582622 Change-Id: Ife751a1bf38356906b24af07f51b902e100ff74d
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
.