commit | 66e58bfd18a09b753ccc1ee062f563960f0f28b1 | [log] [tgz] |
---|---|---|
author | Milutin Kristofic <milutin@google.com> | Mon Oct 25 20:50:17 2021 +0200 |
committer | Milutin Kristofic <milutin@google.com> | Mon Oct 25 20:50:17 2021 +0200 |
tree | 1a8f18db189d2b37a70e76a3183d3ad5b9789412 | |
parent | 2483bbf272f423280f62fe4949092aebf9a1b682 [diff] |
Add labelName to connect back-end checks with submit requirements Follow-up for change 319102 Google-Bug-Id: b/203624234 Change-Id: Ia409744ab8356f98125d9071f5675a2d6e2ae8fb
This plugin provides a unified experience for checkers (CI systems, static analyzers, etc.) to integrate with Gerrit Code Review.
When upgrading the plugin, please use init:
java -jar gerrit.war init -d site_path
More details about “init” in https://gerrit-review.googlesource.com/Documentation/pgm-init.html
To enable sending email notifications for “checks” status updates, you'll need to create the email templates in <your-site-path>/etc/mail
. In the simplest form, simply rename the example templates:
cd "<your-site-path>" mv etc/mail/CombinedCheckStateUpdated.soy{.example,} mv etc/mail/CombinedCheckStateUpdatedHtml.soy{.example,}
For running unit tests execute:
bazel test --test_output=all //plugins/checks/web:karma_test
For checking or fixing eslint formatter problems run:
bazel test //plugins/checks/web:lint_test bazel run //plugins/checks/web:lint_bin -- --fix "$(pwd)/plugins/checks/web"
For testing the plugin with Gerrit FE Dev Helper build the JavaScript bundle and copy it to the plugins/
folder:
bazel build //plugins/checks/web:checks cp -f bazel-bin/plugins/checks/web/checks.js plugins/
and let the Dev Helper redirect from .+/plugins/checks/static/checks.js
to http://localhost:8081/plugins_/checks.js
.