commit | be67a55bca944dc15075c431bf88bac2404d685f | [log] [tgz] |
---|---|---|
author | Patrick Hiesel <hiesel@google.com> | Thu Sep 30 13:59:55 2021 +0200 |
committer | Patrick Hiesel <hiesel@google.com> | Thu Sep 30 14:16:34 2021 +0200 |
tree | e43d81f731383a6aad550b523711b167b2939641 | |
parent | 0b822cf3a3c6aa0e4d06001dc7fc481e70452aa6 [diff] |
Migrate soy templates off of calling deprecated isLast Change-Id: I866e811bfcf3d53402656878d95a3b9bdb144b9d
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
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
.